I thought it could be related to this incident but it has been marked as resolved?
WARN Failed to start remote builder heartbeat: failed building options: failed probing “personal”: context deadline exceeded
Error: failed to fetch an image or build from source: error connecting to docker: failed building options: failed probing “personal”: context deadline exceeded
Error: failed to fetch an image or build from source: error connecting to docker: failed building options: failed probing “”: context deadline exceeded
I’m also seeing errors related to the docker registry.
...
a22b302686c4: Retrying in 3 seconds
a22b302686c4: Retrying in 2 seconds
a22b302686c4: Retrying in 1 second
Error: failed to fetch an image or build from source: error rendering push status stream: received unexpected HTTP status: 500 Internal Server Error
Error: Process completed with exit code 1.
The Docker build is extremely slow and after about 90 seconds I get:
Error: failed to fetch an image or build from source: error building: failed to solve: rpc error: code = Canceled desc = grpc: the client connection is closing
Edit:
While we investigate and fix the issue with our primary registry, users can temporarily deploy to our alternate registry using the FLY_REGISTRY_HOST=registry2.fly.io fly deploy
command.
Edit:
Getting the same error when deploying with FLY_REGISTRY_HOST=registry2.fly.io fly deploy.
Just run fly auth logout and then fly auth login . This works for me.
Surprisingly, this worked for me which is kind of disappointing. I’d almost rather this be an outage on fly’s end than find out that doing voodoo like logging out/in might help.