Console Output

The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/cuberite/cuberite.git
 > git init /Users/cuberite/workspace/darwin-x86_64 # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.1 (Apple Git-130)'
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision a4668c000cfe1a17e457f463dd8c0ce69dc98877 (origin/master)
Commit message: "Updated LTO Check to new standard. (#5476)"
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4668c000cfe1a17e457f463dd8c0ce69dc98877 # timeout=10
 > git rev-list --no-walk a4668c000cfe1a17e457f463dd8c0ce69dc98877 # timeout=10