Closed
Bug 1795210
Opened 2 years ago
Closed 2 years ago
Intermittent /webdriver/tests/element_send_keys/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error: webdriver.error.UnknownErrorException: unknown error (500): adb error: cannot bind listener: Address already in use
Categories
(Remote Protocol :: Marionette, defect, P5)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1791216
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: nbeleuzu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=393177853&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DgZyCOD6SdqQH1KJvvnd3Q/runs/0/artifacts/public/logs/live_backing.log
[task 2022-10-14T05:28:03.348Z] 05:28:03 INFO - TEST-PASS | /webdriver/tests/element_send_keys/user_prompts.py | test_accept_and_notify[capabilities0-prompt-]
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/element_send_keys/user_prompts.py | test_dismiss[capabilities0-alert-None] - setup error: webdriver.error.UnknownErrorException: unknown error (500): adb error: cannot bind listener: Address already in use
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - args = ()
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - kwargs = {'capabilities': {'unhandledPromptBehavior': 'dismiss'}, 'configuration': {'capabilities': {'moz:firefoxOptions': {'an...}, 'host': '127.0.0.1', 'port': 33916, 'webdriver': {'args': ['-vv'], 'binary': '/builds/worker/fetches/geckodriver'}}}
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - request = <SubRequest 'session' for <Function test_dismiss[capabilities0-alert-None]>>
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - setup = <function pytest_fixture_setup.<locals>.wrapper.<locals>.setup at 0x7fcce84ae510>
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - finalizer = <function pytest_fixture_setup.<locals>.wrapper.<locals>.finalizer at 0x7fcce84ae488>
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - def wrapper(*args, **kwargs):
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - loop = fixture_stripper.get_and_strip_from(FixtureStripper.EVENT_LOOP, kwargs)
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - request = fixture_stripper.get_and_strip_from(FixtureStripper.REQUEST, kwargs)
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - gen_obj = generator(*args, **kwargs)
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - async def setup():
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - res = await gen_obj.__anext__()
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - return res
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - def finalizer():
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - """Yield again, to finalize."""
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - async def async_finalizer():
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - try:
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - await gen_obj.__anext__()
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - except StopAsyncIteration:
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - pass
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - else:
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - msg = "Async generator fixture didn't stop."
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - msg += "Yield only once."
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - raise ValueError(msg)
[task 2022-10-14T05:28:03.349Z] 05:28:03 INFO - loop.run_until_complete(async_finalizer())
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - request.addfinalizer(finalizer)
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - > return loop.run_until_complete(setup())
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - args = ()
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - finalizer = <function pytest_fixture_setup.<locals>.wrapper.<locals>.finalizer at 0x7fcce84ae488>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - fixture_stripper = <pytest_asyncio.plugin.FixtureStripper object at 0x7fcce835f860>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - gen_obj = <async_generator object session at 0x7fcce8411868>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - generator = <function session at 0x7fcce90ed840>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - kwargs = {'capabilities': {'unhandledPromptBehavior': 'dismiss'},
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'configuration': {'capabilities': {'moz:firefoxOptions': {'androidDeviceSerial': 'emulator-5554',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'androidPackage': 'org.mozilla.geckoview.test_runner',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'args': ['--profile',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - '/tmp/tmpkjwurh0k.mozrunner'],
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'env': {'MOZ_CRASHREPORTER': '1',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'MOZ_CRASHREPORTER_SHUTDOWN': '1',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'RUST_BACKTRACE': '1',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'STYLO_THREADS': '1'}}},
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'host': '127.0.0.1',
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'port': 33916,
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'webdriver': {'args': ['-vv'],
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - 'binary': '/builds/worker/fetches/geckodriver'}}}
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - loop = <_UnixSelectorEventLoop running=False closed=False debug=False>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - request = <SubRequest 'session' for <Function test_dismiss[capabilities0-alert-None]>>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - setup = <function pytest_fixture_setup.<locals>.wrapper.<locals>.setup at 0x7fcce84ae510>
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO -
[task 2022-10-14T05:28:03.350Z] 05:28:03 INFO - tests/web-platform/tests/tools/third_party/pytest-asyncio/pytest_asyncio/plugin.py:127:
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
Comment 2•2 years ago
|
||
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•