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
Cannot connect to the Docker daemon at unix:///run/docker/docker.sock. Is the docker daemon running?
"docker stop" requires at least 1 argument.
See 'docker stop --help'.
Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers
"container prune" requires API version 1.25, but the Docker daemon API version is 1.24
The text was updated successfully, but these errors were encountered:
@danibaibak mentioned on Slack that this appears to be intermittent. Retrying the failed jobs could allow them to pass. This is going to be harder to troubleshoot since it doesn't appear to happen on every run.
One theory right now is since dind-rootless mode runs docker daemon in a sidecar container. Perhaps the sidecar is not ready yet when the arc runner starts accepting jobs. I'm not sure how to validate that theory though.
https://github.com/pytorch/pytorch/actions/runs/8738940413/job/23979092050
Relevant lines:
The text was updated successfully, but these errors were encountered: