Console Output
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/llvm/llvm-zorg.git
> git init /Users/buildslave/jenkins/workspace/lnt-ctmark-aarch64-Oz/config # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-zorg.git
> git --version # timeout=10
> git --version # 'git version 2.24.3 (Apple Git-128)'
> git fetch --tags --force --progress -- https://github.com/llvm/llvm-zorg.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 24c07902d058abcee3bcf908676bacaae1f3d448 (refs/remotes/origin/main)
Commit message: "Remove aarch64-sve-vector-bits-min compile flag from SVE 2 stage bot"
> git config remote.origin.url https://github.com/llvm/llvm-zorg.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 24c07902d058abcee3bcf908676bacaae1f3d448 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 24c07902d058abcee3bcf908676bacaae1f3d448 # timeout=10
> git rev-list --no-walk 24c07902d058abcee3bcf908676bacaae1f3d448 # timeout=10