187 | 1s | 0% | tee --append /tmp/env-ci_worker_1732185346_565352563-ci_native_msan |
201 | 1s | 0% | docker build --file /tmp/cirrus-build-268764833/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 --platform=linux --label=bitcoin-ci-test --tag=ci_native_msan /tmp/cirrus-build-268764833 |
310 | 2s | 0% | retry -- apt-get update |
330 | 21s | 1% | 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' |
985 | 1m19s | 5% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-19.1.6 /msan/llvm-project |
1005 | 24s | 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 |