New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628642 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 637911
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

uninitialized dictionary in run_suite.py

Project Member Reported by semenzato@chromium.org, Jul 15 2016

Issue description

This could be the result of an upstream failure, but if that's the case, it should be caught and reported differently.

https://uberchromegw.corp.google.com/i/chromeos/builders/buddy-release/builds/210/steps/AUTest%20%5Bau%5D/logs/stdio

see this snippet:

21:09:46: INFO: RunCommand: /b/cbuild/internal_master/chromite/third_party/swarming.client/swarming.py run --swarming chromeos-proxy.appspot.com --task-summary-json /tmp/cbuildbot-tmp4wEuHh/tmpCx9C4x/temp_summary.json --raw-cmd --task-name buddy-release/R54-8589.0.0-au --dimension os Ubuntu-14.04 --dimension pool default --print-status-updates --timeout 14400 --io-timeout 14400 --hard-timeout 14400 --expiration 1200 -- /usr/local/autotest/site_utils/run_suite.py --build buddy-release/R54-8589.0.0 --board buddy --suite_name au --pool bvt --num 2 --file_bugs True --priority CQ --timeout_mins 180 --retry True --max_retries 10 --minimum_duts 4 --suite_min_duts 6 --offload_failures_only False -m 69630926
21:10:08: WARNING: Exception is not retriable return code: 3; command: /b/cbuild/internal_master/chromite/third_party/swarming.client/swarming.py run --swarming chromeos-proxy.appspot.com --task-summary-json /tmp/cbuildbot-tmp4wEuHh/tmpCx9C4x/temp_summary.json --raw-cmd --task-name buddy-release/R54-8589.0.0-au --dimension os Ubuntu-14.04 --dimension pool default --print-status-updates --timeout 14400 --io-timeout 14400 --hard-timeout 14400 --expiration 1200 -- /usr/local/autotest/site_utils/run_suite.py --build buddy-release/R54-8589.0.0 --board buddy --suite_name au --pool bvt --num 2 --file_bugs True --priority CQ --timeout_mins 180 --retry True --max_retries 10 --minimum_duts 4 --suite_min_duts 6 --offload_failures_only False -m 69630926
Priority was reset to 100
Triggered task: buddy-release/R54-8589.0.0-au
chromeos-server22-30: 300590825a43f110 3
  Autotest instance: cautotest
  07-14-2016 [21:09:43] Created suite job: http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id=69630926
  @@@STEP_LINK@Link to suite@http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id=69630926@@@
  Unhandled run_suite exception: 'NoneType' object has no attribute 'download_start_time'
  Traceback (most recent call last):
    File "/usr/local/autotest/site_utils/run_suite.py", line 1705, in main
      (code, output_dict) = main_without_exception_handling(options)
    File "/usr/local/autotest/site_utils/run_suite.py", line 1629, in main_without_exception_handling
      output_dict = collector.get_results_dict()
    File "/usr/local/autotest/site_utils/run_suite.py", line 1371, in get_results_dict
      'download_start' : str(self.timings.download_start_time),
  AttributeError: 'NoneType' object has no attribute 'download_start_time'
  Will return from run_suite with status: INFRA_FAILURE


 
Cc: jrbarnette@chromium.org shuqianz@chromium.org
Labels: Hotlist-CrOS-DutHealth
Mergedinto: 637911
Status: Duplicate (was: Untriaged)
Similar issue is breaking elm canary ( crbug.com/637911 ). Since that bug is already assigned, I am marking it duplicate after a discussion with assignee of that bug.

Sign in to add a comment