Closed Bug 1922862 Opened 24 days ago Closed 13 days ago

Intermittent /webdriver/tests/classic/maximize_window/maximize.py | test_restore_from_minimized - webdriver.error.InvalidSessionIdException: invalid session id (404): Tried to run command without establishing a connection

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1906583

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=476870273&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ExLjWwZXSQOILwai3n0xnQ/runs/0/artifacts/public/logs/live_backing.log


[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO - TEST-PASS | /webdriver/tests/classic/maximize_window/maximize.py | test_fully_exit_fullscreen 
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/classic/maximize_window/maximize.py | test_restore_from_minimized - webdriver.error.InvalidSessionIdException: invalid session id (404): Tried to run command without establishing a connection
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO - session = <Session (disconnected)>
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO -     def test_restore_from_minimized(session):
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO -         assert not is_maximized(session)
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.114Z] 21:51:52     INFO -         session.window.minimize()
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         assert document_hidden(session)
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         assert not is_maximized(session)
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         response = maximize(session)
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - >       assert_success(response, session.window.rect)
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - session    = <Session (disconnected)>
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - tests/web-platform/tests/webdriver/tests/classic/maximize_window/maximize.py:65: 
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:22: in inner
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -     return func(self, *args, **kwargs)
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         args       = ()
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         func       = <function BrowserWindow.rect at 0x7f7ad3893d30>
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         kwargs     = {}
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         self       = <webdriver.client.BrowserWindow object at 0x7f7ad2f6cb80>
[task 2024-10-04T21:51:52.115Z] 21:51:52     INFO -         session    = <Session (disconnected)>
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:314: in rect
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO -     return self.session.send_session_command("GET", "window/rect")
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO -         self       = <webdriver.client.BrowserWindow object at 0x7f7ad2f6cb80>
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:603: in send_session_command
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO -     return self.send_command(method, url, body, timeout)
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO -         body       = None
[task 2024-10-04T21:51:52.116Z] 21:51:52     INFO -         method     = 'GET'
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO -         self       = <Session (disconnected)>
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO -         timeout    = None
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO -         uri        = 'window/rect'
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO -         url        = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect'
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO - self = <Session (disconnected)>, method = 'GET'
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO - url = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect', body = None
[task 2024-10-04T21:51:52.117Z] 21:51:52     INFO - timeout = None
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -     def send_command(self, method, url, body=None, timeout=None):
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -         """
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -         Send a command to the remote end and validate its success.
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -         :param method: HTTP method to use in request.
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -         :param uri: "Command part" of the HTTP request URL,
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -             e.g. `window/rect`.
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -         :param body: Optional body of the HTTP request.
[task 2024-10-04T21:51:52.118Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -         :return: `None` if the HTTP response body was empty, otherwise
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -             the `value` field returned after parsing the response
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -             body as JSON.
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -         :raises error.WebDriverException: If the remote end returns
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -             an error.
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -         :raises ValueError: If the response body does not contain a
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -             `value` key.
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -         """
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.119Z] 21:51:52     INFO -         response = self.transport.send(
[task 2024-10-04T21:51:52.120Z] 21:51:52     INFO -             method, url, body,
[task 2024-10-04T21:51:52.120Z] 21:51:52     INFO -             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2024-10-04T21:51:52.120Z] 21:51:52     INFO -             session=self, timeout=timeout)
[task 2024-10-04T21:51:52.120Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.121Z] 21:51:52     INFO -         if response.status != 200:
[task 2024-10-04T21:51:52.121Z] 21:51:52     INFO -             err = error.from_response(response)
[task 2024-10-04T21:51:52.122Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.122Z] 21:51:52     INFO -             if isinstance(err, error.InvalidSessionIdException):
[task 2024-10-04T21:51:52.122Z] 21:51:52     INFO -                 # The driver could have already been deleted the session.
[task 2024-10-04T21:51:52.123Z] 21:51:52     INFO -                 self.session_id = None
[task 2024-10-04T21:51:52.123Z] 21:51:52     INFO -     
[task 2024-10-04T21:51:52.123Z] 21:51:52     INFO - >           raise err
[task 2024-10-04T21:51:52.124Z] 21:51:52     INFO - E           webdriver.error.InvalidSessionIdException: invalid session id (404): Tried to run command without establishing a connection
[task 2024-10-04T21:51:52.124Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.124Z] 21:51:52     INFO - body       = None
[task 2024-10-04T21:51:52.124Z] 21:51:52     INFO - err        = <InvalidSessionIdException http_status=404>
[task 2024-10-04T21:51:52.125Z] 21:51:52     INFO - method     = 'GET'
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - response   = <Response status=404 error=<InvalidSessionIdException http_status=404>>
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - self       = <Session (disconnected)>
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - timeout    = None
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - url        = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect'
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - 
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:567: InvalidSessionIdException
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - ...
[task 2024-10-04T21:51:52.126Z] 21:51:52     INFO - TEST-OK | /webdriver/tests/classic/maximize_window/maximize.py | took 20413ms
[task 2024-10-04T21:51:52.187Z] 21:51:52  WARNING - Firefox didn't exit cleanly, not processing leak logs
[task 2024-10-04T21:51:52.188Z] 21:51:52     INFO - STDOUT:         args       = ()
[task 2024-10-04T21:51:52.189Z] 21:51:52     INFO - STDOUT:         func       = <function BrowserWindow.rect at 0x7f7ad3893d30>
[task 2024-10-04T21:51:52.189Z] 21:51:52     INFO - STDOUT:         kwargs     = {}
[task 2024-10-04T21:51:52.190Z] 21:51:52     INFO - STDOUT:         self       = <webdriver.client.BrowserWindow object at 0x7f7ad2f6cb80>
[task 2024-10-04T21:51:52.190Z] 21:51:52     INFO - STDOUT:         session    = <Session (disconnected)>
[task 2024-10-04T21:51:52.191Z] 21:51:52     INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py
[task 2024-10-04T21:51:52.191Z] 21:51:52     INFO - STDOUT: :314: in rect
[task 2024-10-04T21:51:52.191Z] 21:51:52     INFO - STDOUT:     return self.session.send_session_command("GET", "window/rect")
[task 2024-10-04T21:51:52.192Z] 21:51:52     INFO - STDOUT:         self       = <webdriver.client.BrowserWindow object at 0x7f7ad2f6cb80>
[task 2024-10-04T21:51:52.192Z] 21:51:52     INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py
[task 2024-10-04T21:51:52.193Z] 21:51:52     INFO - STDOUT: :603: in send_session_command
[task 2024-10-04T21:51:52.193Z] 21:51:52     INFO - STDOUT:     return self.send_command(method, url, body, timeout)
[task 2024-10-04T21:51:52.194Z] 21:51:52     INFO - STDOUT:         body       = None
[task 2024-10-04T21:51:52.194Z] 21:51:52     INFO - STDOUT:         method     = 'GET'
[task 2024-10-04T21:51:52.194Z] 21:51:52     INFO - STDOUT:         self       = <Session (disconnected)>
[task 2024-10-04T21:51:52.195Z] 21:51:52     INFO - STDOUT:         timeout    = None
[task 2024-10-04T21:51:52.195Z] 21:51:52     INFO - STDOUT:         uri        = 'window/rect'
[task 2024-10-04T21:51:52.196Z] 21:51:52     INFO - STDOUT:         url        = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect'
[task 2024-10-04T21:51:52.196Z] 21:51:52     INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2024-10-04T21:51:52.197Z] 21:51:52     INFO - STDOUT: self = <Session (disconnected)>, method = 'GET'
[task 2024-10-04T21:51:52.198Z] 21:51:52     INFO - STDOUT: url = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect', body = None
[task 2024-10-04T21:51:52.199Z] 21:51:52     INFO - STDOUT: timeout = None
[task 2024-10-04T21:51:52.201Z] 21:51:52     INFO - STDOUT:     def send_command(self, method, url, body=None, timeout=None):
[task 2024-10-04T21:51:52.201Z] 21:51:52     INFO - STDOUT:         """
[task 2024-10-04T21:51:52.201Z] 21:51:52     INFO - STDOUT:         Send a command to the remote end and validate its success.
[task 2024-10-04T21:51:52.201Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.202Z] 21:51:52     INFO - STDOUT:         :param method: HTTP method to use in request.
[task 2024-10-04T21:51:52.202Z] 21:51:52     INFO - STDOUT:         :param uri: "Command part" of the HTTP request URL,
[task 2024-10-04T21:51:52.202Z] 21:51:52     INFO - STDOUT:             e.g. `window/rect`.
[task 2024-10-04T21:51:52.202Z] 21:51:52     INFO - STDOUT:         :param body: Optional body of the HTTP request.
[task 2024-10-04T21:51:52.203Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.203Z] 21:51:52     INFO - STDOUT:         :return: `None` if the HTTP response body was empty, otherwise
[task 2024-10-04T21:51:52.203Z] 21:51:52     INFO - STDOUT:             the `value` field returned after parsing the response
[task 2024-10-04T21:51:52.203Z] 21:51:52     INFO - STDOUT:             body as JSON.
[task 2024-10-04T21:51:52.203Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.204Z] 21:51:52     INFO - STDOUT:         :raises error.WebDriverException: If the remote end returns
[task 2024-10-04T21:51:52.209Z] 21:51:52     INFO - STDOUT:             an error.
[task 2024-10-04T21:51:52.209Z] 21:51:52     INFO - STDOUT:         :raises ValueError: If the response body does not contain a
[task 2024-10-04T21:51:52.209Z] 21:51:52     INFO - STDOUT:             `value` key.
[task 2024-10-04T21:51:52.209Z] 21:51:52     INFO - STDOUT:         """
[task 2024-10-04T21:51:52.210Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.210Z] 21:51:52     INFO - STDOUT:         response = self.transport.send(
[task 2024-10-04T21:51:52.210Z] 21:51:52     INFO - STDOUT:             method, url, body,
[task 2024-10-04T21:51:52.210Z] 21:51:52     INFO - STDOUT:             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2024-10-04T21:51:52.210Z] 21:51:52     INFO - STDOUT:             session=self, timeout=timeout)
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:         if response.status != 200:
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:             err = error.from_response(response)
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:             if isinstance(err, error.InvalidSessionIdException):
[task 2024-10-04T21:51:52.211Z] 21:51:52     INFO - STDOUT:                 # The driver could have already been deleted the session.
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT:                 self.session_id = None
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT:     
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: >           raise err
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: E           webdriver.error.InvalidSessionIdException: invalid session id (404): Tried to run command without establishing a connection
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: body       = None
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: err        = <InvalidSessionIdException http_status=404>
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: method     = 'GET'
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: response   = <Response status=404 error=<InvalidSessionIdException http_status=404>>
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: self       = <Session (disconnected)>
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: timeout    = None
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: url        = 'session/79dc3070-74f1-4ce3-be99-3e9c9bbd80e8/window/rect'
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: :567: InvalidSessionIdException
[task 2024-10-04T21:51:52.212Z] 21:51:52     INFO - STDOUT: =========================== short test summary info ============================
[task 2024-10-04T21:51:52.213Z] 21:51:52     INFO - STDOUT: FAILED tests/web-platform/tests/webdriver/tests/classic/maximize_window/maximize.py::test_restore_from_minimized - webdriver.error.InvalidSessionIdException: invalid session id (404): Tried to run command without establishing a connection
[task 2024-10-04T21:51:52.213Z] 21:51:52     INFO - STDOUT: ========================= 1 failed, 7 passed in 20.15s =========================
[task 2024-10-04T21:51:52.213Z] 21:51:52     INFO - Closing logging queue
[task 2024-10-04T21:51:52.213Z] 21:51:52     INFO - queue closed
[task 2024-10-04T21:51:52.213Z] 21:51:52     INFO - Starting WebDriver: /builds/worker/fetches/geckodriver --host 127.0.0.1 --port 0 -vv --binary /builds/worker/workspace/build/application/firefox/firefox
[task 2024-10-04T21:51:52.308Z] 21:51:52     INFO - PID 6423 | 1728078712206	geckodriver	INFO	Listening on 127.0.0.1:43380
[task 2024-10-04T21:51:52.308Z] 21:51:52     INFO - Webdriver started successfully.
[task 2024-10-04T21:51:52.309Z] 21:51:52     INFO - Starting runner
[task 2024-10-04T21:51:52.630Z] 21:51:52     INFO - TEST-START | /webdriver/tests/classic/maximize_window/stress.py
[task 2024-10-04T21:51:52.881Z] 21:51:52     INFO - STDOUT: ============================= test session starts ==============================
[task 2024-10-04T21:51:52.881Z] 21:51:52     INFO - STDOUT: platform linux -- Python 3.8.0, pytest-8.2.1, pluggy-unknown -- /builds/worker/workspace/build/venv/bin/python
[task 2024-10-04T21:51:52.883Z] 21:51:52     INFO - STDOUT: rootdir: /builds/worker/workspace/build/tests/web-platform/tests/webdriver/tests
[task 2024-10-04T21:51:52.884Z] 21:51:52     INFO - STDOUT: configfile: pytest.ini
[task 2024-10-04T21:51:52.885Z] 21:51:52     INFO - STDOUT: plugins: asyncio-0.19.0
[task 2024-10-04T21:51:52.886Z] 21:51:52     INFO - STDOUT: asyncio: mode=strict
[task 2024-10-04T21:51:52.887Z] 21:51:52     INFO - STDOUT: collecting ... 
[task 2024-10-04T21:51:52.907Z] 21:51:52     INFO - STDOUT: collected 5 items
[task 2024-10-04T21:51:52.907Z] 21:51:52     INFO - STDOUT: tests/web-platform/tests/webdriver/tests/classic/maximize_window/stress.py::test_stress[0] 
[task 2024-10-04T21:51:52.912Z] 21:51:52     INFO - PID 6423 | 1728078712908	webdriver::server	DEBUG	-> POST /session {"capabilities": {"alwaysMatch": {"moz:firefoxOptions": {"args": ["--profile", "/tmp/tmpb24ksr6p.mozrunner"] ... ON_COUNT": "10", "MOZ_WINDOW_OCCLUSION": "0", "XPCOM_MEM_BLOAT_LOG": "/tmp/tmpb24ksr6p.mozrunner/runtests_leaks_571.log"}}}}}
[task 2024-10-04T21:51:52.913Z] 21:51:52     INFO - PID 6423 | 1728078712908	geckodriver::capabilities	DEBUG	Trying to read firefox version from ini files
[task 2024-10-04T21:51:52.913Z] 21:51:52     INFO - PID 6423 | 1728078712909	geckodriver::capabilities	DEBUG	Found version 133.0a1
[task 2024-10-04T21:51:52.914Z] 21:51:52     INFO - PID 6423 | 1728078712909	geckodriver::browser	DEBUG	Backing up prefs to "/tmp/tmpb24ksr6p.mozrunner/user.geckodriver_backup_1"
[task 2024-10-04T21:51:52.917Z] 21:51:52     INFO - PID 6423 | 1728078712915	mozrunner::runner	INFO	Running command: MOZ_CRASHREPORTER="1" MOZ_CRASHREPORTER_NO_REPORT="1" MOZ_CRASHREPORTER_SHUTDOWN="1" "/builds/worker/workspace/build/application/firefox/firefox" "--marionette" "--profile" "/tmp/tmpb24ksr6p.mozrunner" "-no-remote"
[task 2024-10-04T21:51:52.917Z] 21:51:52     INFO - PID 6423 | 1728078712916	geckodriver::marionette	DEBUG	Waiting 60s to connect to browser on 127.0.0.1
[task 2024-10-04T21:51:52.918Z] 21:51:52     INFO - PID 6423 | 1728078712916	geckodriver::browser	TRACE	Failed to open /tmp/tmpb24ksr6p.mozrunner/MarionetteActivePort
[task 2024-10-04T21:51:52.920Z] 21:51:52     INFO - PID 6423 | 1728078712916	geckodriver::marionette	TRACE	Retrying in 100ms
[task 2024-10-04T21:51:52.935Z] 21:51:52     INFO - PID 6423 | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /tmp/tmpb24ksr6p.mozrunner/runtests_leaks_571.log
[task 2024-10-04T21:51:53.017Z] 21:51:53     INFO - PID 6423 | 1728078713016	geckodriver::browser	TRACE	Failed to open /tmp/tmpb24ksr6p.mozrunner/MarionetteActivePort
[task 2024-10-04T21:51:53.018Z] 21:51:53     INFO - PID 6423 | 1728078713016	geckodriver::marionette	TRACE	Retrying in 100ms
[task 2024-10-04T21:51:53.085Z] 21:51:53     INFO - PID 6423 | ATTENTION: default value of option mesa_glthread overridden by environment.
[task 2024-10-04T21:51:53.088Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Renderer] WARNING: Failed to create EGLContext with khr_rbab_attribs: file /builds/worker/checkouts/gecko/gfx/gl/GLContextProviderEGL.cpp:733
[task 2024-10-04T21:51:53.088Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Renderer] WARNING: Failed to create EGLContext with khr_robustness_attribs: file /builds/worker/checkouts/gecko/gfx/gl/GLContextProviderEGL.cpp:745
[task 2024-10-04T21:51:53.095Z] 21:51:53     INFO - PID 6423 | Initializing context 7ff3fb9bfba0 surface 0 on display 7ff41e661600
[task 2024-10-04T21:51:53.100Z] 21:51:53     INFO - PID 6423 | GL_VENDOR: VMware, Inc.
[task 2024-10-04T21:51:53.100Z] 21:51:53     INFO - PID 6423 | mVendor: VMware, Inc.
[task 2024-10-04T21:51:53.100Z] 21:51:53     INFO - PID 6423 | GL_RENDERER: llvmpipe (LLVM 10.0.0, 256 bits)
[task 2024-10-04T21:51:53.100Z] 21:51:53     INFO - PID 6423 | mRenderer: Unknown
[task 2024-10-04T21:51:53.101Z] 21:51:53     INFO - PID 6423 | mIsMesa: 1
[task 2024-10-04T21:51:53.102Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Renderer] WARNING: robust_buffer_access_behavior marked as unsupported: file /builds/worker/checkouts/gecko/gfx/gl/GLContextFeatures.cpp:644
[task 2024-10-04T21:51:53.102Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Renderer] WARNING: Robustness supported, strategy is not LOSE_CONTEXT_ON_RESET!: file /builds/worker/checkouts/gecko/gfx/gl/GLContext.cpp:986
[task 2024-10-04T21:51:53.103Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Renderer] WARNING: robustness marked as unsupported: file /builds/worker/checkouts/gecko/gfx/gl/GLContextFeatures.cpp:644
[task 2024-10-04T21:51:53.110Z] 21:51:53     INFO - PID 6423 | ATTENTION: default value of option mesa_glthread overridden by environment.
[task 2024-10-04T21:51:53.114Z] 21:51:53     INFO - PID 6423 | [Parent 6441, Main Thread] WARNING: GLX_swap_control unsupported, ASAP mode may still block on buffer swaps.: file /builds/worker/checkouts/gecko/gfx/gl/GLContextProviderGLX.cpp:213

This is just bug 1906583. It's a crash of Firefox due to a channel error.

Status: NEW → RESOLVED
Closed: 13 days ago
Duplicate of bug: 1906583
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.