206 | 2s | 0% | docker build --file /tmp/cirrus-build-565890907/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_msan.sh --cpuset-cpus=1,3,16,18,23,24,38,44,45,54 --platform=linux --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build-565890907 |
317 | 3s | 0% | retry -- apt-get update |
338 | 14s | 2% | retry -- apt-get install curl -y |
550 | 1s | 0% | retry -- apt-get update |
559 | 3m6s | 28% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-20 llvm-20 llvm-20-dev libclang-20-dev libclang-rt-20-dev build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
1297 | 1m33s | 14% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-20.1.8 /llvm-project |
1317 | 16s | 2% | cmake -G Ninja -B /cxx_build/ '-DLLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind' -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_SANITIZER=MemoryWithOrigins -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_TARGETS_TO_BUILD=Native -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF -DLIBCXXABI_USE_LLVM_UNWINDER=OFF '-DLIBCXX_ABI_DEFINES=_LIBCPP_ABI_BOUNDED_ITERATORS;_LIBCPP_ABI_BOUNDED_ITERATORS_IN_STD_ARRAY;_LIBCPP_ABI_BOUNDED_ITERATORS_IN_STRING;_LIBCPP_ABI_BOUNDED_ITERATORS_IN_VECTOR;_LIBCPP_ABI_BOUNDED_UNIQUE_PTR' -DLIBCXX_HARDENING_MODE=debug -S /llvm-project/runtimes |
1506 | 47s | 7% | ninja -C /cxx_build/ -j10 |
3909 | 1s | 0% | du -sh /llvm-project |
3911 | 10s | 1% | rm -rf /llvm-project |
3916 | 48s | 7% | echo -n done |
3959 | 2s | 0% | podman image prune --force --external |
3977 | 3s | 0% | docker exec f107ce1eebe4705e7213031ec1b4c7fd8184f3d38ebff54cd9b769d845415e5f 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-565890907/ /ci_container_base' |
4218 | 1s | 0% | retry -- curl --location --fail https://github.com/bitcoin-core/qa-assets/raw/main/unit_test_data/script_assets_test.json -o /ci_container_base/ci/scratch/qa-assets/unit_test_data//script_assets_test.json |