Skip to content

Console Output

09:00:38 The recommended git tool is: git
09:00:38 using credential docker-jenkins-github-credentials
09:00:38 Cloning the remote Git repository
09:00:38 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-3016 # 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/3016/head:refs/remotes/origin/PR-3016 +refs/heads/main:refs/remotes/origin/main # timeout=10
09:00:39 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/3016/head:refs/remotes/origin/PR-3016 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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/3016/head:refs/remotes/origin/PR-3016 +refs/heads/main:refs/remotes/origin/main # timeout=10
09:00:39 Merging remotes/origin/main commit 42789818bed5d86b487a030e2e60b02bf0cfa284 into PR head commit 58cb4d98f60cda2f416edc59ad402da69e2e068a
09:00:39 Merge succeeded, producing 58cb4d98f60cda2f416edc59ad402da69e2e068a
09:00:39 Checking out Revision 58cb4d98f60cda2f416edc59ad402da69e2e068a (PR-3016)
09:00:39 Commit message: "Fix flake8 errors"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58cb4d98f60cda2f416edc59ad402da69e2e068a # 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 42789818bed5d86b487a030e2e60b02bf0cfa284 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58cb4d98f60cda2f416edc59ad402da69e2e068a # timeout=10
 > git rev-list --no-walk 3b1bb8397636e63a5057c6fe4bc3fb7df63cb9d3 # timeout=10