Closed
Bug 723006
Opened 14 years ago
Closed 14 years ago
Talos runs dying with "<p class="error"><type 'exceptions.KeyError'>: 'toolsdir'</p>"
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: nthomas)
References
Details
After the emergency reconfig to get beta working, after the bug 722991 restart to get tests scheduled, every single Talos run which has finished and reported has been purple from
https://tbpl.mozilla.org/php/getParsedLog.php?id=8996997&tree=Mozilla-Inbound
========= Started Run performance tests exception (results: 4, elapsed: 0 secs)
... (loads of CSS and HTML) ...
<p class="error"><type 'exceptions.KeyError'>: 'toolsdir'</p>
Traceback (most recent call last):
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 728, in startStep
d.addCallback(self._startStep_2)
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/builds/buildbot/tests1-linux/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/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 769, in _startStep_2
skip = self.start()
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/builds/buildbot/tests1-linux/lib/python2.6/site-packages/buildbot-0.8.2_hg_aeaa057e9df6_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'toolsdir'
Francisco Franco is still dead, the trees are still closed.
| Reporter | ||
Comment 1•14 years ago
|
||
Also? Tests are still busted - I retriggered both Android builds for https://build.mozilla.org/buildapi/self-serve/mozilla-inbound/rev/587eea31cfa1 after bug 722991, and native seems to have only scheduled talos, no other tests, while xul ran other tests, and retried them all.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → nrthomas
Priority: -- → P1
| Assignee | ||
Comment 2•14 years ago
|
||
Turned out to be a regression from bug 660480. Backed that out and reconfiged the whole set of masters.
Blocks: 660480
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•