Skip to content

Console Output

21:12:43 The recommended git tool is: git
21:12:45 using credential docker-jenkins-github-credentials
21:12:45 Cloning the remote Git repository
21:12:45 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-2818 # 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/2818/head:refs/remotes/origin/PR-2818 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:12:47 Fetching without tags
21:12:47 Merging remotes/origin/master commit e131955685f6480bdb0fb7b1d64bd283328ef772 into PR head commit d216adacba3ea796f046dc91f939d638c3b0bfa8
21:12:48 Merge succeeded, producing b5da4e657ed8cf6548c678d3c6f3392a31e0af59
21:12:48 Checking out Revision b5da4e657ed8cf6548c678d3c6f3392a31e0af59 (PR-2818)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2818/head:refs/remotes/origin/PR-2818 # 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/2818/head:refs/remotes/origin/PR-2818 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d216adacba3ea796f046dc91f939d638c3b0bfa8 # 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 e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b5da4e657ed8cf6548c678d3c6f3392a31e0af59 # timeout=10
21:12:52 Commit message: "Merge commit 'e131955685f6480bdb0fb7b1d64bd283328ef772' into HEAD"
 > git rev-list --no-walk 935a95313546f4d33651fdede70c7a424f2dec78 # timeout=10