Skip to content

Console Output

17:24:21 using credential docker-jenkins-github-credentials
17:24:21 Cloning the remote Git repository
17:24:21 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-2465 # 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/2465/head:refs/remotes/origin/PR-2465 +refs/heads/master:refs/remotes/origin/master
17:24:22 Fetching without tags
17:24:22 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 39dab465dcef19952f17a6d2cd423d6a2f3fe6d4
17:24:22 Merge succeeded, producing 2df14fc3580e93c9b514d3ef03702b05b2342a61
17:24:22 Checking out Revision 2df14fc3580e93c9b514d3ef03702b05b2342a61 (PR-2465)
17:24:22 Commit message: "Merge commit 'a0b9c3d0b38abd4af1880ca3dde2845556dd2f70' into HEAD"
17:24:22 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/2465/head:refs/remotes/origin/PR-2465 # 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/2465/head:refs/remotes/origin/PR-2465 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39dab465dcef19952f17a6d2cd423d6a2f3fe6d4
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2df14fc3580e93c9b514d3ef03702b05b2342a61
 > git rev-list --no-walk d5ffd03464a4208d8ea354a0ef951db59551daa8 # timeout=10