Running the native MSAN job, it will install clang 21.1.1
, which will result in a failure to clone the LLVM repo, as there is no 21.1.1 tag:
0time env -i HOME="$HOME" PATH="$PATH" USER="$USER" bash -c 'MAKEJOBS="-j17" FILE_ENV="./ci/test/00_setup_env_native_msan.sh" ./ci/test_run_all.sh'
1<snip>
2+ [[ -n MemoryWithOrigins ]]
3+ '[' -n 21 ']'
4++ sed --silent 's@.*clang version \([0-9.]*\).*@\1@p'
5++ clang --version
6+ retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-21.1.1 /llvm-project
7Cloning into '/llvm-project'...
8warning: Could not find remote branch llvmorg-21.1.1 to clone.
9fatal: Remote branch llvmorg-21.1.1 not found in upstream origin
10Before retry [#1](/bitcoin-bitcoin/1/): sleeping 0.3 seconds
11Cloning into '/llvm-project'...
12warning: Could not find remote branch llvmorg-21.1.1 to clone.
13fatal: Remote branch llvmorg-21.1.1 not found in upstream origin
14Before retry [#2](/bitcoin-bitcoin/2/): sleeping 0.6 seconds