Console Output
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --is-inside-work-tree # timeout=10
> git config remote.origin.url http://labmaster3.local/git/llvm-project.git # timeout=10
Fetching upstream changes from http://labmaster3.local/git/llvm-project.git
> git --version # timeout=10
> git fetch --tags --progress -- http://labmaster3.local/git/llvm-project.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision d629525597ebe3533d110ea288c2640f0dc24bf7 (refs/remotes/origin/master)
> 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 d629525597ebe3533d110ea288c2640f0dc24bf7
Commit message: "[docs][ORC] Update the laziness section of the ORCv2 design doc."
> git rev-list --no-walk 936483fb7dd2c8c6b014516ff3b3cd13740e0518 # timeout=10