Closed
Bug 651802
Opened 14 years ago
Closed 13 years ago
create_buildN_snippets fails when locales are missing
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
(Whiteboard: [releases][automation])
Attachments
(1 file)
827 bytes,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
During 3.6.17 build3 updates builder turned red due to failed create_buildN_snippets step.
create_buildN_snippets failed because there were no build1 snippets (build1 was canceled) and snippets for some of the locales were missing (ml, te mac updates disabled due to updater bug).
create_buildN_snippets should handle these situations or shouldn't turn the whole builder red.
Log snippet:
Failed to retrieve http://stage-old.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.17-candidates/build1/win32_info.txt
Hit exception: HTTP Error 404: Not Found
Failed to retrieve http://stage-old.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.17-candidates/build1/macosx_info.txt
Hit exception: HTTP Error 404: Not Found
....
Error reading from /builds/slave/rel-192-updates/build/temp/firefox/3.6.16-3.6.17/aus2/Firefox/3.6.16/Darwin_x86-gcc3-u-ppc-i386/20110319135224/te/release/complete.txt
[Errno 2] No such file or directory: '/builds/slave/rel-192-updates/build/temp/firefox/3.6.16-3.6.17/aus2/Firefox/3.6.16/Darwin_x86-gcc3-u-ppc-i386/20110319135224/te/release/complete.txt'
Error reading from /builds/slave/rel-192-updates/build/temp/firefox/3.6.16-3.6.17/aus2/Firefox/3.6.16/Darwin_ppc-gcc3-u-ppc-i386/20110319135224/te/release/complete.txt
[Errno 2] No such file or directory: '/builds/slave/rel-192-updates/build/temp/firefox/3.6.16-3.6.17/aus2/Firefox/3.6.16/Darwin_ppc-gcc3-u-ppc-i386/20110319135224/te/release/complete.txt'
program finished with exit code 24
Comment 1•14 years ago
|
||
this happened for one of the later 4.0 releases, rc2 iirc, as well.
Priority: -- → P4
Comment 2•13 years ago
|
||
Actually, build1 being missing doesn't turn it red. It's only the missing locales part that does that.
Summary: create_buildN_snippets fails for canceled previous builds → create_buildN_snippets fails when locales are missing
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rail
Priority: P4 → P2
Assignee | ||
Comment 3•13 years ago
|
||
Since we don't really care about this step, I think, it's safe to ignore failures and send emails if other steps are OK.
Attachment #558433 -
Flags: review?(bhearsum)
Comment 4•13 years ago
|
||
Comment on attachment 558433 [details] [diff] [review]
ignore create_buildN_snippets failures
Can we warnOnFailure instead?
Attachment #558433 -
Flags: review?(bhearsum) → review-
Comment 5•13 years ago
|
||
Comment on attachment 558433 [details] [diff] [review]
ignore create_buildN_snippets failures
Oops, I forgot how these flags work. This is fine, since the step will still burn.
Attachment #558433 -
Flags: review- → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 558433 [details] [diff] [review]
ignore create_buildN_snippets failures
http://hg.mozilla.org/build/buildbotcustom/rev/8fbf3470f0aa
Attachment #558433 -
Flags: checked-in+
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Merged to production and reconfigured.
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•