Closed
Bug 1510271
Opened 6 years ago
Closed 6 years ago
Intermittent Mn Failure during harness execution Return code: 1
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: apavel [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=214095658&repo=autoland
https://queue.taskcluster.net/v1/task/CfmI7McpQuGRtUPT6CzJ_w/runs/0/artifacts/public/logs/live_backing.log
12:18:22 INFO - {"thread": "MainThread", "level": "ERROR", "pid": 8700, "source": "Marionette test runner", "time": 1543321102494, "action": "log", "message": "Failure during harness execution", "stack": "Traceback (most recent call last):\n\n File \"Z:\\task_1543320621\\build\\tests\\marionette\\harness\\marionette_harness\\runtests.py\", line 94, in cli\n failed = harness_instance.run()\n\n File \"Z:\\task_1543320621\\build\\tests\\marionette\\harness\\marionette_harness\\runtests.py\", line 74, in run\n runner.run_tests(tests)\n\n File \"Z:\\task_1543320621\\build\\venv\\lib\\site-packages\\marionette_harness\\runner\\base.py\", line 857, in run_tests\n self.marionette = self.driverclass(**self._build_kwargs())\n\n File \"Z:\\task_1543320621\\build\\venv\\lib\\site-packages\\marionette_driver\\marionette.py\", line 634, in __init__\n self.start_binary(self.startup_timeout)\n\n File \"Z:\\task_1543320621\\build\\venv\\lib\\site-packages\\marionette_driver\\marionette.py\", line 658, in start_binary\n reraise(IOError, msg.format(timeout), tb)\n\n File \"Z:\\task_1543320621\\build\\venv\\lib\\site-packages\\marionette_driver\\marionette.py\", line 649, in start_binary\n self.raise_for_port(timeout=timeout)\n\n File \"Z:\\task_1543320621\\build\\venv\\lib\\site-packages\\marionette_driver\\marionette.py\", line 735, in raise_for_port\n self.host, self.port))\n\nIOError: Process killed after 120s because no connection to Marionette server could be established. Check gecko.log for errors\n"}
12:18:22 ERROR - Return code: 1
12:18:22 INFO - TinderboxPrint: marionette<br/><em class="testfail">T-FAIL</em>
12:18:22 INFO - gecko.log not found
12:18:22 INFO - TinderboxPrint: marionette<br/><em class="testfail">T-FAIL</em>
12:18:22 INFO - Marionette exited with return code 1: FAILURE
12:18:22 ERROR - # TBPL FAILURE #
12:18:22 WARNING - setting return code to 2
Comment 1•6 years ago
|
||
There is no "sessionstore-windows-restored" observer notification during startup of Firefox. As such this bug doesn't block bug 1382162, but depends on it.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 6•6 years ago
|
||
The problem why the failure is not getting properly logged is most likely that it happens before the very first test gets started.
Currently Marionette starts and exits Firefox at the beginning to determine some application states like if e10s is enabled or not.
The failure rate is low so I don't think it's worth starting to work on this issue yet.
Summary: Intermittent MNG Failure during harness execution Return code: 1 → Intermittent Mn Failure during harness execution Return code: 1
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 11•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 12•2 years ago
|
||
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.
Description
•