Closed
Bug 1311886
Opened 9 years ago
Closed 6 years ago
Make build timeout error messages Treeherder-parseable
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1333957
People
(Reporter: philor, Unassigned)
Details
(Keywords: good-first-bug)
https://public-artifacts.taskcluster.net/AzaARZ4eTxKdpNrFeUFB-w/0/public/logs/live_backing.log is an "Aborting task - max run time exceeded!" failure, which I know only because the dozens of lines of output that that's in the middle of are all the same thing, and thus the same length, so that stood out. Otherwise, having it neither be the last line in the log nor something treeherder recognizes as a failure line, I'd just think it was suddenly and inexplicably cut off.
Updated•9 years ago
|
Component: General → Worker
Comment 1•7 years ago
|
||
Philor, do you remember if this a duplicate of bug 1333957 of was for a different worker (taskcluster-worker or docker-worker)?
Thanks
Flags: needinfo?(philringnalda)
QA Contact: pmoore
Reporter | ||
Comment 2•7 years ago
|
||
No idea, I've gotten the impression that the difference between those two phrases matters a great deal, but I don't know what that difference is. I don't see any sign of builds starred against bug 1420078 in the last couple of weeks, so I can't point you at any fresh examples.
Flags: needinfo?(philringnalda)
Updated•7 years ago
|
Component: Worker → Generic-Worker
Keywords: good-first-bug
Comment 3•7 years ago
|
||
Looks like this is just adding "[taskcluster:error]" or whatever the prefix is to https://github.com/taskcluster/generic-worker/blob/fe7c8f8ec63bd65f8160180135bec66b0658eaf9/taskstatus.go#L205
Updated•6 years ago
|
Severity: normal → enhancement
Assignee | ||
Updated•6 years ago
|
Component: Generic-Worker → Workers
Comment 4•6 years ago
•
|
||
I think this probably was a duplicate of bug 1333957, which was resolved 16 months ago.
(In reply to Dustin J. Mitchell [:dustin] (he/him) from comment #3)
Looks like this is just adding "[taskcluster:error]" or whatever the prefix
is to
https://github.com/taskcluster/generic-worker/blob/fe7c8f8ec63bd65f8160180135bec66b0658eaf9/taskstatus.go#L205
No, that is what the task.Errorf
method does already. :-)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•