Skip to content

Console Output

08:30:28 using credential docker-jenkins-github-credentials
08:30:28 Cloning the remote Git repository
08:30:28 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-2671 # 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/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:30:30 Fetching without tags
08:30:30 Merging remotes/origin/master commit ff44e7e3753e0771c429b4138e271b960f61c98a into PR head commit aed570098518cbc73dc1450b001520a0c5bf5046
08:30:30 Merge succeeded, producing 8a52f96e5ece1c655dab4c457ee89080810f25a8
08:30:30 Checking out Revision 8a52f96e5ece1c655dab4c457ee89080810f25a8 (PR-2671)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2671/head:refs/remotes/origin/PR-2671 # 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/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aed570098518cbc73dc1450b001520a0c5bf5046 # 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 8a52f96e5ece1c655dab4c457ee89080810f25a8 # timeout=10
08:30:34 Commit message: "Merge commit 'ff44e7e3753e0771c429b4138e271b960f61c98a' into HEAD"