Skip to content

Console Output

20:41:32 using credential docker-jenkins-github-credentials
20:41:32 Cloning the remote Git repository
20:41:32 Cloning with configured refspecs honoured and without tags
20:41:33 Fetching without tags
20:41:33 Merging remotes/origin/master commit 26d8045ffa99ec402e451cde67415b14b13cc95a into PR head commit d66a8beb23747fb32f8968f6c8cac4042dc01bb9
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2629 # 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/2629/head:refs/remotes/origin/PR-2629 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2629/head:refs/remotes/origin/PR-2629 # 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/2629/head:refs/remotes/origin/PR-2629 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
20:41:33 Merge succeeded, producing d66a8beb23747fb32f8968f6c8cac4042dc01bb9
20:41:33 Checking out Revision d66a8beb23747fb32f8968f6c8cac4042dc01bb9 (PR-2629)
20:41:33 Commit message: "Update daemon.py"
 > git checkout -f d66a8beb23747fb32f8968f6c8cac4042dc01bb9 # timeout=10
 > git merge 26d8045ffa99ec402e451cde67415b14b13cc95a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d66a8beb23747fb32f8968f6c8cac4042dc01bb9 # timeout=10