Closed Bug 1461036 Opened 6 years ago Closed 6 years ago

Intermittent testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_click_on_hidden_element | IOError: Process has been unexpectedly closed (Exit code: 0)

Categories

(Testing :: Marionette Client and Harness, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1454680

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: nerli [at] mozilla.com

https://treeherder.mozilla.org/logviewer.html#?job_id=178097673&repo=autoland

https://queue.taskcluster.net/v1/task/ZSa95lLBRP-SJKCIsw-wBg/runs/0/artifacts/public/logs/live_backing.log

[task 2018-05-11T21:58:37.479Z] 21:58:37  WARNING -  TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_click_on_hidden_element | IOError: Process has been unexpectedly closed (Exit code: 0) (Reason: No data received over socket)
[task 2018-05-11T21:58:37.479Z] 21:58:37     INFO -  Traceback (most recent call last):
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 159, in run
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -      testMethod()
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/tests/marionette/tests/testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py", line 120, in test_overflow_scroll_click_on_hidden_element
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -      """))
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1592, in navigate
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -      {"url": url})
[task 2018-05-11T21:58:37.480Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 31, in _
[task 2018-05-11T21:58:37.481Z] 21:58:37     INFO -      m._handle_socket_failure()
[task 2018-05-11T21:58:37.481Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 825, in _handle_socket_failure
[task 2018-05-11T21:58:37.483Z] 21:58:37     INFO -      reraise(IOError, message.format(returncode=returncode, reason=val), tb)
[task 2018-05-11T21:58:37.483Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 26, in _
[task 2018-05-11T21:58:37.483Z] 21:58:37     INFO -      return func(*args, **kwargs)
[task 2018-05-11T21:58:37.484Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 733, in _send_message
[task 2018-05-11T21:58:37.484Z] 21:58:37     INFO -      msg = self.client.request(name, params)
[task 2018-05-11T21:58:37.484Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/transport.py", line 273, in request
[task 2018-05-11T21:58:37.485Z] 21:58:37     INFO -      return self.receive()
[task 2018-05-11T21:58:37.485Z] 21:58:37     INFO -    File "/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/transport.py", line 159, in receive
[task 2018-05-11T21:58:37.485Z] 21:58:37     INFO -      raise socket.error("No data received over socket")
[task 2018-05-11T21:58:37.486Z] 21:58:37     INFO -  TEST-INFO took 4468ms
[task 2018-05-11T21:58:37.689Z] 21:58:37     INFO -  test_end for testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_click_on_hidden_element logged while not in progress. Logged with data: {"status": "ERROR", "extra": {"class_name": "test_click_scrolling.TestClickScrolling", "method_name": "test_overflow_scroll_click_on_hidden_element"}, "expected": "PASS", "test": "testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_click_on_hidden_element", "message": "IOError: Port localhost:2828 is unavailable.", "stack": "Traceback (most recent call last):\n  File \"/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py\", line 190, in run\n    self.tearDown()\n  File \"/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py\", line 338, in tearDown\n    self.marionette.start_session()\n  File \"/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py\", line 26, in _\n    return func(*args, **kwargs)\n  File \"/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py\", line 1211, in start_session\n    self.start_binary(timeout)\n  File \"/builds/worker/workspace/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py\", line 627, in start_binary\n    raise IOError(\"Port {0}:{1} is unavailable.\".format(self.host, self.port))\n"}
[task 2018-05-11T21:58:37.895Z] 21:58:37     INFO -  TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_do_not_scroll_elements_which_are_visible
[task 2018-05-11T21:58:38.100Z] 21:58:38  WARNING -  TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_click_scrolling.py TestClickScrolling.test_overflow_scroll_do_not_scroll_elements_which_are_visible | IOError: Port localhost:2828 is unavailable.
[task 2018-05-11T21:58:38.100Z] 21:58:38     INFO -  Traceback (most recent call last):
Status: NEW → RESOLVED
Closed: 6 years ago
Component: General → Marionette
Product: Firefox for Android → Testing
Resolution: --- → DUPLICATE
Product: Testing → Remote Protocol
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in before you can comment on or make changes to this bug.