Har1sh-k commented on PR #66751: URL: https://github.com/apache/airflow/pull/66751#issuecomment-4652747458
CI failed once here on a transient Docker Hub issue, not on this change. The `Build documentation (--spellcheck-only)` job died on its very first step — the runner workspace-cleanup that pulls `bash:latest` to `rm -rf` the workspace: ``` docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Error: Process completed with exit code 125. ``` That's a Docker Hub registry timeout on the runner (exit 125 = `docker run` couldn't pull the image), unrelated to the diff — every other check on the PR was green. Re-triggered with a fresh commit. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @Har1sh-k before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
