Skip to content

Console Output

18:18:43 using credential docker-jenkins-github-credentials
18:18:43 Cloning the remote Git repository
18:18:43 Cloning with configured refspecs honoured and without tags
18:18:44 Fetching without tags
18:18:44 Merging remotes/origin/master commit ed46fb0143020621c68bd2e62bf5a0780552c1fb into PR head commit b67e580b25486d394fc1cc8fc7d90057e95b5166
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2671 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +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/2671/head:refs/remotes/origin/PR-2671 # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2671/head:refs/remotes/origin/PR-2671 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
18:18:44 Merge succeeded, producing b67e580b25486d394fc1cc8fc7d90057e95b5166
18:18:44 Checking out Revision b67e580b25486d394fc1cc8fc7d90057e95b5166 (PR-2671)
18:18:44 Commit message: "fix docs and tests"
 > git checkout -f b67e580b25486d394fc1cc8fc7d90057e95b5166 # 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 ed46fb0143020621c68bd2e62bf5a0780552c1fb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b67e580b25486d394fc1cc8fc7d90057e95b5166 # timeout=10