Closed Bug 1473635 Opened 6 years ago Closed 6 years ago

Cannot use in-tree image on packet.net

Categories

(Taskcluster :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: gbrown, Assigned: wcosta)

References

Details

On packet.net, I can successfully run tests with my own docker image:

+  'image': 'gbrown/taskcluster-gbrown-packettest:desktop1604-test-0515',

but I cannot use a normal in-tree image:

+  'image': {
+      "artifact": "public/image.tar.zst",
+      "taskId": {"task-reference": "<docker-image>"},
+  },


https://treeherder.mozilla.org/#/jobs?repo=try&revision=ec25df5b9dc4e1fd4b52b5b86b6938496a8efdbb

https://tools.taskcluster.net/groups/LPomFkB-Ti6aRctjdlI39A/tasks/ElmgQ2TyRs2L-JnBCThhuQ/runs/0/logs/public%2Flogs%2Flive.log

[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 0 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 7 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 18 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 27 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 39 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 53 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 71 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 79 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 99 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 100 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 100 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 100 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 100 %
[taskcluster]  Fetching image: artifact public/image.tar.zst from DL6HrWWdSbi8UCGfcg84Gw/0 100 %
[taskcluster:error]  Unhandled worker error encountered incidentID= 23ee419f-b3b7-4703-8ddb-28b45d2bb74c

I talked with Jonas about this last week and he seemed to think it was an easy fix, but I'm not sure where it stands.

I am currently trying to debug an issue in run-task. In-tree images would make my debugging cycle much more efficient.
Wander, do you know what is happening here?
Flags: needinfo?(wcosta)
(In reply to Geoff Brown [:gbrown] from comment #1)
> Wander, do you know what is happening here?

I will look into it
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
Flags: needinfo?(wcosta)
With the new packet.net support in docker-worker, in-tree images seem fine.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.