Skip to content

Console Output

16:54:39 The recommended git tool is: git
16:54:41 using credential docker-jenkins-github-credentials
16:54:41 Cloning the remote Git repository
16:54:41 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-2927 # 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/2927/head:refs/remotes/origin/PR-2927 +refs/heads/main:refs/remotes/origin/main # timeout=10
16:54:44 Fetching without tags
16:54:44 Merging remotes/origin/main commit 26064dd6b584ee14878157b4c8b001eefed70caf into PR head commit c079005190c6e4a1d3178bd7769b6beed38eafc1
16:54:44 Merge succeeded, producing c079005190c6e4a1d3178bd7769b6beed38eafc1
16:54:44 Checking out Revision c079005190c6e4a1d3178bd7769b6beed38eafc1 (PR-2927)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2927/head:refs/remotes/origin/PR-2927 # 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/2927/head:refs/remotes/origin/PR-2927 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c079005190c6e4a1d3178bd7769b6beed38eafc1 # 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 26064dd6b584ee14878157b4c8b001eefed70caf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c079005190c6e4a1d3178bd7769b6beed38eafc1 # timeout=10
16:54:48 Commit message: "container: add support for `platform` in create/run"