204 | 3s | 1% | 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_fuzz.sh --cpuset-cpus=1,6,21,23,29,41,42,43,46,58 --platform=linux --label=bitcoin-ci-test --tag=ci_native_fuzz /tmp/cirrus-build |
314 | 5s | 1% | retry -- apt-get update |
335 | 23s | 9% | retry -- apt-get install curl -y |
547 | 7s | 2% | retry -- apt-get update |
556 | 43s | 16% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-20 llvm-20 libclang-rt-20-dev libevent-dev libboost-dev libsqlite3-dev build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
1275 | 56s | 21% | git config --global ci.base-install-done true |
1318 | 3s | 1% | podman image prune --force --external |
1327 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
1339 | 3s | 1% | docker exec 56390f16557331c24f249c717e91c08b7f377fcd03618da6fb916c5f7413a5ba 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' |
1578 | 1m24s | 32% | retry -- git clone --depth=1 https://github.com/bitcoin-core/qa-assets /ci_container_base/ci/scratch/qa-assets |