Closed
Bug 664211
Opened 14 years ago
Closed 14 years ago
Maemo builds on mozilla-inbound are puple: exceptions.TypeError: sequence item 7: expected string, int found in buildstep.py
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbrubeck, Assigned: bhearsum)
Details
Maemo builds (both GTK and Qt) are failing on mozilla-inbound with this exception:
Traceback (most recent call last):
File "/builds/buildbot/build1/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 728, in startStep
d.addCallback(self._startStep_2)
File "/builds/buildbot/build1/lib/python2.6/site-packages/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/builds/buildbot/build1/lib/python2.6/site-packages/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/builds/buildbot/build1/lib/python2.6/site-packages/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/builds/buildbot/build1/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 769, in _startStep_2
skip = self.start()
File "/builds/buildbot/build1/lib/python2.6/site-packages/buildbotcustom/steps/misc.py", line 169, in start
self.super_class.start(self)
File "/builds/buildbot/build1/lib/python2.6/site-packages/buildbotcustom/steps/misc.py", line 140, in magic
elif issubclass(self.command.__class__, WithProperties):
exceptions.TypeError: sequence item 7: expected string, int found
The purple started with this job which ran from 7:57 to 9:33 US/Pacific:
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1308063462.1308069011.27502.gz
The changeset was a test-only change that does not seem that it could cause this breakage:
http://hg.mozilla.org/integration/mozilla-inbound/rev/1b46a093e413
Assignee | ||
Comment 1•14 years ago
|
||
This is a regression from bug 613953. I'm working on landing a bustage fix. Sorry!
Assignee: nobody → bhearsum
Assignee | ||
Comment 2•14 years ago
|
||
This was fixed a few days ago.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•