| 144 | 3s | 0% | docker build --file /tmp/cirrus-build-9481238/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_tidy.sh --cpuset-cpus=4,5,23,25,27,33,46,58,60,63 --platform=linux --label=bitcoin-ci-test --tag=ci_native_tidy /tmp/cirrus-build-9481238 |
| 257 | 3s | 0% | retry -- apt-get update |
| 278 | 17s | 0% | retry -- apt-get install curl -y |
| 490 | 4s | 0% | retry -- apt-get update |
| 499 | 2m3s | 5% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-20 libclang-20-dev llvm-20-dev libomp-20-dev clang-tidy-20 jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
| 2155 | 2s | 0% | retry -- git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_20 /include-what-you-use |
| 2158 | 6s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-20 -S /include-what-you-use |
| 2215 | 1m9s | 2% | make -C /iwyu-build/ install -j10 |
| 2271 | 1m39s | 4% | echo -n done |
| 2311 | 12s | 0% | podman container rm --force --all |
| 2316 | 4s | 0% | podman image prune --force --external |
| 2527 | 36s | 1% | bash -c 'cmake -S /ci_container_base -B /ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -Werror=dev -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_ZMQ=ON -DBUILD_GUI=ON -DBUILD_BENCH=ON -DWITH_USDT=ON -DCMAKE_C_COMPILER=clang-20 -DCMAKE_CXX_COMPILER=clang++-20 -DCMAKE_C_FLAGS_RELWITHDEBINFO='\''-O0 -g0'\'' -DCMAKE_CXX_FLAGS_RELWITHDEBINFO='\''-O0 -g0'\'' ' |
| 2847 | 37s | 1% | cmake --build /ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu -j10 --target all install |
| 3923 | 9s | 0% | /ci_container_base/contrib/devtools/check-deps.sh /ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu |
| 3956 | 17s | 0% | cmake --build /tidy-build -j10 |
| 3961 | 1s | 0% | cmake --build /tidy-build --target bitcoin-tidy-tests -j10 |
| 3973 | 12m49s | 32% | tee tmp.tidy-out.txt |
| 6009 | 18m45s | 47% | python3 /include-what-you-use/iwyu_tool.py -p /ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu -j10 -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=/ci_container_base/contrib/devtools/iwyu/bitcoin.core.imp -Xiwyu --max_line_length=160 |
| 40473 | 3s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |