197 | 3s | 0% | docker build --file /tmp/cirrus-build/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=mirror.gcr.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_previous_releases.sh --cpuset-cpus=5,13,21,33,34,41,45,52,53,54 --platform=linux --label=bitcoin-ci-test --tag=ci_native_previous_releases /tmp/cirrus-build |
304 | 7s | 0% | retry -- apt-get update |
325 | 1m4s | 2% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y gcc-13 g++-13 python3-zmq gdb build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
1096 | 59s | 2% | git config --global ci.base-install-done true |
1139 | 3s | 0% | podman image prune --force --external |
1145 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
1157 | 4s | 0% | docker exec 6ee6e618a9873054f7b3523fe29ed498c9f5871639a10422b7240f85fcb19678 bash -c 'export PATH="/path_with space:/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH" && cd "/ci_container_base" && rsync --archive --stats --human-readable /tmp/cirrus-build/ /ci_container_base' |
1401 | 4m43s | 12% | bash -c 'CONFIG_SHELL= make -j10 -C depends HOST=x86_64-pc-linux-gnu DEBUG=1 CC=gcc-13 CXX=g++-13 NO_QT=1 LOG=1' |
1780 | 42s | 1% | bash -c 'cmake -S /ci_container_base -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DCMAKE_TOOLCHAIN_FILE=/ci_container_base/depends/x86_64-pc-linux-gnu/toolchain.cmake -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DWITH_ZMQ=ON -DBUILD_GUI=OFF -DREDUCE_EXPORTS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS='\''-funsigned-char'\'' -DCMAKE_C_FLAGS_DEBUG='\''-g2 -O2'\'' -DCMAKE_CXX_FLAGS='\''-funsigned-char'\'' -DAPPEND_CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' || ( (cat CMakeFiles/CMakeConfigureLog.yaml) && false)' |
2095 | 1m34s | 4% | bash -c 'cmake --build . -j10 --target all install' |