Skip to content

Console Output

20:44:26 The recommended git tool is: git
20:44:28 using credential docker-jenkins-github-credentials
20:44:28 Cloning the remote Git repository
20:44:28 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-2741 # 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/2741/head:refs/remotes/origin/PR-2741 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:44:30 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2741/head:refs/remotes/origin/PR-2741 # 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/2741/head:refs/remotes/origin/PR-2741 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:44:30 Merging remotes/origin/master commit a653052276a2ab17f9ce08d8dad29ea87722ce88 into PR head commit 6d1dffe3e5738ebe02294c795a7e5e630f7913c2
20:44:31 Merge succeeded, producing 5909aa37b7fc4a563efa4f22544935fca745d925
20:44:31 Checking out Revision 5909aa37b7fc4a563efa4f22544935fca745d925 (PR-2741)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d1dffe3e5738ebe02294c795a7e5e630f7913c2 # 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 a653052276a2ab17f9ce08d8dad29ea87722ce88 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5909aa37b7fc4a563efa4f22544935fca745d925 # timeout=10
20:44:34 Commit message: "Merge commit 'a653052276a2ab17f9ce08d8dad29ea87722ce88' into HEAD"
 > git rev-list --no-walk f0ab0ed25d7b031b13226f1b44ce8d33a56d1ffa # timeout=10