2026-09-06 10:45:00AM UTC

failed

flyctl v0.4.99

==> 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.0s done
#1 DONE 0.0s
#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.2s
#2 [internal] load metadata for docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim
#2 DONE 0.2s
#4 [internal] load .dockerignore
#4 transferring context: 1.31kB 0.0s done
#4 DONE 0.0s
#5 [builder  1/17] FROM docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim@sha256:e7e2e55efdcdc2914f65b7e65ef82bbb47be654ec84bc7bfc5fa2cc3396fd9ec
#5 resolve docker.io/hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim@sha256:e7e2e55efdcdc2914f65b7e65ef82bbb47be654ec84bc7bfc5fa2cc3396fd9ec done
#5 CACHED

#6 [stage-1 1/6] FROM docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5
#6 resolve docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5 done
#6 CACHED

#7 [internal] load build context
#7 transferring context: 2.46kB 0.0s done
#7 DONE 0.0s

#8 [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/*_*
#8 0.102 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#8 0.111 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#8 0.112 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#8 0.241 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#8 0.369 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]
#8 0.493 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#8 1.597 Fetched 8706 kB in 1s (5818 kB/s)
#8 1.597 Reading package lists...#8 2.137 Reading package lists...#8 2.694 Building dependency tree...#8 2.849 Reading state information...#8 2.956 libstdc++6 is already the newest version (10.2.1-6).#8 2.956 libstdc++6 set to manually installed.#8 2.956 The following additional packages will be installed:#8 2.956   libc-l10n libgpm2 libtinfo5
#8 2.957 Suggested packages:
#8 2.957   gpm
#8 3.004 The following NEW packages will be installed:
#8 3.005   ca-certificates libc-l10n libgpm2 libncurses5 libtinfo5 locales openssl
#8 3.023 0 upgraded, 7 newly installed, 0 to remove and 41 not upgraded.
#8 3.023 Need to get 6456 kB of archives.
#8 3.023 After this operation, 23.8 MB of additional disk space will be used.
#8 3.023 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u8 [860 kB]
#8 3.029 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
#8 3.030 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
#8 3.030   404  Not Found [IP: 140.248.146.132 80]
#8 3.030 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
#8 3.050 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
#8 3.051 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
#8 3.053 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
#8 3.062 Fetched 5591 kB in 0s (125 MB/s)
#8 3.062 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/glibc/libc-l10n_2.31-13%2bdeb11u14_all.deb  404  Not Found [IP: 140.248.146.132 80]#8 3.062 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?#8 ERROR: process "/bin/sh -c apt-get update -y &&   apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates   && apt-get clean && rm -f /var/lib/apt/lists/*_*" did not complete successfully: exit code: 100
#9 [builder  2/17] RUN apt-get update -y && apt-get install -y build-essential git     && apt-get clean && rm -f /var/lib/apt/lists/*_*
#9 0.102 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]#9 0.115 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]#9 0.115 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]#9 0.245 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]#9 0.371 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]#9 0.496 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#9 1.481 Fetched 8706 kB in 1s (6309 kB/s)#9 1.481 Reading package lists...#9 2.019 Reading package lists...#9 2.548 Building dependency tree...#9 2.689 Reading state information...
#9 2.822 The following additional packages will be installed:
#9 2.822   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-10 dirmngr
#9 2.822   dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
#9 2.822   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#9 2.822   gpg-wks-server gpgconf gpgsm gpgv less libalgorithm-diff-perl
#9 2.822   libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0#9 2.823   libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6#9 2.823   libc6-dev libcbor0 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0#9 2.823   libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1
#9 2.823   libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6
#9 2.823   libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23
#9 2.823   libitm1 libjbig0 libjpeg62-turbo libksba8 libldap-2.4-2 libldap-common
#9 2.823   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 libncursesw6
#9 2.823   libnghttp2-14 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5
#9 2.823   libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules
#9 2.823   libsasl2-modules-db libsqlite3-0 libssh2-1 libstdc++-10-dev libtiff5
#9 2.823   libtinfo6 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6 libx11-data
#9 2.823   libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev make
#9 2.823   manpages manpages-dev netbase openssh-client patch perl perl-base#9 2.823   perl-modules-5.32 pinentry-curses publicsuffix readline-common
#9 2.824   sensible-utils ucf xauth xz-utils
#9 2.825 Suggested packages:
#9 2.825   binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session
#9 2.825   libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
#9 2.825   g++-10-multilib gcc-10-doc gcc-multilib autoconf automake libtool flex bison
#9 2.825   gdb gcc-doc gcc-10-multilib gettext-base git-daemon-run
#9 2.825   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
#9 2.825   git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc libc-l10n
#9 2.825   locales bzr libgd-tools gdbm-l10n gpm libsasl2-modules-gssapi-mit
#9 2.825   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#9 2.825   libsasl2-modules-sql libstdc++-10-doc make-doc man-browser keychain
#9 2.825   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#9 2.825   libterm-readline-gnu-perl | libterm-readline-perl-perl
#9 2.825   libtap-harness-archive-perl pinentry-doc readline-doc
#9 2.825 Recommended packages:
#9 2.825   libnss-nis libnss-nisplus
#9 CANCELED
------
 > [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/*_*:
3.029 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
3.030 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
3.030   404  Not Found [IP: 140.248.146.132 80]
3.030 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
3.050 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
3.051 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
3.053 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
3.062 Fetched 5591 kB in 0s (125 MB/s)
3.062 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/glibc/libc-l10n_2.31-13%2bdeb11u14_all.deb  404  Not Found [IP: 140.248.146.132 80]
3.062 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
------
==> Building image
Waiting for depot builder...

==> Building image with Depot
--> build:  (​)
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.77kB 0.0s done
#1 DONE 0.0s

#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.2s
#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.0s done
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 2.46kB 0.0s done
#5 DONE 0.0s
#6 [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/*_*
#6 0.136 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]#6 0.146 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#6 0.146 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#6 0.287 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#6 0.417 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]
#6 0.553 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#6 1.547 Fetched 8706 kB in 1s (6155 kB/s)
#6 1.547 Reading package lists...
#6 2.107 Reading package lists...
#6 2.623 Building dependency tree...
#6 2.758 Reading state information...
#6 2.861 libstdc++6 is already the newest version (10.2.1-6).
#6 2.861 libstdc++6 set to manually installed.
#6 2.861 The following additional packages will be installed:
#6 2.861   libc-l10n libgpm2 libtinfo5#6 2.862 Suggested packages:#6 2.862   gpm#6 2.909 The following NEW packages will be installed:#6 2.910   ca-certificates libc-l10n libgpm2 libncurses5 libtinfo5 locales openssl#6 2.927 0 upgraded, 7 newly installed, 0 to remove and 41 not upgraded.
#6 2.927 Need to get 6456 kB of archives.
#6 2.927 After this operation, 23.8 MB of additional disk space will be used.#6 2.927 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u8 [860 kB]
#6 2.936 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
#6 2.938 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
#6 2.938   404  Not Found [IP: 140.248.146.132 80]
#6 2.943 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
#6 2.973 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
#6 2.974 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
#6 2.977 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
#6 2.987 Fetched 5591 kB in 0s (87.4 MB/s)
#6 2.987 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/glibc/libc-l10n_2.31-13%2bdeb11u14_all.deb  404  Not Found [IP: 140.248.146.132 80]
#6 2.987 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
#6 ERROR: process "/bin/sh -c apt-get update -y &&   apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates   && apt-get clean && rm -f /var/lib/apt/lists/*_*" did not complete successfully: exit code: 100

#7 [builder  2/17] RUN apt-get update -y && apt-get install -y build-essential git     && apt-get clean && rm -f /var/lib/apt/lists/*_*
#7 0.133 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#7 0.146 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#7 0.146 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#7 0.288 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#7 0.433 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]
#7 0.554 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#7 1.526 Fetched 8706 kB in 1s (6239 kB/s)
#7 1.526 Reading package lists...
#7 2.110 Reading package lists...
#7 2.617 Building dependency tree...
#7 2.748 Reading state information...
#7 2.876 The following additional packages will be installed:
#7 2.876   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-10 dirmngr
#7 2.876   dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
#7 2.876   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#7 2.876   gpg-wks-server gpgconf gpgsm gpgv less libalgorithm-diff-perl
#7 2.876   libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0
#7 2.876   libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6
#7 2.877   libc6-dev libcbor0 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#7 2.877   libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1
#7 2.877   libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6
#7 2.877   libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23
#7 2.877   libitm1 libjbig0 libjpeg62-turbo libksba8 libldap-2.4-2 libldap-common
#7 2.877   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 libncursesw6
#7 2.877   libnghttp2-14 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5
#7 2.877   libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules
#7 2.877   libsasl2-modules-db libsqlite3-0 libssh2-1 libstdc++-10-dev libtiff5
#7 2.877   libtinfo6 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6 libx11-data
#7 2.877   libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev make
#7 2.879   manpages manpages-dev netbase openssh-client patch perl perl-base
#7 2.879   perl-modules-5.32 pinentry-curses publicsuffix readline-common
#7 2.879   sensible-utils ucf xauth xz-utils
#7 2.879 Suggested packages:
#7 2.879   binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session
#7 2.879   libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
#7 2.879   g++-10-multilib gcc-10-doc gcc-multilib autoconf automake libtool flex bison
#7 2.879   gdb gcc-doc gcc-10-multilib gettext-base git-daemon-run
#7 2.879   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
#7 2.879   git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc libc-l10n
#7 2.879   locales bzr libgd-tools gdbm-l10n gpm libsasl2-modules-gssapi-mit
#7 2.879   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#7 2.879   libsasl2-modules-sql libstdc++-10-doc make-doc man-browser keychain
#7 2.879   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#7 2.879   libterm-readline-gnu-perl | libterm-readline-perl-perl
#7 2.879   libtap-harness-archive-perl pinentry-doc readline-doc
#7 2.879 Recommended packages:
#7 2.879   libnss-nis libnss-nisplus
#7 CANCELED

#8 [stage-1 1/6] FROM docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5
#8 resolve docker.io/library/debian:bullseye-20230612-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5 done
------
 > [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/*_*:
2.936 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
2.938 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
2.938   404  Not Found [IP: 140.248.146.132 80]
2.943 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
2.973 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
2.974 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
2.977 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
2.987 Fetched 5591 kB in 0s (87.4 MB/s)
2.987 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/glibc/libc-l10n_2.31-13%2bdeb11u14_all.deb  404  Not Found [IP: 140.248.146.132 80]
2.987 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
------
Error: failed to fetch an image or build from source: error building: failed to solve: process "/bin/sh -c apt-get update -y &&   apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates   && apt-get clean && rm -f /var/lib/apt/lists/*_*" did not complete successfully: exit code: 100