Closed
Bug 1232889
Opened 9 years ago
Closed 9 years ago
make -C obj-firefox/x86_64/tools/update-packaging MOZ_PKG_PRETTYNAMES=1 is busted
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Unassigned)
References
Details
I could not reproduce this on a slave^W worker . :(
From http://buildbot-master84.bb.releng.scl3.mozilla.com:8001/builders/OS%20X%2010.7%20mozilla-beta%20build/builds/101/steps/make%20update%20pretty/logs/stdio
make -C obj-firefox/x86_64/tools/update-packaging MOZ_PKG_PRETTYNAMES=1
in dir /builds/slave/m-beta-m64-0000000000000000000/build (timeout 1200 secs)
watching logfiles {}
argv: ['make', '-C', 'obj-firefox/x86_64/tools/update-packaging', 'MOZ_PKG_PRETTYNAMES=1']
environment:
Apple_PubSub_Socket_Render=/tmp/launch-gvqrIj/Render
CCACHE_COMPRESS=1
CCACHE_DIR=/builds/ccache
CCACHE_UMASK=002
CHOWN_REVERT=~/bin/chown_revert
CHOWN_ROOT=~/bin/chown_root
DISPLAY=/tmp/launch-gsOtV3/org.x:0
GIT_SHARE_BASE_DIR=/builds/git-shared
HG_SHARE_BASE_DIR=/builds/hg-shared
HOME=/Users/cltbld
IDLEIZER_DISABLE_SHUTDOWN=true
LC_ALL=C
LOGNAME=cltbld
MOZ_AUTOMATION=1
MOZ_CRASHREPORTER_NO_REPORT=1
MOZ_CURRENT_PROJECT=x86_64
MOZ_OBJDIR=/builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox
MOZ_SYMBOLS_EXTRA_BUILDID=macosx64
PATH=/tools/python/bin:/tools/buildbot/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
POST_SYMBOL_UPLOAD_CMD=/usr/local/bin/post-symbol-upload.py
PWD=/builds/slave/m-beta-m64-0000000000000000000/build
RUNNER_CONFIG_CMD=/opt/runner/bin/python2.7 /opt/runner/bin/runner -c /opt/runner/runner.cfg
SHELL=/bin/bash
SSH_AUTH_SOCK=/tmp/launch-t1bPN7/Listeners
SYMBOL_SERVER_HOST=symbolpush.mozilla.org
SYMBOL_SERVER_PATH=/mnt/netapp/breakpad/symbols_ffx/
SYMBOL_SERVER_SSH_KEY=/Users/cltbld/.ssh/ffxbld_rsa
SYMBOL_SERVER_USER=ffxbld
TINDERBOX_OUTPUT=1
TMPDIR=/var/folders/4p/y5vzlw0d3d1fw9c3x8dbqg3r00000w/T/
TOOLTOOL_CACHE=/builds/tooltool_cache
TOOLTOOL_DIR=/builds/slave/m-beta-m64-0000000000000000000/build
TOOLTOOL_HOME=/builds
TWISTD_LOG_PATH=/builds/slave/twistd.log
USER=cltbld
VERSIONER_PYTHON_PREFER_32_BIT=no
VERSIONER_PYTHON_VERSION=2.7
__CF_USER_TEXT_ENCODING=0x1C:0:0
using PTY: False
mkdir -p '/builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox/x86_64/dist/update/mac/en-US/'
MAR=/builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox/x86_64/dist/host/bin/mar \
/builds/slave/m-beta-m64-0000000000000000000/build/tools/update-packaging/make_full_update.sh \
'../../dist/update/mac/en-US/nightly-44.0.complete.mar' \
'/builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox/x86_64/dist/universal/firefox/Nightly.app'
/builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox/x86_64/dist/universal/firefox/Nightly.app /builds/slave/m-beta-m64-0000000000000000000/build/obj-firefox/x86_64/tools/update-packaging
precomplete file is missing!
make: *** [complete-patch] Error 1
program finished with exit code 2
elapsedTime=0.288203
Reporter | ||
Comment 1•9 years ago
|
||
I bet it will be fixed by bug 1232887
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #1)
> I bet it will be fixed by bug 1232887
It was!
(In reply to Justin Wood (:Callek) from comment #2)
> marked as blocker -- still a thing?
Thanks for poking me.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(rail)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•