Closed
Bug 1739512
Opened 4 years ago
Closed 4 years ago
Intermittent testing/marionette/harness/marionette_harness/tests/unit/test_window_close_chrome.py TestCloseWindow.test_close_chrome_window_for_browser_window | OSError: Process has been unexpectedly closed (Exit code: 0) (Reason: Process has been unexpect
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Testing
Marionette Client and Harness
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1635776
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: imoraru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=357039499&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DstV82-ZR-SrHPx9zl4LXw/runs/0/artifacts/public/logs/live_backing.log
[task 2021-11-04T20:46:38.688Z] 20:46:38 INFO - TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_window_close_chrome.py TestCloseWindow.test_close_chrome_window_for_browser_window
[task 2021-11-04T20:49:37.427Z] 20:49:37 INFO - WARNING | IO Completion Port failed to signal process shutdown
[task 2021-11-04T20:49:37.427Z] 20:49:37 INFO - Parent process 7964 exited with children alive:
[task 2021-11-04T20:49:37.430Z] 20:49:37 INFO - PIDS: 7312, 6980, 1672, 7872, 3712, 7292, 9096, 4068
[task 2021-11-04T20:49:37.430Z] 20:49:37 INFO - Attempting to kill them, but no guarantee of success
[task 2021-11-04T20:52:38.694Z] 20:52:38 ERROR - TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_window_close_chrome.py TestCloseWindow.test_close_chrome_window_for_browser_window | OSError: Process has been unexpectedly closed (Exit code: 0) (Reason: Process has been unexpectedly closed (Exit code: 0) (Reason: Connection timed out after 360.0s))
[task 2021-11-04T20:52:38.694Z] 20:52:38 INFO - Traceback (most recent call last):
[task 2021-11-04T20:52:38.701Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 183, in run
[task 2021-11-04T20:52:38.701Z] 20:52:38 INFO - self.setUp()
[task 2021-11-04T20:52:38.701Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_window_close_chrome.py", line 12, in setUp
[task 2021-11-04T20:52:38.702Z] 20:52:38 INFO - super(TestCloseWindow, self).setUp()
[task 2021-11-04T20:52:38.702Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_harness\runner\mixins\window_manager.py", line 15, in setUp
[task 2021-11-04T20:52:38.702Z] 20:52:38 INFO - super(WindowManagerMixin, self).setUp()
[task 2021-11-04T20:52:38.703Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 405, in setUp
[task 2021-11-04T20:52:38.703Z] 20:52:38 INFO - super(MarionetteTestCase, self).setUp()
[task 2021-11-04T20:52:38.703Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 308, in setUp
[task 2021-11-04T20:52:38.703Z] 20:52:38 INFO - self.marionette.start_session()
[task 2021-11-04T20:52:38.704Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\decorators.py", line 37, in _
[task 2021-11-04T20:52:38.704Z] 20:52:38 INFO - m._handle_socket_failure()
[task 2021-11-04T20:52:38.704Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\marionette.py", line 716, in _handle_socket_failure
[task 2021-11-04T20:52:38.704Z] 20:52:38 INFO - reraise(
[task 2021-11-04T20:52:38.705Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\six.py", line 702, in reraise
[task 2021-11-04T20:52:38.705Z] 20:52:38 INFO - raise value.with_traceback(tb)
[task 2021-11-04T20:52:38.705Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\decorators.py", line 27, in _
[task 2021-11-04T20:52:38.705Z] 20:52:38 INFO - return func(*args, **kwargs)
[task 2021-11-04T20:52:38.706Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1187, in start_session
[task 2021-11-04T20:52:38.706Z] 20:52:38 INFO - resp = self._send_message("WebDriver:NewSession", capabilities)
[task 2021-11-04T20:52:38.706Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\decorators.py", line 37, in _
[task 2021-11-04T20:52:38.706Z] 20:52:38 INFO - m._handle_socket_failure()
[task 2021-11-04T20:52:38.707Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\marionette.py", line 716, in _handle_socket_failure
[task 2021-11-04T20:52:38.707Z] 20:52:38 INFO - reraise(
[task 2021-11-04T20:52:38.707Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\six.py", line 702, in reraise
[task 2021-11-04T20:52:38.707Z] 20:52:38 INFO - raise value.with_traceback(tb)
[task 2021-11-04T20:52:38.707Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\decorators.py", line 27, in _
[task 2021-11-04T20:52:38.708Z] 20:52:38 INFO - return func(*args, **kwargs)
[task 2021-11-04T20:52:38.708Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\marionette.py", line 623, in _send_message
[task 2021-11-04T20:52:38.708Z] 20:52:38 INFO - msg = self.client.request(name, params)
[task 2021-11-04T20:52:38.709Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\transport.py", line 383, in request
[task 2021-11-04T20:52:38.709Z] 20:52:38 INFO - return self.receive()
[task 2021-11-04T20:52:38.709Z] 20:52:38 INFO - File "Z:\task_163605713175317\build\venv\lib\site-packages\marionette_driver\transport.py", line 220, in receive
[task 2021-11-04T20:52:38.709Z] 20:52:38 INFO - raise socket.timeout(
[task 2021-11-04T20:52:38.709Z] 20:52:38 INFO - TEST-INFO took 360007ms
[task 2021-11-04T20:52:38.710Z] 20:52:38 INFO - TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_window_close_chrome.py TestCloseWindow.test_close_chrome_window_for_last_open_window
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 3•3 years ago
|
||
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.
Description
•