Skip to content

Console Output

13:15:28 The recommended git tool is: git
13:15:30 using credential docker-jenkins-github-credentials
13:15:30 Cloning the remote Git repository
13:15:30 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-2987 # 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/2987/head:refs/remotes/origin/PR-2987 +refs/heads/main:refs/remotes/origin/main # timeout=10
13:15:32 Fetching without tags
13:15:32 Merging remotes/origin/main commit 58aa62bb154a2ccea433cf475aefbd695fb5abc8 into PR head commit 7ab78383655fe799795b4efce3f27390e1777f5f
13:15:32 Merge succeeded, producing 9d22a8752950c0b1fd12bd4bd5cc54030727b119
13:15:32 Checking out Revision 9d22a8752950c0b1fd12bd4bd5cc54030727b119 (PR-2987)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2987/head:refs/remotes/origin/PR-2987 # 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/2987/head:refs/remotes/origin/PR-2987 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7ab78383655fe799795b4efce3f27390e1777f5f # 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 58aa62bb154a2ccea433cf475aefbd695fb5abc8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d22a8752950c0b1fd12bd4bd5cc54030727b119 # timeout=10
13:15:36 Commit message: "Merge commit '58aa62bb154a2ccea433cf475aefbd695fb5abc8' into HEAD"
13:15:36 First time build. Skipping changelog.
 > git rev-list --no-walk 0e00980c8d33450a84a4704de72c819cf9bc5ef2 # timeout=10