204 | 1s | 0% | docker build --file /tmp/cirrus-build-2941850246/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_fuzz.sh --cpuset-cpus=1,3,7,18,22,32,39,40,50,57 --platform=linux --label=bitcoin-ci-test --tag=ci_native_fuzz /tmp/cirrus-build-2941850246 |
314 | 2s | 0% | retry -- apt-get update |
334 | 8s | 1% | retry -- apt-get install curl -y |
546 | 2s | 0% | retry -- apt-get update |
555 | 1m1s | 9% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-19 llvm-19 libclang-rt-19-dev libevent-dev libboost-dev libsqlite3-dev libcapnp-dev capnproto build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
1303 | 2s | 0% | cmake .. |
1345 | 5s | 0% | cmake --build . |
1395 | 46s | 6% | git config --global ci.base-install-done true |
1437 | 2s | 0% | podman image prune --force --external |
1695 | 1m6s | 9% | retry -- git clone --depth=1 https://github.com/bitcoin-core/qa-assets /ci_container_base/ci/scratch/qa-assets |
1727 | 28s | 4% | bash -c 'cmake -S /ci_container_base -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DENABLE_EXTERNAL_SIGNER=ON -DCMAKE_INSTALL_PREFIX=/ci_container_base/ci/scratch/out -DBUILD_FOR_FUZZING=ON -DSANITIZERS=fuzzer,address,undefined,float-divide-by-zero,integer -DCMAKE_C_COMPILER=clang-19 -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_C_FLAGS='\''-ftrivial-auto-var-init=pattern'\'' -DCMAKE_CXX_FLAGS='\''-ftrivial-auto-var-init=pattern'\'' || ( (cat CMakeFiles/CMakeConfigureLog.yaml) && false)' |
2058 | 14s | 2% | bash -c 'cmake --build . -j10 --target all install' |