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:
time 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'
<snip>
+ [[ -n MemoryWithOrigins ]]
+ '[' -n 21 ']'
++ sed --silent 's@.*clang version \([0-9.]*\).*@\1@p'
++ clang --version
+ retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-21.1.1 /llvm-project
Cloning into '/llvm-project'...
warning: Could not find remote branch llvmorg-21.1.1 to clone.
fatal: Remote branch llvmorg-21.1.1 not found in upstream origin
Before retry [#1](/bitcoin-bitcoin/1/): sleeping 0.3 seconds
Cloning into '/llvm-project'...
warning: Could not find remote branch llvmorg-21.1.1 to clone.
fatal: Remote branch llvmorg-21.1.1 not found in upstream origin
Before retry [#2](/bitcoin-bitcoin/2/): sleeping 0.6 seconds