Closed
Bug 725292
Opened 13 years ago
Closed 13 years ago
some repacks failed in 11.0b2 because of missing tokens
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
(Whiteboard: [signing][automation][releases])
Attachments
(2 files)
2.31 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
801 bytes,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
The errors found in the log were:
python /e/builds/moz2_slave/rel-m-beta-w32-rpk-2/scripts/release/signing/signtool.py --cachedir /e/builds/moz2_slave/rel-m-beta-w32-rpk-2/signing_cache -t /e/builds/moz2_slave/rel-m-beta-w32-rpk-2/build/token -n /e/builds/moz2_slave/rel-m-beta-w32-rpk-2/build/nonce -c /e/builds/moz2_slave/rel-m-beta-w32-rpk-2/scripts/release/signing/host.cert -H signing1.build.scl1.mozilla.com:9020 -H signing2.build.scl1.mozilla.com:9020 -f signcode -f gpg "l10ngen/setup.exe"
Traceback (most recent call last):
File "e:/builds/moz2_slave/rel-m-beta-w32-rpk-2/scripts/release/signing/signtool.py", line 170, in <module>
main()
File "e:/builds/moz2_slave/rel-m-beta-w32-rpk-2/scripts/release/signing/signtool.py", line 142, in main
token = open(options.tokenfile, 'rb').read()
IOError: [Errno 2] No such file or directory: 'e:/builds/moz2_slave/rel-m-beta-w32-rpk-2/build/token'
I couldn't find any related errors in the master's twistd.log nor on the signing server. I inspected a slave by hand and there was no '/e/builds/moz2_slave/rel-m-beta-w32-rpk-2/build' directory at all.
Comment 1•13 years ago
|
||
Looks like the token got downloaded, and then clobbered as part of the repack script.
Comment 2•13 years ago
|
||
rel-m-beta-w32-rpk-2:Our last clobber date: 2012-02-07 14:17:18
rel-m-beta-w32-rpk-2:Server clobber date: 2012-02-08 02:54:35
rel-m-beta-w32-rpk-2:Server is forcing a clobber, initiated by asasaki@mozilla.com
rel-m-beta-w32-rpk-2:Clobbering...
Removing build/
Skipping buildprops.json
Skipping last-clobber
Skipping scripts
Assignee | ||
Comment 3•13 years ago
|
||
should we just add "-s build/token -s build/nonce" as extra params to clobber.py?
Comment 4•13 years ago
|
||
I think build/ would still get deleted...maybe we should move token and nonce to build/../
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rail
Priority: -- → P1
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #597017 -
Flags: review?(bhearsum)
Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 597017 [details] [diff] [review]
move token/nonce 1 level up
Review of attachment 597017 [details] [diff] [review]:
-----------------------------------------------------------------
Yay
Attachment #597017 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 597017 [details] [diff] [review]
move token/nonce 1 level up
http://hg.mozilla.org/build/buildbotcustom/rev/7fea4233c693
Attachment #597017 -
Flags: checked-in+
Assignee | ||
Comment 8•13 years ago
|
||
Attachment #597422 -
Flags: review?(bhearsum)
Reporter | ||
Updated•13 years ago
|
Attachment #597422 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 9•13 years ago
|
||
Comment on attachment 597422 [details] [diff] [review]
don't clobber important files
http://hg.mozilla.org/build/tools/rev/34d449ecf0c0
Attachment #597422 -
Flags: checked-in+
Assignee | ||
Comment 10•13 years ago
|
||
Seen in 11.0b3:
Skipping token
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•