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)

enhancement
Not set
normal

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: nobody → pmoore
Status: NEW → ASSIGNED
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.

Attachment

General

Created:
Updated:
Size: