Console Output
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision f32aab14f7c025a0d5d418be821d0aed048a2df0 (refs/remotes/origin/master)
Commit message: "[lldb] Use check-lldb for Xcode tests"
> git rev-parse --is-inside-work-tree # timeout=10
> 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 fetch --tags --progress -- https://github.com/llvm/llvm-zorg.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f32aab14f7c025a0d5d418be821d0aed048a2df0
> git rev-list --no-walk f32aab14f7c025a0d5d418be821d0aed048a2df0 # timeout=10