Skip to content

Console Output

14:11:35 The recommended git tool is: git
14:11:38 using credential docker-jenkins-github-credentials
14:11:38 Cloning the remote Git repository
14:11: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-3022 # 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/3022/head:refs/remotes/origin/PR-3022 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:11:40 Fetching without tags
14:11:40 Merging remotes/origin/main commit 23cf16f03a38e553d1e15493719cdb57e928fd95 into PR head commit 779ecc5d1c303f0b7de9fba76b5135bf27d48a1c
14:11:40 Merge succeeded, producing 2cb8fac3418a8730793e5bd3ba05e8b092057d22
14:11:40 Checking out Revision 2cb8fac3418a8730793e5bd3ba05e8b092057d22 (PR-3022)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3022/head:refs/remotes/origin/PR-3022 # 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/3022/head:refs/remotes/origin/PR-3022 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 779ecc5d1c303f0b7de9fba76b5135bf27d48a1c # 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 23cf16f03a38e553d1e15493719cdb57e928fd95 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2cb8fac3418a8730793e5bd3ba05e8b092057d22 # timeout=10
14:11:45 Commit message: "Merge commit '23cf16f03a38e553d1e15493719cdb57e928fd95' into HEAD"
14:11:45 First time build. Skipping changelog.
 > git rev-list --no-walk 84ef998e6837f175a70795dc659e474fac9abab6 # timeout=10