Console Output

The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@27e08c64; decorates RemoteLauncher[hudson.remoting.Channel@e9cb72e:JNLP4-connect connection from 51.75.13.64/51.75.13.64:40078] 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-aarch64 # 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 e3d0874f7d255e1d00cd2fd69b76b9414e8e3b5b (origin/master)
 > 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 e3d0874f7d255e1d00cd2fd69b76b9414e8e3b5b # timeout=10
Commit message: "ByteBuffer: fully defined Position handling"
 > git rev-list --no-walk e3d0874f7d255e1d00cd2fd69b76b9414e8e3b5b # timeout=10