Skip to content

Console Output

15:23:34 The recommended git tool is: git
15:23:34 using credential docker-jenkins-github-credentials
15:23:34 Cloning the remote Git repository
15:23:34 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:23:36 Fetching without tags
15:23:36 Merging remotes/origin/master commit 69087ab977c35f89f51a4117e5c88c07cfbae3d3 into PR head commit 43ca2f8ff958cc29d66ef6badae8121b81ee3434
15:23:36 Merge succeeded, producing 2e8614eeca78adb5d02b60153fa694a28c857227
15:23:36 Checking out Revision 2e8614eeca78adb5d02b60153fa694a28c857227 (PR-2778)
15:23:36 Commit message: "Merge commit '69087ab977c35f89f51a4117e5c88c07cfbae3d3' into HEAD"
15:23:36 First time build. Skipping changelog.
 > 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
 > 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 2e8614eeca78adb5d02b60153fa694a28c857227 # timeout=10
 > git rev-list --no-walk 41c6644eb3d82a32d2e9cab5e61cf42caca9b450 # timeout=10