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
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
Checking out Revision 16aeb84cd35996a6b41f10cbc48a677eeccc911c (origin/master)
Commit message: "Fix potential destruction crashes (#5095)"
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 16aeb84cd35996a6b41f10cbc48a677eeccc911c # timeout=10
 > git rev-list --no-walk 16aeb84cd35996a6b41f10cbc48a677eeccc911c # timeout=10