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

failed

flyctl v0.4.99

Validating /repos/bluegreen/fly.toml
✓ Configuration is valid
==> Verifying app config
--> 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 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.121 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]#8 0.134 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]#8 0.134 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]#8 0.268 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]#8 0.396 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]
#8 0.521 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#8 1.527 Fetched 8706 kB in 1s (6174 kB/s)#8 1.527 Reading package lists...#8 2.081 Reading package lists...
#8 2.612 Building dependency tree...
#8 2.734 Reading state information...
#8 2.840 libstdc++6 is already the newest version (10.2.1-6).
#8 2.840 libstdc++6 set to manually installed.
#8 2.840 The following additional packages will be installed:
#8 2.840   libc-l10n libgpm2 libtinfo5
#8 2.841 Suggested packages:
#8 2.841   gpm
#8 2.889 The following NEW packages will be installed:
#8 2.889   ca-certificates libc-l10n libgpm2 libncurses5 libtinfo5 locales openssl
#8 2.908 0 upgraded, 7 newly installed, 0 to remove and 41 not upgraded.
#8 2.908 Need to get 6456 kB of archives.
#8 2.908 After this operation, 23.8 MB of additional disk space will be used.
#8 2.908 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u8 [860 kB]
#8 2.916 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
#8 2.918 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
#8 2.918   404  Not Found [IP: 199.232.182.132 80]
#8 2.918 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
#8 2.942 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
#8 2.942 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]#8 2.944 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]#8 2.952 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: 199.232.182.132 80]#8 2.952 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?#8 2.952 Fetched 5591 kB in 0s (109 MB/s)#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.126 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]#9 0.137 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]#9 0.137 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]#9 0.272 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]#9 0.405 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]#9 0.535 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#9 1.508 Fetched 8706 kB in 1s (6288 kB/s)
#9 1.508 Reading package lists...
#9 2.051 Reading package lists...
#9 2.594 Building dependency tree...
#9 2.732 Reading state information...
#9 2.862 The following additional packages will be installed:
#9 2.862   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-10 dirmngr
#9 2.862   dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
#9 2.862   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#9 2.862   gpg-wks-server gpgconf gpgsm gpgv less libalgorithm-diff-perl
#9 2.862   libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0
#9 2.862   libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6
#9 2.862   libc6-dev libcbor0 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#9 2.862   libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1
#9 2.862   libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6
#9 2.862   libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23
#9 2.862   libitm1 libjbig0 libjpeg62-turbo libksba8 libldap-2.4-2 libldap-common#9 2.862   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 libncursesw6
#9 2.862   libnghttp2-14 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5
#9 2.862   libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules
#9 2.862   libsasl2-modules-db libsqlite3-0 libssh2-1 libstdc++-10-dev libtiff5
#9 2.862   libtinfo6 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6 libx11-data
#9 2.863   libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev make
#9 2.863   manpages manpages-dev netbase openssh-client patch perl perl-base
#9 2.863   perl-modules-5.32 pinentry-curses publicsuffix readline-common
#9 2.863   sensible-utils ucf xauth xz-utils
#9 2.864 Suggested packages:
#9 2.864   binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session
#9 2.864   libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
#9 2.864   g++-10-multilib gcc-10-doc gcc-multilib autoconf automake libtool flex bison
#9 2.864   gdb gcc-doc gcc-10-multilib gettext-base git-daemon-run
#9 2.864   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
#9 2.864   git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc libc-l10n
#9 2.864   locales bzr libgd-tools gdbm-l10n gpm libsasl2-modules-gssapi-mit
#9 2.864   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#9 2.864   libsasl2-modules-sql libstdc++-10-doc make-doc man-browser keychain
#9 2.864   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#9 2.864   libterm-readline-gnu-perl | libterm-readline-perl-perl
#9 2.864   libtap-harness-archive-perl pinentry-doc readline-doc#9 2.864 Recommended packages:#9 2.864   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/*_*:
2.916 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
2.918 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
2.918   404  Not Found [IP: 199.232.182.132 80]
2.918 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
2.942 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
2.942 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
2.944 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
2.952 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: 199.232.182.132 80]
2.952 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2.952 Fetched 5591 kB in 0s (109 MB/s)
------
==> 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 [builder  2/17] RUN apt-get update -y && apt-get install -y build-essential git     && apt-get clean && rm -f /var/lib/apt/lists/*_*
#8 0.203 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#8 0.216 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#8 0.216 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#8 0.367 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]#8 0.510 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]#8 0.640 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]#8 1.622 Fetched 8706 kB in 2s (5748 kB/s)
#8 1.622 Reading package lists...#8 2.163 Reading package lists...
#8 2.677 Building dependency tree...
#8 2.808 Reading state information...
#8 2.939 The following additional packages will be installed:
#8 2.939   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-10 dirmngr
#8 2.939   dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
#8 2.939   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#8 2.939   gpg-wks-server gpgconf gpgsm gpgv less libalgorithm-diff-perl
#8 2.939   libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libassuan0
#8 2.939   libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6
#8 2.939   libc6-dev libcbor0 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#8 2.939   libcurl3-gnutls libdeflate0 libdpkg-perl libedit2 liberror-perl libexpat1
#8 2.940   libfakeroot libfido2-1 libfile-fcntllock-perl libfontconfig1 libfreetype6
#8 2.940   libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23
#8 2.940   libitm1 libjbig0 libjpeg62-turbo libksba8 libldap-2.4-2 libldap-common
#8 2.940   liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpfr6 libncursesw6
#8 2.940   libnghttp2-14 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5
#8 2.940   libquadmath0 libreadline8 librtmp1 libsasl2-2 libsasl2-modules
#8 2.940   libsasl2-modules-db libsqlite3-0 libssh2-1 libstdc++-10-dev libtiff5
#8 2.940   libtinfo6 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6 libx11-data
#8 2.940   libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 libxpm4 linux-libc-dev make
#8 2.940   manpages manpages-dev netbase openssh-client patch perl perl-base
#8 2.940   perl-modules-5.32 pinentry-curses publicsuffix readline-common
#8 2.940   sensible-utils ucf xauth xz-utils
#8 2.941 Suggested packages:
#8 2.941   binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session
#8 2.941   libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
#8 2.941   g++-10-multilib gcc-10-doc gcc-multilib autoconf automake libtool flex bison
#8 2.941   gdb gcc-doc gcc-10-multilib gettext-base git-daemon-run
#8 2.941   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
#8 2.941   git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc libc-l10n
#8 2.941   locales bzr libgd-tools gdbm-l10n gpm libsasl2-modules-gssapi-mit
#8 2.941   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
#8 2.941   libsasl2-modules-sql libstdc++-10-doc make-doc man-browser keychain
#8 2.941   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
#8 2.941   libterm-readline-gnu-perl | libterm-readline-perl-perl
#8 2.941   libtap-harness-archive-perl pinentry-doc readline-doc
#8 2.941 Recommended packages:
#8 2.941   libnss-nis libnss-nisplus
#8 ...

#9 [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/*_*
#9 0.203 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#9 0.216 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#9 0.216 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#9 0.367 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#9 0.503 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [475 kB]
#9 0.637 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#9 1.623 Fetched 8706 kB in 2s (5744 kB/s)
#9 1.623 Reading package lists...
#9 2.147 Reading package lists...
#9 2.656 Building dependency tree...
#9 2.786 Reading state information...
#9 2.894 libstdc++6 is already the newest version (10.2.1-6).
#9 2.894 libstdc++6 set to manually installed.
#9 2.894 The following additional packages will be installed:
#9 2.894   libc-l10n libgpm2 libtinfo5
#9 2.894 Suggested packages:
#9 2.894   gpm
#9 2.943 The following NEW packages will be installed:
#9 2.943   ca-certificates libc-l10n libgpm2 libncurses5 libtinfo5 locales openssl
#9 2.961 0 upgraded, 7 newly installed, 0 to remove and 41 not upgraded.
#9 2.961 Need to get 6456 kB of archives.
#9 2.961 After this operation, 23.8 MB of additional disk space will be used.
#9 2.961 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u8 [860 kB]
#9 2.968 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
#9 2.970 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
#9 2.970   404  Not Found [IP: 199.232.182.132 80]
#9 3.009 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
#9 3.033 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
#9 3.034 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
#9 3.036 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
#9 3.045 Fetched 5591 kB in 0s (62.7 MB/s)
#9 3.045 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: 199.232.182.132 80]
#9 3.045 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
#9 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
#8 [builder  2/17] RUN apt-get update -y && apt-get install -y build-essential git     && apt-get clean && rm -f /var/lib/apt/lists/*_*
#8 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/*_*:
2.968 Get:2 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20250419~deb12u1~deb11u1 [175 kB]
2.970 Err:3 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-l10n all 2.31-13+deb11u14
2.970   404  Not Found [IP: 199.232.182.132 80]
3.009 Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 locales all 2.31-13+deb11u14 [4087 kB]
3.033 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
3.034 Get:6 http://deb.debian.org/debian bullseye/main amd64 libtinfo5 amd64 6.2+20201114-2+deb11u2 [337 kB]
3.036 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncurses5 amd64 6.2+20201114-2+deb11u2 [96.8 kB]
3.045 Fetched 5591 kB in 0s (62.7 MB/s)
3.045 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: 199.232.182.132 80]
3.045 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