Closed
Bug 1297731
Opened 9 years ago
Closed 9 years ago
Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"QO|Ws|U9|Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1302596
People
(Reporter: aryx, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [docker-error-pulling])
Updated•9 years ago
|
Component: General → Docker-Worker
Comment 1•9 years ago
|
||
I have been looking into odd problems like this and I think it's related to trying to import an image at the same time as an old image is being removed (both images share the same layer) and `docker load` has less control around not removing images that share layers.
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Summary: Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"dK921A3pQyO9iWrCaukHVA"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such fi → Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"Uz..."} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or directory
Updated•9 years ago
|
Summary: Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"Uz..."} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or directory → Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"Uz|EN"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or directory
Updated•9 years ago
|
Summary: Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"Uz|EN"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or directory → Intermittent [taskcluster:error] Pulling docker image {"path":"public/image.tar","type":"task-image","taskId":"Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or director
Updated•9 years ago
|
Summary: ,"taskId":"Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or director → ,"taskId":"Uz|EN|Hf|U9"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or direc
Updated•9 years ago
|
Summary: ,"taskId":"Uz|EN|Hf|U9"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or direc → ,"taskId":"Uz|EN|Hf|U9|QO"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or di
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Summary: ,"taskId":"Uz|EN|Hf|U9|QO"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or di → ,"taskId":"QO|U9|Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or di
Updated•9 years ago
|
Summary: ,"taskId":"QO|U9|Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or di → ,"taskId":"QO|Ws|U9|Uz|EN|Hf"} has failed: HTTP code is 404 which indicates error: undefined - Untar re-exec error: exit status 1: output: no such file or
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Whiteboard: [docker-error-pulling]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•