Console Output

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.24.3 (Apple Git-128)'
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
Checking out Revision 8d10f1b26af6fc2e34a0c507285aca29cf542b64 (origin/master)
Commit message: "fixed build (#5181)"
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d10f1b26af6fc2e34a0c507285aca29cf542b64 # timeout=10
 > git rev-list --no-walk 8d10f1b26af6fc2e34a0c507285aca29cf542b64 # timeout=10