Skip to content

Console Output

16:45:41 using credential docker-jenkins-github-credentials
16:45:41 Cloning the remote Git repository
16:45:41 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2329 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2329/head:refs/remotes/origin/PR-2329 +refs/heads/master:refs/remotes/origin/master
16:45:47 Fetching without tags
16:45:47 Merging remotes/origin/master commit fbc816f018a2e45ffd59e552462b93d639637491 into PR head commit 6cb7e6fcac419601851b388d7c35adfde5c2e769
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2329/head:refs/remotes/origin/PR-2329 # 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/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2329/head:refs/remotes/origin/PR-2329 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6cb7e6fcac419601851b388d7c35adfde5c2e769
16:45:48 Merge succeeded, producing 6cb7e6fcac419601851b388d7c35adfde5c2e769
16:45:48 Checking out Revision 6cb7e6fcac419601851b388d7c35adfde5c2e769 (PR-2329)
16:45:49 Commit message: "vendor: add missing containerd/cgroups dependency"
 > git merge fbc816f018a2e45ffd59e552462b93d639637491 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6cb7e6fcac419601851b388d7c35adfde5c2e769
 > git rev-list --no-walk 6cb7e6fcac419601851b388d7c35adfde5c2e769 # timeout=10