187 | 1s | 0% | docker run --platform=linux/arm64 --rm docker.io/debian:bookworm bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
201 | 1s | 0% | docker build --file /tmp/cirrus-build/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/debian:bookworm --build-arg FILE_ENV=./ci/test/00_setup_env_arm.sh --platform=linux/arm64 --label=bitcoin-ci-test --tag=ci_arm_linux /tmp/cirrus-build |
313 | 3s | 1% | retry -- apt-get update |
325 | 27s | 9% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
1191 | 8s | 2% | git config --global ci.base-install-done true |
1232 | 10s | 3% | podman container rm --force --all |
2280 | 6s | 2% | bash -c 'CONFIG_SHELL= make -j10 -C depends HOST=arm-linux-gnueabihf LOG=1' |
2301 | 14s | 5% | bash -c 'cmake -S /ci_container_base -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DCMAKE_TOOLCHAIN_FILE=/ci_container_base/depends/arm-linux-gnueabihf/toolchain.cmake -DWERROR=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DREDUCE_EXPORTS=ON -DCMAKE_CXX_FLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\'' || ( (cat CMakeFiles/CMakeOutput.log CMakeFiles/CMakeError.log) && false)' |
2631 | 32s | 11% | bash -c 'cmake --build . -j10 --target all install' |
3995 | 2m30s | 55% | ctest --stop-on-failure -j10 --timeout 2400 |