Skip to content

Console Output

15:25:00 The recommended git tool is: git
15:25:02 using credential docker-jenkins-github-credentials
15:25:02 Cloning the remote Git repository
15:25:02 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-2778 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2778/head:refs/remotes/origin/PR-2778 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:25:05 Fetching without tags
15:25:05 Merging remotes/origin/master commit 69087ab977c35f89f51a4117e5c88c07cfbae3d3 into PR head commit 43ca2f8ff958cc29d66ef6badae8121b81ee3434
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2778/head:refs/remotes/origin/PR-2778 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2778/head:refs/remotes/origin/PR-2778 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43ca2f8ff958cc29d66ef6badae8121b81ee3434 # timeout=10
15:25:05 Merge succeeded, producing b44c7282b7068ca396fbc3eb7302ff02d6b8539d
15:25:05 Checking out Revision b44c7282b7068ca396fbc3eb7302ff02d6b8539d (PR-2778)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 69087ab977c35f89f51a4117e5c88c07cfbae3d3 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b44c7282b7068ca396fbc3eb7302ff02d6b8539d # timeout=10
15:25:09 Commit message: "Merge commit '69087ab977c35f89f51a4117e5c88c07cfbae3d3' into HEAD"