189 | 1s | 0% | docker build --file /tmp/cirrus-build/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_tsan.sh --cpuset-cpus=2,3,9,30,41,48,49,52,59,62 --label=bitcoin-ci-test --tag=ci_native_tsan /tmp/cirrus-build |
287 | 4s | 0% | retry -- apt-get update |
307 | 10s | 0% | retry -- apt-get install curl -y |
519 | 3s | 0% | retry -- apt-get update |
528 | 31s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-19 llvm-19 libclang-rt-19-dev libc++abi-19-dev libc++-19-dev python3-zmq build-essential pkg-config curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
1275 | 33s | 1% | git config --global ci.base-install-done true |
1317 | 1s | 0% | podman image prune --force --external |
1323 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
1335 | 1s | 0% | docker exec 46caae3b980b91edea28b0dbfedbe972a4b0f234d2f2920828d6718833c2618b 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' |
1585 | 15m9s | 28% | bash -c 'CONFIG_SHELL= make -j10 -C depends HOST=x86_64-pc-linux-gnu CC=clang-19 CXX='\''clang++-19 -stdlib=libc++'\'' LOG=1' |
1776 | 33s | 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 -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DWITH_ZMQ=ON -DSANITIZERS=thread -DAPPEND_CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' || ( (cat CMakeFiles/CMakeConfigureLog.yaml) && false)' |
2108 | 34s | 1% | bash -c 'cmake --build . -j10 --target all install' |
3486 | 17m26s | 33% | ctest --stop-on-failure -j10 --timeout 2400 |
3773 | 16m43s | 31% | test/functional/test_runner.py --ci -j10 --tmpdirprefix /ci_container_base/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --quiet --failfast |