Skip to content

Console Output

16:50:19 using credential docker-jenkins-github-credentials
16:50:19 Cloning the remote Git repository
16:50:19 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2144 # 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/2144/head:refs/remotes/origin/PR-2144 +refs/heads/master:refs/remotes/origin/master
16:50:23 Fetching without tags
16:50:23 Merging remotes/origin/master commit a8ff7f821017ae3d5347392c82718d6cba221681 into PR head commit 0d424797e2bd737c14fb77aed7ce57cd08799818
16:50:23 Merge succeeded, producing 0d424797e2bd737c14fb77aed7ce57cd08799818
16:50:23 Checking out Revision 0d424797e2bd737c14fb77aed7ce57cd08799818 (PR-2144)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2144/head:refs/remotes/origin/PR-2144 # 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/2144/head:refs/remotes/origin/PR-2144 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d424797e2bd737c14fb77aed7ce57cd08799818
 > git merge a8ff7f821017ae3d5347392c82718d6cba221681 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d424797e2bd737c14fb77aed7ce57cd08799818
16:50:24 Commit message: "Support Go Modules"
16:50:24 First time build. Skipping changelog.
 > git rev-list --no-walk a698cb8753f3f0dd6dee9f21fb8e99a57b0b2287 # timeout=10