Console Output

The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4d30b3a1; decorates RemoteLauncher[hudson.remoting.Channel@6b156ca4:JNLP4-connect connection from 51.68.115.62/51.68.115.62:39034] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/cuberite/cuberite.git
 > git init /jenkins/workspace/linux-armhf # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9712c5507c3a063313c69ffcb4579fb93f045a31 (origin/master)
Commit message: "Don't allow players in adventure mode to break blocks (#5293)"
 > 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 9712c5507c3a063313c69ffcb4579fb93f045a31 # timeout=10
 > git rev-list --no-walk 9712c5507c3a063313c69ffcb4579fb93f045a31 # timeout=10