Closed
Bug 1532588
Opened 6 years ago
Closed 6 years ago
generic-worker: ./artifacts.go:112:9: Sprintf format %q has arg *errArtifact of wrong type github.com/taskcluster/generic-worker.ErrorArtifact
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmoore, Assigned: pmoore)
Details
Attachments
(1 file)
Started getting this failure when running generic-worker unit tests on linux.
./artifacts.go:112:9: Sprintf format %q has arg *errArtifact of wrong type github.com/taskcluster/generic-worker.ErrorArtifact
This doesn't happen on other platforms.
It seems to be a go vet
check that claims a problem on linux but not on other platforms.
I'm not sure it is valid, but it can easily be worked around using reflect.DeepEqual instead.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → pmoore
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•