builder: comm-central-trunk-macosx64-debug-unittest-mochitests-5 slave: sea-mini-osx64-3 starttime: 1511775664.12 results: exception (4) buildid: 20171126021900 builduid: c2978b3e777c42ef92e3414403decea7 revision: 0fca2b648074 ========= Started Build_Locale_Decision exception (results: 4, elapsed: 2 secs) (at 2017-11-27 01:41:04.120924) ========== wget -qO- 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo ' in dir /builds/slave/test/build (timeout 1200 secs) watching logfiles {} argv: ['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo '] environment: Apple_PubSub_Socket_Render=/tmp/launch-na5WcG/Render Apple_Ubiquity_Message=/tmp/launch-40s3jz/Apple_Ubiquity_Message CVS_RSH=ssh DISPLAY=/tmp/launch-TkZdOF/org.x:0 HOME=/Users/seabld LOGNAME=seabld PATH=/tools/buildbot/bin:/tools/python/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin PWD=/builds/slave/test/build PYTHONPATH=/tools/buildbot/lib/python2.7/site-packages SHELL=/bin/bash SSH_AUTH_SOCK=/tmp/launch-vIxSGh/Listeners TMPDIR=/var/folders/bm/kc_3cyjj2v15yn2741pj8s6r0000gn/T/ USER=seabld VERSIONER_PYTHON_PREFER_32_BIT=no VERSIONER_PYTHON_VERSION=2.7 __CF_USER_TEXT_ENCODING=0x1F5:0:0 using PTY: False program finished with exit code 8 elapsedTime=2.597812

<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 @ 0x6e038c0 <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 @ 0x24ac638 <Deferred at 0x24ac638 current result: <twisted.python.failure.Failure <type 'exceptions.NameError'>>>
args()
kw
Dictionary instance @ 0x66e0050
/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 @ 0x2e68878 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6407320>']'>
self
buildbotcustom.steps.base.C instance @ 0x36a8440 <buildbotcustom.steps.base.C instance at 0x36a8440>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x2e68878 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6407320>']'>
/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 @ 0x36a8440 <buildbotcustom.steps.base.C instance at 0x36a8440>
cmd
buildbot.process.buildstep.RemoteShellCommand instance @ 0x2e68878 <RemoteShellCommand '['wget', '-qO-', 'https://hg.mozilla.org/comm-central/raw-file/tip/suite/locales/all-locales ; echo <buildbot.process.properties.WithProperties instance at 0x6407320>']'>
log
buildbot.status.builder.LogFile instance @ 0x1987758 <buildbot.status.builder.LogFile instance at 0x1987758>
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 @ 0x1987830
''

<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: 2 secs) (at 2017-11-27 01:41:06.908318) ========== ========= 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) ========== ========= Started maybe rebooting slave lost (results: 0, elapsed: 23 secs) (at 2017-11-27 01:41:06.908812) ========== python tools/buildfarm/maintenance/count_and_reboot.py -f ../reboot_count.txt -n 1 -z in dir /builds/slave/test/. (timeout 1200 secs) watching logfiles {} argv: ['python', 'tools/buildfarm/maintenance/count_and_reboot.py', '-f', '../reboot_count.txt', '-n', '1', '-z'] environment: Apple_PubSub_Socket_Render=/tmp/launch-na5WcG/Render Apple_Ubiquity_Message=/tmp/launch-40s3jz/Apple_Ubiquity_Message CVS_RSH=ssh DISPLAY=/tmp/launch-TkZdOF/org.x:0 HOME=/Users/seabld LOGNAME=seabld PATH=/tools/buildbot/bin:/tools/python/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin PWD=/builds/slave/test PYTHONPATH=/tools/buildbot/lib/python2.7/site-packages SHELL=/bin/bash SSH_AUTH_SOCK=/tmp/launch-vIxSGh/Listeners TMPDIR=/var/folders/bm/kc_3cyjj2v15yn2741pj8s6r0000gn/T/ USER=seabld VERSIONER_PYTHON_PREFER_32_BIT=no VERSIONER_PYTHON_VERSION=2.7 __CF_USER_TEXT_ENCODING=0x1F5:0:0 using PTY: False ************************************************************************************************ *********** END OF RUN - NOW DOING SCHEDULED REBOOT; FOLLOWING ERROR MESSAGE EXPECTED ********** ************************************************************************************************ ========= Finished maybe rebooting slave lost (results: 0, elapsed: 23 secs) (at 2017-11-27 01:41:30.323485) ==========