Closed Bug 1761881 Opened 3 years ago Closed 3 years ago

Intermittent /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[browserVersion-None] - AssertionError: unknown error (500): Process unexpectedly closed with status 11

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1720748

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: assertion, intermittent-failure)

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


[task 2022-03-29T00:10:31.679Z] 00:10:31     INFO - PID 26468 | 1648512631678	geckodriver::browser	DEBUG	Browser process stopped: exit status: 0
[task 2022-03-29T00:10:31.684Z] 00:10:31     INFO - STDOUT: =================================== FAILURES ===================================
[task 2022-03-29T00:10:31.688Z] 00:10:31     INFO - STDOUT: _______________________ test_valid[browserVersion-None] ________________________
[task 2022-03-29T00:10:31.688Z] 00:10:31     INFO - STDOUT: new_session = <function fixture_new_session.<locals>.new_session at 0x7f6628196950>
[task 2022-03-29T00:10:31.688Z] 00:10:31     INFO - STDOUT: add_browser_capabilities = <function fixture_add_browser_capabilities.<locals>.add_browser_capabilities at 0x7f66215eb598>
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - TEST-PASS | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[acceptInsecureCerts-False] 
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - TEST-PASS | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[acceptInsecureCerts-None] 
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - TEST-PASS | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[browserName-None] 
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/new_session/create_alwaysMatch.py | test_valid[browserVersion-None] - AssertionError: unknown error (500): Process unexpectedly closed with status 11
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - new_session = <function fixture_new_session.<locals>.new_session at 0x7f6628196950>
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - add_browser_capabilities = <function fixture_add_browser_capabilities.<locals>.add_browser_capabilities at 0x7f66215eb598>
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - key = 'browserVersion', value = None
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO -     @pytest.mark.parametrize("key,value", flatten(product(*item) for item in valid_data))
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO -     def test_valid(new_session, add_browser_capabilities, key, value):
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO -         response, _ = new_session({"capabilities": {
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO -             "alwaysMatch": add_browser_capabilities({key: value})}})
[task 2022-03-29T00:10:31.694Z] 00:10:31     INFO - >       assert_success(response)
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - _          = None
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - add_browser_capabilities = <function fixture_add_browser_capabilities.<locals>.add_browser_capabilities at 0x7f66215eb598>
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - key        = 'browserVersion'
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - new_session = <function fixture_new_session.<locals>.new_session at 0x7f6628196950>
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - value      = None
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - tests/web-platform/tests/webdriver/tests/new_session/create_alwaysMatch.py:15: 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - value = None
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.695Z] 00:10:31     INFO -     def assert_success(response, value=None):
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         """
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         Verify that the provided webdriver.Response instance described
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         a valid success response as defined by `dfn-send-a-response` and
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         the provided response value.
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -     
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         :param response: ``webdriver.Response`` instance.
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         :param value: Expected value of the response body, if any.
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO -         """
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - >       assert response.status == 200, str(response.error)
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - E       AssertionError: unknown error (500): Process unexpectedly closed with status 11
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - E         
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - E       assert 500 == 200
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - E         +500
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - E         -200
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.696Z] 00:10:31     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2022-03-29T00:10:31.697Z] 00:10:31     INFO - value      = None
[task 2022-03-29T00:10:31.697Z] 00:10:31     INFO - 
[task 2022-03-29T00:10:31.697Z] 00:10:31     INFO - tests/web-platform/tests/webdriver/tests/support/asserts.py:67: AssertionError
[task 2022-03-29T00:10:31.704Z] 00:10:31     INFO - .......................
[task 2022-03-29T00:10:31.704Z] 00:10:31     INFO - TEST-OK | /webdriver/tests/new_session/create_alwaysMatch.py | took 33600ms
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
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.