Skip to content

Console Output

20:33:31 The recommended git tool is: git
20:33:33 using credential docker-jenkins-github-credentials
20:33:33 Cloning the remote Git repository
20:33:33 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-3120 # 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/3120/head:refs/remotes/origin/PR-3120 +refs/heads/main:refs/remotes/origin/main # timeout=10
20:33:34 Fetching without tags
20:33:34 Merging remotes/origin/main commit 576e47aaacf690a3fdd6cf98c345d48ecf834b7d into PR head commit 43523caaf8f835707acad149af9b12b27dcd9305
20:33:34 Merge succeeded, producing 43523caaf8f835707acad149af9b12b27dcd9305
20:33:34 Checking out Revision 43523caaf8f835707acad149af9b12b27dcd9305 (PR-3120)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3120/head:refs/remotes/origin/PR-3120 # 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/3120/head:refs/remotes/origin/PR-3120 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43523caaf8f835707acad149af9b12b27dcd9305 # 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 576e47aaacf690a3fdd6cf98c345d48ecf834b7d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43523caaf8f835707acad149af9b12b27dcd9305 # timeout=10
20:33:37 Commit message: "fix: api - container.stats infinite blocking on stream mode"
20:33:37 First time build. Skipping changelog.
 > git rev-list --no-walk 0c5998f03144834157616e3aceb1dbb51d678104 # timeout=10