jonathanmetzman

Results 243 issues of jonathanmetzman

``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_bot.py", line 128, in task_loop sys.exit(utasks.uworker_bot_main()) File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py", line 220, in uworker_bot_main uworker_main(input_download_url) File...

``` "Error occurred while working on task. Traceback (most recent call last): File "/mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_datastore_api.py", line 93, in rpc_call result = yield rpc grpc._channel._MultiThreadedRendezvous: During handling of the above exception, another...

one example: ``` at .rpc_call ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_datastore_api.py:97 ) at ._advance_tasklet ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/tasklets.py:312 ) at .retry_wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_retry.py:72 ) at .retry_wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_retry.py:77 ) at ._advance_tasklet ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/tasklets.py:312 ) at ._datastore_run_query...

``` at .wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_options.py:89 ) at .get_fuzz_target ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/datastore/data_types.py:727 ) at .test_for_crash_with_retries ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/testcase_manager.py:783 ) at .utask_main ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/tasks/utasks/variant_task.py:151 ) ```

Some good candidates: 1. Symbolize 2. Regression Once setup.py is completed, let's do: 1. minimize 2. progression

Having clusterfuzz-experimental and having it log errors to a different place is a recipe for hiding bugs. We should make it log to google.com:clusterfuzz or eliminate it entirely (we have...