Skip to content

Console Output

12:34:05 The recommended git tool is: git
12:34:09 using credential docker-jenkins-github-credentials
12:34:09 Cloning the remote Git repository
12:34:09 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
12:34:10 Fetching without tags
12:34:10 Merging remotes/origin/master commit 8b0101abaad3fe9773edb9d0138b1f543a56e10c into PR head commit 490dc34833e7551702f9172eee1d8de6d3f68d1b
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-732 # 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/732/head:refs/remotes/origin/PR-732 +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/732/head:refs/remotes/origin/PR-732 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 490dc34833e7551702f9172eee1d8de6d3f68d1b # timeout=10
12:34:10 Merge succeeded, producing 490dc34833e7551702f9172eee1d8de6d3f68d1b
12:34:10 Checking out Revision 490dc34833e7551702f9172eee1d8de6d3f68d1b (PR-732)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 8b0101abaad3fe9773edb9d0138b1f543a56e10c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 490dc34833e7551702f9172eee1d8de6d3f68d1b # timeout=10
12:34:14 Commit message: "verify: rpm: don't perform dnf upgrade"