Closed Bug 621154 Opened 14 years ago Closed 14 years ago

partner_repack_31 won't run

Categories

(Mozilla Messaging Graveyard :: Release Engineering, defect)

defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: standard8, Assigned: gozer)

References

Details

I've just tried generating the partner repacks for Funnel cake 4. I changed doPartnerRepacks to True, just like we did before, but it didn't work.

When I looked at twistd.log I saw:

2010-12-23 06:15:36-0800 [Broker,5402,10.55.5.186] <Build partner_repack_31>.startBuild
2010-12-23 06:15:36-0800 [Broker,5402,10.55.5.186] error while creating step, factory=buildbotcustom.steps.source.MercurialCloneCommand, args={'workdir': '.', 'command': ['hg', 'clone', 'http://hg.mozilla.org/build/tools', 'tools'], 'name': 'clone_buildtools', 'description': ['clone', 'build tools']}
2010-12-23 06:15:36-0800 [Broker,5402,10.55.5.186] Build.setupBuild failed
2010-12-23 06:15:36-0800 [Broker,5402,10.55.5.186] Unhandled Error
	Traceback (most recent call last):
	  File "/tools/twisted/lib/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
	    self._startRunCallbacks(result)
	  File "/tools/twisted/lib/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
	    self._runCallbacks()
	  File "/tools/twisted/lib/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
	    self.result = callback(self.result, *args, **kw)
	  File "/buildbot.local/production/buildbot/master/buildbot/process/builder.py", line 896, in _startBuild_2
	    d = build.startBuild(bs, self.expectations, sb)
	--- <exception caught here> ---
	  File "/buildbot.local/production/buildbot/master/buildbot/process/base.py", line 217, in startBuild
	    self.setupBuild(expectations) # create .steps
	  File "/buildbot.local/production/buildbot/master/buildbot/process/base.py", line 272, in setupBuild
	    step = factory(**args)
	  File "/buildbot.local/production/buildbotcustom/steps/source.py", line 12, in __init__
	    self.super_class.__init__(self, log_eval_func=log_eval_func, **kwargs)
	exceptions.TypeError: unbound method __init__() must be called with C instance as first argument (got MercurialCloneCommand instance instead)
	
My buildbot foo isn't good enough to sort that out and I suspect this may be bustage from the buildbot 0.8 switch, or it could be that we need to port bug 560883.
Assignee: nobody → gozer
Fixed magically by https://hg.mozilla.org/build/buildbot-configs/rev/1b183d635c8a
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.