Closed Bug 1952796 Opened 6 days ago Closed 4 days ago

Intermittent /webdriver/tests/classic/forward/user_prompts.py | test_ignore[capabilities0-alert] - setup error: webdriver.error.UnknownErrorException: unknown error (500): Could not launch Android org.mozilla.geckoview.test_runner/.App: Resource temporari

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1952794

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

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


[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-PASS | /webdriver/tests/classic/forward/user_prompts.py | test_dismiss[capabilities0-prompt] 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-PASS | /webdriver/tests/classic/forward/user_prompts.py | test_dismiss_and_notify[capabilities0-alert-None] 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-PASS | /webdriver/tests/classic/forward/user_prompts.py | test_dismiss_and_notify[capabilities0-beforeunload-None] 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-PASS | /webdriver/tests/classic/forward/user_prompts.py | test_dismiss_and_notify[capabilities0-confirm-False] 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-PASS | /webdriver/tests/classic/forward/user_prompts.py | test_dismiss_and_notify[capabilities0-prompt-None] 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/classic/forward/user_prompts.py | test_ignore[capabilities0-alert] - setup error: webdriver.error.UnknownErrorException: unknown error (500): Could not launch Android org.mozilla.geckoview.test_runner/.App: Resource temporarily unavailable (os error 11)
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - event_loop = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - request = <SubRequest 'session' for <Function test_ignore[capabilities0-alert]>>
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - kwargs = {'capabilities': {'unhandledPromptBehavior': 'ignore'}, 'configuration': {'browser': {'args': ['--profile', '/tmp/tmpj...RASHREPORTER_SHUTDOWN': '1', 'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1', ...}}}, 'host': '127.0.0.1', 'port': 45658, ...}}
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - setup = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.setup at 0x7f6a11ba3670>
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - finalizer = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.finalizer at 0x7f6a11b61280>
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     @functools.wraps(func)
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     def _asyncgen_fixture_wrapper(
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -         event_loop: asyncio.AbstractEventLoop, request: SubRequest, **kwargs: Any
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     ) -> _R:
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -         gen_obj = func(**_add_kwargs(func, kwargs, event_loop, request))
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -         async def setup() -> _R:
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -             res = await gen_obj.__anext__()
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -             return res
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -         def finalizer() -> None:
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -             """Yield again, to finalize."""
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -             async def async_finalizer() -> None:
[task 2025-03-10T06:59:17.537Z] 06:59:17     INFO -                 try:
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                     await gen_obj.__anext__()
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                 except StopAsyncIteration:
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                     pass
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                 else:
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                     msg = "Async generator fixture didn't stop."
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                     msg += "Yield only once."
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                     raise ValueError(msg)
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -             event_loop.run_until_complete(async_finalizer())
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - >       result = event_loop.run_until_complete(setup())
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - event_loop = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - finalizer  = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.finalizer at 0x7f6a11b61280>
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - func       = <function session at 0x7f6a12710e50>
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - gen_obj    = <async_generator object session at 0x7f6a11ba35e0>
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO - kwargs     = {'capabilities': {'unhandledPromptBehavior': 'ignore'},
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -  'configuration': {'browser': {'args': ['--profile',
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                         '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                'binary': None,
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                        'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                        'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.538Z] 06:59:17     INFO -                                        'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                        'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'capabilities': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                            'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                            'args': ['--profile',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                                     '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                            'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                                    'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                                    'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                                    'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                                                    'RUST_BACKTRACE': '1'}}},
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'host': '127.0.0.1',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'port': 45658,
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'target_platform': 'android',
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'timeout_multiplier': 4,
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                    'webdriver': {'args': ['-vv'],
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -                                  'binary': '/builds/worker/fetches/geckodriver'}}}
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - request    = <SubRequest 'session' for <Function test_ignore[capabilities0-alert]>>
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - setup      = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.setup at 0x7f6a11ba3670>
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py:293: 
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - /usr/lib/python3.8/asyncio/base_events.py:608: in run_until_complete
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -     return future.result()
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -         future     = <Task finished name='Task-57' coro=<_wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.setup() done, defined at /builds/worker/workspace/build/tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py:274> exception=<UnknownErrorException http_status=500>>
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -         new_task   = True
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -         self       = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py:275: in setup
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -     res = await gen_obj.__anext__()
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -         gen_obj    = <async_generator object session at 0x7f6a11ba35e0>
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO - tests/web-platform/tests/webdriver/tests/support/fixtures.py:173: in session
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -     _current_session.start()
[task 2025-03-10T06:59:17.539Z] 06:59:17     INFO -         capabilities = {'unhandledPromptBehavior': 'ignore'}
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -         caps       = {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                         'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                         'args': ['--profile',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                  '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                         'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                 'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                 'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                 'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                 'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                  'unhandledPromptBehavior': 'ignore'}}
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -         configuration = {'browser': {'args': ['--profile', '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -              'binary': None,
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -              'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                      'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                      'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                      'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                      'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -  'capabilities': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                          'args': ['--profile',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -                                                  'RUST_BACKTRACE': '1'}}},
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -  'host': '127.0.0.1',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -  'port': 45658,
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -  'target_platform': 'android',
[task 2025-03-10T06:59:17.540Z] 06:59:17     INFO -  'timeout_multiplier': 4,
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -  'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:503: in start
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -     value = self.send_command("POST", "session", body=body)
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         body       = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                          'args': ['--profile',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                                                  'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -                                   'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         self       = <Session (disconnected)>
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - self = <Session (disconnected)>, method = 'POST', url = 'session'
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554', 'androidPackage': 'or...OZ_CRASHREPORTER_SHUTDOWN': '1', 'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1', ...}}, 'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - timeout = None
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -     def send_command(self, method, url, body=None, timeout=None):
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         """
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         Send a command to the remote end and validate its success.
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         :param method: HTTP method to use in request.
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         :param uri: "Command part" of the HTTP request URL,
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -             e.g. `window/rect`.
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         :param body: Optional body of the HTTP request.
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -         :return: `None` if the HTTP response body was empty, otherwise
[task 2025-03-10T06:59:17.541Z] 06:59:17     INFO -             the `value` field returned after parsing the response
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             body as JSON.
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -         :raises error.WebDriverException: If the remote end returns
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             an error.
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -         :raises ValueError: If the response body does not contain a
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             `value` key.
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -         """
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -         response = self.transport.send(
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             method, url, body,
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             session=self, timeout=timeout)
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -         if response.status != 200:
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             err = error.from_response(response)
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -             if isinstance(err, error.InvalidSessionIdException):
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                 # The driver could have already been deleted the session.
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                 self.session_id = None
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -     
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - >           raise err
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - E           webdriver.error.UnknownErrorException: unknown error (500): Could not launch Android org.mozilla.geckoview.test_runner/.App: Resource temporarily unavailable (os error 11)
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - body       = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                          'args': ['--profile',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                                                  'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO -                                   'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - err        = <UnknownErrorException http_status=500>
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - method     = 'POST'
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - self       = <Session (disconnected)>
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - timeout    = None
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - url        = 'session'
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - 
[task 2025-03-10T06:59:17.542Z] 06:59:17     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:567: UnknownErrorException
[task 2025-03-10T06:59:17.545Z] 06:59:17     INFO - .......
[task 2025-03-10T06:59:17.545Z] 06:59:17     INFO - TEST-OK | /webdriver/tests/classic/forward/user_prompts.py | took 60270ms
[task 2025-03-10T06:59:17.545Z] 06:59:17     INFO - Restarting browser for new test group
[task 2025-03-10T06:59:17.643Z] 06:59:17     INFO - STDOUT:             event_loop.run_until_complete(async_finalizer())
[task 2025-03-10T06:59:17.643Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.644Z] 06:59:17     INFO - STDOUT: >       result = event_loop.run_until_complete(setup())
[task 2025-03-10T06:59:17.644Z] 06:59:17     INFO - STDOUT: event_loop = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2025-03-10T06:59:17.644Z] 06:59:17     INFO - STDOUT: finalizer  = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.finalizer at 0x7f6a11b61280>
[task 2025-03-10T06:59:17.645Z] 06:59:17     INFO - STDOUT: func       = <function session at 0x7f6a12710e50>
[task 2025-03-10T06:59:17.645Z] 06:59:17     INFO - STDOUT: gen_obj    = <async_generator object session at 0x7f6a11ba35e0>
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO - STDOUT: kwargs     = {'capabilities': {'unhandledPromptBehavior': 'ignore'},
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -  'configuration': {'browser': {'args': ['--profile',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                         '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                'binary': None,
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                        'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                        'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                        'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                        'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                    'capabilities': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                            'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                            'args': ['--profile',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                                     '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                            'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                                    'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                                    'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                                    'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.647Z] 06:59:17     INFO -                                                                    'RUST_BACKTRACE': '1'}}},
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                    'host': '127.0.0.1',
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                    'port': 45658,
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                    'target_platform': 'android',
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                    'timeout_multiplier': 4,
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                    'webdriver': {'args': ['-vv'],
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO -                                  'binary': '/builds/worker/fetches/geckodriver'}}}
[task 2025-03-10T06:59:17.648Z] 06:59:17     INFO - STDOUT: request    = <SubRequest 'session' for <Function test_ignore[capabilities0-alert]>>
[task 2025-03-10T06:59:17.649Z] 06:59:17     INFO - STDOUT: setup      = <function _wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.setup at 0x7f6a11ba3670>
[task 2025-03-10T06:59:17.650Z] 06:59:17     INFO - STDOUT: tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py
[task 2025-03-10T06:59:17.650Z] 06:59:17     INFO - STDOUT: :293: 
[task 2025-03-10T06:59:17.650Z] 06:59:17     INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2025-03-10T06:59:17.650Z] 06:59:17     INFO - STDOUT: /usr/lib/python3.8/asyncio/base_events.py
[task 2025-03-10T06:59:17.650Z] 06:59:17     INFO - STDOUT: :608: in run_until_complete
[task 2025-03-10T06:59:17.651Z] 06:59:17     INFO - STDOUT:     return future.result()
[task 2025-03-10T06:59:17.651Z] 06:59:17     INFO - STDOUT:         future     = <Task finished name='Task-57' coro=<_wrap_asyncgen.<locals>._asyncgen_fixture_wrapper.<locals>.setup() done, defined at /builds/worker/workspace/build/tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py:274> exception=<UnknownErrorException http_status=500>>
[task 2025-03-10T06:59:17.651Z] 06:59:17     INFO - STDOUT:         new_task   = True
[task 2025-03-10T06:59:17.651Z] 06:59:17     INFO - STDOUT:         self       = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2025-03-10T06:59:17.651Z] 06:59:17     INFO - STDOUT: tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py
[task 2025-03-10T06:59:17.652Z] 06:59:17     INFO - STDOUT: :275: in setup
[task 2025-03-10T06:59:17.652Z] 06:59:17     INFO - STDOUT:     res = await gen_obj.__anext__()
[task 2025-03-10T06:59:17.652Z] 06:59:17     INFO - STDOUT:         gen_obj    = <async_generator object session at 0x7f6a11ba35e0>
[task 2025-03-10T06:59:17.652Z] 06:59:17     INFO - STDOUT: tests/web-platform/tests/webdriver/tests/support/fixtures.py
[task 2025-03-10T06:59:17.653Z] 06:59:17     INFO - STDOUT: :173: in session
[task 2025-03-10T06:59:17.653Z] 06:59:17     INFO - STDOUT:     _current_session.start()
[task 2025-03-10T06:59:17.653Z] 06:59:17     INFO - STDOUT:         capabilities = {'unhandledPromptBehavior': 'ignore'}
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO - STDOUT:         caps       = {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                         'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                         'args': ['--profile',
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                                  '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                         'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                                 'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.654Z] 06:59:17     INFO -                                                 'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.655Z] 06:59:17     INFO -                                                 'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.655Z] 06:59:17     INFO -                                                 'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.655Z] 06:59:17     INFO -                  'unhandledPromptBehavior': 'ignore'}}
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO - STDOUT:         configuration = {'browser': {'args': ['--profile', '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -              'binary': None,
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -              'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                      'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                      'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                      'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                      'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -  'capabilities': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                          'args': ['--profile',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -                                                  'RUST_BACKTRACE': '1'}}},
[task 2025-03-10T06:59:17.656Z] 06:59:17     INFO -  'host': '127.0.0.1',
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO -  'port': 45658,
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO -  'target_platform': 'android',
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO -  'timeout_multiplier': 4,
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO -  'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py
[task 2025-03-10T06:59:17.657Z] 06:59:17     INFO - STDOUT: :503: in start
[task 2025-03-10T06:59:17.658Z] 06:59:17     INFO - STDOUT:     value = self.send_command("POST", "session", body=body)
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO - STDOUT:         body       = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                          'args': ['--profile',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                                                  'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.659Z] 06:59:17     INFO -                                   'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.660Z] 06:59:17     INFO - STDOUT:         self       = <Session (disconnected)>
[task 2025-03-10T06:59:17.660Z] 06:59:17     INFO - STDOUT: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2025-03-10T06:59:17.660Z] 06:59:17     INFO - STDOUT: self = <Session (disconnected)>, method = 'POST', url = 'session'
[task 2025-03-10T06:59:17.661Z] 06:59:17     INFO - STDOUT: body = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554', 'androidPackage': 'or...OZ_CRASHREPORTER_SHUTDOWN': '1', 'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1', ...}}, 'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.661Z] 06:59:17     INFO - STDOUT: timeout = None
[task 2025-03-10T06:59:17.661Z] 06:59:17     INFO - STDOUT:     def send_command(self, method, url, body=None, timeout=None):
[task 2025-03-10T06:59:17.662Z] 06:59:17     INFO - STDOUT:         """
[task 2025-03-10T06:59:17.662Z] 06:59:17     INFO - STDOUT:         Send a command to the remote end and validate its success.
[task 2025-03-10T06:59:17.662Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.663Z] 06:59:17     INFO - STDOUT:         :param method: HTTP method to use in request.
[task 2025-03-10T06:59:17.663Z] 06:59:17     INFO - STDOUT:         :param uri: "Command part" of the HTTP request URL,
[task 2025-03-10T06:59:17.663Z] 06:59:17     INFO - STDOUT:             e.g. `window/rect`.
[task 2025-03-10T06:59:17.664Z] 06:59:17     INFO - STDOUT:         :param body: Optional body of the HTTP request.
[task 2025-03-10T06:59:17.664Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.664Z] 06:59:17     INFO - STDOUT:         :return: `None` if the HTTP response body was empty, otherwise
[task 2025-03-10T06:59:17.665Z] 06:59:17     INFO - STDOUT:             the `value` field returned after parsing the response
[task 2025-03-10T06:59:17.665Z] 06:59:17     INFO - STDOUT:             body as JSON.
[task 2025-03-10T06:59:17.665Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.666Z] 06:59:17     INFO - STDOUT:         :raises error.WebDriverException: If the remote end returns
[task 2025-03-10T06:59:17.666Z] 06:59:17     INFO - STDOUT:             an error.
[task 2025-03-10T06:59:17.667Z] 06:59:17     INFO - STDOUT:         :raises ValueError: If the response body does not contain a
[task 2025-03-10T06:59:17.667Z] 06:59:17     INFO - STDOUT:             `value` key.
[task 2025-03-10T06:59:17.670Z] 06:59:17     INFO - STDOUT:         """
[task 2025-03-10T06:59:17.670Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.670Z] 06:59:17     INFO - STDOUT:         response = self.transport.send(
[task 2025-03-10T06:59:17.670Z] 06:59:17     INFO - STDOUT:             method, url, body,
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:             session=self, timeout=timeout)
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:         if response.status != 200:
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:             err = error.from_response(response)
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.671Z] 06:59:17     INFO - STDOUT:             if isinstance(err, error.InvalidSessionIdException):
[task 2025-03-10T06:59:17.672Z] 06:59:17     INFO - STDOUT:                 # The driver could have already been deleted the session.
[task 2025-03-10T06:59:17.672Z] 06:59:17     INFO - STDOUT:                 self.session_id = None
[task 2025-03-10T06:59:17.672Z] 06:59:17     INFO - STDOUT:     
[task 2025-03-10T06:59:17.672Z] 06:59:17     INFO - STDOUT: >           raise err
[task 2025-03-10T06:59:17.672Z] 06:59:17     INFO - STDOUT: E           webdriver.error.UnknownErrorException: unknown error (500): Could not launch Android org.mozilla.geckoview.test_runner/.App: Resource temporarily unavailable (os error 11)
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO - STDOUT: body       = {'capabilities': {'alwaysMatch': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                          'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                          'args': ['--profile',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                                   '/tmp/tmpjh7equbv.mozrunner'],
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                          'env': {'MINIDUMP_SAVE_PATH': '/builds/worker/workspace/build/blobber_upload_dir',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER': '1',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                                  'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                                  'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                                                  'RUST_BACKTRACE': '1'}},
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO -                                   'unhandledPromptBehavior': 'ignore'}}}
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO - STDOUT: err        = <UnknownErrorException http_status=500>
[task 2025-03-10T06:59:17.673Z] 06:59:17     INFO - STDOUT: method     = 'POST'
[task 2025-03-10T06:59:17.674Z] 06:59:17     INFO - STDOUT: response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2025-03-10T06:59:17.674Z] 06:59:17     INFO - STDOUT: self       = <Session (disconnected)>
[task 2025-03-10T06:59:17.674Z] 06:59:17     INFO - STDOUT: timeout    = None
[task 2025-03-10T06:59:17.675Z] 06:59:17     INFO - STDOUT: url        = 'session'
[task 2025-03-10T06:59:17.675Z] 06:59:17     INFO - STDOUT: tests/web-platform/tests/tools/webdriver/webdriver/client.py
[task 2025-03-10T06:59:17.675Z] 06:59:17     INFO - STDOUT: :567: UnknownErrorException
[task 2025-03-10T06:59:17.675Z] 06:59:17     INFO - STDOUT: =========================== short test summary info ============================
[task 2025-03-10T06:59:17.676Z] 06:59:17     INFO - STDOUT: ERROR tests/web-platform/tests/webdriver/tests/classic/forward/user_prompts.py::test_ignore[capabilities0-alert] - webdriver.error.UnknownErrorException: unknown error (500): Could not launch Android org.mozilla.geckoview.test_runner/.App: Resource temporarily unavailable (os error 11)
[task 2025-03-10T06:59:17.676Z] 06:59:17     INFO - STDOUT: ==================== 23 passed, 1 error in 60.12s (0:01:00) ====================
[task 2025-03-10T06:59:17.676Z] 06:59:17     INFO - Closing logging queue
[task 2025-03-10T06:59:17.677Z] 06:59:17     INFO - queue closed
[task 2025-03-10T06:59:17.759Z] 06:59:17     INFO - Starting WebDriver: /builds/worker/fetches/geckodriver --host 127.0.0.1 --port 0 -vv
[task 2025-03-10T06:59:17.867Z] 06:59:17     INFO - PID 3493 | 1741589957765	geckodriver	INFO	Listening on 127.0.0.1:37378
[task 2025-03-10T06:59:17.867Z] 06:59:17     INFO - PID 3493 | 1741589957765	webdriver::server	TRACE	Build standard route for /status
[task 2025-03-10T06:59:17.867Z] 06:59:17     INFO - PID 3493 | 1741589957765	webdriver::server	TRACE	Build standard route for /session
[task 2025-03-10T06:59:17.868Z] 06:59:17     INFO - PID 3493 | 1741589957765	webdriver::server	TRACE	Build standard route for /session/{sessionId}
Status: NEW → RESOLVED
Closed: 4 days ago
Duplicate of bug: 1952794
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.