Closed Bug 1952817 Opened 15 days ago Closed 15 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 temporar

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1952794

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

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_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 - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
Status: NEW → RESOLVED
Closed: 15 days ago
Duplicate of bug: 1952794
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.