203 | 2s | 0% | docker build --file /tmp/cirrus-build-1136873948/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=0,4,6,16,27,28,29,49,50,56 --platform=linux --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build-1136873948 |
312 | 3s | 0% | retry -- apt-get update |
333 | 25s | 5% | retry -- apt-get install curl -y |
545 | 5s | 1% | retry -- apt-get update |
554 | 1m39s | 20% | 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 ninja-build build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
1285 | 1m22s | 17% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-20.1.8 /msan/llvm-project |
1305 | 17s | 3% | cmake -G Ninja -B /msan/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 /msan/llvm-project/runtimes |
1494 | 59s | 12% | ninja -C /msan/cxx_build/ -j10 |
3897 | 9s | 1% | du -sh /msan/llvm-project |
3899 | 58s | 12% | rm -rf /msan/llvm-project |
3904 | 1m9s | 14% | echo -n done |
3944 | 22s | 4% | podman container rm --force --all |