Deployed app randomly failing to deploy

We’ve had no problems deploying for quite some time. Then randomly, last night, we started getting failures stating “failed_precondition: machine still restarting”. Gave up for the night, then back at it today, neither me nor none of my coworkers on different machines are able to deploy.
The error is:

$ fly deploy
==> Verifying app config
Validating /home/tim/Code/Elixir/roommates-elixir/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: failed to restart VM 0801e06b6e1048: failed_precondition: machine still restarting

==> Building image
WARN Failed to start remote builder heartbeat: failed to restart VM 0801e06b6e1048: failed_precondition: machine still restarting

Error: failed to fetch an image or build from source: failed to restart VM 0801e06b6e1048: failed_precondition: machine still restarting (Request ID: 01J5C4ZWD1AZDJVC31V5MRKN8G-lax) (Trace ID: 657a2f03ea45d08e280aee624f94fe87)

I tried killing / destroying the machines that it was running on to no avail. I still get the same error.
So I tried re-deploying to a new app, to no avail. I am continuing to get the same error.

Something is super broken and nothing I’ve tried has helped… Plz halp

Bob the remote builder died from an OSHA violation. Try fly deploy --recreate-builder

1 Like

:joy:

That fixed it, thanks!

Added builders