We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
2026-03-24 03:15:01PM UTC
succeeded
flyctl v0.4.27
==> Verifying app config
Validating /repos/bluegreen/fly.toml
[32m✓[0m Configuration is valid
--> Verified app config
==> Building image
[33mWARN[0m failed to create build in graphql: ensure depot builder failed, please try again (status 500): <!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
margin: 0;
}
div.dialog {
width: 95%;
max-width: 33em;
margin: 4em auto 0;
}
div.dialog > div {
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #BBB;
border-top: #B00100 solid 4px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: white;
padding: 7px 12% 0;
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}
h1 {
font-size: 100%;
color: #730E15;
line-height: 1.5em;
}
div.dialog > p {
margin: 0 0 1em;
padding: 1em;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<div>
<h1>We're sorry, but something went wrong.</h1>
</div>
<p>If you are the application owner check the logs for more information.</p>
</div>
</body>
</html>
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 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 4/17] RUN mix local.hex --force && mix local.rebar --force
#8 CACHED
#9 [builder 15/17] COPY config/runtime.exs config/
#9 CACHED
#10 [builder 8/17] COPY config/config.exs config/prod.exs config/
#10 CACHED
#11 [builder 10/17] COPY priv priv
#11 CACHED
#12 [builder 12/17] COPY assets assets
#12 CACHED
#13 [builder 6/17] RUN mix deps.get --only prod
#13 CACHED
#14 [builder 2/17] RUN apt-get update -y && apt-get install -y build-essential git && apt-get clean && rm -f /var/lib/apt/lists/*_*
#14 CACHED
#15 [stage-1 4/6] WORKDIR /app
#15 CACHED
#16 [builder 9/17] RUN mix deps.compile
#16 CACHED
#17 [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/*_*
#17 CACHED
#18 [builder 7/17] RUN mkdir config
#18 CACHED
#19 [builder 13/17] RUN mix assets.deploy
#19 CACHED
#20 [builder 16/17] COPY rel rel
#20 CACHED
#21 [stage-1 3/6] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
#21 CACHED
#22 [stage-1 5/6] RUN chown nobody /app
#22 CACHED
#23 [builder 14/17] RUN mix compile
#23 CACHED
#24 [builder 5/17] COPY mix.exs mix.lock ./
#24 CACHED
#25 [builder 3/17] WORKDIR /app
#25 CACHED
#26 [builder 17/17] RUN mix release
#26 CACHED
#27 [builder 11/17] COPY lib lib
#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:7fb2b94f8d199c929317c1e99c7013afcd47974c910386224b3ddab48d3a44a3 done
#29 exporting config sha256:5d6ba1e9d187c3d6aaad336531c320028848a83e9a65e6668fb8d3ff69e2ebf5 done
#29 pushing layers for registry.fly.io/flybg:deployment-01KMG6KX1WDYDH2P9B5AXY3Z2G@sha256:7fb2b94f8d199c929317c1e99c7013afcd47974c910386224b3ddab48d3a44a3
#29 pushing layer sha256:7fdbb9afc5a2f338c981e9df304d071421092ddd18b7b7d76c333bfe645d322e 0.1s done
#29 pushing layer sha256:5d6ba1e9d187c3d6aaad336531c320028848a83e9a65e6668fb8d3ff69e2ebf5
#29 pushing layer sha256:8044cd598da132e77e6efc697d7c19b9755b803cd2175981fca324dc36d8311f
#29 pushing layer sha256:5f467a4c4c550b586a2449bbb3a32bbafca80ec6e943711a6ecffa046b9456d6 0.1s done
#29 pushing layer sha256:0c8625b67ebcdaf656ea8f40ef33e0f93ff114b314f481bc2d0775f90b757cbe 0.1s done
#29 pushing layer sha256:cbac6d10dbfc95799f89072d21f49136aab3c99887bb37ba2c4227553db82721
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d
#29 pushing layers for registry.fly.io/flybg:deployment-01KMG6KX1WDYDH2P9B5AXY3Z2G@sha256:7fb2b94f8d199c929317c1e99c7013afcd47974c910386224b3ddab48d3a44a3 0.3s done
#29 pushing layer sha256:5d6ba1e9d187c3d6aaad336531c320028848a83e9a65e6668fb8d3ff69e2ebf5 0.3s done
#29 pushing layer sha256:8044cd598da132e77e6efc697d7c19b9755b803cd2175981fca324dc36d8311f 0.2s done
#29 pushing layer sha256:cbac6d10dbfc95799f89072d21f49136aab3c99887bb37ba2c4227553db82721 0.2s done
#29 pushing layer sha256:c39c308da35fed5b12faf81f8cbd1eefc6d6fe88f02d1228259b2822763d473d 0.2s done
#29 pushing manifest for registry.fly.io/flybg:deployment-01KMG6KX1WDYDH2P9B5AXY3Z2G@sha256:7fb2b94f8d199c929317c1e99c7013afcd47974c910386224b3ddab48d3a44a3
#29 pushing manifest for registry.fly.io/flybg:deployment-01KMG6KX1WDYDH2P9B5AXY3Z2G@sha256:7fb2b94f8d199c929317c1e99c7013afcd47974c910386224b3ddab48d3a44a3 0.1s done
#29 DONE 0.4s
--> Build Summary: (​)
[38;5;252m--> Building image done[0m
image: registry.fly.io/flybg:deployment-01KMG6KX1WDYDH2P9B5AXY3Z2G
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 68365e1c7e1de8 [app]
Created machine 7844665a4eee78 [app]
Created machine 0804d6db313948 [app]
Created machine 813e24b95464d8 [app]
Created machine 48e1935f370d68 [app]
Created machine 6837e5ea132958 [app]
Created machine 286dd02ceed918 [app]
Created machine 7849e2db61e308 [app]
Created machine 286ded7be61078 [app]
Created machine 185177da3ee398 [app]
Created machine 86749eaee49d08 [app]
Created machine 7817426a4e4e58 [app]
Created machine d8d1376ae69958 [app]
Created machine 286d512fed9198 [app]
Created machine 2879770f31d278 [app]
Created machine d8917eec047318 [app]
Created machine 857504c4177338 [app]
Created machine e82d697c696198 [app]
Waiting for all green machines to start
Machine 0804d6db313948 [app] - started
Machine 185177da3ee398 [app] - started
Machine 286d512fed9198 [app] - started
Machine 286dd02ceed918 [app] - started
Machine 286ded7be61078 [app] - started
Machine 2879770f31d278 [app] - started
Machine 48e1935f370d68 [app] - started
Machine 68365e1c7e1de8 [app] - started
Machine 6837e5ea132958 [app] - started
Machine 7817426a4e4e58 [app] - started
Machine 7844665a4eee78 [app] - started
Machine 7849e2db61e308 [app] - started
Machine 813e24b95464d8 [app] - started
Machine 857504c4177338 [app] - started
Machine 86749eaee49d08 [app] - started
Machine d8917eec047318 [app] - started
Machine d8d1376ae69958 [app] - started
Machine e82d697c696198 [app] - started
Waiting for all green machines to be healthy
Machine 0804d6db313948 [app] - 1/1 passing
Machine 185177da3ee398 [app] - 1/1 passing
Machine 286d512fed9198 [app] - 1/1 passing
Machine 286dd02ceed918 [app] - 1/1 passing
Machine 286ded7be61078 [app] - 1/1 passing
Machine 2879770f31d278 [app] - 1/1 passing
Machine 48e1935f370d68 [app] - 1/1 passing
Machine 68365e1c7e1de8 [app] - 1/1 passing
Machine 6837e5ea132958 [app] - 1/1 passing
Machine 7817426a4e4e58 [app] - 1/1 passing
Machine 7844665a4eee78 [app] - unchecked
Machine 7849e2db61e308 [app] - 1/1 passing
Machine 813e24b95464d8 [app] - 1/1 passing
Machine 857504c4177338 [app] - 1/1 passing
Machine 86749eaee49d08 [app] - 1/1 passing
Machine d8917eec047318 [app] - 1/1 passing
Machine d8d1376ae69958 [app] - 1/1 passing
Machine e82d697c696198 [app] - 1/1 passing
Machine 0804d6db313948 [app] - 1/1 passing
Machine 185177da3ee398 [app] - 1/1 passing
Machine 286d512fed9198 [app] - 1/1 passing
Machine 286dd02ceed918 [app] - 1/1 passing
Machine 286ded7be61078 [app] - 1/1 passing
Machine 2879770f31d278 [app] - 1/1 passing
Machine 48e1935f370d68 [app] - 1/1 passing
Machine 68365e1c7e1de8 [app] - 1/1 passing
Machine 6837e5ea132958 [app] - 1/1 passing
Machine 7817426a4e4e58 [app] - 1/1 passing
Machine 7844665a4eee78 [app] - 1/1 passing
Machine 7849e2db61e308 [app] - 1/1 passing
Machine 813e24b95464d8 [app] - 1/1 passing
Machine 857504c4177338 [app] - 1/1 passing
Machine 86749eaee49d08 [app] - 1/1 passing
Machine d8917eec047318 [app] - 1/1 passing
Machine d8d1376ae69958 [app] - 1/1 passing
Machine e82d697c696198 [app] - 1/1 passing
Marking green machines as ready
Machine 7844665a4eee78 [app] now ready
Machine 813e24b95464d8 [app] now ready
Machine 6837e5ea132958 [app] now ready
Machine 68365e1c7e1de8 [app] now ready
Machine 7849e2db61e308 [app] now ready
Machine 286dd02ceed918 [app] now ready
Machine 0804d6db313948 [app] now ready
Machine 48e1935f370d68 [app] now ready
Machine 185177da3ee398 [app] now ready
Machine 7817426a4e4e58 [app] now ready
Machine d8d1376ae69958 [app] now ready
Machine 286d512fed9198 [app] now ready
Machine d8917eec047318 [app] now ready
Machine 286ded7be61078 [app] now ready
Machine 857504c4177338 [app] now ready
Machine e82d697c696198 [app] now ready
Machine 2879770f31d278 [app] now ready
Machine 86749eaee49d08 [app] now ready
Checkpointing deployment, this may take a few seconds...
Waiting before cordoning all blue machines
Machine e823e04f06e018 [app] cordoned
Machine 78104edf432d08 [app] cordoned
Machine d8de179b4dd498 [app] cordoned
Machine 3d8d26d4f27218 [app] cordoned
Machine 28606e3b953698 [app] cordoned
Machine 857211b4590ee8 [app] cordoned
Machine e82e964a09d798 [app] cordoned
Machine d8d4242a3e9dd8 [app] cordoned
Machine 2863334a971028 [app] cordoned
Machine 879206f0635138 [app] cordoned
Machine 7815de9fed7ee8 [app] cordoned
Machine 7840074a55d4d8 [app] cordoned
Machine d891627f403e68 [app] cordoned
Machine e82e110c2ed4d8 [app] cordoned
Machine 185175db402678 [app] cordoned
Machine 8d3e56aed69e18 [app] cordoned
Machine 2865901f4456d8 [app] cordoned
Machine 91855de9a54238 [app] cordoned
Waiting before stopping all blue machines
Stopping all blue machines
Waiting for all blue machines to stop
Machine 185175db402678 [app] - stopped
Machine 28606e3b953698 [app] - stopped
Machine 2863334a971028 [app] - stopped
Machine 2865901f4456d8 [app] - stopped
Machine 3d8d26d4f27218 [app] - stopped
Machine 78104edf432d08 [app] - started
Machine 7815de9fed7ee8 [app] - stopped
Machine 7840074a55d4d8 [app] - stopped
Machine 857211b4590ee8 [app] - stopped
Machine 879206f0635138 [app] - stopped
Machine 8d3e56aed69e18 [app] - stopped
Machine 91855de9a54238 [app] - stopped
Machine d891627f403e68 [app] - stopped
Machine d8d4242a3e9dd8 [app] - stopped
Machine d8de179b4dd498 [app] - stopped
Machine e823e04f06e018 [app] - stopped
Machine e82e110c2ed4d8 [app] - stopped
Machine e82e964a09d798 [app] - stopped
Machine 185175db402678 [app] - stopped
Machine 28606e3b953698 [app] - stopped
Machine 2863334a971028 [app] - stopped
Machine 2865901f4456d8 [app] - stopped
Machine 3d8d26d4f27218 [app] - stopped
Machine 78104edf432d08 [app] - stopped
Machine 7815de9fed7ee8 [app] - stopped
Machine 7840074a55d4d8 [app] - stopped
Machine 857211b4590ee8 [app] - stopped
Machine 879206f0635138 [app] - stopped
Machine 8d3e56aed69e18 [app] - stopped
Machine 91855de9a54238 [app] - stopped
Machine d891627f403e68 [app] - stopped
Machine d8d4242a3e9dd8 [app] - stopped
Machine d8de179b4dd498 [app] - stopped
Machine e823e04f06e018 [app] - stopped
Machine e82e110c2ed4d8 [app] - stopped
Machine e82e964a09d798 [app] - stopped
Destroying all blue machines
Machine e823e04f06e018 [app] destroyed
Machine 3d8d26d4f27218 [app] destroyed
Machine d8de179b4dd498 [app] destroyed
Machine 78104edf432d08 [app] destroyed
Machine d8d4242a3e9dd8 [app] destroyed
Machine e82e964a09d798 [app] destroyed
Machine 879206f0635138 [app] destroyed
Machine 7815de9fed7ee8 [app] destroyed
Machine 857211b4590ee8 [app] destroyed
Machine 7840074a55d4d8 [app] destroyed
Machine 28606e3b953698 [app] destroyed
Machine 2863334a971028 [app] destroyed
Machine d891627f403e68 [app] destroyed
Machine 185175db402678 [app] destroyed
Machine 91855de9a54238 [app] destroyed
Machine 2865901f4456d8 [app] destroyed
Machine e82e110c2ed4d8 [app] destroyed
Machine 8d3e56aed69e18 [app] destroyed
Deployment Complete
Checking DNS configuration for flybg.fly.dev
✓ DNS configuration verified
Visit your newly deployed app at https://flybg.fly.dev/