200 | 2s | 0% | 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_msan.sh --cpuset-cpus=2,5,10,13,20,41,45,47,59,62 --platform=linux --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build |
309 | 5s | 0% | retry -- apt-get update |
330 | 37s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y ninja-build build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake ninja-build' |
978 | 1m44s | 1% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-20.1.0 /msan/llvm-project |
998 | 39s | 0% | 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 |
1267 | 1h44m43s | 87% | ninja -C /msan/clang_build/ -j10 |
16125 | 13s | 0% | ninja -C /msan/clang_build/ install-runtimes |
18578 | 18s | 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 |
18775 | 1m48s | 1% | ninja -C /msan/cxx_build/ -j10 |
21167 | 6s | 0% | du -sh /msan/llvm-project |
21169 | 28s | 0% | rm -rf /msan/llvm-project |
21174 | 3m15s | 2% | git config --global ci.base-install-done true |
21217 | 6s | 0% | podman image prune --force --external |
21235 | 1s | 0% | docker exec 543d41a931a27c4c730b1fb4b9778e89b10ddb9b89e60794ad088d951549237a 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' |