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 dfd41aa8267c78dd71b8dd01187bbb3c87ae25e3 (refs/remotes/origin/main)
> 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
Commit message: "mlir-s390x-linux: collapse requests"
> git config core.sparsecheckout # timeout=10
> git checkout -f dfd41aa8267c78dd71b8dd01187bbb3c87ae25e3 # timeout=10
> git rev-list --no-walk 53501e40a871343c7eaef06ec48b44b33d22a563 # timeout=10