Closed
Bug 1488528
Opened 7 years ago
Closed 7 years ago
Assorted-dom passes on linux but fails on all other platforms
Categories
(Testing :: Raptor, enhancement)
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: rwood, Assigned: rwood)
References
Details
Attachments
(1 file)
Bug 1488528 - Run raptor assorted-dom on linux only since it uses a fetch task, and move it to tier2
46 bytes,
text/x-phabricator-request
|
jmaher
:
review+
|
Details | Review |
Raptor assorted-dom (central tier3) works fine on linux64 on both Firefox and Chromium, but fails on the other platforms.
Figure out why, and along with the fix(es) move the test up to tier2.
Assignee | ||
Comment 1•7 years ago
|
||
On OSX, it is definitely some kind of production issue with fetch tasks. It works fine running locally on my OSX, but in production there's this error:
12:02:44 FATAL - File "/Users/cltbld/tasks/task_1536087759/mozharness/mozharness/base/script.py", line 500, in _download_file
12:02:44 FATAL - local_file = open(file_name, 'wb')
12:02:44 FATAL - IOError: [Errno 2] No such file or directory: '/home/cltbld/fetches/assorted-dom-4befd28725c6.zip'
12:02:44 FATAL - Running post_fatal callback...
12:02:44 FATAL - Exiting -1
The assorted-dom fetch task is green however. Hmmmm
Comment 2•7 years ago
|
||
oh, fetch tasks only run on linux; lets remove the osx/win scheduling for now
Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Joel Maher ( :jmaher ) (UTC-4) from comment #2)
> oh, fetch tasks only run on linux; lets remove the osx/win scheduling for now
Ah, ok right and I see raptor UGL only runs on linux also, thanks, I'll make the patch.
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Now there's a new issue on try with assorted-dom... that isn't on central. So maybe some change has landed inbound that has broken addons or something:
13:25:02 INFO - raptor-main starting firefox
13:25:02 INFO - Application command: /home/cltbld/workspace/build/application/firefox/firefox -profile /tmp/tmpdkEpUx.mozrunner
13:25:02 INFO - PID 23848 | 1536092702555 addons.xpi-utils WARN Add-on raptor@mozilla.org is not correctly signed.
13:25:02 INFO - PID 23848 | 1536092702555 addons.xpi-utils WARN Add-on raptor@mozilla.org is not correctly signed.
13:25:02 INFO - PID 23848 | 1536092702555 addons.xpi-utils WARN addMetadata: Add-on raptor@mozilla.org is invalid: Error: Extension raptor@mozilla.org is not correctly signed(resource://gre/modules/addons/XPIDatabase.jsm:2404:17) JS Stack trace: addMetadata@XPIDatabase.jsm:2404:17
13:25:03 ERROR - PID 23848 | JavaScript error: resource://gre/modules/addons/XPIProvider.jsm, line 2579: TypeError: addon is null, can't access property "seen" of it
13:34:58 INFO - raptor-main application timed out after 600 seconds
Adding other jobs to the try link in comment 5 to see if it's other raptor jobs also.
Comment 7•7 years ago
|
||
Comment on attachment 9006345 [details]
Bug 1488528 - Run raptor assorted-dom on linux only since it uses a fetch task, and move it to tier2
Joel Maher ( :jmaher ) (UTC-4) has approved the revision.
Attachment #9006345 -
Flags: review+
Assignee | ||
Comment 8•7 years ago
|
||
Assignee | ||
Comment 9•7 years ago
|
||
My local repo was messed up somehow - pulled latest, re-applied the patch / diff from phabricator, pushed to try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=46301c7f82dafe5702fc8516c56b48094d298696
Comment 10•7 years ago
|
||
Pushed by rwood@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e4871b7caeb
Run raptor assorted-dom on linux only since it uses a fetch task, and move it to tier2 r=jmaher
Comment 11•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•