144 | 2s | 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_tidy.sh --cpuset-cpus=0,16,28,30,41,43,46,53,54,55 --platform=linux --label=bitcoin-ci-test --tag=ci_native_tidy /tmp/cirrus-build |
257 | 5s | 1% | retry -- apt-get update |
278 | 20s | 4% | retry -- apt-get install curl -y |
490 | 6s | 1% | retry -- apt-get update |
499 | 1m30s | 21% | 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 libcapnp-dev capnproto build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
2177 | 1s | 0% | retry -- git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_20 /include-what-you-use |
2179 | 6s | 1% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-20 -S /include-what-you-use |
2236 | 1m27s | 20% | make -C /iwyu-build/ install -j10 |
2292 | 2m10s | 30% | echo -n done |
2332 | 17s | 4% | podman container rm --force --all |
2337 | 5s | 1% | podman image prune --force --external |
2343 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
2355 | 1s | 0% | docker exec 7fae03595953760c93b78d446b88bb586e0e5ca5b0550c705f3072c1c08ac75d bash -c 'export PATH="/path_with space:/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH" && cd "/ci_container_base" && rsync --recursive --perms --stats --human-readable /tmp/cirrus-build/ /ci_container_base' |