Skip to content

Console Output

14:52:45 using credential docker-jenkins-github-credentials
14:52:45 Cloning the remote Git repository
14:52:45 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2162 # 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/2162/head:refs/remotes/origin/PR-2162 +refs/heads/master:refs/remotes/origin/master
14:52:48 Fetching without tags
14:52:48 Merging remotes/origin/master commit 146d29c018cc51a72535893ff99a2838d2e332b5 into PR head commit fa879df9ac1c71028a697727f0ad05783bd2243d
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2162/head:refs/remotes/origin/PR-2162 # 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/2162/head:refs/remotes/origin/PR-2162 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa879df9ac1c71028a697727f0ad05783bd2243d
14:52:48 Merge succeeded, producing fa879df9ac1c71028a697727f0ad05783bd2243d
14:52:48 Checking out Revision fa879df9ac1c71028a697727f0ad05783bd2243d (PR-2162)
14:52:49 Commit message: "build static binaries with -tags osusergo"
14:52:49 First time build. Skipping changelog.
 > git merge 146d29c018cc51a72535893ff99a2838d2e332b5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa879df9ac1c71028a697727f0ad05783bd2243d
 > git rev-list --no-walk 86aac9c6a9a836f165b82ef61100c927bc11714c # timeout=10