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
Checking out Revision 53549a1a4ce320c1e3f449165c290c74d3de54d4 (origin/master)
> 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
> git rev-parse origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 53549a1a4ce320c1e3f449165c290c74d3de54d4 # timeout=10
Commit message: "Add some const qualifiers to functions (#4874)"
> git rev-list --no-walk 53549a1a4ce320c1e3f449165c290c74d3de54d4 # timeout=10