Skip to content

Console Output

21:28:22 The recommended git tool is: git
21:28:24 using credential docker-jenkins-github-credentials
21:28:24 Cloning the remote Git repository
21:28:24 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-2929 # 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/2929/head:refs/remotes/origin/PR-2929 +refs/heads/main:refs/remotes/origin/main # timeout=10
21:28:25 Fetching without tags
21:28:26 Merging remotes/origin/main commit dff849f6bb7d6805f52dd2112b8666c86d3f3235 into PR head commit b8a646b43d4398d562454434dd0c6eb6d42ae2d6
21:28:26 Merge succeeded, producing bff51983cc4ad79627b91789701987e764bcc1e0
21:28:26 Checking out Revision bff51983cc4ad79627b91789701987e764bcc1e0 (PR-2929)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2929/head:refs/remotes/origin/PR-2929 # 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/2929/head:refs/remotes/origin/PR-2929 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b8a646b43d4398d562454434dd0c6eb6d42ae2d6 # 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 dff849f6bb7d6805f52dd2112b8666c86d3f3235 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bff51983cc4ad79627b91789701987e764bcc1e0 # timeout=10
21:28:29 Commit message: "Merge commit 'dff849f6bb7d6805f52dd2112b8666c86d3f3235' into HEAD"
21:28:29 First time build. Skipping changelog.
 > git rev-list --no-walk 614fce9c054b7d560fcafd4bdc1ef4a695ca8d06 # timeout=10