Console Output

The recommended git tool is: NONE
using credential github
Wiping out workspace first.
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/cuberite/cuberite.git
 > git init /home/bearbin/workspace/cuberite_master # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision cc9f7c06b39ce840d0dcde36e816cf025bd7ce81 (master)
Commit message: "Add optional prefix parameter to LOG functions (#5229)"
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc9f7c06b39ce840d0dcde36e816cf025bd7ce81 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master cc9f7c06b39ce840d0dcde36e816cf025bd7ce81 # timeout=10
 > git rev-list --no-walk 3b35a00397d7919b0613be8f6f756beabad53edc # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10