Skip to content

Console Output

08:52:58 The recommended git tool is: git
08:52:59 using credential docker-jenkins-github-credentials
08:52:59 Cloning the remote Git repository
08:52:59 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-2760 # 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/2760/head:refs/remotes/origin/PR-2760 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:53:01 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2760/head:refs/remotes/origin/PR-2760 # 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/2760/head:refs/remotes/origin/PR-2760 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:53:01 Merging remotes/origin/master commit c15ee3925d39ce8b845fb68aa8156153c5f6c352 into PR head commit ef2058b697ad0cbd8f1911d9ec88da4e26f28502
08:53:01 Merge succeeded, producing ef2058b697ad0cbd8f1911d9ec88da4e26f28502
08:53:01 Checking out Revision ef2058b697ad0cbd8f1911d9ec88da4e26f28502 (PR-2760)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef2058b697ad0cbd8f1911d9ec88da4e26f28502 # 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 c15ee3925d39ce8b845fb68aa8156153c5f6c352 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef2058b697ad0cbd8f1911d9ec88da4e26f28502 # timeout=10
08:53:05 Commit message: "Bump cryptography from 3.2 to 3.3.2"