Skip to content

Console Output

14:37:20 The recommended git tool is: git
14:37:23 using credential docker-jenkins-github-credentials
14:37:23 Cloning the remote Git repository
14:37:23 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-740 # 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/740/head:refs/remotes/origin/PR-740 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:37:24 Fetching without tags
14:37:24 Merging remotes/origin/20.10 commit e795bb214ab61c2a48f143fe2c8de1afb9269139 into PR head commit 7e34e23bc02bf61082f1ab4c223eb74c1448ffe6
14:37:24 Merge succeeded, producing 7e34e23bc02bf61082f1ab4c223eb74c1448ffe6
14:37:24 Checking out Revision 7e34e23bc02bf61082f1ab4c223eb74c1448ffe6 (PR-740)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/740/head:refs/remotes/origin/PR-740 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > 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/740/head:refs/remotes/origin/PR-740 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e34e23bc02bf61082f1ab4c223eb74c1448ffe6 # 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 e795bb214ab61c2a48f143fe2c8de1afb9269139 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e34e23bc02bf61082f1ab4c223eb74c1448ffe6 # timeout=10
14:37:28 Commit message: "makefile: update default golang version to 1.18.5"