Skip to content

Console Output

15:13:13 using credential docker-jenkins-github-credentials
15:13:13 Cloning the remote Git repository
15:13:13 Cloning with configured refspecs honoured and without tags
15:13:14 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2673 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +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/2673/head:refs/remotes/origin/PR-2673 # 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/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:13:14 Merging remotes/origin/master commit ff44e7e3753e0771c429b4138e271b960f61c98a into PR head commit ea093a75dd5c8330d2267a7be9d513dad19f66b7
15:13:14 Merge succeeded, producing 71322cf4d0edceb95b654acbb9f8cdd3e5aeff92
15:13:14 Checking out Revision 71322cf4d0edceb95b654acbb9f8cdd3e5aeff92 (PR-2673)
15:13:14 Commit message: "Merge commit 'ff44e7e3753e0771c429b4138e271b960f61c98a' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ea093a75dd5c8330d2267a7be9d513dad19f66b7 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge ff44e7e3753e0771c429b4138e271b960f61c98a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71322cf4d0edceb95b654acbb9f8cdd3e5aeff92 # timeout=10