Closed
Bug 1227046
Opened 10 years ago
Closed 10 years ago
|make uploadsymbols| step busted. Cannot upload symbols
Categories
(SeaMonkey :: Release Engineering, defect)
SeaMonkey
Release Engineering
Tracking
(firefox45 affected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | affected |
People
(Reporter: ewong, Unassigned)
Details
nightly upload symbols busted with the following error:
DEBUG: doshell: chrootPath:/builds/mock_mozilla/mozilla-centos6-x86_64/root/, uid:500, gid:494
DEBUG: doshell environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
DEBUG: doshell: command: /usr/bin/env MOZ_CRASHREPORTER_NO_REPORT="1" CCACHE_BASEDIR="/builds/slave/c-aurora-lnx-ntly" SYMBOL_SERVER_HOST="symbolpush.mozilla.org" POST_SYMBOL_UPLOAD_CMD="/usr/local/bin/post-symbol-upload.py" SYMBOL_SERVER_SSH_KEY="/home/seabld/.ssh/seabld_dsa" MOZ_AUTOMATION="1" TOOLTOOL_DIR="/builds/slave/c-aurora-lnx-ntly/build" LD_LIBRARY_PATH="/tools/gcc-4.5/lib" PATH="/tools/buildbot/bin:/usr/local/bin:/usr/lib/ccache:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/tools/git/bin:/tools/python27/bin:/tools/python27-mercurial/bin:/home/cltbld/bin" MOZ_UPDATE_CHANNEL="aurora" CVS_RSH="ssh" CCACHE_COMPRESS="1" SYMBOL_SERVER_PATH="/mnt/netapp/breakpad/symbols_sea/" MOZ_OBJDIR="objdir" CCACHE_DIR="/builds/ccache" SYMBOL_SERVER_USER="seabld" DISPLAY=":2" TINDERBOX_OUTPUT="1" CCACHE_UMASK="002" python '/builds/slave/c-aurora-lnx-ntly/tools/buildfarm/utils/retry.py' -s 1 -r 5 -t 2460 make uploadsymbols
DEBUG: child environment: {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'TZ': 'EST5EDT', 'HOSTNAME': 'mock', 'HOME': '/builds', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TMPDIR': '/tmp'}
retry: Calling <function run_with_timeout at 0x213c050> with args: (['make', 'uploadsymbols'], 2460, None, None, False, True), kwargs: {}, attempt #1
Executing: ['make', 'uploadsymbols']
/builds/slave/c-aurora-lnx-ntly/build/objdir/_virtualenv/bin/python -u /builds/slave/c-aurora-lnx-ntly/build/mozilla/toolkit/crashreporter/tools/upload_symbols.py 'dist/seamonkey-2.41a2.en-US.linux-i686.crashreporter-symbols-full.zip'
Uploading symbol file "dist/seamonkey-2.41a2.en-US.linux-i686.crashreporter-symbols-full.zip" to "https://crash-stats.mozilla.com/symbols/upload"
Attempt 1 of 5...
Error: ('Connection broken: IncompleteRead(15 bytes read)', IncompleteRead(15 bytes read))
Retrying...
Attempt 2 of 5...
Error: ('Connection broken: IncompleteRead(15 bytes read)', IncompleteRead(15 bytes read))
Retrying...
Attempt 3 of 5...
Error: ('Connection broken: IncompleteRead(15 bytes read)', IncompleteRead(15 bytes read))
Retrying...
Attempt 4 of 5...
Error: ('Connection broken: IncompleteRead(15 bytes read)', IncompleteRead(15 bytes read))
Retrying...
Attempt 5 of 5...
Error: ('Connection broken: IncompleteRead(15 bytes read)', IncompleteRead(15 bytes read))
Retrying...
Maximum retries hit, giving up!
make: *** [uploadsymbols] Error 1
retry: Failed, sleeping 1 seconds before retrying
| Reporter | ||
Comment 1•10 years ago
|
||
Never mind. This was because the Socorro api token had expired.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•