We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
2026-02-23 06:30:00PM UTC
succeeded
flyctl v0.4.14
==> 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 transferring context: 2.46kB 0.1s done
#7 DONE 0.1s
#8 [builder 10/17] COPY priv priv
#8 CACHED
#9 [stage-1 4/6] WORKDIR /app
#9 CACHED
#10 [builder 17/17] RUN mix release
#10 CACHED
#11 [builder 2/17] RUN apt-get update -y && apt-get install -y build-essential git && apt-get clean && rm -f /var/lib/apt/lists/*_*
#11 CACHED
#12 [builder 3/17] WORKDIR /app
#12 CACHED
#13 [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/*_*
#13 CACHED
#14 [stage-1 3/6] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
#14 CACHED
#15 [stage-1 5/6] RUN chown nobody /app
#15 CACHED
#16 [builder 8/17] COPY config/config.exs config/prod.exs config/
#16 CACHED
#17 [builder 4/17] RUN mix local.hex --force && mix local.rebar --force
#17 CACHED
#18 [builder 9/17] RUN mix deps.compile
#18 CACHED
#19 [builder 5/17] COPY mix.exs mix.lock ./
#19 CACHED
#20 [builder 7/17] RUN mkdir config
#20 CACHED
#21 [builder 6/17] RUN mix deps.get --only prod
#21 CACHED
#22 [builder 11/17] COPY lib lib
#22 CACHED
#23 [builder 13/17] RUN mix assets.deploy
#23 CACHED
#24 [builder 12/17] COPY assets assets
#24 CACHED
#25 [builder 14/17] RUN mix compile
#25 CACHED
#26 [builder 15/17] COPY config/runtime.exs config/
#26 CACHED
#27 [builder 16/17] COPY rel rel
#27 CACHED
#28 [stage-1 6/6] COPY --from=builder --chown=nobody:root /app/_build/prod/rel/bluegreen ./
#28 CACHED
#29 exporting to image
#29 exporting layers done
#29 exporting manifest sha256:32a11b87ed79e5d21c96f7f27a94b23e0b66404d5648b2c4e712e80c88dcd104 done
#29 exporting config sha256:7bc652f953fd05ed466b32dab0ee20916ed3473db48cb4bc53be15bcb7bb3702 done
#29 pushing layers for registry.fly.io/flybg:deployment-01KJ5W7WRTEFRVCNBE7B3FAADB@sha256:32a11b87ed79e5d21c96f7f27a94b23e0b66404d5648b2c4e712e80c88dcd104
#29 pushing layer sha256:7bc652f953fd05ed466b32dab0ee20916ed3473db48cb4bc53be15bcb7bb3702 0.1s done
#29 pushing layer sha256:f6caa73cba36bd43cedf64756bc4d7aea302736c7349c85658845df5c9de3edd
#29 pushing layer sha256:c512c84a66476c2b5efd9d843946185272f822ae45efb0d6ed179aee376ae9d0
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d
#29 pushing layer sha256:19b2c635d6b2fd1ce600f88fa2a966d6a77d51c5daba2496c445c902035c4e4b
#29 pushing layer sha256:ed7d2241c882a710531a74b51cae42c77774c801a189384f15bfc87e831be6c2
#29 pushing layer sha256:f0dec55b188b2164950b48e0129013aa2d17e16dca01d8820573be6540f881df
#29 pushing layer sha256:f6caa73cba36bd43cedf64756bc4d7aea302736c7349c85658845df5c9de3edd 0.2s done
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d 0.1s done
#29 pushing layer sha256:19b2c635d6b2fd1ce600f88fa2a966d6a77d51c5daba2496c445c902035c4e4b 0.1s done
#29 pushing layers for registry.fly.io/flybg:deployment-01KJ5W7WRTEFRVCNBE7B3FAADB@sha256:32a11b87ed79e5d21c96f7f27a94b23e0b66404d5648b2c4e712e80c88dcd104 0.2s done
#29 pushing layer sha256:c512c84a66476c2b5efd9d843946185272f822ae45efb0d6ed179aee376ae9d0 0.2s done
#29 pushing layer sha256:ed7d2241c882a710531a74b51cae42c77774c801a189384f15bfc87e831be6c2 0.2s done
#29 pushing layer sha256:f0dec55b188b2164950b48e0129013aa2d17e16dca01d8820573be6540f881df 0.2s done
#29 pushing manifest for registry.fly.io/flybg:deployment-01KJ5W7WRTEFRVCNBE7B3FAADB@sha256:32a11b87ed79e5d21c96f7f27a94b23e0b66404d5648b2c4e712e80c88dcd104 0.1s done
#29 DONE 0.3s
--> Build Summary: (​)
[38;5;252m--> Building image done[0m
image: registry.fly.io/flybg:deployment-01KJ5W7WRTEFRVCNBE7B3FAADB
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 185943eb610718 [app]
Created machine 894529c2277368 [app]
Created machine 7810432b574918 [app]
Created machine 8d4916bed24268 [app]
Created machine 7840751c459538 [app]
Created machine d8d1d23c406798 [app]
Created machine 801e3dc6625748 [app]
Created machine 286e276f446958 [app]
Created machine 781777dc519428 [app]
Created machine e829429c234638 [app]
Created machine e82d921f653908 [app]
Created machine e8272d1b0e46e8 [app]
Created machine 4d89446c1303e8 [app]
Created machine e827949a739238 [app]
Created machine d8de310fe102d8 [app]
Created machine 7819166c45d438 [app]
Created machine 2863d22b7e6558 [app]
Created machine d890d12c0d6e18 [app]
Waiting for all green machines to start
Machine 185943eb610718 [app] - started
Machine 2863d22b7e6558 [app] - started
Machine 286e276f446958 [app] - started
Machine 4d89446c1303e8 [app] - started
Machine 7810432b574918 [app] - started
Machine 781777dc519428 [app] - started
Machine 7819166c45d438 [app] - started
Machine 7840751c459538 [app] - started
Machine 801e3dc6625748 [app] - started
Machine 894529c2277368 [app] - started
Machine 8d4916bed24268 [app] - started
Machine d890d12c0d6e18 [app] - started
Machine d8d1d23c406798 [app] - started
Machine d8de310fe102d8 [app] - started
Machine e8272d1b0e46e8 [app] - started
Machine e827949a739238 [app] - started
Machine e829429c234638 [app] - started
Machine e82d921f653908 [app] - started
Waiting for all green machines to be healthy
Machine 185943eb610718 [app] - 1/1 passing
Machine 2863d22b7e6558 [app] - 1/1 passing
Machine 286e276f446958 [app] - 1/1 passing
Machine 4d89446c1303e8 [app] - 1/1 passing
Machine 7810432b574918 [app] - 1/1 passing
Machine 781777dc519428 [app] - 1/1 passing
Machine 7819166c45d438 [app] - 1/1 passing
Machine 7840751c459538 [app] - 1/1 passing
Machine 801e3dc6625748 [app] - 1/1 passing
Machine 894529c2277368 [app] - 1/1 passing
Machine 8d4916bed24268 [app] - 1/1 passing
Machine d890d12c0d6e18 [app] - 1/1 passing
Machine d8d1d23c406798 [app] - 1/1 passing
Machine d8de310fe102d8 [app] - 1/1 passing
Machine e8272d1b0e46e8 [app] - 1/1 passing
Machine e827949a739238 [app] - 1/1 passing
Machine e829429c234638 [app] - 1/1 passing
Machine e82d921f653908 [app] - 1/1 passing
Marking green machines as ready
Machine 7840751c459538 [app] now ready
Machine 185943eb610718 [app] now ready
Machine 8d4916bed24268 [app] now ready
Machine d8d1d23c406798 [app] now ready
Machine 7810432b574918 [app] now ready
Machine 801e3dc6625748 [app] now ready
Machine 286e276f446958 [app] now ready
Machine 894529c2277368 [app] now ready
Machine 781777dc519428 [app] now ready
Machine e82d921f653908 [app] now ready
Machine e829429c234638 [app] now ready
Machine e8272d1b0e46e8 [app] now ready
Machine 7819166c45d438 [app] now ready
Machine d8de310fe102d8 [app] now ready
Machine 4d89446c1303e8 [app] now ready
Machine e827949a739238 [app] now ready
Machine 2863d22b7e6558 [app] now ready
Machine d890d12c0d6e18 [app] now ready
Checkpointing deployment, this may take a few seconds...
Waiting before cordoning all blue machines
Machine d89467eb4de598 [app] cordoned
Machine 784601da296498 [app] cordoned
Machine 8901e0c66e1058 [app] cordoned
Machine 847e35a223d3d8 [app] cordoned
Machine d8929e7c46d498 [app] cordoned
Machine 891244c6d19798 [app] cordoned
Machine 8475eda63402d8 [app] cordoned
Machine 287e006a1542e8 [app] cordoned
Machine 784705dfe44298 [app] cordoned
Machine d899501c275098 [app] cordoned
Machine 0805d4da1e0008 [app] cordoned
Machine 6830157a593968 [app] cordoned
Machine 7817205f2d4408 [app] cordoned
Machine d894655b6e2148 [app] cordoned
Machine 287e900c601508 [app] cordoned
Machine 2867653c647e68 [app] cordoned
Machine 781090db942d78 [app] cordoned
Machine 0805e66f51d528 [app] cordoned
Waiting before stopping all blue machines
Stopping all blue machines
Waiting for all blue machines to stop
Machine 0805d4da1e0008 [app] - stopped
Machine 0805e66f51d528 [app] - stopped
Machine 2867653c647e68 [app] - stopped
Machine 287e006a1542e8 [app] - stopped
Machine 287e900c601508 [app] - stopped
Machine 6830157a593968 [app] - stopped
Machine 781090db942d78 [app] - stopped
Machine 7817205f2d4408 [app] - stopped
Machine 784601da296498 [app] - stopped
Machine 784705dfe44298 [app] - stopped
Machine 8475eda63402d8 [app] - stopped
Machine 847e35a223d3d8 [app] - stopped
Machine 8901e0c66e1058 [app] - stopped
Machine 891244c6d19798 [app] - stopped
Machine d8929e7c46d498 [app] - stopped
Machine d894655b6e2148 [app] - stopped
Machine d89467eb4de598 [app] - stopped
Machine d899501c275098 [app] - stopped
Destroying all blue machines
Machine 8901e0c66e1058 [app] destroyed
Machine 891244c6d19798 [app] destroyed
Machine 784601da296498 [app] destroyed
Machine 8475eda63402d8 [app] destroyed
Machine d8929e7c46d498 [app] destroyed
Machine d89467eb4de598 [app] destroyed
Machine 287e006a1542e8 [app] destroyed
Machine 847e35a223d3d8 [app] destroyed
Machine d899501c275098 [app] destroyed
Machine 784705dfe44298 [app] destroyed
Machine 781090db942d78 [app] destroyed
Machine d894655b6e2148 [app] destroyed
Machine 7817205f2d4408 [app] destroyed
Machine 0805d4da1e0008 [app] destroyed
Machine 2867653c647e68 [app] destroyed
Machine 6830157a593968 [app] destroyed
Machine 287e900c601508 [app] destroyed
Machine 0805e66f51d528 [app] destroyed
Deployment Complete
Checking DNS configuration for flybg.fly.dev
✓ DNS configuration verified
Visit your newly deployed app at https://flybg.fly.dev/