You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the arm64 packet builders stopped working.
Over time, the docker daemon lost track of more and more exited containers.
root@go-builder:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e9da62e0e524 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 seconds ago Up 2 seconds packet07
be4cad637e87 gobuilder-arm64-packet:1 "/usr/local/bin/stage" About an hour ago Up About an hour packet09
4198b1b3aaf5 gobuilder-arm64-packet:1 "/usr/local/bin/stage" About an hour ago Up About an hour packet15
48bada399702 gobuilder-arm64-packet:1 "/usr/local/bin/stage" About an hour ago Up About an hour packet19
5ca10cbf91ad gobuilder-arm64-packet:1 "/usr/local/bin/stage" About an hour ago Up About an hour packet20
8c78fd256b38 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 2 hours ago Up 2 hours packet16
4b89ff505063 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 hours ago Up 3 hours packet01
b7918b0fc69e gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 hours ago Up 3 hours packet03
3ea996a7951c gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 hours ago Up 3 hours packet11
51d2bb94fca2 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 hours ago Up 3 hours packet13
7e3530aa3598 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 4 hours ago Up 4 hours packet02
bed226aba206 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 weeks ago Up 3 weeks packet04
4e4eba80cfb6 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 4 weeks ago Up 4 weeks packet12
aae8adfd568c gobuilder-arm64-packet:1 "/usr/local/bin/stage" 5 weeks ago Up 5 weeks packet17
a56f27c8b515 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 3 months ago Up 3 months packet14
39f54b77d230 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 4 months ago Up 4 months packet08
e64dd9975d1c gobuilder-arm64-packet:1 "/usr/local/bin/stage" 4 months ago Up 4 months packet06
595355800eba gobuilder-arm64-packet:1 "/usr/local/bin/stage" 4 months ago Up 4 months packet05
69559e6aa207 gobuilder-arm64-packet:1 "/usr/local/bin/stage" 5 months ago Up 5 months packet10
39b1689d4c2a gobuilder-arm64-packet:1 "/usr/local/bin/stage" 5 months ago Up 5 months packet18
buildlet reverse mode exiting is followed by os.Exit.
Trying to exec suggests Docker lost track of them.
root@go-builder:~# docker exec -it packet04 bash
rpc error: code = 2 desc = containerd: container not found
There is no spot-on Moby issue that matches this, but some similar ones over the last year. Upgrading and restarting Docker assuming it's a known issue. Will reopen if it keeps happening.
The text was updated successfully, but these errors were encountered:
Some of the arm64 packet builders stopped working.
Over time, the docker daemon lost track of more and more exited containers.
buildlet reverse mode exiting
is followed byos.Exit
.Trying to exec suggests Docker lost track of them.
There is no spot-on Moby issue that matches this, but some similar ones over the last year. Upgrading and restarting Docker assuming it's a known issue. Will reopen if it keeps happening.
The text was updated successfully, but these errors were encountered: