Skip to content

Console Output

19:04:34 The recommended git tool is: git
19:04:34 using credential docker-jenkins-github-credentials
19:04:34 Cloning the remote Git repository
19:04:34 Cloning with configured refspecs honoured and without tags
19:04:35 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3012 # 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/3012/head:refs/remotes/origin/PR-3012 +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/3012/head:refs/remotes/origin/PR-3012 # 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/3012/head:refs/remotes/origin/PR-3012 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:04:35 Merging remotes/origin/master commit d9298647d91c52e1ee9ac448e43a7fea1c69bdbe into PR head commit 71a97ba934629aa9823dda7e60adad5401d43117
19:04:35 Merge succeeded, producing 71a97ba934629aa9823dda7e60adad5401d43117
19:04:35 Checking out Revision 71a97ba934629aa9823dda7e60adad5401d43117 (PR-3012)
19:04:35 Commit message: "ci: run SSH integration tests"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71a97ba934629aa9823dda7e60adad5401d43117 # 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 d9298647d91c52e1ee9ac448e43a7fea1c69bdbe # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71a97ba934629aa9823dda7e60adad5401d43117 # timeout=10