Closed
Bug 633336
Opened 15 years ago
Closed 13 years ago
2nd run of partner repacks can bailout for not having cleaned up properly on a previously aborted job
Categories
(Release Engineering :: Release Automation, defect, P5)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Unassigned)
Details
Attachments
(1 file)
1.96 KB,
patch
|
coop
:
feedback-
|
Details | Diff | Splinter Review |
For a reason I do not recall I had to abort the partner repacks for Mac and triggered it a second time.
What happened is that the previous run left /tmp/FirefoxInstaller mounted and the following job failed.
There is no rush to fix this but it is for the sake of completeness.
(view as text)
python ./partner-repacks.py --version 3.6.14 --build-number 1 --staging-server stage-old.mozilla.org --nightly-dir firefox/nightly --pkg-dmg /builds/slave/rel-192-osx-partner-rpk/partner-repacks/scripts/pkg-dmg --platform macosx
in dir /builds/slave/rel-192-osx-partner-rpk/./partner-repacks/scripts (timeout 1200 secs)
watching logfiles {}
argv: ['python', './partner-repacks.py', '--version', '3.6.14', '--build-number', '1', '--staging-server', 'stage-old.mozilla.org', '--nightly-dir', 'firefox/nightly', '--pkg-dmg', '/builds/slave/rel-192-osx-partner-rpk/partner-repacks/scripts/pkg-dmg', '--platform', 'macosx']
environment:
Apple_PubSub_Socket_Render=/tmp/launch-XV8X1J/Render
BUILDBOTCUSTOM=http://hg.mozilla.org/build/buildbotcustom
BUILDBOT_CONFIGS=http://hg.mozilla.org/build/buildbot-configs
CLOBBERER_URL=http://build.mozilla.org/clobberer/index.php
CVS_RSH=ssh
DISPLAY=/tmp/launch-VNkPCZ/:0
HOME=/Users/cltbld
LOGNAME=cltbld
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/rel-192-osx-partner-rpk/partner-repacks/scripts
SHELL=/bin/bash
SSH_AUTH_SOCK=/tmp/launch-hvN86T/Listeners
TMPDIR=/var/folders/Xh/XhBjGXEcHs0yUSzvR91WE++++TM/-Tmp-/
USER=cltbld
__CF_USER_TEXT_ENCODING=0x1F6:0:0
closing stdin
using PTY: True
##################################################
### Starting repack process for partner: chinapack
### Downloading original_builds/3.6.14/build1/mac/en-US/Firefox 3.6.14.dmg
### Repacking mac build "Firefox 3.6.14.dmg"
Error: Firefox is already mounted at /tmp/FirefoxInstaller
program finished with exit code 1
elapsedTime=0.555199
Attachment #511526 -
Flags: feedback?(coop)
Updated•15 years ago
|
Attachment #511526 -
Attachment is patch: true
Attachment #511526 -
Attachment mime type: application/octet-stream → text/plain
Comment 1•15 years ago
|
||
Comment on attachment 511526 [details] [diff] [review]
[untested] remove mounting point
What happens if there is actually something still mounted at that location? You should try to eject the mountpoint first, and then cleanup.
Attachment #511526 -
Flags: feedback?(coop) → feedback-
Reporter | ||
Updated•15 years ago
|
Priority: -- → P4
Reporter | ||
Updated•15 years ago
|
Priority: P4 → P5
Reporter | ||
Updated•14 years ago
|
Assignee: armenzg → nobody
Updated•14 years ago
|
Blocks: hg-automation
Updated•13 years ago
|
No longer blocks: hg-automation
Comment 2•13 years ago
|
||
Mass move of bugs to Release Automation component.
Blocks: hg-automation
Component: Release Engineering → Release Engineering: Automation (Release Automation)
Updated•13 years ago
|
No longer blocks: hg-automation
Comment 3•13 years ago
|
||
I'm pretty sure our mounting scripts are much better these days...I don't think this is an issue anymore.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•