builder: comm-central-trunk-linux-l10n-dep slave: sea-hp-linux64-8 starttime: 1511775682.33 results: exception (4) revision: 8b7d4d19a75b26c2a95fd8910016059a0daf8007 ========= Started Build_Locale_Decision exception (results: 4, elapsed: 0 secs) (at 2017-11-27 01:41:22.334342) ========== 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-8.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.136896

<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 @ 0x3428758 <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 @ 0x33221b8 <Deferred at 0x33221b8 current result: <twisted.python.failure.Failure <type 'exceptions.NameError'>>>
args()
kw
Dictionary instance @ 0x401cc70
/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 @ 0x26375a8 <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 @ 0x722fc68 <buildbotcustom.steps.base.C instance at 0x722fc68>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x26375a8 <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 @ 0x722fc68 <buildbotcustom.steps.base.C instance at 0x722fc68>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x26375a8 <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 @ 0x2637d40 <buildbot.status.builder.LogFile instance at 0x2637d40>
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 @ 0x2637368
''

<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:22.821159) ========== ========= 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) ==========