builder: comm-central-trunk-linux-l10n-dep slave: sea-hp-linux64-4 starttime: 1511775679.46 results: exception (4) revision: e43a5c2374fb70e02d08166b29d19093424136c2 ========= Started Build_Locale_Decision exception (results: 4, elapsed: 0 secs) (at 2017-11-27 01:41:19.463653) ========== wget -qO- 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo ' in dir /builds/slave/c-cen-t-lnx-l10n-dep/build (timeout 1200 secs) watching logfiles {} argv: ['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo '] environment: CCACHE_HASHDIR= G_BROKEN_FILENAMES=1 HISTCONTROL=ignoredups HISTSIZE=1000 HOME=/home/seabld HOSTNAME=sea-hp-linux64-4.community.scl3.mozilla.com LANG=en_US.UTF-8 LESSOPEN=|/usr/bin/lesspipe.sh %s LOGNAME=seabld MAIL=/var/spool/mail/seabld PATH=/usr/local/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/seabld/bin PWD=/builds/slave/c-cen-t-lnx-l10n-dep/build SHELL=/bin/bash SHLVL=1 TERM=linux TMOUT=86400 USER=seabld _=/tools/buildbot/bin/python using PTY: False program finished with exit code 8 elapsedTime=0.145154

<type 'exceptions.NameError'>: global name 'locale' is not defined

/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py, line 441 in _runCallbacks
439          self._runningCallbacks = True
440          try:
441            self.result = callback(self.result, *args, **kw)
442          finally:
Self
_runningCallbacksTrue
result
twisted.python.failure.Failure instance @ 0x2af83f8 <twisted.python.failure.Failure <type 'exceptions.NameError'>>
Locals
callback
function <lambda> in file /builds/buildbot/master01/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/process/buildstep.py at line 1071
self
twisted.internet.defer.Deferred instance @ 0x30b5680 <Deferred at 0x30b5680 current result: <twisted.python.failure.Failure <type 'exceptions.NameError'>>>
args()
kw
Dictionary instance @ 0x6466cd0
/builds/buildbot/master01/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/process/buildstep.py, line 1071 in
1069
1070    d = self.runCommand(cmd) # might raise ConnectionLost
1071    d.addCallback(lambda res: self.commandComplete(cmd))
1072    d.addCallback(lambda res: self.createSummary(cmd.logs['stdio']))
Locals
res
buildbot.process.buildstep.RemoteShellCommand instance @ 0x689f638 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6a2a7a0>']'>
self
buildbotcustom.steps.base.C instance @ 0x67484d0 <buildbotcustom.steps.base.C instance at 0x67484d0>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x689f638 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6a2a7a0>']'>
/builds/buildbot/master01/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/steps/shell.py, line 288 in commandComplete
286      new_props = self.extract_fn(cmd.rc,
287          ''.join(log.getChunks([STDOUT], onlyText=True)),
288          ''.join(log.getChunks([STDERR], onlyText=True)))
289      for k,v in new_props.items():
Self
extract_fn
function check_locale in file /builds/buildbot/master01/lib/python2.7/site-packages/buildbotcustom/process/factory.py at line 549
Locals
self
buildbotcustom.steps.base.C instance @ 0x67484d0 <buildbotcustom.steps.base.C instance at 0x67484d0>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x689f638 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6a2a7a0>']'>
log
buildbot.status.builder.LogFile instance @ 0x32d29e0 <buildbot.status.builder.LogFile instance at 0x32d29e0>
Globals
STDERR1
STDOUT0
log<module 'twisted.python.log' from '/builds/buildbot/master01/lib/python2.7/site-packages/twisted/python/log.pyc'>
/builds/buildbot/master01/lib/python2.7/site-packages/buildbotcustom/process/factory.py, line 552 in check_locale
550      locale_list = stdout.split("\n")
551
552      return {"locale_unsupported": locale not in locale_list,
553          "locale": locale,
Locals
stdout''
locale_list
List instance @ 0x39fcd40
''

<type 'exceptions.NameError'>: global name 'locale' is not defined

Traceback (most recent call last): File "/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py", line 249, in addCallbacks self._runCallbacks() File "/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py", line 441, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py", line 318, in callback self._startRunCallbacks(result) File "/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py", line 424, in _startRunCallbacks self._runCallbacks() --- --- File "/builds/buildbot/master01/lib/python2.7/site-packages/twisted/internet/defer.py", line 441, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/builds/buildbot/master01/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/process/buildstep.py", line 1071, in d.addCallback(lambda res: self.commandComplete(cmd)) File "/builds/buildbot/master01/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/steps/shell.py", line 288, in commandComplete ''.join(log.getChunks([STDERR], onlyText=True))) File "/builds/buildbot/master01/lib/python2.7/site-packages/buildbotcustom/process/factory.py", line 552, in check_locale return {"locale_unsupported": locale not in locale_list, exceptions.NameError: global name 'locale' is not defined ========= Finished Build_Locale_Decision exception (results: 4, elapsed: 0 secs) (at 2017-11-27 01:41:19.936314) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ========== ========= Skipped (results: not started, elapsed: not started) ==========