Console Output
19:46:07 The recommended git tool is: git
19:46:07 using credential docker-jenkins-github-credentials
19:46:07 Cloning the remote Git repository
19:46:07 Cloning with configured refspecs honoured and without tags
19:46:08 Avoid second fetch
19:46:08 Checking out Revision 2e6dad798324a1d993314f39e9a844b705b61e0d (master)
19:46:08 Commit message: "deps: use `packaging` instead of deprecated `distutils` (#2931)"
Cloning repository https://github.com/docker/docker-py.git
> git init /home/ubuntu/workspace/docker-py_master # 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/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/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 2e6dad798324a1d993314f39e9a844b705b61e0d # timeout=10
> git rev-list --no-walk 4e19cc48dfd88d0a9a8bdbbe4df4357322619d02 # timeout=10