Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository http://labmaster3.local/git/llvm-project.git
> git init /Users/buildslave/jenkins/workspace/lnt-ctmark-aarch64-O3-flto/pseudo-checkout-llvm-project # timeout=10
Fetching upstream changes from http://labmaster3.local/git/llvm-project.git
> git --version # timeout=10
> git --version # 'git version 2.24.3 (Apple Git-128)'
> git fetch --tags --force --progress -- http://labmaster3.local/git/llvm-project.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5de69e16ea9ab916401f4a8390fff91f18bbba2a (detached)
> git config remote.origin.url http://labmaster3.local/git/llvm-project.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse 5de69e16ea9a^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5de69e16ea9ab916401f4a8390fff91f18bbba2a # timeout=10
Commit message: "[clang-tidy] Tidy up spelling, grammar, and inconsistencies in documentation (NFC)"
> git rev-list --no-walk 7088da480c33955036d2e7a032a11d88157b5d17 # timeout=10