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 /jenkins/workspace/cuberite_PR-5003 # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/pull/5003/head:refs/remotes/origin/PR-5003 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5003/head:refs/remotes/origin/PR-5003 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/pull/5003/head:refs/remotes/origin/PR-5003 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit 5b8b6eeaa8881ec8ffa6e483f7ab27bb0d1ae629 into PR head commit b7c3ad80966d3532468c40bd1d8355aa1841fae8
Merge succeeded, producing 42da9039fc5c111d4ef31e26046bc6f300906cbf
Checking out Revision 42da9039fc5c111d4ef31e26046bc6f300906cbf (PR-5003)
Commit message: "Merge commit '5b8b6eeaa8881ec8ffa6e483f7ab27bb0d1ae629' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7c3ad80966d3532468c40bd1d8355aa1841fae8 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge 5b8b6eeaa8881ec8ffa6e483f7ab27bb0d1ae629 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42da9039fc5c111d4ef31e26046bc6f300906cbf # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-5003 42da9039fc5c111d4ef31e26046bc6f300906cbf # timeout=10
 > git rev-list --no-walk 520bc5c09a9d4249cf9e6d323a9c0c112f237c9a # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10