We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
2026-05-05 01:15:00AM UTC
succeeded
flyctl v0.4.45
==> Verifying app config
Validating /repos/bluegreen/fly.toml
[32m✓[0m Configuration is valid
--> Verified app config
==> Building image
Waiting for depot builder...
==> Building image with Depot
--> build: (​)
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.77kB 0.1s done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim
#2 DONE 0.3s
#3 [internal] load metadata for docker.io/library/debian:bullseye-20230612-slim
#3 DONE 0.3s
#4 [internal] load .dockerignore
#4 transferring context: 1.31kB 0.1s done
#4 DONE 0.1s
#5 [stage-1 1/6] FROM docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5
#5 resolve docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5 done
#5 DONE 0.0s
#6 [builder 1/17] FROM docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim@sha256:e7e2e55efdcdc2914f65b7e65ef82bbb47be654ec84bc7bfc5fa2cc3396fd9ec
#6 resolve docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim@sha256:e7e2e55efdcdc2914f65b7e65ef82bbb47be654ec84bc7bfc5fa2cc3396fd9ec done
#6 DONE 0.0s
#7 [internal] load build context
#7 ...
#8 [builder 7/17] RUN mkdir config
#8 CACHED
#9 [builder 8/17] COPY config/config.exs config/prod.exs config/
#9 CACHED
#10 [builder 10/17] COPY priv priv
#10 CACHED
#11 [builder 15/17] COPY config/runtime.exs config/
#11 CACHED
#12 [builder 13/17] RUN mix assets.deploy
#12 CACHED
#13 [builder 16/17] COPY rel rel
#13 CACHED
#14 [stage-1 2/6] RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -f /var/lib/apt/lists/*_*
#14 CACHED
#15 [stage-1 3/6] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
#15 CACHED
#16 [builder 4/17] RUN mix local.hex --force && mix local.rebar --force
#16 CACHED
#17 [builder 11/17] COPY lib lib
#17 CACHED
#18 [builder 5/17] COPY mix.exs mix.lock ./
#18 CACHED
#19 [builder 17/17] RUN mix release
#19 CACHED
#20 [stage-1 5/6] RUN chown nobody /app
#20 CACHED
#21 [builder 9/17] RUN mix deps.compile
#21 CACHED
#22 [builder 6/17] RUN mix deps.get --only prod
#22 CACHED
#23 [builder 2/17] RUN apt-get update -y && apt-get install -y build-essential git && apt-get clean && rm -f /var/lib/apt/lists/*_*
#23 CACHED
#24 [builder 14/17] RUN mix compile
#24 CACHED
#25 [builder 12/17] COPY assets assets
#25 CACHED
#26 [stage-1 4/6] WORKDIR /app
#26 CACHED
#27 [builder 3/17] WORKDIR /app
#27 CACHED
#28 [stage-1 6/6] COPY --from=builder --chown=nobody:root /app/_build/prod/rel/bluegreen ./
#28 CACHED
#7 [internal] load build context
#7 transferring context: 2.46kB 0.1s done
#7 ...
#29 exporting to image
#29 exporting layers done
#29 exporting manifest sha256:cac14f757c97797fcf22288109a679637b9dbc9833a7767ed09a5c7fa5d6b188 done
#29 exporting config sha256:ba25677996d91d169af91f42e3d825467ccc124cae06cbc2e4d00bde8764e081 done
#29 pushing layers for registry.fly.io/flybg:deployment-01KQTV7S71RV4Q9RCSVX80E2E8@sha256:cac14f757c97797fcf22288109a679637b9dbc9833a7767ed09a5c7fa5d6b188 0.2s done
#29 pushing layer sha256:4810280e56a0565f5dbed77c41322c9ab9ee08aba32ac19405d1aea5fdb6a307 0.2s done
#29 pushing layer sha256:ba25677996d91d169af91f42e3d825467ccc124cae06cbc2e4d00bde8764e081 0.1s done
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d 0.1s done
#29 pushing layer sha256:a8f5876b5110f6680d8578dbc925c5e2501e1b5434ed74df34fe7b9376c6841b 0.1s done
#29 pushing layer sha256:dd7ba7ccba2c3678dd254aaf127207f0139ed313019a7d6b19c6e95905213031 0.2s done
#29 pushing layer sha256:1bdbb3e982fcacf20c833933a487201d0372eaf8ba6f2d1726900bb8bf827766 0.1s done
#29 pushing layer sha256:e9448bf9b06ba29c24d9f07c6fb84a3468c37cb9e1c3062bf0febb2a05d5331a 0.2s done
#29 pushing manifest for registry.fly.io/flybg:deployment-01KQTV7S71RV4Q9RCSVX80E2E8@sha256:cac14f757c97797fcf22288109a679637b9dbc9833a7767ed09a5c7fa5d6b188 0.1s done
#29 DONE 0.3s
--> Build Summary: (​)
[38;5;252m--> Building image done[0m
image: registry.fly.io/flybg:deployment-01KQTV7S71RV4Q9RCSVX80E2E8
image size: 41 MB
Watch your deployment at https://fly.io/apps/flybg/monitoring
Updating existing machines in 'flybg' with bluegreen strategy
Verifying if app can be safely deployed
Creating green machines
Created machine 6835201c7961e8 [app]
Created machine 18514d7b5ddd58 [app]
Created machine d897775ae62238 [app]
Created machine 879206f379d2d8 [app]
Created machine 2862465ced3d48 [app]
Created machine d893226c6d0958 [app]
Created machine 6e82602df71e08 [app]
Created machine e829d41bd23068 [app]
Created machine 287d504a3512e8 [app]
Created machine 85177da42521d8 [app]
Created machine e28692e0a7d0d8 [app]
Created machine 6835719bde29e8 [app]
Created machine 48e32edbe37168 [app]
Created machine 0807565a133598 [app]
Created machine 2872190f0e2748 [app]
Created machine 8293e1c77d21e8 [app]
Created machine 08016e0f971e08 [app]
Created machine 2869935c794d78 [app]
Waiting for all green machines to start
Machine 08016e0f971e08 [app] - started
Machine 0807565a133598 [app] - started
Machine 18514d7b5ddd58 [app] - started
Machine 2862465ced3d48 [app] - started
Machine 2869935c794d78 [app] - started
Machine 2872190f0e2748 [app] - started
Machine 287d504a3512e8 [app] - started
Machine 48e32edbe37168 [app] - started
Machine 6835201c7961e8 [app] - started
Machine 6835719bde29e8 [app] - started
Machine 6e82602df71e08 [app] - started
Machine 8293e1c77d21e8 [app] - started
Machine 85177da42521d8 [app] - started
Machine 879206f379d2d8 [app] - started
Machine d893226c6d0958 [app] - started
Machine d897775ae62238 [app] - started
Machine e28692e0a7d0d8 [app] - started
Machine e829d41bd23068 [app] - started
Waiting for all green machines to be healthy
Machine 08016e0f971e08 [app] - 1/1 passing
Machine 0807565a133598 [app] - 1/1 passing
Machine 18514d7b5ddd58 [app] - 1/1 passing
Machine 2862465ced3d48 [app] - 1/1 passing
Machine 2869935c794d78 [app] - 1/1 passing
Machine 2872190f0e2748 [app] - 1/1 passing
Machine 287d504a3512e8 [app] - 1/1 passing
Machine 48e32edbe37168 [app] - 1/1 passing
Machine 6835201c7961e8 [app] - 1/1 passing
Machine 6835719bde29e8 [app] - 1/1 passing
Machine 6e82602df71e08 [app] - 1/1 passing
Machine 8293e1c77d21e8 [app] - 1/1 passing
Machine 85177da42521d8 [app] - 1/1 passing
Machine 879206f379d2d8 [app] - 1/1 passing
Machine d893226c6d0958 [app] - 1/1 passing
Machine d897775ae62238 [app] - 1/1 passing
Machine e28692e0a7d0d8 [app] - 1/1 passing
Machine e829d41bd23068 [app] - 1/1 passing
Marking green machines as ready
Machine 6835201c7961e8 [app] now ready
Machine d893226c6d0958 [app] now ready
Machine e829d41bd23068 [app] now ready
Machine 2862465ced3d48 [app] now ready
Machine 6e82602df71e08 [app] now ready
Machine 879206f379d2d8 [app] now ready
Machine d897775ae62238 [app] now ready
Machine 287d504a3512e8 [app] now ready
Machine e28692e0a7d0d8 [app] now ready
Machine 85177da42521d8 [app] now ready
Machine 6835719bde29e8 [app] now ready
Machine 0807565a133598 [app] now ready
Machine 8293e1c77d21e8 [app] now ready
Machine 48e32edbe37168 [app] now ready
Machine 2872190f0e2748 [app] now ready
Machine 08016e0f971e08 [app] now ready
Machine 2869935c794d78 [app] now ready
Machine 18514d7b5ddd58 [app] now ready
Checkpointing deployment, this may take a few seconds...
Waiting before cordoning all blue machines
Machine 1854073f411218 [app] cordoned
Machine 4d89513eb74148 [app] cordoned
Machine 897359ae917228 [app] cordoned
Machine d89735df521e18 [app] cordoned
Machine 2873560b520258 [app] cordoned
Machine 6835440b796328 [app] cordoned
Machine 28607e7c45e1d8 [app] cordoned
Machine 2879990c301678 [app] cordoned
Machine d8d40d9f7663e8 [app] cordoned
Machine 1781e244a55228 [app] cordoned
Machine e28692e6bee318 [app] cordoned
Machine 2869340f703508 [app] cordoned
Machine 08021def2166e8 [app] cordoned
Machine e82624df716068 [app] cordoned
Machine 1850929a166248 [app] cordoned
Machine 2867653c413508 [app] cordoned
Machine 89627ea667e1e8 [app] cordoned
Machine d8961d1c291698 [app] cordoned
Waiting before stopping all blue machines
Stopping all blue machines
Failed to stop machine 2869340f703508 [app]: failed to stop VM 2869340f703508: request returned non-2xx status: 408:
Waiting for all blue machines to stop
Machine 08021def2166e8 [app] - stopped
Machine 1781e244a55228 [app] - stopped
Machine 1850929a166248 [app] - stopped
Machine 1854073f411218 [app] - stopped
Machine 28607e7c45e1d8 [app] - stopped
Machine 2867653c413508 [app] - stopped
Machine 2869340f703508 [app] - stopped
Machine 2873560b520258 [app] - stopped
Machine 2879990c301678 [app] - stopped
Machine 4d89513eb74148 [app] - stopped
Machine 6835440b796328 [app] - stopped
Machine 89627ea667e1e8 [app] - stopped
Machine 897359ae917228 [app] - stopped
Machine d8961d1c291698 [app] - stopped
Machine d89735df521e18 [app] - stopped
Machine d8d40d9f7663e8 [app] - stopped
Machine e28692e6bee318 [app] - stopped
Machine e82624df716068 [app] - stopped
Destroying all blue machines
Machine 4d89513eb74148 [app] destroyed
Machine 6835440b796328 [app] destroyed
Machine 1854073f411218 [app] destroyed
Machine 2879990c301678 [app] destroyed
Machine 2873560b520258 [app] destroyed
Machine 897359ae917228 [app] destroyed
Machine e28692e6bee318 [app] destroyed
Machine 1781e244a55228 [app] destroyed
Machine 28607e7c45e1d8 [app] destroyed
Machine 1850929a166248 [app] destroyed
Machine e82624df716068 [app] destroyed
Machine d8d40d9f7663e8 [app] destroyed
Machine d8961d1c291698 [app] destroyed
Machine 08021def2166e8 [app] destroyed
Machine 89627ea667e1e8 [app] destroyed
Machine 2867653c413508 [app] destroyed
Machine d89735df521e18 [app] destroyed
Machine 2869340f703508 [app] destroyed
Deployment Complete
Checking DNS configuration for flybg.fly.dev
✓ DNS configuration verified
Visit your newly deployed app at https://flybg.fly.dev/