Skip to content

Console Output

15:06:18 The recommended git tool is: git
15:06:26 using credential docker-jenkins-github-credentials
15:06:26 Cloning the remote Git repository
15:06:26 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-819 # 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/819/head:refs/remotes/origin/PR-819 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:06:27 Fetching without tags
15:06:27 Merging remotes/origin/master commit f0a887dd9047eceb5403a52ac6f035844289224b into PR head commit f1f6f220e6f6070f8e481d7b60101816526f8bf8
15:06:28 Merge succeeded, producing f1f6f220e6f6070f8e481d7b60101816526f8bf8
15:06:28 Checking out Revision f1f6f220e6f6070f8e481d7b60101816526f8bf8 (PR-819)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/819/head:refs/remotes/origin/PR-819 # 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/819/head:refs/remotes/origin/PR-819 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1f6f220e6f6070f8e481d7b60101816526f8bf8 # 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 f0a887dd9047eceb5403a52ac6f035844289224b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1f6f220e6f6070f8e481d7b60101816526f8bf8 # timeout=10
15:06:32 Commit message: "verify: check more binaries"