Closed Bug 1413560 Opened 8 years ago Closed 7 years ago

Intermittent test_quit_restart.py TestServerQuitApplication.test_undefined_default | IOError: Process killed after 120s because no connection to Marionette server could be established. Check gecko.log for errors

Categories

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

Version 3
defect

Tracking

(firefox63 fixed, firefox64 fixed)

RESOLVED FIXED
mozilla64
Tracking Status
firefox63 --- fixed
firefox64 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: stransky)

References

Details

(Keywords: intermittent-failure)

Filed by: archaeopteryx [at] coole-files.de https://treeherder.mozilla.org/logviewer.html#?job_id=141294033&repo=autoland https://queue.taskcluster.net/v1/task/GiTW67DqTv-XyzHBVNNoGg/runs/0/artifacts/public/logs/live_backing.log [task 2017-11-01T10:17:35.327Z] 10:17:35 INFO - TEST-START: test_quit_restart.py TestServerQuitApplication.test_undefined_default [task 2017-11-01T10:17:35.329Z] 10:17:35 INFO - 1509531455326 Marionette TRACE 6 <- [1,5,null,{"value":null}] [task 2017-11-01T10:17:35.335Z] 10:17:35 INFO - 1509531455331 Marionette TRACE 6 -> [0,6,"quit",{}] [task 2017-11-01T10:17:35.336Z] 10:17:35 INFO - 1509531455332 Marionette DEBUG New connections will no longer be accepted [task 2017-11-01T10:17:35.557Z] 10:17:35 INFO - JavaScript error: chrome://browser/content/browser.js, line 8521: TypeError: gBrowser.tabContainer is undefined [task 2017-11-01T10:17:35.578Z] 10:17:35 INFO - 1509531455573 Marionette TRACE 6 <- [1,6,null,{"cause":"shutdown"}] [task 2017-11-01T10:17:35.602Z] 10:17:35 INFO - 1509531455600 Marionette DEBUG Closed connection 6 [task 2017-11-01T10:17:35.644Z] 10:17:35 INFO - ###!!! [Child][MessageChannel] Error: (msgtype=0x2400EE,name=PContent::Msg_AccumulateChildHistograms) Closed channel: cannot send/recv [task 2017-11-01T10:17:35.644Z] 10:17:35 INFO - ###!!! [Child][MessageChannel] Error: (msgtype=0x2400EF,name=PContent::Msg_AccumulateChildKeyedHistograms) Closed channel: cannot send/recv [task 2017-11-01T10:17:35.645Z] 10:17:35 INFO - ###!!! [Child][MessageChannel] Error: (msgtype=0x2400F3,name=PContent::Msg_RecordDiscardedData) Closed channel: cannot send/recv [task 2017-11-01T10:17:36.076Z] 10:17:36 INFO - *** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping [task 2017-11-01T10:17:36.314Z] 10:17:36 INFO - 1509531456305 Marionette DEBUG Received observer notification "xpcom-shutdown" [task 2017-11-01T10:17:36.947Z] 10:17:36 INFO - Application command: /builds/worker/workspace/build/application/firefox/firefox -no-remote -marionette -profile /tmp/tmp68CAAf.mozrunner [task 2017-11-01T10:19:37.040Z] 10:19:37 INFO - TEST-UNEXPECTED-ERROR | test_quit_restart.py TestServerQuitApplication.test_undefined_default | IOError: Process killed after 120s because no connection to Marionette server could be established. Check gecko.log for errors [task 2017-11-01T10:19:37.042Z] 10:19:37 INFO - Traceback (most recent call last): [task 2017-11-01T10:19:37.043Z] 10:19:37 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 187, in run [task 2017-11-01T10:19:37.044Z] 10:19:37 INFO - self.tearDown() [task 2017-11-01T10:19:37.045Z] 10:19:37 INFO - File "/builds/worker/workspace/build/tests/marionette/tests/testing/marionette/harness/marionette_harness/tests/unit/test_quit_restart.py", line 16, in tearDown [task 2017-11-01T10:19:37.045Z] 10:19:37 INFO - self.marionette.start_session() [task 2017-11-01T10:19:37.046Z] 10:19:37 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 23, in _ [task 2017-11-01T10:19:37.047Z] 10:19:37 INFO - return func(*args, **kwargs) [task 2017-11-01T10:19:37.047Z] 10:19:37 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1226, in start_session [task 2017-11-01T10:19:37.047Z] 10:19:37 INFO - self.start_binary(timeout) [task 2017-11-01T10:19:37.048Z] 10:19:37 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 633, in start_binary [task 2017-11-01T10:19:37.048Z] 10:19:37 INFO - self.raise_for_port(timeout=timeout) [task 2017-11-01T10:19:37.049Z] 10:19:37 INFO - File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 729, in raise_for_port [task 2017-11-01T10:19:37.049Z] 10:19:37 INFO - self.host, self.port)) [task 2017-11-01T10:19:37.049Z] 10:19:37 INFO - TEST-INFO took 121787ms
See Also: → 1471264
This is actually a hang during startup, and might be dependent on bug 1414495.
Depends on: 1414495
All latest failures are due to start-up hangs of Linux64 ASAN builds, and need a fix on bug 1487243.
This failure should be fixed now with the patch on bug 1495404 for both central and beta.
Assignee: nobody → stransky
Status: NEW → RESOLVED
Closed: 7 years ago
No longer depends on: 1414495
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
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.