Skip to content

Console Output

18:28:39 using credential docker-jenkins-github-credentials
18:28:39 Cloning the remote Git repository
18:28:39 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2470 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2470/head:refs/remotes/origin/PR-2470 +refs/heads/master:refs/remotes/origin/master
18:28:40 Fetching without tags
18:28:41 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 7750c91f1652e4fb536243e0819fd8b1e4c371be
18:28:41 Merge succeeded, producing 7750c91f1652e4fb536243e0819fd8b1e4c371be
18:28:41 Checking out Revision 7750c91f1652e4fb536243e0819fd8b1e4c371be (PR-2470)
18:28:41 Commit message: "Fix secrets repr issue"
18:28:41 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2470/head:refs/remotes/origin/PR-2470 # 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/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2470/head:refs/remotes/origin/PR-2470 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7750c91f1652e4fb536243e0819fd8b1e4c371be
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7750c91f1652e4fb536243e0819fd8b1e4c371be
 > git rev-list --no-walk 63dfad443a70d8271cb49be6f16842d802920305 # timeout=10