Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision fb038dea9c4b0e26a584dd1e9860deb62e5847c3 (refs/remotes/origin/main)
Commit message: "[test-suite] SPEC2017 CPU wrf floating point tests."
> 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 --version # 'git version 2.24.3 (Apple Git-128)'
> git fetch --tags --force --progress -- https://github.com/llvm/llvm-test-suite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f fb038dea9c4b0e26a584dd1e9860deb62e5847c3 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D main # timeout=10
> git checkout -b main fb038dea9c4b0e26a584dd1e9860deb62e5847c3 # timeout=10
> git rev-list --no-walk fb038dea9c4b0e26a584dd1e9860deb62e5847c3 # timeout=10