Closed Bug 1482316 Opened 6 years ago Closed 6 years ago

Intermittent /webdriver/tests/actions/special_keys.py | test_webdriver_special_key_sends_keydown[HOME-expected14] - setup error

Categories

(Remote Protocol :: Marionette, defect, P5)

Version 3
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1482029

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: csabou [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=193190705&repo=autoland https://queue.taskcluster.net/v1/task/LfXR-5Y8SNaJ9N6rC0IVXQ/runs/0/artifacts/public/logs/live_backing.log [task 2018-08-10T00:27:29.214Z] 00:27:29 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/actions/special_keys.py | test_webdriver_special_key_sends_keydown[HOME-expected14] - setup error [task 2018-08-10T00:27:29.214Z] 00:27:29 INFO - session = <Session 031a930f-1d71-41d3-845e-1b55a571a268> [task 2018-08-10T00:27:29.214Z] 00:27:29 INFO - test_actions_page = None [task 2018-08-10T00:27:29.215Z] 00:27:29 INFO - request = <SubRequest 'key_reporter' for <Function 'test_webdriver_special_key_sends_keydown[HOME-expected14]'>> [task 2018-08-10T00:27:29.215Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.215Z] 00:27:29 INFO - @pytest.fixture [task 2018-08-10T00:27:29.215Z] 00:27:29 INFO - def key_reporter(session, test_actions_page, request): [task 2018-08-10T00:27:29.216Z] 00:27:29 INFO - """Represents focused input element from `test_keys_page` fixture.""" [task 2018-08-10T00:27:29.216Z] 00:27:29 INFO - > input_el = session.find.css("#keys", all=False) [task 2018-08-10T00:27:29.216Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.217Z] 00:27:29 INFO - request = <SubRequest 'key_reporter' for <Function 'test_webdriver_special_key_sends_keydown[HOME-expected14]'>> [task 2018-08-10T00:27:29.217Z] 00:27:29 INFO - session = <Session 031a930f-1d71-41d3-845e-1b55a571a268> [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - test_actions_page = None [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - tests/web-platform/tests/webdriver/tests/actions/conftest.py:27: [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:20: in inner [task 2018-08-10T00:27:29.218Z] 00:27:29 INFO - return func(self, *args, **kwargs) [task 2018-08-10T00:27:29.219Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:312: in css [task 2018-08-10T00:27:29.219Z] 00:27:29 INFO - return self._find_element("css selector", selector, all) [task 2018-08-10T00:27:29.219Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:318: in _find_element [task 2018-08-10T00:27:29.219Z] 00:27:29 INFO - return self.session.send_session_command("POST", route, body) [task 2018-08-10T00:27:29.220Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:507: in send_session_command [task 2018-08-10T00:27:29.220Z] 00:27:29 INFO - return self.send_command(method, url, body) [task 2018-08-10T00:27:29.221Z] 00:27:29 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-08-10T00:27:29.221Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.221Z] 00:27:29 INFO - self = <Session 031a930f-1d71-41d3-845e-1b55a571a268>, method = 'POST' [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - url = 'session/031a930f-1d71-41d3-845e-1b55a571a268/element' [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - body = {'using': 'css selector', 'value': '#keys'} [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - def send_command(self, method, url, body=None): [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - """ [task 2018-08-10T00:27:29.222Z] 00:27:29 INFO - Send a command to the remote end and validate its success. [task 2018-08-10T00:27:29.223Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.223Z] 00:27:29 INFO - :param method: HTTP method to use in request. [task 2018-08-10T00:27:29.223Z] 00:27:29 INFO - :param uri: "Command part" of the HTTP request URL, [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - e.g. `window/rect`. [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - :param body: Optional body of the HTTP request. [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - :return: `None` if the HTTP response body was empty, otherwise [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - the `value` field returned after parsing the response [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - body as JSON. [task 2018-08-10T00:27:29.224Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.225Z] 00:27:29 INFO - :raises ValueError: If the response body does not contain a [task 2018-08-10T00:27:29.225Z] 00:27:29 INFO - `value` key. [task 2018-08-10T00:27:29.226Z] 00:27:29 INFO - :raises error.WebDriverException: If the remote end returns [task 2018-08-10T00:27:29.226Z] 00:27:29 INFO - an error. [task 2018-08-10T00:27:29.226Z] 00:27:29 INFO - """ [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - response = self.transport.send( [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - method, url, body, [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - encoder=protocol.Encoder, decoder=protocol.Decoder, [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - session=self) [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.227Z] 00:27:29 INFO - if response.status != 200: [task 2018-08-10T00:27:29.228Z] 00:27:29 INFO - err = error.from_response(response) [task 2018-08-10T00:27:29.229Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.229Z] 00:27:29 INFO - if isinstance(err, error.SessionNotCreatedException): [task 2018-08-10T00:27:29.229Z] 00:27:29 INFO - # The driver could have already been deleted the session. [task 2018-08-10T00:27:29.229Z] 00:27:29 INFO - self.session_id = None [task 2018-08-10T00:27:29.230Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.231Z] 00:27:29 INFO - > raise err [task 2018-08-10T00:27:29.231Z] 00:27:29 INFO - E UnknownErrorException: unknown error (500): Failed to convert data to an object [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - body = {'using': 'css selector', 'value': '#keys'} [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - err = <UnknownErrorException http_status=500> [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - method = 'POST' [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>> [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - self = <Session 031a930f-1d71-41d3-845e-1b55a571a268> [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - url = 'session/031a930f-1d71-41d3-845e-1b55a571a268/element' [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.232Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:466: UnknownErrorException [task 2018-08-10T00:27:29.233Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.233Z] 00:27:29 INFO - TEST-UNEXPECTED-ERROR | /webdriver/tests/actions/special_keys.py | test_webdriver_special_key_sends_keydown[HOME-expected14] - teardown error [task 2018-08-10T00:27:29.233Z] 00:27:29 INFO - self = <webdriver.client.Actions object at 0x7f4472a4fd10>, args = () [task 2018-08-10T00:27:29.234Z] 00:27:29 INFO - kwargs = {}, session = <Session b4883a4b-6cf1-41bd-8e4a-4519347166b5> [task 2018-08-10T00:27:29.234Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.234Z] 00:27:29 INFO - def inner(self, *args, **kwargs): [task 2018-08-10T00:27:29.235Z] 00:27:29 INFO - if hasattr(self, "session"): [task 2018-08-10T00:27:29.235Z] 00:27:29 INFO - session = self.session [task 2018-08-10T00:27:29.236Z] 00:27:29 INFO - else: [task 2018-08-10T00:27:29.236Z] 00:27:29 INFO - session = self [task 2018-08-10T00:27:29.236Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.237Z] 00:27:29 INFO - if session.session_id is None: [task 2018-08-10T00:27:29.237Z] 00:27:29 INFO - session.start() [task 2018-08-10T00:27:29.238Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.238Z] 00:27:29 INFO - > return func(self, *args, **kwargs) [task 2018-08-10T00:27:29.238Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.238Z] 00:27:29 INFO - args = () [task 2018-08-10T00:27:29.238Z] 00:27:29 INFO - func = <function release at 0x7f44780fdc08> [task 2018-08-10T00:27:29.239Z] 00:27:29 INFO - kwargs = {} [task 2018-08-10T00:27:29.239Z] 00:27:29 INFO - self = <webdriver.client.Actions object at 0x7f4472a4fd10> [task 2018-08-10T00:27:29.239Z] 00:27:29 INFO - session = <Session b4883a4b-6cf1-41bd-8e4a-4519347166b5> [task 2018-08-10T00:27:29.239Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.240Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:20: [task 2018-08-10T00:27:29.240Z] 00:27:29 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-08-10T00:27:29.240Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:225: in release [task 2018-08-10T00:27:29.240Z] 00:27:29 INFO - return self.session.send_session_command("DELETE", "actions") [task 2018-08-10T00:27:29.241Z] 00:27:29 INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:507: in send_session_command [task 2018-08-10T00:27:29.241Z] 00:27:29 INFO - return self.send_command(method, url, body) [task 2018-08-10T00:27:29.241Z] 00:27:29 INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [task 2018-08-10T00:27:29.241Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.242Z] 00:27:29 INFO - self = <Session b4883a4b-6cf1-41bd-8e4a-4519347166b5>, method = 'DELETE' [task 2018-08-10T00:27:29.242Z] 00:27:29 INFO - url = 'session/031a930f-1d71-41d3-845e-1b55a571a268/actions', body = None [task 2018-08-10T00:27:29.242Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.242Z] 00:27:29 INFO - def send_command(self, method, url, body=None): [task 2018-08-10T00:27:29.243Z] 00:27:29 INFO - """ [task 2018-08-10T00:27:29.243Z] 00:27:29 INFO - Send a command to the remote end and validate its success. [task 2018-08-10T00:27:29.243Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.243Z] 00:27:29 INFO - :param method: HTTP method to use in request. [task 2018-08-10T00:27:29.244Z] 00:27:29 INFO - :param uri: "Command part" of the HTTP request URL, [task 2018-08-10T00:27:29.244Z] 00:27:29 INFO - e.g. `window/rect`. [task 2018-08-10T00:27:29.244Z] 00:27:29 INFO - :param body: Optional body of the HTTP request. [task 2018-08-10T00:27:29.244Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.245Z] 00:27:29 INFO - :return: `None` if the HTTP response body was empty, otherwise [task 2018-08-10T00:27:29.245Z] 00:27:29 INFO - the `value` field returned after parsing the response [task 2018-08-10T00:27:29.245Z] 00:27:29 INFO - body as JSON. [task 2018-08-10T00:27:29.245Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.246Z] 00:27:29 INFO - :raises ValueError: If the response body does not contain a [task 2018-08-10T00:27:29.246Z] 00:27:29 INFO - `value` key. [task 2018-08-10T00:27:29.246Z] 00:27:29 INFO - :raises error.WebDriverException: If the remote end returns [task 2018-08-10T00:27:29.247Z] 00:27:29 INFO - an error. [task 2018-08-10T00:27:29.247Z] 00:27:29 INFO - """ [task 2018-08-10T00:27:29.247Z] 00:27:29 INFO - response = self.transport.send( [task 2018-08-10T00:27:29.247Z] 00:27:29 INFO - method, url, body, [task 2018-08-10T00:27:29.248Z] 00:27:29 INFO - encoder=protocol.Encoder, decoder=protocol.Decoder, [task 2018-08-10T00:27:29.248Z] 00:27:29 INFO - session=self) [task 2018-08-10T00:27:29.248Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.248Z] 00:27:29 INFO - if response.status != 200: [task 2018-08-10T00:27:29.249Z] 00:27:29 INFO - err = error.from_response(response) [task 2018-08-10T00:27:29.249Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.249Z] 00:27:29 INFO - if isinstance(err, error.SessionNotCreatedException): [task 2018-08-10T00:27:29.249Z] 00:27:29 INFO - # The driver could have already been deleted the session. [task 2018-08-10T00:27:29.250Z] 00:27:29 INFO - self.session_id = None [task 2018-08-10T00:27:29.250Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.250Z] 00:27:29 INFO - > raise err [task 2018-08-10T00:27:29.250Z] 00:27:29 INFO - E UnknownErrorException: unknown error (500): Failed to decode response from marionette [task 2018-08-10T00:27:29.251Z] 00:27:29 INFO - [task 2018-08-10T00:27:29.251Z] 00:27:29 INFO - body = None [task 2018-08-10T00:27:29.251Z] 00:27:29 INFO - err = <UnknownErrorException http_status=500> [task 2018-08-10T00:27:29.251Z] 00:27:29 INFO - method = 'DELETE' [task 2018-08-10T00:27:29.252Z] 00:27:29 INFO - response = <Response status=500 error=<UnknownErrorException http_status=500>> [task 2018-08-10T00:27:29.252Z] 00:27:29 INFO - self = <Session b4883a4b-6cf1-41bd-8e4a-4519347166b5> [task 2018-08-10T00:27:29.252Z] 00:27:29 INFO - url = 'session/031a930f-1d71-41d3-845e-1b55a571a268/actions'
Again a failure as caused by `Assertion failure: !js::gc::EdgeNeedsSweepUnbarrieredSlow(&tmp)`. It's a dupe of bug 1482029.
Status: NEW → RESOLVED
Closed: 6 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.