Closed
Bug 732468
Opened 13 years ago
Closed 13 years ago
Add the ridiculous "abort: error:" to the list of hg errors that trigger RETRY
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(1 file)
1.22 KB,
patch
|
bhearsum
:
review+
philor
:
checked-in+
|
Details | Diff | Splinter Review |
We retry on tasty things like 500 errors and no match found, but for some reason we don't include the frequent valuable and informative "abort: error:" a la
https://tbpl.mozilla.org/php/getParsedLog.php?id=9775835&tree=Mozilla-Aurora
========= Started clone build tools failed (results: 2, elapsed: 41 secs) ==========
'hg' 'clone' 'http://hg.mozilla.org/build/tools' 'tools'
in dir e:\builds\moz2_slave\m-aurora-w32\. (timeout 1320 secs)
watching logfiles {}
argv: ['hg', 'clone', 'http://hg.mozilla.org/build/tools', 'tools']
environment:
<snip>
abort: error:
program finished with exit code -1
elapsedTime=41.797000
======== Finished clone build tools failed (results: 2, elapsed: 41 secs) ========
Assignee | ||
Comment 1•13 years ago
|
||
What could possibly go wrong? :)
Attachment #602669 -
Flags: review?(bhearsum)
Comment 2•13 years ago
|
||
Comment on attachment 602669 [details] [diff] [review]
fix
Review of attachment 602669 [details] [diff] [review]:
-----------------------------------------------------------------
Given that this is a log parsing change and I'm on buildduty I'm probably going to regret this, but oh well!
Attachment #602669 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 602669 [details] [diff] [review]
fix
http://hg.mozilla.org/build/buildbotcustom/rev/585cb65cfd45
Attachment #602669 -
Flags: checked-in+
Comment 4•13 years ago
|
||
This made it to production today.
Assignee | ||
Comment 5•13 years ago
|
||
And thanks to a conveniently timed hg apocalypse, I got to see it working tonight.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•