Issue metadata
Sign in to add a comment
|
Many bots failing: Uncaught Exception: AttributeError("'NoneType' object has no attribute 'get'",) |
||||||||||||||||||||||
Issue descriptionBots everywhere on build.chromium.org are failing: Uncaught Exception Uncaught Exception Uncaught Exception: AttributeError("'NoneType' object has no attribute 'get'",) Possibly related: Traceback (most recent call last): File "E:\b\rr\tmpxtqhkj\rw\checkout\scripts\slave\.recipe_deps\depot_tools\recipes\recipe_modules\bot_update\resources\bot_update.py", line 1253, in <module> sys.exit(main()) File "E:\b\rr\tmpxtqhkj\rw\checkout\scripts\slave\.recipe_deps\depot_tools\recipes\recipe_modules\bot_update\resources\bot_update.py", line 1207, in main options, _ = parse_args() File "E:\b\rr\tmpxtqhkj\rw\checkout\scripts\slave\.recipe_deps\depot_tools\recipes\recipe_modules\bot_update\resources\bot_update.py", line 1007, in parse_args help='Output JSON information into a specified file') File "E:\b\depot_tools\win_tools-2_7_6_bin\python\bin\lib\optparse.py", line 1012, in add_option option = self.option_class(*args, **kwargs) File "E:\b\depot_tools\win_tools-2_7_6_bin\python\bin\lib\optparse.py", line 569, in __init__ self._set_attrs(attrs) File "E:\b\depot_tools\win_tools-2_7_6_bin\python\bin\lib\optparse.py", line 624, in _set_attrs self) optparse.OptionError: option --output_json: invalid keyword arguments: required
,
Nov 17 2017
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/342816) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/549668) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/592530) mac_optional_gpu_tests_rel on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/17545)
,
Nov 17 2017
,
Nov 17 2017
,
Nov 17 2017
+machenbach who seems to have closed the tree
,
Nov 17 2017
Andrii already reverted the change that caused this.
,
Nov 17 2017
Resolved once https://chromium-review.googlesource.com/c/chromium/tools/build/+/777699 landed. I've re-opneed the tree. Actual culprit was https://crrev.com/c/769164 Sorry for my screw up.
,
Nov 17 2017
Issue 786488 has been merged into this issue.
,
Nov 17 2017
Issue 786502 has been merged into this issue.
,
Nov 18 2017
To remove ugly and misleading exception that was copy-pasted to title of this bug, here is a fix: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/777556
,
Nov 18 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/depot_tools/+/75c0b4b71506b116fedc2200daf832365ad35523 commit 75c0b4b71506b116fedc2200daf832365ad35523 Author: Andrii Shyshkalov <tandrii@chromium.org> Date: Sat Nov 18 02:04:08 2017 bot_update: don't crash badly if there no json outpot. To illustrate, with this CL it's clear what is broken: https://ci.chromium.org/swarming/task/39e5676c13f00710?server=chromium-swarm.appspot.com while before you get a red herring: ncaught Exception: AttributeError("'NoneType' object has no attribute 'get'",)... https://ci.chromium.org/swarming/task/39e55d46c0774610?server=chromium-swarm.appspot.com R=iannucci@chromium.org Bug: 786486 Change-Id: I9ed2cdb7261c2e22a5a68116b81f841ece06c5d2 Reviewed-on: https://chromium-review.googlesource.com/777556 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> [modify] https://crrev.com/75c0b4b71506b116fedc2200daf832365ad35523/recipes/recipe_modules/bot_update/examples/full.py [modify] https://crrev.com/75c0b4b71506b116fedc2200daf832365ad35523/recipes/README.recipes.md [modify] https://crrev.com/75c0b4b71506b116fedc2200daf832365ad35523/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json [modify] https://crrev.com/75c0b4b71506b116fedc2200daf832365ad35523/recipes/recipe_modules/bot_update/api.py |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by kainino@chromium.org
, Nov 17 2017Owner: vadimsh@chromium.org