Console Output
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision a10baf9207bd83c1cbddecbfc79511bb32a753e5 (refs/remotes/origin/master)
> git rev-parse --is-inside-work-tree # timeout=10
> git config remote.origin.url https://github.com/llvm/llvm-test-suite.git # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-test-suite.git
> git --version # timeout=10
> git fetch --tags --progress -- https://github.com/llvm/llvm-test-suite.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 a10baf9207bd83c1cbddecbfc79511bb32a753e5
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master a10baf9207bd83c1cbddecbfc79511bb32a753e5
Commit message: "tools/timeit.sh: be flexible while parsing perf-stat output"
> git rev-list --no-walk a10baf9207bd83c1cbddecbfc79511bb32a753e5 # timeout=10