201 | 3s | 0% | docker build --file /tmp/cirrus-build-3853815012/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,14,17,30,32,41,47,55,56,60 --platform=linux --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build-3853815012 |
310 | 5s | 0% | retry -- apt-get update |
331 | 1m54s | 2% | 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' |
979 | 2m17s | 2% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-20.1.0 /msan/llvm-project |
999 | 1m19s | 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 |
1268 | 1h15m43s | 81% | ninja -C /msan/clang_build/ -j10 |
16136 | 19s | 0% | ninja -C /msan/clang_build/ install-runtimes |
18593 | 23s | 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 |
18790 | 1m12s | 1% | ninja -C /msan/cxx_build/ -j10 |
21182 | 2s | 0% | du -sh /msan/llvm-project |
21184 | 28s | 0% | rm -rf /msan/llvm-project |
21189 | 2m50s | 3% | git config --global ci.base-install-done true |
21230 | 19s | 0% | podman container rm --force --all |
21235 | 4s | 0% | podman image prune --force --external |
21241 | 1s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
21253 | 3s | 0% | docker exec be1819f6bfab9bf5e6f4cf581094c0862f6e69667b1d999138090d4a8db1987f 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-3853815012/ /ci_container_base' |
21280 | 1s | 0% | exit 0 |
21282 | 3s | 0% | docker exec be1819f6bfab9bf5e6f4cf581094c0862f6e69667b1d999138090d4a8db1987f bash -c 'export PATH="/path_with space:/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH" && cd "/ci_container_base" && git config --global --add safe.directory "*"' |
21285 | 17s | 0% | docker exec be1819f6bfab9bf5e6f4cf581094c0862f6e69667b1d999138090d4a8db1987f bash -c 'export PATH="/path_with space:/ci_container_base/ci/scratch/bins/:/ci_container_base/ci/retry:$PATH" && cd "/ci_container_base" && mkdir -p /ci_container_base/ci/scratch/bins/' |
21496 | 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 |