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
Checking out Revision f089103c2b121f8128abfd6cdf0bd3cfbeca4465 (origin/master)
Commit message: "Additional Y height checks (#5405)"
> 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 rev-parse origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f089103c2b121f8128abfd6cdf0bd3cfbeca4465 # timeout=10
> git rev-list --no-walk f089103c2b121f8128abfd6cdf0bd3cfbeca4465 # timeout=10