Skip to content

Console Output

13:24:06 The recommended git tool is: git
13:24:09 using credential docker-jenkins-github-credentials
13:24:09 Cloning the remote Git repository
13:24:09 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-2788 # 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/2788/head:refs/remotes/origin/PR-2788 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:24:12 Fetching without tags
13:24:12 Merging remotes/origin/master commit 31775a1532a66cf8a4c183a99bb5c73623147295 into PR head commit c8fba210a222d4f7fde90da8f48db1e7faa637ec
13:24:12 Merge succeeded, producing c8fba210a222d4f7fde90da8f48db1e7faa637ec
13:24:12 Checking out Revision c8fba210a222d4f7fde90da8f48db1e7faa637ec (PR-2788)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2788/head:refs/remotes/origin/PR-2788 # 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/2788/head:refs/remotes/origin/PR-2788 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8fba210a222d4f7fde90da8f48db1e7faa637ec # 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 31775a1532a66cf8a4c183a99bb5c73623147295 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8fba210a222d4f7fde90da8f48db1e7faa637ec # timeout=10
13:24:16 Commit message: "Remove support to pre python 3.6"