Skip to content

Console Output

13:52:59 using credential docker-jenkins-github-credentials
13:52:59 Cloning the remote Git repository
13:52:59 Cloning with configured refspecs honoured and without tags
13:53:00 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
13:53:00 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 64fdb32ae801ef5a49541e421f05678767677bae
13:53:00 Merge succeeded, producing 64fdb32ae801ef5a49541e421f05678767677bae
13:53:00 Checking out Revision 64fdb32ae801ef5a49541e421f05678767677bae (PR-2495)
13:53:00 Commit message: "Implement context management, lifecycle and unittests."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 64fdb32ae801ef5a49541e421f05678767677bae
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 64fdb32ae801ef5a49541e421f05678767677bae