Closed
Bug 1431655
Opened 7 years ago
Closed 6 years ago
Logs of jobs which exceeded runtime ends abruptly, doesn't show 'Aborting task - max run time exceeded!' anymore
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1457694
People
(Reporter: aryx, Unassigned)
Details
(Keywords: regression)
If a job exceeded its maximum runtime, the "'Aborting task - max run time exceeded!" got added at the end of the log together with some other meta information.
https://treeherder.mozilla.org/logviewer.html#?job_id=157383000&repo=autoland is ending abruptly without any indication that it exceeded the 1h run time limit defined at https://dxr.mozilla.org/mozilla-central/rev/e4107773cffb1baefd5446666fce22c4d6eb0517/taskcluster/ci/test/mochitest.yml#110
This is frequent (for the jobs exceeding the run time limit, and likely either permanent or no issue, depending on the platform/test config) and seems to be a recent regression from January or December.
Updated•7 years ago
|
Component: General → Generic-Worker
Comment 1•7 years ago
|
||
There is some taskcluster logging earlier in the log, embedded in the test output;
...
09:08:51 INFO - GECKO(528) | --DOMWINDOW == 10 (007F1B80) [pid = 528] [serial = 1229] [outer = 00000000] [url = about:addons]
09:08:51 INFO - GECKO(528) | --DOMWINDOW == 9 (1022F000) [pid = 528] [serial = 1231] [outer = 00000000] [url = about:addons]
09:08:51 INFO - GECKO(528) | --DOMWINDOW == 8 (0F765C00) [pid = 528] [serial = 1259] [outer = 00000000] [url = about:blank]
[taskcluster 2018-01-19T09:08:52.891Z] Exit Code: 0
[taskcluster 2018-01-19T09:08:52.891Z] User Time: 0s
[taskcluster 2018-01-19T09:08:52.891Z] Kernel Time: 31.2002ms
[taskcluster 2018-01-19T09:08:52.891Z] Wall Time: 59m56.8388497s
[taskcluster 2018-01-19T09:08:52.891Z] Peak Memory: 3375104
[taskcluster 2018-01-19T09:08:52.891Z] Result: IDLENESS_LIMIT_EXCEEDED
[taskcluster 2018-01-19T09:08:52.891Z] === Task Finished ===
[taskcluster 2018-01-19T09:08:52.891Z] Task Duration: 59m56.8578528s
09:08:56 INFO - GECKO(528) | Completed ShutdownLeaks collections in process 528
09:08:56 INFO - 1118 INFO TEST-START | Shutdown
09:08:56 INFO - 1119 INFO Browser Chrome Test Summary
...
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
QA Contact: pmoore
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 7•6 years ago
|
||
I strongly suspect this is a dupe of bug 1457694, as the symptoms were very similar.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•