As of now, remote builder machines cannot be launched in CDG region.
The client side:
> flyctl deploy
==> Verifying app config
Validating fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Failed to start remote builder heartbeat: server returned a non-200 status code: 504
WARN Remote builder did not start in time. Check remote builder logs with `flyctl logs -a fly-builder-patient-flower-5659`
Error: failed to fetch an image or build from source: error connecting to docker: remote builder app unavailable
The Fly side:
$ fly logs -a fly-builder-patient-flower-5659
2023-10-30T11:03:18.085 runner[d891241fe11268] cdg [info] Pulling container image docker-hub-mirror.fly.io/flyio/rchab:sha-a4467b8
2023-10-30T11:03:18.699 runner[d891241fe11268] cdg [info] Successfully prepared image docker-hub-mirror.fly.io/flyio/rchab:sha-a4467b8 (613.504136ms)
<EOF>
I have added <EOF>
to mark the end of file. The builder machine log contains only two entries.
The Fly status page does not indicate any ongoing incidents.