Skip to content

Console Output

17:57:17 using credential docker-jenkins-github-credentials
17:57:17 Cloning the remote Git repository
17:57:17 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2512 # 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/2512/head:refs/remotes/origin/PR-2512 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:57:20 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2512/head:refs/remotes/origin/PR-2512 # 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/2512/head:refs/remotes/origin/PR-2512 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:57:21 Merging remotes/origin/master commit f7185d27e165c50c55c898720fec38b37a751393 into PR head commit bb7ef2cb3afba7787388cc9d65017b8135393ec8
17:57:21 Merge succeeded, producing bb7ef2cb3afba7787388cc9d65017b8135393ec8
17:57:21 Checking out Revision bb7ef2cb3afba7787388cc9d65017b8135393ec8 (PR-2512)
17:57:21 Commit message: "Update some uses of errors.Cause() to errors.Is()"
17:57:21 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb7ef2cb3afba7787388cc9d65017b8135393ec8 # timeout=10
 > git merge f7185d27e165c50c55c898720fec38b37a751393 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb7ef2cb3afba7787388cc9d65017b8135393ec8 # timeout=10
 > git rev-list --no-walk 0b82b33e17a77b4daed0cf99a1f0aedc95c5a5d9 # timeout=10