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