Closed
Bug 1675175
Opened 4 years ago
Closed 4 years ago
Intermittent [tier 2] MnFr testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Testing
Marionette Client and Harness
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=320672678&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UD95Vl7dQGWJM9m9tx9_jw/runs/0/artifacts/public/logs/live_backing.log
[task 2020-11-04T03:04:10.487Z] 03:04:10 INFO - TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab
[task 2020-11-04T03:07:57.825Z] 03:07:57 INFO - DEBUG: Completed blocker places.sqlite#2: PlacesUtils: promiseKeywordsCache (0) for phase places.sqlite#2: waiting for clients
[task 2020-11-04T03:07:58.709Z] 03:07:58 INFO - [Parent 1320, Jump List] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80520012 (NS_ERROR_FILE_NOT_FOUND): file /builds/worker/checkouts/gecko/widget/windows/WinUtils.cpp:1391
[task 2020-11-04T03:10:11.206Z] 03:10:11 INFO - 1604459411203 Marionette DEBUG Closed connection 21
[task 2020-11-04T03:11:22.334Z] 03:11:22 ERROR - TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 360.0s)
[task 2020-11-04T03:11:22.334Z] 03:11:22 INFO - Traceback (most recent call last):
[task 2020-11-04T03:11:22.334Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 214, in run
[task 2020-11-04T03:11:22.334Z] 03:11:22 INFO - testMethod()
[task 2020-11-04T03:11:22.334Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_navigation.py", line 380, in test_type_to_remote_tab
[task 2020-11-04T03:11:22.335Z] 03:11:22 INFO - message="'{}' hasn't been loaded".format(self.test_page_remote),
[task 2020-11-04T03:11:22.335Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\wait.py", line 134, in until
[task 2020-11-04T03:11:22.335Z] 03:11:22 INFO - rv = condition(self.marionette)
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_navigation.py", line 379, in <lambda>
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - lambda mn: mn.get_url() == self.test_page_remote,
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1464, in get_url
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - return self._send_message("WebDriver:GetCurrentURL", key="value")
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\decorators.py", line 37, in _
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - m._handle_socket_failure()
[task 2020-11-04T03:11:22.336Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\marionette.py", line 712, in _handle_socket_failure
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - IOError, IOError(message.format(returncode=returncode, reason=exc)), tb
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\decorators.py", line 27, in _
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - return func(*args, **kwargs)
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\marionette.py", line 617, in _send_message
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - msg = self.client.request(name, params)
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\transport.py", line 288, in request
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - return self.receive()
[task 2020-11-04T03:11:22.337Z] 03:11:22 INFO - File "C:\Users\task_1604456738\build\venv\lib\site-packages\marionette_driver\transport.py", line 192, in receive
[task 2020-11-04T03:11:22.338Z] 03:11:22 INFO - "Connection timed out after {}s".format(self.socket_timeout)
[task 2020-11-04T03:11:22.338Z] 03:11:22 INFO - TEST-INFO took 431846ms
[task 2020-11-04T03:11:22.338Z] 03:11:22 INFO - test_end for testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab logged while not in progress. Logged with data: {"status": "ERROR", "extra": {"class_name": "test_navigation.TestNavigate", "method_name": "test_type_to_remote_tab"}, "expected": "PASS", "test": "testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab", "message": "InvalidSessionIdException: Please start a session", "stack": "Traceback (most recent call last):\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_harness\\marionette_test\\testcases.py\", line 247, in run\n self.tearDown()\n File \"C:\\Users\\task_1604456738\\build\\tests\\marionette\\tests\\testing\\marionette\\harness\\marionette_harness\\tests\\unit\\test_navigation.py\", line 69, in tearDown\n self.marionette.timeout.reset()\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_driver\\timeout.py\", line 104, in reset\n self.script = DEFAULT_SCRIPT_TIMEOUT\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_driver\\timeout.py\", line 57, in script\n self._set(\"script\", sec)\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_driver\\timeout.py\", line 33, in _set\n self._marionette._send_message(\"WebDriver:SetTimeouts\", {name: ms})\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_driver\\decorators.py\", line 27, in _\n return func(*args, **kwargs)\n File \"C:\\Users\\task_1604456738\\build\\venv\\lib\\site-packages\\marionette_driver\\marionette.py\", line 614, in _send_message\n raise errors.InvalidSessionIdException(\"Please start a session\")\n"}```
Comment 1•4 years ago
|
||
Hangs when trying to retrieve the current URL:
[task 2020-11-04T03:04:11.180Z] 03:04:11 INFO - 1604459051171 Marionette DEBUG 21 -> [0,30,"WebDriver:GetCurrentURL",{}]
[task 2020-11-04T03:04:11.180Z] 03:04:11 INFO - 1604459051172 Marionette TRACE [84] Frame script unloaded
[task 2020-11-04T03:04:11.180Z] 03:04:11 INFO - [Child 4548, Main Thread] WARNING: NS_ENSURE_TRUE(browserChrome) failed: file /builds/worker/checkouts/gecko/docshell/base/nsDocShell.cpp:12096
[task 2020-11-04T03:04:11.197Z] 03:04:11 INFO - 1604459051183 Marionette TRACE [84] Frame script loaded
[task 2020-11-04T03:04:11.214Z] 03:04:11 INFO - 1604459051205 Marionette TRACE Detected remoteness change. New browsing context: 84
To get this fixed our actors have to be enabled for all builds. See bug 1669169.
Depends on: 1669169
Comment hidden (Intermittent Failures Robot) |
Comment 3•4 years ago
|
||
This failure only appeared on Nov 4th and since then no more again. Closing as incomplete for now.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Comment 4•4 years ago
|
||
New occurrence: https://treeherder.mozilla.org/logviewer?job_id=323529094&repo=autoland&lineNumber=21636
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment 5•4 years ago
|
||
This should only happen for the with the old framescript code.
Status: REOPENED → NEW
Summary: Intermittent testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection tim → Intermittent [Tier 2] MnFr testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost
Updated•4 years ago
|
Summary: Intermittent [Tier 2] MnFr testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost → Intermittent [tier 2] MnFr testing/marionette/harness/marionette_harness/tests/unit/test_navigation.py TestNavigate.test_type_to_remote_tab | IOError: Process killed because the connection to Marionette server is lost
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 14•4 years ago
|
||
With all the framescript code removed (bug 1669172) this bug is invalid now.
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 15•2 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
•