Closed
Bug 1465597
Opened 8 years ago
Closed 8 years ago
Intermittent KeyError: u'check'
Categories
(Firefox Build System :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: in-triage, intermittent-failure)
Filed by: ccoroiu [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=180940701&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/CU24YlH7QHiuUZ_QAZB_Jw/runs/0/artifacts/public/logs/live_backing.log
INFO - Traceback (most recent call last):
17:17:38 INFO - File "c:\mozilla-build\python\lib\threading.py", line 801, in __bootstrap_inner
17:17:38 INFO - self.run()
17:17:38 INFO - File "c:\mozilla-build\python\lib\threading.py", line 754, in run
17:17:38 INFO - self.__target(*self.__args, **self.__kwargs)
17:17:38 INFO - File "z:\build\build\src\testing/mozbase/mozprocess\mozprocess\processhandler.py", line 1028, in _read
17:17:38 INFO - callback(line.rstrip())
17:17:38 INFO - File "z:\build\build\src\testing/mozbase/mozprocess\mozprocess\processhandler.py", line 944, in __call__
17:17:38 INFO - e(*args, **kwargs)
17:17:38 INFO - File "z:\build\build\src\python/mach\mach\mixin\process.py", line 86, in handleLine
17:17:38 INFO - line_handler(line)
17:17:38 INFO - File "z:\build\build\src\python/mozbuild\mozbuild\controller\building.py", line 678, in on_line
17:17:38 INFO - warning, state_changed, message = self.monitor.on_line(line)
17:17:38 INFO - File "z:\build\build\src\python/mozbuild\mozbuild\controller\building.py", line 275, in on_line
17:17:38 INFO - self.tiers.begin_tier(tier)
17:17:38 INFO - File "z:\build\build\src\python/mozbuild\mozbuild\controller\building.py", line 129, in begin_tier
17:17:38 INFO - t = self.tiers[tier]
17:17:38 INFO - KeyError: u'check'
17:17:38 ERROR - Return code: 2
17:17:38 INFO - TinderboxPrint: check<br/>8/0/0
17:17:38 WARNING - setting return code to 2
17:17:38 ERROR - 'mach build check' did not run successfully. Please check log for errors.
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Finished check-test step (success)
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Skipping valgrind-test step.
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Skipping multi-l10n step.
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Skipping package-source step.
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Skipping update step.
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.496000Z] Skipping ensure-upload-path step.
17:17:38 INFO - Running post-run listener: _summarize
17:17:38 ERROR - # TBPL FAILURE #
17:17:38 INFO - [mozharness: 2018-05-30 17:17:38.497000Z] FxDesktopBuild summary:
17:17:38 ERROR - # TBPL FAILURE #
17:17:38 INFO - Running post-run listener: copy_logs_to_upload_dir
| Comment hidden (Intermittent Failures Robot) |
Comment 2•8 years ago
|
||
It's hard to tell if the KeyError is an actual problem or not, since it shows up in every rusttest log (including those that are green). Fortunately, the KeyError is fixed by bug 1464954, so we can see if this intermittent goes away as a result.
See Also: → 1464954
| Comment hidden (Intermittent Failures Robot) |
Comment 4•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Keywords: in-triage,
intermittent-failure
Version: Version 3 → 3 Branch
Updated•7 years ago
|
Keywords: in-triage,
intermittent-failure
You need to log in
before you can comment on or make changes to this bug.
Description
•