Skip to content
Latchkey LogoLatchkey home
Latchkey Learn

Runner failures Latchkey repairs

The failures that are about the runner and the network, not your code. Each page reproduces the failure on a Latchkey runner and shows what the runner does about it.

Out of memory

Exit 137, heap limits, kernel OOM.

Disk full

ENOSPC, inodes, freeing space.

Missing tools

Exit 127, shared libraries.

Registries and networks

Timeouts, 5xx, rate limits, DNS.

Pull-through cache for CIRun a Docker pull-through cache for GitHub Actions: what a registry mirror covers, what it does not, and "Hash Sum mismatch"An apt Hash Sum mismatch in GitHub Actions means a mirror served an index its own Release file does not vouch "ThrottlingException"Fix ThrottlingException in GitHub Actions: the AWS CLI retry settings that change what it really does, and "Could not fetch specs from"A bundler could not fetch specs rubygems ci failure names the last of three fetchers, not the first. "Cache service responded with 503"Fix cache service responded with 503 and 429 in GitHub Actions: keep a cache blip from failing the build, and "spurious network error (3 tries remaining)"A cargo spurious network error line is a warning that cargo is about to retry. "curl error 6 while downloading"A composer could not resolve host ci failure carries a curl errno, and that number says whether Composer "Could not get lock /var/lib/dpkg/lock"A could not get lock /var/lib/dpkg/lock failure either names a holder or it does not, and that decides the "toomanyrequests"Fix the Docker pull rate limit in GitHub Actions: authenticate the pull that fails, count what the job really "net/http: TLS handshake timeout"A Docker TLS handshake timeout in CI means the pull reached the registry and the handshake never finished. "EAI_AGAIN"Fix EAI_AGAIN and could not resolve host in GitHub Actions: tell a dead resolver from a wrong name, and give "Connection reset by peer"ECONNRESET in GitHub Actions is a TCP reset, not a timeout. Read which tool printed it, then fix the transfer "ERR_PNPM_FETCH_503"err_pnpm_fetch_503 means the registry answered and refused. Read the code, know what pnpm already retried, "failed to reserve cache"Fix error writing layer blob failed to reserve cache in GitHub Actions: why the buildx gha cache export is "RESOURCE_EXHAUSTED" from gcloudA gcloud resource_exhausted quota ci failure is one of several shapes Google gives one condition. "TOOMANYREQUESTS" from ghcr.ioA ghcr toomanyrequests response is a registry error code with a 429 behind it. "API rate limit exceeded"GitHub API rate limit exceeded in Actions means the token your workflow step used has spent its hour. "i/o timeout" from GOPROXYA go proxy.golang.org timeout ci failure names one request. Tell a dial timeout from a 5xx, then fix the "another operation (install/upgrade/rollback) is in progress"A helm another operation is in progress failure reads a stored status field, not a live lock. "Unable to connect to the server"A kubectl unable to connect to the server ci failure picks one of three sentences by branch. "Could not transfer artifact"A maven could not transfer artifact ci failure is a transport error, not a missing jar. "npm ERR! network"Fix npm ERR! network in GitHub Actions by reading the code under it: which registry failures are worth a "error NU1301"A nu1301 unable to load service index error means restore never read a feed. "ReadTimeoutError: HTTPSConnectionPool"Fix pip ReadTimeoutError and 429 responses from PyPI in GitHub Actions: raise the timeout the failing pip "Failed to download Chrome for Testing"When playwright chromium download failed ci appears, five attempts have run, over three CDN hosts unless you "All attempts to connect" and "HTTP 000"A poetry install network error ci failure and a conda HTTP 000 hide the same event. "RPC failed; curl 56"Fix RPC failed curl 56 in GitHub Actions: the clone died mid-transfer, so fetch less, retry the drop, and "Failed to query available provider packages"A terraform init registry timeout ci failure stacks four messages into one diagnostic. "the Cypress binary is missing"The Cypress binary is missing in GitHub Actions when the folder the install wrote to and the folder the test "Failed to fetch" and "Request failed after"A uv failed to fetch ci error only appears when uv did not retry. "There appears to be trouble"A yarn network timeout ci failure reads differently in Yarn 1 and Yarn 4.

Lockfile drift

npm, pnpm, yarn, cargo.

Runner lifecycle

Lost communication, queued, timed out, offline.

Explore other topics