Skip to content

Console Output

21:30:38 The recommended git tool is: git
21:30:38 using credential docker-jenkins-github-credentials
21:30:38 Cloning the remote Git repository
21:30:38 Cloning with configured refspecs honoured and without tags
21:30:39 Fetching 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
 > 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
21:30:39 Merging remotes/origin/main commit dff849f6bb7d6805f52dd2112b8666c86d3f3235 into PR head commit b8a646b43d4398d562454434dd0c6eb6d42ae2d6
21:30:39 Merge succeeded, producing 7203f697da7c40b743888ceac47625268b39ab0e
21:30:39 Checking out Revision 7203f697da7c40b743888ceac47625268b39ab0e (PR-2929)
21:30:39 Commit message: "Merge commit 'dff849f6bb7d6805f52dd2112b8666c86d3f3235' into HEAD"
21:30:39 First time build. Skipping changelog.
 > 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 7203f697da7c40b743888ceac47625268b39ab0e # timeout=10
 > git rev-list --no-walk 614fce9c054b7d560fcafd4bdc1ef4a695ca8d06 # timeout=10