Console Output
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-standalone # 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/*
Checking out Revision 3f47ba41b6f8380e321c10cd908212eaaa9e1847 (refs/remotes/origin/master)
Commit message: "Remove redundant linaro slaves from slaves.py"
> 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 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 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 3f47ba41b6f8380e321c10cd908212eaaa9e1847
> git rev-list --no-walk 3f47ba41b6f8380e321c10cd908212eaaa9e1847 # timeout=10