Testnet Genesis Block #153
+4
−3
Merged
Cirrus CI / ARM, unit tests, no functional tests
failed
Jul 9, 2024 in 11s
Task Summary
Instruction ci failed in 00:01
Details
✅ 00:03 clone
✅ 00:04 merge_base
❌ 00:01 ci
+ docker build --file /tmp/cirrus-build/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm --build-arg FILE_ENV=./ci/test/00_setup_env_arm.sh --label=bitcoin-ci-test --tag=ci_arm_linux /tmp/cirrus-build
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
STEP 1/7: FROM docker.io/arm64v8/debian:bookworm
STEP 2/7: ARG FILE_ENV
--> Using cache 9e56c511fb1d9930e9d3953f69754e9a51bb2badaf4c2290238e47704945b7fa
--> 9e56c511fb1
STEP 3/7: ENV FILE_ENV=${FILE_ENV}
--> Using cache d9241e8605cbeb6afe401625582672e9896b7b9758a76fcc3a97ce5a3ba57630
--> d9241e8605c
STEP 4/7: COPY ./ci/retry/retry /usr/bin/retry
--> Using cache b720ffd8e25a8b3b266fc645d8df6888d560fcb73839fe8be16d74a208e1c176
--> b720ffd8e25
STEP 5/7: COPY ./ci/test/00_setup_env.sh ./${FILE_ENV} ./ci/test/01_base_install.sh /ci_container_base/ci/test/
--> Using cache 997eb28b13634b1c6ed0b6c674948f76a51aa81522a3b31a249163125744ac19
--> 997eb28b136
STEP 6/7: RUN ["bash", "-c", "cd /ci_container_base/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh"]
--> Using cache e824888ce1dcd4c361309faebd8cf04d4649406a775eee8996612832070450dc
--> e824888ce1d
STEP 7/7: LABEL "bitcoin-ci-test"=""
--> Using cache f01531662fdcfee3c9c607e3140ed066dc0d8a1e86c6115f25b65cbad8445ba1
COMMIT ci_arm_linux
--> f01531662fd
Successfully tagged localhost/ci_arm_linux:latest
f01531662fdcfee3c9c607e3140ed066dc0d8a1e86c6115f25b65cbad8445ba1
+ docker volume create ci_arm_linux_ccache
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: volume with name ci_arm_linux_ccache already exists: volume already exists
+ true
+ docker volume create ci_arm_linux_depends
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: volume with name ci_arm_linux_depends already exists: volume already exists
+ true
+ docker volume create ci_arm_linux_depends_sources
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: volume with name ci_arm_linux_depends_sources already exists: volume already exists
+ true
+ docker volume create ci_arm_linux_depends_SDKs_android
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: volume with name ci_arm_linux_depends_SDKs_android already exists: volume already exists
+ true
+ docker volume create ci_arm_linux_previous_releases
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: volume with name ci_arm_linux_previous_releases already exists: volume already exists
+ true
+ '[' -n '' ']'
+ echo 'Prune all dangling bitcoin-ci-test images'
Prune all dangling bitcoin-ci-test images
+ docker image prune --force --filter label=bitcoin-ci-test
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
++ docker run --cap-add LINUX_IMMUTABLE --rm --interactive --detach --tty --mount type=bind,src=/tmp/cirrus-build,dst=/tmp/cirrus-build,readonly --mount type=volume,src=ci_arm_linux_ccache,dst=/tmp/ccache_dir --mount type=volume,src=ci_arm_linux_depends,dst=/ci_container_base/depends/built --mount type=volume,src=ci_arm_linux_depends_sources,dst=/ci_container_base/depends/sources --mount type=volume,src=ci_arm_linux_depends_SDKs_android,dst=/ci_container_base/depends/SDKs/android --mount type=volume,src=ci_arm_linux_previous_releases,dst=/ci_container_base/prev_releases --env-file /tmp/env --name ci_arm_linux ci_arm_linux
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
time="2024-07-09T13:00:06Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly"
Error: creating container storage: the container name "ci_arm_linux" is already in use by 3f9264f7096a69c264f7509d92a5d44053cda7f36112977e865af798297e5591. You have to remove that container to be able to reuse that name: that name is already in use
+ CI_CONTAINER_ID=
Exit status: 125
Loading