2026-03-21 08:00:00PM UTC

succeeded

flyctl v0.4.26

==> Verifying app config
Validating /repos/bluegreen/fly.toml
✓ 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 ...
#3 [internal] load metadata for docker.io/library/debian:bullseye-20230612-slim
#3 DONE 0.3s
#2 [internal] load metadata for docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim
#2 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 0.0s 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 0.0s done
#6 DONE 0.0s

#7 [builder 13/17] RUN mix assets.deploy
#7 CACHED

#8 [builder  3/17] WORKDIR /app
#8 CACHED

#9 [builder  8/17] COPY config/config.exs config/prod.exs config/
#9 CACHED

#10 [builder  4/17] RUN mix local.hex --force &&     mix local.rebar --force
#10 CACHED

#11 [builder  7/17] RUN mkdir config
#11 CACHED

#12 [builder 15/17] COPY config/runtime.exs config/
#12 CACHED

#13 [builder 10/17] COPY priv priv
#13 CACHED

#14 [builder 12/17] COPY assets assets
#14 CACHED

#15 [builder 14/17] RUN mix compile
#15 CACHED

#16 [builder  6/17] RUN mix deps.get --only prod
#16 CACHED

#17 [builder  5/17] COPY mix.exs mix.lock ./
#17 CACHED

#18 [builder  2/17] RUN apt-get update -y && apt-get install -y build-essential git     && apt-get clean && rm -f /var/lib/apt/lists/*_*
#18 CACHED

#19 [builder  9/17] RUN mix deps.compile
#19 CACHED

#20 [builder 11/17] COPY lib lib
#20 CACHED

#21 [builder 16/17] COPY rel rel
#21 CACHED

#22 [internal] load build context
#22 transferring context: 2.46kB 0.1s done
#22 ...

#23 [builder 17/17] RUN mix release
#23 1.668 warning: defining a Gettext backend by calling
#23 1.668 
#23 1.668     use Gettext, otp_app: ...
#23 1.668 
#23 1.668 is deprecated. To define a backend, call:
#23 1.668 
#23 1.668     use Gettext.Backend, otp_app: :my_app
#23 1.668 
#23 1.668 Then, instead of importing your backend, call this in your module:
#23 1.668 
#23 1.668     use Gettext, backend: MyApp.Gettext
#23 1.668 
#23 1.668   lib/bluegreen_web/gettext.ex:23
#23 1.668 
#23 1.709 * assembling bluegreen-0.1.0 on MIX_ENV=prod
#23 1.712 * using config/runtime.exs to configure the release at runtime
#23 2.037 * creating _build/prod/rel/bluegreen/releases/0.1.0/env.sh
#23 2.073 * skipping elixir.bat for windows (bin/elixir.bat not found in the Elixir installation)
#23 2.074 * skipping iex.bat for windows (bin/iex.bat not found in the Elixir installation)
#23 2.807 
#23 2.807 Release created at _build/prod/rel/bluegreen
#23 2.807 
#23 2.807     # To start your system
#23 2.807     _build/prod/rel/bluegreen/bin/bluegreen start
#23 2.807 
#23 2.807 Once the release is running:
#23 2.807 
#23 2.807     # To connect to it remotely
#23 2.807     _build/prod/rel/bluegreen/bin/bluegreen remote
#23 2.807 
#23 2.807     # To stop it gracefully (you may also send SIGINT/SIGTERM)
#23 2.807     _build/prod/rel/bluegreen/bin/bluegreen stop
#23 2.807 
#23 2.807 To list all commands:
#23 2.807 
#23 2.807     _build/prod/rel/bluegreen/bin/bluegreen
#23 2.807 
#23 DONE 2.9s
#24 [stage-1 4/6] WORKDIR /app
#24 CACHED
#25 [stage-1 3/6] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
#25 CACHED
#26 [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/*_*
#26 CACHED
#27 [stage-1 5/6] RUN chown nobody /app
#27 CACHED
#22 [internal] load build context
#22 ...

#28 [stage-1 6/6] COPY --from=builder --chown=nobody:root /app/_build/prod/rel/bluegreen ./
#28 DONE 0.4s
#29 exporting to image
#29 exporting layers
#29 exporting layers 0.7s done
#29 exporting manifest sha256:f00c7e315e01d16178b88cb5788752e812d9d39cc8a3711a9253c2fe5aa7dcb6 done
#29 exporting config sha256:a9c1a8083cd2bd887e634f6787a4aa19cd3d728f1b385d2e80f168c18d70691e done
#29 pushing layers for registry.fly.io/flybg:deployment-01KM8ZQCG7RCSX9G31004C183C@sha256:f00c7e315e01d16178b88cb5788752e812d9d39cc8a3711a9253c2fe5aa7dcb6
#29 pushing layer sha256:3f1ad92ba56c35256ef35b9992f431e0b025d85884827ecbceaf64f2aa8ea8a7
#29 pushing layer sha256:a9c1a8083cd2bd887e634f6787a4aa19cd3d728f1b385d2e80f168c18d70691e
#29 pushing layer sha256:0fc605ffa9fa8755b344f3ad1378d16630876e17fa5aace33fb152e3f633a27d 0.1s done
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d
#29 pushing layer sha256:c2c20a6e49c2138acf041082a2e0dd2c1c864416f43f6fe43d2366127e8e5578
#29 pushing layer sha256:2b5081e9544583a837464fdf5142b2c96e13d612d261bca082fb338a77875848
#29 pushing layer sha256:d8c9771e060612da81aed83e75be4e09155e714fd072c98e6b076124ca027163 0.1s done
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d 0.2s done
#29 pushing layer sha256:c2c20a6e49c2138acf041082a2e0dd2c1c864416f43f6fe43d2366127e8e5578 0.1s done
#29 pushing layer sha256:2b5081e9544583a837464fdf5142b2c96e13d612d261bca082fb338a77875848 0.2s done
#29 pushing layer sha256:a9c1a8083cd2bd887e634f6787a4aa19cd3d728f1b385d2e80f168c18d70691e 0.5s done
#29 pushing layers for registry.fly.io/flybg:deployment-01KM8ZQCG7RCSX9G31004C183C@sha256:f00c7e315e01d16178b88cb5788752e812d9d39cc8a3711a9253c2fe5aa7dcb6 0.6s done
#29 pushing layer sha256:3f1ad92ba56c35256ef35b9992f431e0b025d85884827ecbceaf64f2aa8ea8a7 0.6s done
#29 pushing manifest for registry.fly.io/flybg:deployment-01KM8ZQCG7RCSX9G31004C183C@sha256:f00c7e315e01d16178b88cb5788752e812d9d39cc8a3711a9253c2fe5aa7dcb6
#29 pushing manifest for registry.fly.io/flybg:deployment-01KM8ZQCG7RCSX9G31004C183C@sha256:f00c7e315e01d16178b88cb5788752e812d9d39cc8a3711a9253c2fe5aa7dcb6 0.1s done
#29 DONE 1.4s

#22 [internal] load build context
--> Build Summary:  (​)
--> Building image done
image: registry.fly.io/flybg:deployment-01KM8ZQCG7RCSX9G31004C183C
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 8d1250a445e368 [app]
  Created machine 0801e40a7d2128 [app]
  Created machine 286e340f041e08 [app]
  Created machine 857211b4702248 [app]
  Created machine 4d89735df12738 [app]
  Created machine d896665b7d09d8 [app]
  Created machine 1853de7f5923d8 [app]
  Created machine 784929ef174398 [app]
  Created machine 8e420eb77e6278 [app]
  Created machine 801021a6457e98 [app]
  Created machine 0801555b0d7e58 [app]
  Created machine d89905dae91e58 [app]
  Created machine 48e7459c799568 [app]
  Created machine 185e272a302348 [app]
  Created machine 7844e05b291628 [app]
  Created machine 148e197ea10508 [app]
  Created machine 84964dc279ed08 [app]
  Created machine d8dd791f056e68 [app]

Waiting for all green machines to start
  Machine 0801555b0d7e58 [app] - started
  Machine 0801e40a7d2128 [app] - started
  Machine 148e197ea10508 [app] - started
  Machine 1853de7f5923d8 [app] - started
  Machine 185e272a302348 [app] - started
  Machine 286e340f041e08 [app] - started
  Machine 48e7459c799568 [app] - started
  Machine 4d89735df12738 [app] - started
  Machine 7844e05b291628 [app] - started
  Machine 784929ef174398 [app] - started
  Machine 801021a6457e98 [app] - started
  Machine 84964dc279ed08 [app] - started
  Machine 857211b4702248 [app] - started
  Machine 8d1250a445e368 [app] - started
  Machine 8e420eb77e6278 [app] - started
  Machine d896665b7d09d8 [app] - started
  Machine d89905dae91e58 [app] - started
  Machine d8dd791f056e68 [app] - started

Waiting for all green machines to be healthy
  Machine 0801555b0d7e58 [app] - 1/1 passing
  Machine 0801e40a7d2128 [app] - 1/1 passing
  Machine 148e197ea10508 [app] - 1/1 passing
  Machine 1853de7f5923d8 [app] - 1/1 passing
  Machine 185e272a302348 [app] - 1/1 passing
  Machine 286e340f041e08 [app] - 1/1 passing
  Machine 48e7459c799568 [app] - 1/1 passing
  Machine 4d89735df12738 [app] - 1/1 passing
  Machine 7844e05b291628 [app] - 1/1 passing
  Machine 784929ef174398 [app] - 1/1 passing
  Machine 801021a6457e98 [app] - 1/1 passing
  Machine 84964dc279ed08 [app] - 1/1 passing
  Machine 857211b4702248 [app] - 1/1 passing
  Machine 8d1250a445e368 [app] - 1/1 passing
  Machine 8e420eb77e6278 [app] - 1/1 passing
  Machine d896665b7d09d8 [app] - 1/1 passing
  Machine d89905dae91e58 [app] - 1/1 passing
  Machine d8dd791f056e68 [app] - 1/1 passing

Marking green machines as ready
  Machine 0801e40a7d2128 [app] now ready
  Machine 286e340f041e08 [app] now ready
  Machine 4d89735df12738 [app] now ready
  Machine 857211b4702248 [app] now ready
  Machine 8d1250a445e368 [app] now ready
  Machine 784929ef174398 [app] now ready
  Machine 1853de7f5923d8 [app] now ready
  Machine 0801555b0d7e58 [app] now ready
  Machine 801021a6457e98 [app] now ready
  Machine d89905dae91e58 [app] now ready
  Machine 185e272a302348 [app] now ready
  Machine d896665b7d09d8 [app] now ready
  Machine 7844e05b291628 [app] now ready
  Machine 84964dc279ed08 [app] now ready
  Machine 148e197ea10508 [app] now ready
  Machine d8dd791f056e68 [app] now ready
  Machine 8e420eb77e6278 [app] now ready
  Machine 48e7459c799568 [app] now ready

Checkpointing deployment, this may take a few seconds...

Waiting before cordoning all blue machines
  Machine 7810952c4d34e8 [app] cordoned
  Machine e7844152c9dd98 [app] cordoned
  Machine 1855de2b2e01e8 [app] cordoned
  Machine 90800d01c96348 [app] cordoned
  Machine 2873561f422de8 [app] cordoned
  Machine 8e2d0da7361238 [app] cordoned
  Machine 0801931f2d1728 [app] cordoned
  Machine 801e92a6d46d68 [app] cordoned
  Machine 7849565ce465e8 [app] cordoned
  Machine 7817421c4d3198 [app] cordoned
  Machine 683d444a0e7418 [app] cordoned
  Machine 784447da2dd3d8 [app] cordoned
  Machine 080e476f054338 [app] cordoned
  Machine 86d002a7e5ed58 [app] cordoned
  Machine 2861247f990768 [app] cordoned
  Machine 287e900c3267d8 [app] cordoned
  Machine 78432e7bd902e8 [app] cordoned
  Machine 148e10e6c43258 [app] cordoned

Waiting before stopping all blue machines

Stopping all blue machines

Waiting for all blue machines to stop
  Machine 0801931f2d1728 [app] - stopped
  Machine 080e476f054338 [app] - stopped
  Machine 148e10e6c43258 [app] - stopped
  Machine 1855de2b2e01e8 [app] - stopped
  Machine 2861247f990768 [app] - stopped
  Machine 2873561f422de8 [app] - stopped
  Machine 287e900c3267d8 [app] - stopped
  Machine 683d444a0e7418 [app] - stopped
  Machine 7810952c4d34e8 [app] - stopped
  Machine 7817421c4d3198 [app] - stopped
  Machine 78432e7bd902e8 [app] - stopped
  Machine 784447da2dd3d8 [app] - stopped
  Machine 7849565ce465e8 [app] - stopped
  Machine 801e92a6d46d68 [app] - stopped
  Machine 86d002a7e5ed58 [app] - stopped
  Machine 8e2d0da7361238 [app] - stopped
  Machine 90800d01c96348 [app] - stopped
  Machine e7844152c9dd98 [app] - stopped

Destroying all blue machines
  Machine e7844152c9dd98 [app] destroyed
  Machine 1855de2b2e01e8 [app] destroyed
  Machine 8e2d0da7361238 [app] destroyed
  Machine 784447da2dd3d8 [app] destroyed
  Machine 7810952c4d34e8 [app] destroyed
  Machine 90800d01c96348 [app] destroyed
  Machine 2873561f422de8 [app] destroyed
  Machine 86d002a7e5ed58 [app] destroyed
  Machine 801e92a6d46d68 [app] destroyed
  Machine 7817421c4d3198 [app] destroyed
  Machine 0801931f2d1728 [app] destroyed
  Machine 7849565ce465e8 [app] destroyed
  Machine 080e476f054338 [app] destroyed
  Machine 2861247f990768 [app] destroyed
  Machine 148e10e6c43258 [app] destroyed
  Machine 683d444a0e7418 [app] destroyed
  Machine 78432e7bd902e8 [app] destroyed
  Machine 287e900c3267d8 [app] destroyed

Deployment Complete
Checking DNS configuration for flybg.fly.dev

Visit your newly deployed app at https://flybg.fly.dev/

✓ DNS configuration verified