Closed
Bug 775729
Opened 13 years ago
Closed 13 years ago
"OS X opt" and "OS X debug" tests on Try Server are always orange now ("TEST-UNEXPECTED-FAIL | automation.py | Exited with code -6 during test run")
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jorendorff, Unassigned)
References
Details
https://tbpl.mozilla.org/?tree=Try shows all Mac test runs are coming back orange with T-FAIL, L-FAIL and this message:
TEST-UNEXPECTED-FAIL | automation.py | Exited with code -6 during test run
TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | missing output line for total leaks!
Looking at the logs, it seems no tests are actually running; it's as thought the browser crashes on startup, but there's no stack.
Reporter | ||
Comment 1•13 years ago
|
||
I even tried pushing an empty changeset, to make absolutely sure it isn't us developers.
Green on mozilla-inbound:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=bfdfb713816e
Orange on Try (exact same tree, just a single extra empty try-chooser changeset):
https://tbpl.mozilla.org/?tree=Try&rev=595194a8f8a0
Comment 2•13 years ago
|
||
Also https://tbpl.mozilla.org/?tree=Try&rev=3a47fd368a3e or for a non-JS push, https://tbpl.mozilla.org/?tree=Try&rev=56de5439a1dd (though the latter doesn't have build results back for the other platforms yet)
Comment 3•13 years ago
|
||
I think the problem here is that "macosx" in try syntax refers to OSX 10.5 builds, which most people don't want. "macosx64" is what you want here.
It also looks like you get tests on 10.5 when using -p all.
Reporter | ||
Comment 4•13 years ago
|
||
OK, changing the summary to describe something fixable. :)
Making the try chooser syntax treat "-p all" as including only platforms we actually support would fix this.
In the meantime I will gleefully ignore the "Mac OSX" lines.
Summary: Try Server tests have stopped working on Mac ("TEST-UNEXPECTED-FAIL | automation.py | Exited with code -6 during test run") → "OS X opt" and "OS X debug" tests on Try Server are always orange now ("TEST-UNEXPECTED-FAIL | automation.py | Exited with code -6 during test run")
Comment 5•13 years ago
|
||
This was caused by bug 772682, which raised the requirements on trunk to 10.6, thereby burning the 10.5 builds.
You need to request 10.6/10.7 builds along the lines of comment 4. I have filed bug 775744 to get trychooser to treat 10.5 as opt-in rather than opt-out.
In the meantime, I have hidden the 10.5 builds on Try to reduce confusion until bug 775744 lands.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 6•13 years ago
|
||
Posted to dev.platform advising people update any instances of -p macosx to -p macosx64 :
https://groups.google.com/d/topic/mozilla.dev.platform/19VmejbEGnU/discussion
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
•