New issue
Advanced search Search tips

Issue 888428 link

Starred by 1 user

Issue metadata

Status: Closed
Owner:
Closed: Sep 24
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

chromite-pre-cq failed in PreCQCompletion with Python TypeError

Project Member Reported by emaxx@chromium.org, Sep 24

Issue description

Link to the failed builder:
https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/buildDetails?buildbucketId=8934735620524529808

Logs:

Traceback (most recent call last):
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/cbuildbot/builders/generic_builders.py", line 335, in Run
    self.RunStages()
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/cbuildbot/builders/generic_builders.py", line 422, in RunStages
    self.RunTestStages()
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/cbuildbot/builders/test_builders.py", line 89, in RunTestStages
    self._RunStage(build_stages.UpdateSDKStage)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/cbuildbot/builders/generic_builders.py", line 108, in _RunStage
    stage_instance = self._GetStageInstance(stage, *args, **kwargs)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/cbuildbot/builders/generic_builders.py", line 76, in _GetStageInstance
    return stage(builder_run, *args, **kwargs)
TypeError: __init__() takes at least 3 arguments (2 given)
 
Status: Closed (was: Untriaged)
This is a pre-cq build testing a single commit. Given that it is a testing a commit against chromite it is probably safe to assume that this is just an error in that code. No action needed.
Yep, that's my CL and it's wrong.

This was a case of the PreCQ doing it's job and catching a bad CL before it could impact anyone else.

Sign in to add a comment