Closed Bug 1835318 Opened 1 years ago Closed 1 years ago

Intermittent /webdriver/tests/bidi/<test> | <anything> - setup error: webdriver.bidi.modules.script.ScriptEvaluateResultException: Script execution failed.

Categories

(Remote Protocol :: WebDriver BiDi, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1830616

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

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


[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - TEST-PASS | /webdriver/tests/bidi/input/perform_actions/invalid.py | test_params_actions_origin_outside_viewport[pointer] 
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/bidi/input/perform_actions/key.py | test_key_backspace - setup error: webdriver.bidi.modules.script.ScriptEvaluateResultException: Script execution failed.
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - event_loop = <ProactorEventLoop running=False closed=False debug=False>
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - request = <SubRequest 'setup_key_test' for <Function test_key_backspace>>
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - kwargs = {'get_focused_key_input': <function get_focused_key_input.<locals>.get_focused_key_input at 0x000001F75C0E7790>, 'load_static_test_page': <function load_static_test_page.<locals>.load_static_test_page at 0x000001F75C0E7E50>}
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - setup = <function _wrap_async.<locals>._async_fixture_wrapper.<locals>.setup at 0x000001F75C0E7C10>
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO -     @functools.wraps(func)
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO -     def _async_fixture_wrapper(
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO -         event_loop: asyncio.AbstractEventLoop, request: SubRequest, **kwargs: Any
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO -     ) -> _R:
[task 2023-05-26T12:55:48.622Z] 12:55:48     INFO -         async def setup() -> _R:
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO -             res = await func(**_add_kwargs(func, kwargs, event_loop, request))
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO -             return res
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO -     
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - >       return event_loop.run_until_complete(setup())
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - event_loop = <ProactorEventLoop running=False closed=False debug=False>
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - func       = <function setup_key_test at 0x000001F75BF4A670>
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - kwargs     = {'get_focused_key_input': <function get_focused_key_input.<locals>.get_focused_key_input at 0x000001F75C0E7790>,
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO -  'load_static_test_page': <function load_static_test_page.<locals>.load_static_test_page at 0x000001F75C0E7E50>}
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - request    = <SubRequest 'setup_key_test' for <Function test_key_backspace>>
[task 2023-05-26T12:55:48.623Z] 12:55:48     INFO - setup      = <function _wrap_async.<locals>._async_fixture_wrapper.<locals>.setup at 0x000001F75C0E7C10>
[..............]
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO - self = <webdriver.bidi.modules.script.Script object at 0x000001F75C1A4D60>
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO - result = {'exceptionDetails': {'columnNumber': 16, 'exception': {'type': 'error'}, 'lineNumber': 2, 'stackTrace': {'callFrames'..., 'lineNumber': 4, 'url': 'about:blank'}]}, ...}, 'realm': 'bb1bb647-01ee-4c2a-817c-7cddba56552e', 'type': 'exception'}
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO -     @call_function.result
[task 2023-05-26T12:55:48.627Z] 12:55:48     INFO -     def _call_function(self, result: Mapping[str, Any]) -> Any:
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -         assert "type" in result
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -     
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -         if result["type"] == "success":
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -             return result["result"]
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -         elif result["type"] == "exception":
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO - >           raise ScriptEvaluateResultException(result)
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO - E           webdriver.bidi.modules.script.ScriptEvaluateResultException: Script execution failed.
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO - result     = {'exceptionDetails': {'columnNumber': 16,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                       'exception': {'type': 'error'},
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                       'lineNumber': 2,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                       'stackTrace': {'callFrames': [{'columnNumber': 16,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'functionName': '',
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'lineNumber': 2,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'url': 'about:blank'},
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                     {'columnNumber': 15,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'functionName': '',
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'lineNumber': 4,
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                                                      'url': 'about:blank'}]},
[task 2023-05-26T12:55:48.628Z] 12:55:48     INFO -                       'text': 'TypeError: can\'t access property "focus", elem '
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO -                               'is null'},
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO -  'realm': 'bb1bb647-01ee-4c2a-817c-7cddba56552e',
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO -  'type': 'exception'}
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO - self       = <webdriver.bidi.modules.script.Script object at 0x000001F75C1A4D60>
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO - 
[task 2023-05-26T12:55:48.629Z] 12:55:48     INFO - tests\web-platform\tests\tools\webdriver\webdriver\bidi\modules\script.py:120: ScriptEvaluateResultException
[task 2023-05-26T12:55:48.631Z] 12:55:48     INFO - .....
[task 2023-05-26T12:55:48.631Z] 12:55:48     INFO - TEST-OK | /webdriver/tests/bidi/input/perform_actions/key.py | took 5903ms
[task 2023-05-26T12:55:48.624Z] 12:55:48     INFO - 
Status: NEW → RESOLVED
Closed: 1 years ago
Duplicate of bug: 1830616
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.