Closed Bug 578388 Opened 14 years ago Closed 14 years ago

test and production masters throwing the same exceptions over and over

Categories

(Release Engineering :: General, defect)

All
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

Details

This one in particular seems very bad: Exception in /builds/buildbot/talos-r3/twistd.log.3: 2010-07-13 09:40:35-0700 [Broker,52773,10.250.50.83] Unhandled Error Traceback (most recent call last): File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 242, in callback self._startRunCallbacks(result) File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 307, in _startRunCallbacks self._runCallbacks() File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 323, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/tools/buildbot/lib/python2.5/site-packages/buildbot/process/builder.py", line 802, in _startBuild_2 d = build.startBuild(bs, self.expectations, sb) --- <exception caught here> --- File "/tools/buildbot/lib/python2.5/site-packages/buildbot/process/base.py", line 355, in startBuild self.setupBuild(expectations) # create .steps File "/tools/buildbot/lib/python2.5/site-packages/buildbot/process/base.py", line 405, in setupBuild step = factory(**args) exceptions.TypeError: __init__() takes at least 2 non-keyword arguments (1 given) It seems to indicate that some builders are failing to instantiate one or more of their steps. Based on this appearing on test and production masters I'd guess it's somewhere in UnittestPackagedBuildFactory.
Based on the recency, and the fact that it touched MozillaPackagedXPCShellTests, I'd guess that this is related to bug 574091, which I landed earlier today. I'll have a look.
Assignee: nobody → bhearsum
This ended up requiring yet another bustage fix: http://hg.mozilla.org/build/buildbotcustom/rev/aaecd78c0108 It's all fixed now, though.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.