Console Output
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/.git # timeout=10
Fetching changes from the remote Git repository
Checking out Revision 5881c01a4e6fecf0dcb4a74a3d96477dce411eff (refs/remotes/origin/main)
Commit message: "Change -j64 to -j61 to avoid a python bug where lit just hangs after testing."
> git config remote.origin.url https://github.com/llvm/llvm-zorg.git # 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
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5881c01a4e6fecf0dcb4a74a3d96477dce411eff # timeout=10
> git rev-list --no-walk 5881c01a4e6fecf0dcb4a74a3d96477dce411eff # timeout=10