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/lldb-cmake-sanitized # 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 20fea9d14963ad06b53bd489e4fd312b663fe269 (refs/remotes/origin/main)
Commit message: "[lldb, win] Skip watchpoint tests on the Windows lldb 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 20fea9d14963ad06b53bd489e4fd312b663fe269 # timeout=10
> git rev-list --no-walk 20fea9d14963ad06b53bd489e4fd312b663fe269 # timeout=10