Skip to content

Console Output

21:27:09 The recommended git tool is: git
21:27:09 using credential docker-jenkins-github-credentials
21:27:09 Cloning the remote Git repository
21:27:09 Cloning with configured refspecs honoured and without tags
21:27:10 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2886 # 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/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2886/head:refs/remotes/origin/PR-2886 # 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/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:27:10 Merging remotes/origin/master commit 3c3aa69997a21f10b7693977d95273c51e8803eb into PR head commit f9b85586ca7244ada8b66a4dab1fd324caccbe24
21:27:11 Merge succeeded, producing f9b85586ca7244ada8b66a4dab1fd324caccbe24
21:27:11 Checking out Revision f9b85586ca7244ada8b66a4dab1fd324caccbe24 (PR-2886)
21:27:11 Commit message: "fix(transport): remove disable_buffering option"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9b85586ca7244ada8b66a4dab1fd324caccbe24 # 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 3c3aa69997a21f10b7693977d95273c51e8803eb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9b85586ca7244ada8b66a4dab1fd324caccbe24 # timeout=10