200 | 2s | 0% | docker build --file /tmp/cirrus-build-35619331/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=mirror.gcr.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_i686_multiprocess.sh --cpuset-cpus=5,7,8,14,17,22,36,41,47,62 --platform=linux/amd64 --label=bitcoin-ci-test --tag=ci_i686_multiprocess /tmp/cirrus-build-35619331 |
309 | 3s | 0% | retry -- apt-get update |
330 | 43s | 2% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y llvm clang g++-multilib build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
1231 | 25s | 1% | git config --global ci.base-install-done true |
1271 | 11s | 0% | podman container rm --force --all |
1276 | 1s | 0% | podman image prune --force --external |
1282 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
1294 | 1s | 0% | docker exec 36f36112dda51fc0571406efb79601e9a734fbe4d1168b78e0060e14a5e4d54a 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-35619331/ /ci_container_base' |
1545 | 14m58s | 45% | bash -c 'CONFIG_SHELL= make -j10 -C depends HOST=i686-pc-linux-gnu DEBUG=1 MULTIPROCESS=1 LOG=1' |
2069 | 34s | 1% | bash -c 'cmake -S /ci_container_base -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DCMAKE_TOOLCHAIN_FILE=/ci_container_base/depends/i686-pc-linux-gnu/toolchain.cmake -DWERROR=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER='\''clang;-m32'\'' -DCMAKE_CXX_COMPILER='\''clang++;-m32'\'' -DAPPEND_CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' || ( (cat CMakeFiles/CMakeConfigureLog.yaml) && false)' |
2491 | 56s | 2% | bash -c 'cmake --build . -j10 --target all install' |
3971 | 4m8s | 12% | ctest --stop-on-failure -j10 --timeout 2400 |
4266 | 10m24s | 31% | test/functional/test_runner.py --ci -j10 --tmpdirprefix /ci_container_base/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --v2transport --quiet --failfast |