Closed
Bug 809442
Opened 12 years ago
Closed 12 years ago
"build/utils.js:67: NS_ERROR_FILE_ALREADY_EXISTS: Component returned failure code: ..." should be an ERROR not INFO in mozharness
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: mozilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mozharness][sheriff-want])
Attachments
(1 file)
(deleted),
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
ie:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16816579&tree=Mozilla-Inbound
{
01:09:20 INFO - make -C gecko -f client.mk -s
01:09:20 INFO - build/utils.js:67: NS_ERROR_FILE_ALREADY_EXISTS: Component returned failure code: 0x80520008 (NS_ERROR_FILE_ALREADY_EXISTS) [nsIFile.create]
01:09:20 ERROR - make[1]: *** [webapp-zip] Error 3
}
Both the second and third line above should have been ERROR, to aid with TBPL parsing.
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Assignee | ||
Comment 1•12 years ago
|
||
Yeah, make often needs prior context lines.
I can add this specific line in the meantime.
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → aki
Attachment #679202 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #679202 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 679202 [details] [diff] [review]
add requested error check
http://hg.mozilla.org/build/mozharness/rev/5594cec634c7
Attachment #679202 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Component: Other → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•