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

Issue 691689 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

kevin-paladin:197 failed

Project Member Reported by adurbin@chromium.org, Feb 13 2017

Issue description

kevin-paladin:197 failed

Builders failed on: 
- kevin-paladin: 
  https://luci-milo.appspot.com/buildbot/chromeos/kevin-paladin/197


09: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()
 
Cc: adurbin@chromium.org ejcaruso@chromium.org mqg@chromium.org
Components: Build
Labels: -undefined OS-Chrome Pri-2 Type-Bug
Cc: shuqianz@chromium.org
Charlene, was this machine just flaky? 
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.
Status: WontFix (was: Available)

Sign in to add a comment