197 | 1s | 0% | docker build --file /tmp/cirrus-build-4281679286/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_msan.sh --cpuset-cpus=1,2,3,6,7,8,9,11,12,14 --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build-4281679286 |
304 | 2s | 0% | retry -- apt-get update |
324 | 20s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y ninja-build build-essential pkg-config curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
977 | 1m25s | 3% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-19.1.6 /msan/llvm-project |
997 | 28s | 1% | cmake -G Ninja -B /msan/clang_build/ -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=Native '-DLLVM_ENABLE_RUNTIMES=compiler-rt;libcxx;libcxxabi;libunwind' -S /msan/llvm-project/llvm |
1330 | 39m27s | 93% | ninja -C /msan/clang_build/ -j10 |
11274 | 5s | 0% | ninja -C /msan/clang_build/ install-runtimes |
12692 | 13s | 0% | 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 |