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 6c2b2b9e20abb27ab5c1ae255c1862785b793c1f (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 6c2b2b9e20abb27ab5c1ae255c1862785b793c1f
Commit message: "[compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD"
> git rev-list --no-walk 72db78eba5966fae6bc5bb361ebee7b6d3e1be3a # timeout=10