Skip to content

Console Output

10:24:26 using credential docker-jenkins-github-credentials
10:24:26 Cloning the remote Git repository
10:24:26 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-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master
10:24:28 Fetching without tags
10:24:29 Merging remotes/origin/master commit a9867c99126626aa97d94d31f0c2eca3bead4e8f into PR head commit 32d2e3bf41d48200bea1ebd040152d936d8d1a69
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2471/head:refs/remotes/origin/PR-2471 # 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/2471/head:refs/remotes/origin/PR-2471 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
10:24:29 Merge succeeded, producing 32d2e3bf41d48200bea1ebd040152d936d8d1a69
10:24:29 Checking out Revision 32d2e3bf41d48200bea1ebd040152d936d8d1a69 (PR-2471)
10:24:29 Commit message: "Use parentheses for multiline import"
 > git checkout -f 32d2e3bf41d48200bea1ebd040152d936d8d1a69
 > git merge a9867c99126626aa97d94d31f0c2eca3bead4e8f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32d2e3bf41d48200bea1ebd040152d936d8d1a69