Skip to content

Console Output

20:13:07 The recommended git tool is: git
20:13:10 using credential docker-jenkins-github-credentials
20:13:10 Cloning the remote Git repository
20:13:10 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-2320 # 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/2320/head:refs/remotes/origin/PR-2320 +refs/heads/main:refs/remotes/origin/main # timeout=10
20:13:11 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/2320/head:refs/remotes/origin/PR-2320 # 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/2320/head:refs/remotes/origin/PR-2320 +refs/heads/main:refs/remotes/origin/main # timeout=10
20:13:11 Merging remotes/origin/main commit 22718ba59a193263bed8c52cc1abd5ee52358440 into PR head commit d32623144166631b642082631bfcecbd1ed1eb05
20:13:12 Merge succeeded, producing d32623144166631b642082631bfcecbd1ed1eb05
20:13:12 Checking out Revision d32623144166631b642082631bfcecbd1ed1eb05 (PR-2320)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d32623144166631b642082631bfcecbd1ed1eb05 # 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 22718ba59a193263bed8c52cc1abd5ee52358440 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d32623144166631b642082631bfcecbd1ed1eb05 # timeout=10
20:13:15 Commit message: "Merge remote-tracking branch 'upstream/main' into 1293-fix-connection-leak"