Runner 625b878f has no reachable Docker daemon, and it is the same runner behind #824 #829
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#829
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One runner is producing two unrelated failure classes.
sirens-echo'simage-buildjob cannot reach any Docker daemon at all, and the rustup timeouts in #824 came off the same runner ID. Worth treating as one degraded runner before treating them as two defects.The Docker failure
coilyco-gaming/sirens-echo#771, jobimage-build(id 32841), run 937. The repo's ownscripts/ci-docker-probe.shwalks every endpoint and every one fails:The job reports
Failing after 20m4s, so something waits out a long timeout before the probe gives up.Same runner as #824
image-buildjob 32841 - runner625b878f-8f28-44d0-ac30-9cdcfec21d03gatejob 32525 - runner625b878f-8f28-44d0-ac30-9cdcfec21d03testjob 32835 - runner625b878f-8f28-44d0-ac30-9cdcfec21d03Two symptom classes, one runner: no reachable DinD here, and outbound HTTPS to
static.rust-lang.orgtiming out in #824. Both are network-adjacent and both start today. A single sick runner explains the pair more economically than two independent defects, so that is the hypothesis I would test first.For contrast, jobs on other runners today do not show either symptom.
agentic-os#1055ran on8c3a16d0-5760-42ef-925e-24849144677fand failed only on a missing binary, andinfrastructure#799ran on487885fc-17c7-4d04-a651-74f4d7b68ad5and failed only on a pruned image tag (#828).A second, smaller thing in the same log
scripts/ci-docker-probe.sh: line 17: ip: command not found. The probe script callsipandagentic-os:releasedoes not ship iproute2, so the diagnostic that exists to explain a Docker outage is itself partly broken. Worth fixing whichever way is cheaper, either adding iproute2 to the image or dropping theipcall from the probe, because right now the tool loses information exactly when it is needed.What settles it
625b878f-8f28-44d0-ac30-9cdcfec21d03is on, and whether its DinD sidecar is running, crash-looping, or absent.Impact
sirens-echo#771cannot get a green image-build, and that PR carries the Echo seat rename plus the role-record refresh. #824 is separately holding galaxy-gen. If both trace to this runner, one recycle unblocks two repositories.Found while re-reading every open pull request in the fleet.