Closed Bug 1557580 Opened 6 years ago Closed 5 years ago

Intermittent TEST-UNEXPECTED-FAIL | None | application terminated with exit code -15 | Timed out waiting for connection on 127.0.0.1:2828!

Categories

(Testing :: Marionette Client and Harness, defect, P5)

Version 3
defect

Tracking

(firefox69 affected)

RESOLVED INCOMPLETE
Tracking Status
firefox69 --- affected

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure, regression)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=250487954&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/ZIuFtJfcRkiVmIx8m4xfhw/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/ZIuFtJfcRkiVmIx8m4xfhw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1


[task 2019-06-06T23:22:09.405Z] 23:22:09 INFO - [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-06-06T23:22:09.406Z] 23:22:09 INFO - [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-06-06T23:22:09.407Z] 23:22:09 INFO - ###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv
[task 2019-06-06T23:22:09.408Z] 23:22:09 INFO - [GFX1-]: Receive IPC close with reason=AbnormalShutdown
[task 2019-06-06T23:22:09.409Z] 23:22:09 INFO - ###!!! [Parent][MessageChannel] Error: (msgtype=0x4C001A,name=PGPU::Msg_ShutdownVR) Channel error: cannot send/recv
[task 2019-06-06T23:24:54.289Z] 23:24:54 ERROR - TEST-UNEXPECTED-FAIL | None | application terminated with exit code -15
[task 2019-06-06T23:24:54.290Z] 23:24:54 INFO - Traceback (most recent call last):
[task 2019-06-06T23:24:54.292Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 987, in <module>
[task 2019-06-06T23:24:54.293Z] 23:24:54 INFO - sys.exit(run_test_harness(parser, options))
[task 2019-06-06T23:24:54.293Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 979, in run_test_harness
[task 2019-06-06T23:24:54.293Z] 23:24:54 INFO - result = reftest.runTests(options.tests, options)
[task 2019-06-06T23:24:54.293Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 579, in runTests
[task 2019-06-06T23:24:54.294Z] 23:24:54 INFO - return self.runSerialTests(manifests, options, cmdargs)
[task 2019-06-06T23:24:54.294Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 915, in runSerialTests
[task 2019-06-06T23:24:54.294Z] 23:24:54 INFO - tests = self.getActiveTests(manifests, options)
[task 2019-06-06T23:24:54.294Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 853, in getActiveTests
[task 2019-06-06T23:24:54.297Z] 23:24:54 INFO - self.runApp(options, cmdargs=cmdargs, prefs=prefs)
[task 2019-06-06T23:24:54.298Z] 23:24:54 INFO - File "/builds/worker/workspace/build/tests/reftest/runreftest.py", line 803, in runApp
[task 2019-06-06T23:24:54.299Z] 23:24:54 INFO - marionette.start_session()
[task 2019-06-06T23:24:54.300Z] 23:24:54 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 36, in _
[task 2019-06-06T23:24:54.301Z] 23:24:54 INFO - m._handle_socket_failure()
[task 2019-06-06T23:24:54.302Z] 23:24:54 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 650, in _handle_socket_failure
[task 2019-06-06T23:24:54.303Z] 23:24:54 INFO - reraise(exc, val, tb)
[task 2019-06-06T23:24:54.304Z] 23:24:54 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 26, in _
[task 2019-06-06T23:24:54.305Z] 23:24:54 INFO - return func(*args, **kwargs)
[task 2019-06-06T23:24:54.306Z] 23:24:54 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1108, in start_session
[task 2019-06-06T23:24:54.307Z] 23:24:54 INFO - self.raise_for_port(timeout=timeout)
[task 2019-06-06T23:24:54.308Z] 23:24:54 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 569, in raise_for_port
[task 2019-06-06T23:24:54.309Z] 23:24:54 INFO - self.host, self.port))
[task 2019-06-06T23:24:54.310Z] 23:24:54 INFO - socket.timeout: Timed out waiting for connection on 127.0.0.1:2828!
[task 2019-06-06T23:24:54.358Z] 23:24:54 ERROR - Return code: 1
[task 2019-06-06T23:24:54.366Z] 23:24:54 ERROR - No checks run.

This misses the marionette-startup-requested notification. So it depends on bug 1382162.

Depends on: 1382162
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Product: Testing → Remote Protocol
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in before you can comment on or make changes to this bug.