Closed
Bug 1321782
Opened 8 years ago
Closed 8 years ago
jsreftest (e10s) fails on taskcluster windows tests
Categories
(Release Engineering :: General, defect)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: grenade, Assigned: grenade)
References
Details
Attachments
(1 file)
possibly just a bad path?
Failed to start Z:\task_1480620747\build\tests\bin\screenshot.exe for screenshot: The system cannot find the file specified
19:42:57 INFO - REFTEST TEST-INFO | started process screenshot
19:42:57 INFO - REFTEST INFO | Failed to start Z:\task_1480620747\build\tests\bin\screenshot.exe for screenshot: The system cannot find the file specified
19:42:57 INFO - REFTEST INFO | Can't trigger Breakpad, just killing process
19:42:57 INFO - Traceback (most recent call last):
19:42:57 INFO - File "Z:\task_1480620747\build\tests\reftest\runreftest.py", line 740, in <module>
19:42:57 INFO - sys.exit(run_test_harness(parser, options))
19:42:57 INFO - File "Z:\task_1480620747\build\tests\reftest\runreftest.py", line 734, in run_test_harness
19:42:57 INFO - return reftest.runTests(options.tests, options)
19:42:57 INFO - File "Z:\task_1480620747\build\tests\reftest\runreftest.py", line 426, in runTests
19:42:57 INFO - return self.runSerialTests(manifests, options, cmdargs)
19:42:57 INFO - File "Z:\task_1480620747\build\tests\reftest\runreftest.py", line 681, in runSerialTests
19:42:57 INFO - debuggerInfo=debuggerInfo)
19:42:57 INFO - File "Z:\task_1480620747\build\tests\reftest\runreftest.py", line 622, in runApp
19:42:57 INFO - marionette.start_session(timeout=options.marionette_port_timeout)
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\decorators.py", line 28, in _
19:42:57 INFO - m._handle_socket_failure()
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\decorators.py", line 23, in _
19:42:57 INFO - return func(*args, **kwargs)
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1270, in start_session
19:42:57 INFO - resp = self._send_message("newSession", body)
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\decorators.py", line 28, in _
19:42:57 INFO - m._handle_socket_failure()
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\decorators.py", line 23, in _
19:42:57 INFO - return func(*args, **kwargs)
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\marionette.py", line 707, in _send_message
19:42:57 INFO - msg = self.client.request(name, params)
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\transport.py", line 284, in request
19:42:57 INFO - return self.receive()
19:42:57 INFO - File "Z:\task_1480620747\build\venv\lib\site-packages\marionette_driver\transport.py", line 178, in receive
19:42:57 INFO - chunk = self.sock.recv(bytes_to_recv)
19:42:57 INFO - socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host
19:42:57 ERROR - Return code: 1
19:42:57 ERROR - No tests run or test summary not found
Comment 1•8 years ago
|
||
I believe screenshot.exe missing is a remnant of using --artifact builds, probably the same issue with triggering breakpad.
regarding e10s, there are issues in the environment or worker which are causing problems- we do not see these type of errors in our other automation.
Comment 2•8 years ago
|
||
this is working on the latest worker/ami configuration.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•8 years ago
|
||
somewhere this was disabled
Assignee: nobody → rthijssen
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8864070 [details]
Bug 1321782 - re-enable jsreftest e10s on taskcluster Windows 7;
https://reviewboard.mozilla.org/r/135794/#review138826
Attachment #8864070 -
Flags: review?(jmaher) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52ee827ec284
re-enable jsreftest e10s on taskcluster Windows 7; r=jmaher
Keywords: checkin-needed
Comment 7•8 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
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
•