Skip to content

Console Output

21:00:21 The recommended git tool is: git
21:00:25 using credential docker-jenkins-github-credentials
21:00:25 Cloning the remote Git repository
21:00:25 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-669 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/669/head:refs/remotes/origin/PR-669 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/669/head:refs/remotes/origin/PR-669 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:00:27 Fetching without tags
21:00:27 Merging remotes/origin/master commit 9036b8a26f32e6cd81243c558b9f8a42cca5c57b into PR head commit 36d2e6e3c6d7611502d5213ce69a90c76a735886
21:00:27 Merge succeeded, producing 36d2e6e3c6d7611502d5213ce69a90c76a735886
21:00:27 Checking out Revision 36d2e6e3c6d7611502d5213ce69a90c76a735886 (PR-669)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/669/head:refs/remotes/origin/PR-669 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36d2e6e3c6d7611502d5213ce69a90c76a735886 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9036b8a26f32e6cd81243c558b9f8a42cca5c57b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36d2e6e3c6d7611502d5213ce69a90c76a735886 # timeout=10
21:00:31 Commit message: "makefile: update default go version to 1.18.0"