Closed
Bug 661637
Opened 14 years ago
Closed 14 years ago
l10n dep build failed because locale property was unset
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 693957
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [l10n])
This build: http://production-master01.build.mozilla.org:8010/builders/Firefox%20mozilla-central%20macosx64%20l10n%20dep/builds/3320
With this Traceback:
<type 'exceptions.KeyError'>: 'locale'
/tools/buildbot-0.8.2/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
767
768 if skip is None:
769 skip = self.start()
770
Locals
skip None
self
buildbotcustom.steps.base.C instance @ 0x155e226c <buildbotcustom.steps.base.C instance at 0x155e226c>
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py, line 212 in start
210 # create the actual RemoteShellCommand instance now
211 kwargs = properties.render(self.remote_kwargs)
212 command = properties.render(self.command)
213 kwargs['command'] = command
Self
command
List instance @ 0x1859d0cc
'python'
buildbot.process.properties.WithProperties instance @ 0x18599b4c <buildbot.process.properties.WithProperties instance at 0x18599b4c>
buildbot.process.properties.WithProperties instance @ 0x18599aec <buildbot.process.properties.WithProperties instance at 0x18599aec>
buildbot.process.properties.WithProperties instance @ 0x18599a8c <buildbot.process.properties.WithProperties instance at 0x18599a8c>
remote_kwargs
Dictionary instance @ 0x17a50acc
'workdir' 'build/l10n-central'
'timeout' 300
'usePTY' 'slave-config'
'env'
Dictionary instance @ 0x1859f02c
'MOZ_PKG_PLATFORM' 'mac'
'EN_US_BINARY_URL' 'http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central'
Locals
self
buildbotcustom.steps.base.C instance @ 0x155e226c <buildbotcustom.steps.base.C instance at 0x155e226c>
kwargs
Dictionary instance @ 0x1566a57c
'usePTY' 'slave-config'
'workdir' 'build/l10n-central'
'env'
Dictionary instance @ 0x121e0cec
'MOZ_PKG_PLATFORM' 'mac'
'EN_US_BINARY_URL' 'http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central'
'timeout' 300
properties
buildbot.process.properties.Properties instance @ 0xc39c4cc {'toolsdir': '/builds/slave/cen-osx64-l10n-dep/tools', 'app': u'browser', 'forced_clobber': False, 'l10n_revision': u'default', 'slavebuilddir': 'cen-osx64-l10n-dep', 'project': u'', 'builddir': 'cen-osx64-l10n-dep', 'platform': 'macosx64', 'en_revision': u'default', 'basedir': '/builds/slave/cen-osx64-l10n-dep', 'purge_actual': '9.65GB', 'purge_target': '3GB', 'slavename': 'moz2-darwin10-slave21', 'master': 'http://production-master01.build.mozilla.org:8010/', 'branch': 'mozilla-central', 'stage_platform': 'macosx64', 'revision': u'c1351edde49705a10746fe3a1417d7936a5019bb', 'product': 'firefox', 'repository': u'', 'buildername': 'Firefox mozilla-central macosx64 l10n dep', 'scheduler': u'mozilla-central l10n', 'purged_clobber': False, 'tree': 'fx37x', 'buildnumber': 3320, 'periodic_clobber': False}
Globals
RemoteShellCommand <class buildbot.process.buildstep.RemoteShellCommand at 0x9770f8c>
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py, line 108 in render
106 return value.render(self.pmap)
107 elif isinstance(value, list):
108 return [ self.render(e) for e in value ]
109 elif isinstance(value, tuple):
Self
pmap
buildbot.process.properties.PropertyMap instance @ 0xc39caac <buildbot.process.properties.PropertyMap instance at 0xc39caac>
Locals
self
buildbot.process.properties.Properties instance @ 0xc39c4cc {'toolsdir': '/builds/slave/cen-osx64-l10n-dep/tools', 'app': u'browser', 'forced_clobber': False, 'l10n_revision': u'default', 'slavebuilddir': 'cen-osx64-l10n-dep', 'project': u'', 'builddir': 'cen-osx64-l10n-dep', 'platform': 'macosx64', 'en_revision': u'default', 'basedir': '/builds/slave/cen-osx64-l10n-dep', 'purge_actual': '9.65GB', 'purge_target': '3GB', 'slavename': 'moz2-darwin10-slave21', 'master': 'http://production-master01.build.mozilla.org:8010/', 'branch': 'mozilla-central', 'stage_platform': 'macosx64', 'revision': u'c1351edde49705a10746fe3a1417d7936a5019bb', 'product': 'firefox', 'repository': u'', 'buildername': 'Firefox mozilla-central macosx64 l10n dep', 'scheduler': u'mozilla-central l10n', 'purged_clobber': False, 'tree': 'fx37x', 'buildnumber': 3320, 'periodic_clobber': False}
e
buildbot.process.properties.WithProperties instance @ 0x18599a8c <buildbot.process.properties.WithProperties instance at 0x18599a8c>
value
List instance @ 0x1859d0cc
'python'
buildbot.process.properties.WithProperties instance @ 0x18599b4c <buildbot.process.properties.WithProperties instance at 0x18599b4c>
buildbot.process.properties.WithProperties instance @ 0x18599aec <buildbot.process.properties.WithProperties instance at 0x18599aec>
buildbot.process.properties.WithProperties instance @ 0x18599a8c <buildbot.process.properties.WithProperties instance at 0x18599a8c>
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py, line 106 in render
104 return value
105 elif isinstance(value, WithProperties):
106 return value.render(self.pmap)
107 elif isinstance(value, list):
Self
pmap
buildbot.process.properties.PropertyMap instance @ 0xc39caac <buildbot.process.properties.PropertyMap instance at 0xc39caac>
Locals
self
buildbot.process.properties.Properties instance @ 0xc39c4cc {'toolsdir': '/builds/slave/cen-osx64-l10n-dep/tools', 'app': u'browser', 'forced_clobber': False, 'l10n_revision': u'default', 'slavebuilddir': 'cen-osx64-l10n-dep', 'project': u'', 'builddir': 'cen-osx64-l10n-dep', 'platform': 'macosx64', 'en_revision': u'default', 'basedir': '/builds/slave/cen-osx64-l10n-dep', 'purge_actual': '9.65GB', 'purge_target': '3GB', 'slavename': 'moz2-darwin10-slave21', 'master': 'http://production-master01.build.mozilla.org:8010/', 'branch': 'mozilla-central', 'stage_platform': 'macosx64', 'revision': u'c1351edde49705a10746fe3a1417d7936a5019bb', 'product': 'firefox', 'repository': u'', 'buildername': 'Firefox mozilla-central macosx64 l10n dep', 'scheduler': u'mozilla-central l10n', 'purged_clobber': False, 'tree': 'fx37x', 'buildnumber': 3320, 'periodic_clobber': False}
value
buildbot.process.properties.WithProperties instance @ 0x18599a8c <buildbot.process.properties.WithProperties instance at 0x18599a8c>
Globals
WithProperties <class buildbot.process.properties.WithProperties at 0x930d89c>
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py, line 194 in render
192 s = self.fmtstring % tuple(strings)
193 else:
194 s = self.fmtstring % pmap
195 return s
Self
fmtstring 'http://hg.mozilla.org/l10n-central/%(locale)s'
Locals
self
buildbot.process.properties.WithProperties instance @ 0x18599a8c <buildbot.process.properties.WithProperties instance at 0x18599a8c>
pmap
buildbot.process.properties.PropertyMap instance @ 0xc39caac <buildbot.process.properties.PropertyMap instance at 0xc39caac>
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py, line 169 in __getitem__
167 break
168 else:
169 rv = properties[key]
170
Locals
key 'locale'
properties
buildbot.process.properties.Properties instance @ 0xc39c4cc {'toolsdir': '/builds/slave/cen-osx64-l10n-dep/tools', 'app': u'browser', 'forced_clobber': False, 'l10n_revision': u'default', 'slavebuilddir': 'cen-osx64-l10n-dep', 'project': u'', 'builddir': 'cen-osx64-l10n-dep', 'platform': 'macosx64', 'en_revision': u'default', 'basedir': '/builds/slave/cen-osx64-l10n-dep', 'purge_actual': '9.65GB', 'purge_target': '3GB', 'slavename': 'moz2-darwin10-slave21', 'master': 'http://production-master01.build.mozilla.org:8010/', 'branch': 'mozilla-central', 'stage_platform': 'macosx64', 'revision': u'c1351edde49705a10746fe3a1417d7936a5019bb', 'product': 'firefox', 'repository': u'', 'buildername': 'Firefox mozilla-central macosx64 l10n dep', 'scheduler': u'mozilla-central l10n', 'purged_clobber': False, 'tree': 'fx37x', 'buildnumber': 3320, 'periodic_clobber': False}
/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py, line 50 in __getitem__
48 def __getitem__(self, name):
49 """Just get the value for this property."""
50 rv = self.properties[name][0]
51 return rv
Self
properties
Dictionary instance @ 0xc9b524c
'toolsdir' ('/builds/slave/cen-osx64-l10n-dep/tools', 'SetProperty Step')
'app' (u'browser', u'Scheduler')
'forced_clobber' (False, 'MozillaClobberer')
'l10n_revision' (u'default', u'Scheduler')
'slavebuilddir' ('cen-osx64-l10n-dep', 'Builder')
'buildnumber' (3320, 'Build')
'builddir' ('cen-osx64-l10n-dep', 'SetProperty Step')
'platform' ('macosx64', 'Builder')
'en_revision' (u'default', u'Scheduler')
'basedir' ('/builds/slave/cen-osx64-l10n-dep', 'SetProperty Step')
'purge_actual' ('9.65GB', 'SetProperty Step')
'purge_target' ('3GB', 'SetProperty Step')
'slavename' ('moz2-darwin10-slave21', 'BuildSlave')
'master' ('http://production-master01.build.mozilla.org:8010/', 'Step')
'branch' ('mozilla-central', 'Builder')
'stage_platform' ('macosx64', 'Builder')
'revision' (u'c1351edde49705a10746fe3a1417d7936a5019bb', 'Build')
'product' ('firefox', 'Builder')
'repository' (u'', 'Build')
'buildername' ('Firefox mozilla-central macosx64 l10n dep', 'Builder')
'scheduler' (u'mozilla-central l10n', u'Scheduler')
'purged_clobber' (False, 'MozillaClobberer')
'tree' ('fx37x', 'Step')
'project' (u'', 'Build')
'periodic_clobber' (False, 'MozillaClobberer')
Locals
self
buildbot.process.properties.Properties instance @ 0xc39c4cc {'toolsdir': '/builds/slave/cen-osx64-l10n-dep/tools', 'app': u'browser', 'forced_clobber': False, 'l10n_revision': u'default', 'slavebuilddir': 'cen-osx64-l10n-dep', 'project': u'', 'builddir': 'cen-osx64-l10n-dep', 'platform': 'macosx64', 'en_revision': u'default', 'basedir': '/builds/slave/cen-osx64-l10n-dep', 'purge_actual': '9.65GB', 'purge_target': '3GB', 'slavename': 'moz2-darwin10-slave21', 'master': 'http://production-master01.build.mozilla.org:8010/', 'branch': 'mozilla-central', 'stage_platform': 'macosx64', 'revision': u'c1351edde49705a10746fe3a1417d7936a5019bb', 'product': 'firefox', 'repository': u'', 'buildername': 'Firefox mozilla-central macosx64 l10n dep', 'scheduler': u'mozilla-central l10n', 'purged_clobber': False, 'tree': 'fx37x', 'buildnumber': 3320, 'periodic_clobber': False}
name 'locale'
<type 'exceptions.KeyError'>: 'locale'
These properties:
app browser Scheduler
basedir /builds/slave/cen-osx64-l10n-dep SetProperty Step
branch mozilla-central Builder
builddir cen-osx64-l10n-dep SetProperty Step
buildername Firefox mozilla-central macosx64 l10n dep Builder
buildnumber 3320 Build
en_revision default Scheduler
forced_clobber False MozillaClobberer
l10n_revision default Scheduler
master http://production-master01.build.mozilla.org:8010/ Step
periodic_clobber False MozillaClobberer
platform macosx64 Builder
product firefox Builder
project Build
purge_actual 9.65GB SetProperty Step
purge_target 3GB SetProperty Step
purged_clobber False MozillaClobberer
repository Build
revision c1351edde49705a10746fe3a1417d7936a5019bb Build
scheduler mozilla-central l10n Scheduler
slavebuilddir cen-osx64-l10n-dep Builder
slavename moz2-darwin10-slave21 BuildSlave
stage_platform macosx64 Builder
toolsdir /builds/slave/cen-osx64-l10n-dep/tools SetProperty Step
tree fx37x Step
This reason:
scheduler
No recently landed changes seem suspect
Comment 1•14 years ago
|
||
We both looked into it but there was nothing suspicious.
HgLocalePoller should have set the locale property before the slave took the job.
| Reporter | ||
Comment 2•14 years ago
|
||
I thought that another scheduler may have fired this, but it doesn't look like it:
>>> for v in master.scheduler_manager.namedServices.values():
... for n in v.builderNames:
... if 'l10n dep' in n:
... print v.name
...
mozilla-1.9.1 l10n
mozilla-1.9.1 l10n
mozilla-1.9.1 l10n
mozilla-2.0 l10n
mozilla-2.0 l10n
mozilla-2.0 l10n
mozilla-2.0 l10n
mozilla-central l10n
mozilla-central l10n
mozilla-central l10n
mozilla-central l10n
mozilla-aurora l10n
mozilla-aurora l10n
mozilla-aurora l10n
mozilla-aurora l10n
mozilla-1.9.2 l10n
mozilla-1.9.2 l10n
mozilla-1.9.2 l10n
| Reporter | ||
Updated•14 years ago
|
Priority: -- → P5
Comment 3•14 years ago
|
||
This is likely http://hg.mozilla.org/l10n-central/ru/rev/c1351edde497, fwiw.
Comment 4•14 years ago
|
||
The following exceptions (total 25) were detected on production-master01.build.mozilla.org builder_master1:
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:08:48-0700 [Broker,1662,10.2.90.72] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/builder.py", line 901, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 235, in startBuild
self.build_status.buildStarted(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1382, in buildStarted
self.builder.buildStarted(self)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2040, in buildStarted
receiver = w.buildStarted(self.getName(), s)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 135, in buildStarted
self.buildMessage(name, build, "building")
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:08:48-0700 [Broker,1702,10.2.90.78] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/builder.py", line 901, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 235, in startBuild
self.build_status.buildStarted(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1382, in buildStarted
self.builder.buildStarted(self)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2040, in buildStarted
receiver = w.buildStarted(self.getName(), s)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 135, in buildStarted
self.buildMessage(name, build, "building")
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:08:48-0700 [Broker,1630,10.250.50.153] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/builder.py", line 901, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 235, in startBuild
self.build_status.buildStarted(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1382, in buildStarted
self.builder.buildStarted(self)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2040, in buildStarted
receiver = w.buildStarted(self.getName(), s)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 135, in buildStarted
self.buildMessage(name, build, "building")
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:08:48-0700 [Broker,1686,10.250.50.152] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/builder.py", line 901, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 235, in startBuild
self.build_status.buildStarted(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1382, in buildStarted
self.builder.buildStarted(self)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2040, in buildStarted
receiver = w.buildStarted(self.getName(), s)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 135, in buildStarted
self.buildMessage(name, build, "building")
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:01-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 373, in _stepDone
return self.startNextStep()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 362, in startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 125, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 724, in startStep
self.step_status.setText(self.describe(False))
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 144, in describe
words = properties.render(words)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:01-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:02-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1405, in buildFinished
w.callback(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 318, in callback
self._startRunCallbacks(result)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 424, in _startRunCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2061, in _buildFinished
w.buildFinished(name, s, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/mail.py", line 360, in buildFinished
return self.buildMessage(name, build, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:08-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 373, in _stepDone
return self.startNextStep()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 362, in startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 125, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 724, in startStep
self.step_status.setText(self.describe(False))
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 144, in describe
words = properties.render(words)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:08-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:08-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1405, in buildFinished
w.callback(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 318, in callback
self._startRunCallbacks(result)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 424, in _startRunCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2061, in _buildFinished
w.buildFinished(name, s, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/mail.py", line 360, in buildFinished
return self.buildMessage(name, build, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:09-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/python/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/buildbotcustom/buildbotcustom/status/log_handlers.py", line 88, in handleLogs
subprocess.check_call(cmd, stdout=output, stderr=subprocess.STDOUT)
File "/tools/python/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tools/buildbot-0.8.2/bin/python', '/tools/buildbotcustom/buildbotcustom/bin/log_uploader.py', 'stage.mozilla.org', '-u', 'ffxbld', '-i', '/home/cltbld/.ssh/ffxbld_dsa', '-b', 'mozilla-aurora', '-p', 'linux64', '--product', 'firefox', '--l10n', '/builds/buildbot/builder_master1/mozilla-aurora-linux64-l10n-dep', '113']' returned non-zero exit status 1
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:15-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/python/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/buildbotcustom/buildbotcustom/status/log_handlers.py", line 88, in handleLogs
subprocess.check_call(cmd, stdout=output, stderr=subprocess.STDOUT)
File "/tools/python/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tools/buildbot-0.8.2/bin/python', '/tools/buildbotcustom/buildbotcustom/bin/log_uploader.py', 'stage.mozilla.org', '-u', 'ffxbld', '-i', '/home/cltbld/.ssh/ffxbld_dsa', '-b', 'mozilla-aurora', '-p', 'macosx64', '--product', 'firefox', '--l10n', '/builds/buildbot/builder_master1/mozilla-aurora-macosx64-l10n-dep', '320']' returned non-zero exit status 1
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:15-0700 [Broker,1662,10.2.90.72] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/builder.py", line 901, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 235, in startBuild
self.build_status.buildStarted(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1382, in buildStarted
self.builder.buildStarted(self)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2040, in buildStarted
receiver = w.buildStarted(self.getName(), s)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 135, in buildStarted
self.buildMessage(name, build, "building")
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:31-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 373, in _stepDone
return self.startNextStep()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 362, in startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 125, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 724, in startStep
self.step_status.setText(self.describe(False))
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 144, in describe
words = properties.render(words)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:31-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:31-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1405, in buildFinished
w.callback(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 318, in callback
self._startRunCallbacks(result)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 424, in _startRunCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2061, in _buildFinished
w.buildFinished(name, s, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/mail.py", line 360, in buildFinished
return self.buildMessage(name, build, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:38-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/python/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/buildbotcustom/buildbotcustom/status/log_handlers.py", line 88, in handleLogs
subprocess.check_call(cmd, stdout=output, stderr=subprocess.STDOUT)
File "/tools/python/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tools/buildbot-0.8.2/bin/python', '/tools/buildbotcustom/buildbotcustom/bin/log_uploader.py', 'stage.mozilla.org', '-u', 'ffxbld', '-i', '/home/cltbld/.ssh/ffxbld_dsa', '-b', 'mozilla-aurora', '-p', 'macosx64', '--product', 'firefox', '--l10n', '/builds/buildbot/builder_master1/mozilla-aurora-macosx64-l10n-dep', '319']' returned non-zero exit status 1
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:38-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 373, in _stepDone
return self.startNextStep()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 362, in startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 125, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 724, in startStep
self.step_status.setText(self.describe(False))
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 144, in describe
words = properties.render(words)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:38-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:38-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1405, in buildFinished
w.callback(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 318, in callback
self._startRunCallbacks(result)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 424, in _startRunCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2061, in _buildFinished
w.buildFinished(name, s, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/mail.py", line 360, in buildFinished
return self.buildMessage(name, build, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:09:49-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/python/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/buildbotcustom/buildbotcustom/status/log_handlers.py", line 88, in handleLogs
subprocess.check_call(cmd, stdout=output, stderr=subprocess.STDOUT)
File "/tools/python/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tools/buildbot-0.8.2/bin/python', '/tools/buildbotcustom/buildbotcustom/bin/log_uploader.py', 'stage.mozilla.org', '-u', 'ffxbld', '-i', '/home/cltbld/.ssh/ffxbld_dsa', '-b', 'mozilla-aurora', '-p', 'linux64', '--product', 'firefox', '--l10n', '/builds/buildbot/builder_master1/mozilla-aurora-linux64-l10n-dep', '115']' returned non-zero exit status 1
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:16:17-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 373, in _stepDone
return self.startNextStep()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/base.py", line 362, in startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 125, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/buildstep.py", line 724, in startStep
self.step_status.setText(self.describe(False))
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 144, in describe
words = properties.render(words)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:16:17-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/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 "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/steps/shell.py", line 212, in start
command = properties.render(self.command)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 108, in render
return [ self.render(e) for e in value ]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:16:17-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 1405, in buildFinished
w.callback(self)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 318, in callback
self._startRunCallbacks(result)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 424, in _startRunCallbacks
self._runCallbacks()
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/builder.py", line 2061, in _buildFinished
w.buildFinished(name, s, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/mail.py", line 360, in buildFinished
return self.buildMessage(name, build, results)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/status/tinderbox.py", line 148, in buildMessage
text += "%s tree: %s\n" % (t, build.getProperties().render(self.tree))
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 106, in render
return value.render(self.pmap)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 194, in render
s = self.fmtstring % pmap
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 169, in __getitem__
rv = properties[key]
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/buildbot-0.8.2_hg_3dc678eecd11_production_0.8-py2.6.egg/buildbot/process/properties.py", line 50, in __getitem__
rv = self.properties[name][0]
exceptions.KeyError: 'locale'
--------------------------------------------------------------------------------
Exception in /builds/buildbot/builder_master1/twistd.log.4:
2011-06-07 03:16:24-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/tools/python/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/buildbot-0.8.2/lib/python2.6/site-packages/Twisted-10.1.0-py2.6-linux-i686.egg/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/buildbotcustom/buildbotcustom/status/log_handlers.py", line 88, in handleLogs
subprocess.check_call(cmd, stdout=output, stderr=subprocess.STDOUT)
File "/tools/python/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tools/buildbot-0.8.2/bin/python', '/tools/buildbotcustom/buildbotcustom/bin/log_uploader.py', 'stage.mozilla.org', '-u', 'ffxbld', '-i', '/home/cltbld/.ssh/ffxbld_dsa', '-b', 'mozilla-aurora', '-p', 'linux64', '--product', 'firefox', '--l10n', '/builds/buildbot/builder_master1/mozilla-aurora-linux64-l10n-dep', '114']' returned non-zero exit status 1
Comment 5•14 years ago
|
||
Duplicate candidate -> see bug 693957.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•