Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/llvm/llvm-lnt.git
> git init /Users/buildslave/jenkins/workspace/test-suite-verify-machineinstrs-x86_64-O0-g/lnt # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-lnt.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-lnt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 2ccbaf7657c1f8911e17f0d600f7efac21c6ec8a (refs/remotes/origin/main)
Commit message: "Automatically install mypy stubs"
> git config remote.origin.url https://github.com/llvm/llvm-lnt.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 2ccbaf7657c1f8911e17f0d600f7efac21c6ec8a # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 2ccbaf7657c1f8911e17f0d600f7efac21c6ec8a # timeout=10
> git rev-list --no-walk 2ccbaf7657c1f8911e17f0d600f7efac21c6ec8a # timeout=10