Hi, yesterday I deployed just fine with fly deploy.
Today there is this error after some minutes trying to contact builder.
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-still-morning-9002`
Error failed to fetch an image or build from source: error connecting to docker: remote builder app unavailable
I tried deleting the builder and creating a new one in the dashboard, but the result is the same.
I also tried removing and recreating a wireguard peer connections, enabling wireguard websockets and other suggestions posted in other relevant topics.
Same here. Every deploy is timing out for me today.
==> Verifying app config
--> Verified app config
==> Building image
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-sparkling-violet-5498`
Error failed to fetch an image or build from source: remote builder app unavailable
Iāve tried deleting the builder, so it automatically creates a new one on next deploy attempt, but it still fails to deploy with the new builder.
I also tried scaling the builder up (are we allowed to do that??) but no luck.
My builder and the app Iām trying to deploy are both in the lhr region (London, UK).
I wanted to add that I can run fly ssh console and other fly commands successfully on the running app.
(Even start the observer (!) and observe the app remotely b/c itās a Elixir/Phoenix app)
Same, I have tried destroying the builder. Just tried again now too. Deploy always fails.
When I monitor the builderās logs, it always gets to Configuring firecracker and then nothing.
Also, not sure if this is related, but: my postgresdb app (also in lhr region) has just died after I attempted to scale it, and it last log line is Configuring firecracker, same as on the builderās logs. The monitoring page says: āFailed deployment v7 ā¦ Failed due to unhealthy allocations. ā¦ 1 desired, 1 placed, 0 healthy, 1 unhealthy"ā
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
[+] Building 597.2s (0/1)
=> [internal] load remote build context 597.2s
Error failed to fetch an image or build from source: error building: error during connect: Post "http://[fdaa:0:6775:a7b:23c4:1:183b:2]:2375/v1.41/build?buildargs=null&buildid=upload-request%3Abcd8662ef86ccf001c4ccbd4ea35255276a06ee47c87a41e4ee85f9782557f56&cachefrom=null&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=&labels=null&memory=0&memswap=0&networkmode=&rm=0&shmsize=0&target=&ulimits=null&version=2": write unix ->/Users/montazha/.fly/fly-agent.sock: write: broken pipe
Hi there!
I have the same problem on github action. Thanksfully, most deployments success. But sometimes, they dont and I get this error. Any idea of what the reason could be?
**;5;252m--> Verified app config
==> Building image
Waiting for remote builder fly-builder-shy-wave-9903...
Error failed to fetch an image or build from source: error connecting to docker: remote builder app unavailable
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-shy-wave-9903`
Error: Process completed with exit code 1.
I was having the same issue and found a solution.
The problem for me was that while i donāt have a paid plan, i was deploying on a region that is āPaid Plan Onlyā (fra).
The issue was resolved when i changed that.