Hi, I’ve been having issues building my app with the remote builder in the last 24 hours. I found many threads about the same error message, but they were fairly old, and the solutions didn’t seem to apply (or there was an issue on the fly side).
This is what happens when I try to deploy:
flyctl deploy --build-only
==> Verifying app config
Validating /Users/miha/Developer/Projects/igor/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-young-night-6291`
WARN Failed to start remote builder heartbeat: remote builder app unavailable
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-young-night-6291`
Error: failed to fetch an image or build from source: error connecting to docker: remote builder app unavailable
And here is a gist with more debug info and output from the builder logs:
At the same time, I’m getting segmentation fault errors when I try to build locally, but I will open a separate thread for that if I can’t find a solution.