Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Cloning repository http://labmaster3.local/git/llvm-zorg.git
> git init /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-zorg # timeout=10
Fetching upstream changes from http://labmaster3.local/git/llvm-zorg.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-zorg.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://labmaster3.local/git/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
Checking out Revision 548e2995baa355e5a96c52cf2a06ceba87fc9706 (refs/remotes/origin/main)
Commit message: "Added thinlto-x86-64-bot2 worker; fixed emain notifier for clang-with-thin-lto-wpd-ubuntu builder."
> git config core.sparsecheckout # timeout=10
> git checkout -f 548e2995baa355e5a96c52cf2a06ceba87fc9706 # timeout=10
> git rev-list --no-walk 548e2995baa355e5a96c52cf2a06ceba87fc9706 # timeout=10