Console Output

No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6430af79; decorates hudson.Launcher$LocalLauncher@6af74d8f 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 /var/jenkins_home/workspace/linux-i386@2 # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.4'
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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 config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
 > git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2687f2df30210ada485c28c98e52db08d460d5a3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2687f2df30210ada485c28c98e52db08d460d5a3 # timeout=10
Commit message: "Fix chunk block changes being sent out of order (#5169)"
 > git rev-list --no-walk 2687f2df30210ada485c28c98e52db08d460d5a3 # timeout=10