I have been unable to deploy today. The following errors just happened even though Fly systems are operational again (according to the Status page).
With --local-only
:
Update available 0.0.429 -> 0.0.438.
Run "flyctl version update" to upgrade.
==> Verifying app config
--> Verified app config
==> Building image
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.20 linux aarch64
Sending build context to Docker daemon 256kB
[+] Building 1.3s (13/26)
=> [internal] load remote build context 0.0s
=> copy /context / 0.1s
=> [internal] load metadata for docker.io/library/debian:bullseye-20220801-slim 0.3s
=> [internal] load metadata for docker.io/hexpm/elixir:1.14.0-erlang-25.0.4-debian-bullseye-20220801-slim 0.3s
=> [builder 1/15] FROM docker.io/hexpm/elixir:1.14.0-erlang-25.0.4-debian-bullseye-20220801-slim@sha256:cf8adcc0 0.0s
=> [stage-1 1/6] FROM docker.io/library/debian:bullseye-20220801-slim@sha256:a811e62769a642241b168ac34f615fb02da8 0.0s
=> CACHED [stage-1 2/6] RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales && a 0.0s
=> CACHED [stage-1 3/6] RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen 0.0s
=> CACHED [stage-1 4/6] WORKDIR /app 0.0s
=> CACHED [stage-1 5/6] RUN chown nobody /app 0.0s
=> CACHED [builder 2/15] RUN apt-get update -y && apt-get install -y build-essential git && apt-get clean && 0.0s
=> CACHED [builder 3/15] WORKDIR /app 0.0s
=> ERROR [builder 4/15] RUN mix local.hex --force && mix local.rebar --force 0.8s
------
> [builder 4/15] RUN mix local.hex --force && mix local.rebar --force:
#13 0.798 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#13 0.815 Segmentation fault
------
Error failed to fetch an image or build from source: error building: executor failed running [/bin/sh -c mix local.hex --force && mix local.rebar --force]: exit code: 139
FAIL: 1
Using remote builder:
Update available 0.0.429 -> 0.0.438.
Run "flyctl version update" to upgrade.
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-patient-dawn-2568 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
Sending build context to Docker daemon 58.08kB
[+] Building 936.6s (1/1) FINISHED
=> ERROR [internal] load remote build context 936.6s
------
> [internal] load remote build context:
------
Error failed to fetch an image or build from source: error building: error during connect: Post "http://[fdaa:0:76d6:a7b:93:acaa:3cbd:2]:2375/v1.41/build?buildargs=null&buildid=upload-request%3Aba0d4bcb5aa838bfe664b0ead9e0a37f7ba63095328731c8d687b0b49e0ad087&cachefrom=null&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=&labels=null&memory=0&memswap=0&networkmode=&rm=0&shmsize=0&target=&ulimits=null&version=2": EOF
FAIL: 1
Please note that errors still remain even after I’ve updated flyctl
to v0.0.439