kevin-paladin:197 failed |
|||
Issue descriptionkevin-paladin:197 failed Builders failed on: - kevin-paladin: https://luci-milo.appspot.com/buildbot/chromeos/kevin-paladin/197 [1;31m09:59:00: ERROR: BaseException in _RunParallelStages <class 'chromite.lib.failures_lib.StepFailure'>: Traceback (most recent call last): File "/b/cbuild/internal_master/chromite/lib/parallel.py", line 440, in _Run self._task(*self._task_args, **self._task_kwargs) File "/b/cbuild/internal_master/chromite/cbuildbot/stages/generic_stages.py", line 629, in Run raise failures_lib.StepFailure() StepFailure Traceback (most recent call last): File "/b/cbuild/internal_master/chromite/cbuildbot/builders/generic_builders.py", line 118, in _RunParallelStages parallel.RunParallelSteps(steps) File "/b/cbuild/internal_master/chromite/lib/parallel.py", line 677, in RunParallelSteps return [queue.get_nowait() for queue in queues] File "/b/cbuild/internal_master/chromite/lib/parallel.py", line 674, in RunParallelSteps pass File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/b/cbuild/internal_master/chromite/lib/parallel.py", line 560, in ParallelTasks raise BackgroundFailure(exc_infos=errors) BackgroundFailure: <class 'chromite.lib.failures_lib.StepFailure'>: Traceback (most recent call last): File "/b/cbuild/internal_master/chromite/lib/parallel.py", line 440, in _Run self._task(*self._task_args, **self._task_kwargs) File "/b/cbuild/internal_master/chromite/cbuildbot/stages/generic_stages.py", line 629, in Run raise failures_lib.StepFailure() StepFailure Code snippet. Not sure what result actually was. But something failed in the background task. Need to figure out what... # Tell the build bot this step failed for the waterfall. result, description, retrying = self._TopHandleStageException() if result not in (results_lib.Results.FORGIVEN, results_lib.Results.SUCCESS): raise failures_lib.StepFailure()
,
Feb 13 2017
Charlene, was this machine just flaky?
,
Feb 13 2017
No, it fails because the HWTest passed with warning code.Based on the code snippet, it should be treated as step failure. So, even the HWTest passed, the builder still thinks this stage failed. However, there are still 5 of 7 changes submitted based on the partial submission logic. So, I think this is not an issue.
,
Feb 13 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by ejcaruso@chromium.org
, Feb 13 2017Components: Build
Labels: -undefined OS-Chrome Pri-2 Type-Bug