Closed
Bug 1441370
Opened 7 years ago
Closed 7 years ago
Intermittent test_restore_windows_after_restart_and_quit.py TestSessionStoreEnabled.test_with_variety | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors
Categories
(Testing :: Firefox UI Tests, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=164488540&repo=mozilla-central
https://queue.taskcluster.net/v1/task/HJzkqMA5TNy2AhDu6yj_Cw/runs/0/artifacts/public/logs/live_backing.log
23:36:14 INFO - [Parent 96, Gecko_IOThread] WARNING: file z:/build/build/src/ipc/chromium/src/base/process_util_win.cc, line 188
23:36:14 INFO - 1519688174782 Marionette DEBUG Received DOM event DOMContentLoaded for about:about
23:36:14 INFO - 1519688174798 Marionette DEBUG Received DOM event pageshow for about:about
23:36:14 INFO - 1519688174814 Marionette TRACE 4 <- [1,43,null,{}]
23:36:14 INFO - 1519688174820 Marionette TRACE 4 -> [0,44,"setContext",{"value":"chrome"}]
23:36:14 INFO - 1519688174820 Marionette TRACE 4 <- [1,44,null,{}]
23:36:14 INFO - 1519688174826 Marionette TRACE 4 -> [0,45,"getContext",{}]
23:36:14 INFO - 1519688174826 Marionette TRACE 4 <- [1,45,null,{"value":"chrome"}]
23:36:14 INFO - 1519688174826 Marionette TRACE 4 -> [0,46,"setContext",{"value":"chrome"}]
23:36:14 INFO - 1519688174826 Marionette TRACE 4 <- [1,46,null,{}]
23:36:14 INFO - 1519688174828 Marionette TRACE 4 -> [0,47,"executeScript",{"scriptTimeout":null,"newSandbox":true,"args":[],"filename":"marionette.py","script":"\n ... e.PREF_INVALID:\n return false;\n }\n ","sandbox":"default","line":995}]
23:36:14 INFO - 1519688174830 Marionette TRACE 4 <- [1,47,null,{"value":false}]
23:36:14 INFO - 1519688174830 Marionette TRACE 4 -> [0,48,"setContext",{"value":"chrome"}]
23:36:14 INFO - 1519688174832 Marionette TRACE 4 <- [1,48,null,{}]
23:36:14 INFO - 1519688174832 Marionette TRACE 4 -> [0,49,"getContext",{}]
23:36:14 INFO - 1519688174832 Marionette TRACE 4 <- [1,49,null,{"value":"chrome"}]
23:36:14 INFO - 1519688174834 Marionette TRACE 4 -> [0,50,"deleteSession",{}]
23:36:14 INFO - 1519688174834 Marionette TRACE 4 <- [1,50,null,{}]
23:36:14 INFO - 1519688174838 Marionette DEBUG Closed connection 4
23:36:14 INFO - Application command: Z:\task_1519685819\build\application\firefox\firefox.exe -no-remote -marionette -profile Z:\task_1519685819\build\tmpofzfnq.mozrunner
23:36:15 INFO - 1519688175330 Marionette DEBUG Received observer notification profile-after-change
23:40:16 INFO - TEST-UNEXPECTED-ERROR | testing\firefox-ui\tests\functional\sessionstore\test_restore_windows_after_restart_and_quit.py TestSessionStoreEnabled.test_with_variety | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Timed out waiting for connection on localhost:2828!)
23:40:16 INFO - Traceback (most recent call last):
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 140, in run
23:40:16 INFO - self.setUp()
23:40:16 INFO - File "Z:\task_1519685819\build\tests\firefox-ui\tests\testing\firefox-ui\tests\functional\sessionstore\test_restore_windows_after_restart_and_quit.py", line 150, in setUp
23:40:16 INFO - super(TestSessionStoreEnabled, self).setUp(startup_page=3)
23:40:16 INFO - File "Z:\task_1519685819\build\tests\firefox-ui\tests\testing\firefox-ui\tests\functional\sessionstore\test_restore_windows_after_restart_and_quit.py", line 49, in setUp
23:40:16 INFO - 'browser.sessionstore.debug.no_auto_updates': True,
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_driver\decorators.py", line 31, in _
23:40:16 INFO - m._handle_socket_failure()
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_driver\marionette.py", line 830, in _handle_socket_failure
23:40:16 INFO - reraise(IOError, message.format(returncode=returncode, reason=val), tb)
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_driver\decorators.py", line 26, in _
23:40:16 INFO - return func(*args, **kwargs)
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1003, in enforce_gecko_prefs
23:40:16 INFO - self.raise_for_port()
23:40:16 INFO - File "Z:\task_1519685819\build\venv\lib\site-packages\marionette_driver\marionette.py", line 716, in raise_for_port
23:40:16 INFO - self.host, self.port))
23:40:16 INFO - TEST-INFO took 241674ms
Comment 1•7 years ago
|
||
Looks like a startup hang and probably depends on bug 1414495.
Depends on: 1414495
| Comment hidden (Intermittent Failures Robot) |
Comment 3•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•