Skip to content

Console Output

The recommended git tool is: git
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-3137 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/3137/head:refs/remotes/origin/PR-3137 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit fa63ea7955680b143c0a1645a448d655be90dbe0 into PR head commit c6cd0493ab83fa58d8d36f83188a68d317929aef
Merge succeeded, producing c6cd0493ab83fa58d8d36f83188a68d317929aef
Checking out Revision c6cd0493ab83fa58d8d36f83188a68d317929aef (PR-3137)
Commit message: "circleCI: update docker engine to 20.10.6"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3137/head:refs/remotes/origin/PR-3137 # 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/3137/head:refs/remotes/origin/PR-3137 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6cd0493ab83fa58d8d36f83188a68d317929aef # 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 fa63ea7955680b143c0a1645a448d655be90dbe0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6cd0493ab83fa58d8d36f83188a68d317929aef # timeout=10
 > git rev-list --no-walk fbf3657c03912a448263acc9626bfcdf12c16dd6 # timeout=10