Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 37a356505b2a5add8065f1bdfc6c6bd7072d0e3a (refs/remotes/origin/main)
> 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 37a356505b2a5add8065f1bdfc6c6bd7072d0e3a # timeout=10
Commit message: "[test-suite] Robust warnings for Fortran Test Suite tests that require Ninja."
> git branch -a -v --no-abbrev # timeout=10
> git branch -D main # timeout=10
> git checkout -b main 37a356505b2a5add8065f1bdfc6c6bd7072d0e3a # timeout=10
> git rev-list --no-walk 37a356505b2a5add8065f1bdfc6c6bd7072d0e3a # timeout=10