Closed
Bug 1212339
Opened 9 years ago
Closed 9 years ago
Hgtool's noise
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1211527
People
(Reporter: armenzg, Unassigned)
Details
This message shows up at times when looking at TH summaries and can be distracting when looking for real issues:
> hg log -r 4db794c83489e975c5411e46779f02f1d8c1ee0e --template {node}
> cwd: /builds/hg-shared/integration/mozilla-inbound
> Hit exception running hg:
> Traceback (most recent call last):
> File "/builds/slave/m-in-m64-d-0000000000000000000/build/tools/buildfarm/utils/../../lib/python/util/hg.py", line 99, in get_hg_output
> return get_output(['hg'] + cmd, timeout=timeout, env=env, **kwargs)
> File "/builds/slave/m-in-m64-d-0000000000000000000/build/tools/buildfarm/utils/../../lib/python/util/commands.py", line 207, in get_output
> raise error
> CalledProcessError: Command '['hg', 'log', '-r', '4db794c83489e975c5411e46779f02f1d8c1ee0e', '--template', '{node}']' returned non-zero exit status 255
> 4db794c83489e975c5411e46779f02f1d8c1ee0e does not exist in /builds/hg-shared/integration/mozilla-inbound
This is the order of commands for better reference:
> hg log -r 4db794c83489e975c5411e46779f02f1d8c1ee0e --template {node}
> hg pull --traceback -r 4db794c83489e975c5411e46779f02f1d8c1ee0e https://hg.mozilla.org/integration/mozilla-inbound
> hg parent --template {node|short}
> hg update -C -r 4db794c83489e975c5411e46779f02f1d8c1ee0e
> hg parent --template {node|short}
[1]
05:56:53 INFO - Copy/paste: /builds/slave/m-in-m64-d-0000000000000000000/build/tools/buildfarm/utils/hgtool.py -r 4db794c83489e975c5411e46779f02f1d8c1ee0e --bundle https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-inbound.hg https://hg.mozilla.org/integration/mozilla-inbound /builds/slave/m-in-m64-d-0000000000000000000/build/src
05:56:53 INFO - Using env: {'Apple_PubSub_Socket_Render': '/tmp/launch-eJ3Qs3/Render',
05:56:53 INFO - 'CCACHE_COMPRESS': '1',
05:56:53 INFO - 'CCACHE_DIR': '/builds/ccache',
05:56:53 INFO - 'CCACHE_UMASK': '002',
05:56:53 INFO - 'DISPLAY': '/tmp/launch-9LlaLN/org.x:0',
05:56:53 INFO - 'GIT_SHARE_BASE_DIR': '/builds/git-shared',
05:56:53 INFO - 'HG_SHARE_BASE_DIR': '/builds/hg-shared',
05:56:53 INFO - 'HOME': '/Users/cltbld',
05:56:53 INFO - 'IDLEIZER_DISABLE_SHUTDOWN': 'true',
05:56:53 INFO - 'LC_ALL': 'C',
05:56:53 INFO - 'LOGNAME': 'cltbld',
05:56:53 INFO - 'MOZBUILD_STATE_PATH': '/builds/slave/m-in-m64-d-0000000000000000000/.mozbuild',
05:56:53 INFO - 'MOZ_AUTOMATION': '1',
05:56:53 INFO - 'MOZ_BUILD_DATE': '20151007055632',
05:56:53 INFO - 'MOZ_CRASHREPORTER_NO_REPORT': '1',
05:56:53 INFO - 'MOZ_OBJDIR': 'obj-firefox',
05:56:53 INFO - 'MOZ_SIGNING_SERVERS': 'gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing4.srv.releng.scl3.mozilla.com:9110,gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing5.srv.releng.scl3.mozilla.com:9110,gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing6.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing1.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing2.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing3.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing4.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing6.srv.releng.scl3.mozilla.com:9110,dmgv2:mac-v2-signing7.srv.releng.scl3.mozilla.com:9110',
05:56:53 INFO - 'MOZ_SIGN_CMD': 'python /builds/slave/m-in-m64-d-0000000000000000000/build/tools/release/signing/signtool.py --cachedir /builds/slave/m-in-m64-d-0000000000000000000/build/signing_cache -t /builds/slave/m-in-m64-d-0000000000000000000/token -n /builds/slave/m-in-m64-d-0000000000000000000/nonce -c /builds/slave/m-in-m64-d-0000000000000000000/build/tools/release/signing/host.cert -H gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing4.srv.releng.scl3.mozilla.com:9110 -H gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing5.srv.releng.scl3.mozilla.com:9110 -H gpg:sha2signcode:osslsigncode:signcode:mar:jar:b2gmar:emevoucher:signing6.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing1.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing2.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing3.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing4.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing6.srv.releng.scl3.mozilla.com:9110 -H dmgv2:mac-v2-signing7.srv.releng.scl3.mozilla.com:9110',
05:56:53 INFO - 'PATH': '/tools/python/bin:/tools/buildbot/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin',
05:56:53 INFO - 'PROPERTIES_FILE': '/builds/slave/m-in-m64-d-0000000000000000000/buildprops.json',
05:56:53 INFO - 'PWD': '/builds/slave/m-in-m64-d-0000000000000000000',
05:56:53 INFO - 'RUNNER_CONFIG_CMD': '/opt/runner/bin/python2.7 /opt/runner/bin/runner -c /opt/runner/runner.cfg',
05:56:53 INFO - 'SHELL': '/bin/bash',
05:56:53 INFO - 'SSH_AUTH_SOCK': '/tmp/launch-08RcmA/Listeners',
05:56:53 INFO - 'TINDERBOX_OUTPUT': '1',
05:56:53 INFO - 'TMPDIR': '/var/folders/4k/zxjwst8j5zj6zxt5z90yddn800000w/T/',
05:56:53 INFO - 'TOOLTOOL_CACHE': '/builds/tooltool_cache',
05:56:53 INFO - 'TOOLTOOL_HOME': '/builds',
05:56:53 INFO - 'TWISTD_LOG_PATH': '/builds/slave/twistd.log',
05:56:53 INFO - 'USER': 'cltbld',
05:56:53 INFO - 'VERSIONER_PYTHON_PREFER_32_BIT': 'no',
05:56:53 INFO - 'VERSIONER_PYTHON_VERSION': '2.7',
05:56:53 INFO - 'XPCOM_DEBUG_BREAK': 'stack-and-abort',
05:56:53 INFO - '__CF_USER_TEXT_ENCODING': '0x1C:0:0'}
05:56:53 INFO - Reporting hg version in use
05:56:53 INFO - command: START
05:56:53 INFO - command: hg -q version
05:56:53 INFO - command: cwd: .
05:56:53 INFO - command: output:
05:56:53 INFO - Mercurial Distributed SCM (version 3.2.1)
05:56:53 INFO - command: END (0.11s elapsed)
05:56:53 INFO - Checking if share extension works
05:56:53 INFO - command: START
05:56:53 INFO - command: hg help share
05:56:53 INFO - command: cwd: /builds/slave/m-in-m64-d-0000000000000000000
05:56:53 INFO - command: env: {'HGPLAIN': '1'}
05:56:53 INFO - command: END (0.25s elapsed)
05:56:53 INFO - command: START
05:56:53 INFO - command: hg path default
05:56:53 INFO - command: cwd: /builds/slave/m-in-m64-d-0000000000000000000/build/src
05:56:53 INFO - command: env: {'HGPLAIN': '1'}
05:56:54 INFO - command: END (0.25s elapsed)
05:56:54 INFO - command: output:
05:56:54 INFO - https://hg.mozilla.org/integration/mozilla-inbound
05:56:54 INFO - command: START
05:56:54 INFO - command: hg path default
05:56:54 INFO - command: cwd: /builds/hg-shared/integration/mozilla-inbound
05:56:54 INFO - command: env: {'HGPLAIN': '1'}
05:56:54 INFO - command: END (0.25s elapsed)
05:56:54 INFO - command: output:
05:56:54 INFO - https://hg.mozilla.org/integration/mozilla-inbound
05:56:54 INFO - Updating shared repo
05:56:54 INFO - Reporting hg version in use
05:56:54 INFO - command: START
05:56:54 INFO - command: hg -q version
05:56:54 INFO - command: cwd: .
05:56:54 INFO - command: output:
05:56:54 INFO - Mercurial Distributed SCM (version 3.2.1)
05:56:54 INFO - command: END (0.11s elapsed)
05:56:54 INFO - command: START
05:56:54 INFO - command: hg path default
05:56:54 INFO - command: cwd: /builds/hg-shared/integration/mozilla-inbound
05:56:54 INFO - command: env: {'HGPLAIN': '1'}
05:56:54 INFO - command: END (0.25s elapsed)
05:56:54 INFO - command: output:
05:56:54 INFO - https://hg.mozilla.org/integration/mozilla-inbound
05:56:54 INFO - checking to see if 4db794c83489e975c5411e46779f02f1d8c1ee0e exists in /builds/hg-shared/integration/mozilla-inbound
05:56:54 INFO - command: START
05:56:54 INFO - command: hg log -r 4db794c83489e975c5411e46779f02f1d8c1ee0e --template {node}
05:56:54 INFO - command: cwd: /builds/hg-shared/integration/mozilla-inbound
05:56:54 INFO - command: env: {'HGPLAIN': '1'}
05:56:55 INFO - Hit exception running hg:
05:56:55 INFO - Traceback (most recent call last):
05:56:55 INFO - File "/builds/slave/m-in-m64-d-0000000000000000000/build/tools/buildfarm/utils/../../lib/python/util/hg.py", line 99, in get_hg_output
05:56:55 INFO - return get_output(['hg'] + cmd, timeout=timeout, env=env, **kwargs)
05:56:55 INFO - File "/builds/slave/m-in-m64-d-0000000000000000000/build/tools/buildfarm/utils/../../lib/python/util/commands.py", line 207, in get_output
05:56:55 INFO - raise error
05:56:55 INFO - CalledProcessError: Command '['hg', 'log', '-r', '4db794c83489e975c5411e46779f02f1d8c1ee0e', '--template', '{node}']' returned non-zero exit status 255
05:56:55 INFO - 4db794c83489e975c5411e46779f02f1d8c1ee0e does not exist in /builds/hg-shared/integration/mozilla-inbound
05:56:55 INFO - command: START
05:56:55 INFO - command: hg pull --traceback -r 4db794c83489e975c5411e46779f02f1d8c1ee0e https://hg.mozilla.org/integration/mozilla-inbound
05:56:55 INFO - command: cwd: /builds/hg-shared/integration/mozilla-inbound
05:56:55 INFO - command: env: {'HGPLAIN': '1'}
05:56:56 INFO - command: END (1.26s elapsed)
05:56:56 INFO - command: output:
05:56:56 INFO - pulling from https://hg.mozilla.org/integration/mozilla-inbound
05:56:56 INFO - searching for changes
05:56:56 INFO - adding changesets
05:56:56 INFO - adding manifests
05:56:56 INFO - adding file changes
05:56:56 INFO - added 2 changesets with 2 changes to 2 files
05:56:56 INFO - (run 'hg update' to get a working copy)
05:56:56 INFO - command: START
05:56:56 INFO - command: hg parent --template {node|short}
05:56:56 INFO - command: cwd: /builds/slave/m-in-m64-d-0000000000000000000/build/src
05:56:56 INFO - command: env: {'HGPLAIN': '1'}
05:56:57 INFO - command: END (0.25s elapsed)
05:56:57 INFO - command: output:
05:56:57 INFO - 52657b0b91dd
05:56:57 INFO - command: START
05:56:57 INFO - command: hg update -C -r 4db794c83489e975c5411e46779f02f1d8c1ee0e
05:56:57 INFO - command: cwd: /builds/slave/m-in-m64-d-0000000000000000000/build/src
05:56:57 INFO - command: output:
05:57:15 INFO - 832 files updated, 0 files merged, 1 files removed, 0 files unresolved
05:57:15 INFO - command: END (18.87s elapsed)
05:57:15 INFO - command: START
05:57:15 INFO - command: hg parent --template {node|short}
05:57:15 INFO - command: cwd: /builds/slave/m-in-m64-d-0000000000000000000/build/src
05:57:15 INFO - command: env: {'HGPLAIN': '1'}
05:57:16 INFO - command: END (0.25s elapsed)
05:57:16 INFO - command: output:
05:57:16 INFO - 4db794c83489
05:57:16 INFO - Got revision 4db794c83489
05:57:16 INFO - Return code: 0
05:57:16 INFO - Setting buildbot property comments to Bug 1211885 - Do not try to test if a .dmg file is_tarfile(). r=ahal
05:57:16 INFO - Writing buildbot properties ['comments'] to /builds/slave/m-in-m64-d-0000000000000000000/properties/comments
05:57:16 INFO - Writing to file /builds/slave/m-in-m64-d-0000000000000000000/properties/comments
05:57:16 INFO - Contents:
05:57:16 INFO - comments:Bug 1211885 - Do not try to test if a .dmg file is_tarfile(). r=ahal
05:57:16 INFO - Setting buildbot property got_revision to 4db794c83489
05:57:16 INFO - Writing buildbot properties ['got_revision'] to /builds/slave/m-in-m64-d-0000000000000000000/properties/got_revision
05:57:16 INFO - Writing to file /builds/slave/m-in-m64-d-0000000000000000000/properties/got_revision
05:57:16 INFO - Contents:
05:57:16 INFO - got_revision:4db794c83489
05:57:16 INFO - Running post-action listener: influxdb_recording_post_action
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•