Skip to content

Console Output

20:10:14 The recommended git tool is: git
20:10:14 using credential docker-jenkins-github-credentials
20:10:14 Cloning the remote Git repository
20:10:14 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-2898 # 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:10:15 Fetching without tags
20:10:15 Merging remotes/origin/master commit 7172269b067271911a9e643ebdcdca8318f2ded3 into PR head commit 4bb99311e2911406dde543117438782a9524feea
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2898/head:refs/remotes/origin/PR-2898 # 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4bb99311e2911406dde543117438782a9524feea # timeout=10
20:10:15 Merge succeeded, producing 4bb99311e2911406dde543117438782a9524feea
20:10:15 Checking out Revision 4bb99311e2911406dde543117438782a9524feea (PR-2898)
20:10:15 Commit message: "Don't install mock backport"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 7172269b067271911a9e643ebdcdca8318f2ded3 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4bb99311e2911406dde543117438782a9524feea # timeout=10