Skip to content

Console Output

16:38:20 The recommended git tool is: git
16:38:20 using credential docker-jenkins-github-credentials
16:38:20 Cloning the remote Git repository
16:38:20 Cloning with configured refspecs honoured and without tags
16:38:21 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3028 # 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/3028/head:refs/remotes/origin/PR-3028 +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/3028/head:refs/remotes/origin/PR-3028 # 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/3028/head:refs/remotes/origin/PR-3028 +refs/heads/main:refs/remotes/origin/main # timeout=10
16:38:21 Merging remotes/origin/main commit 3f0095a7c1966c521652314e524ff362c24ff58c into PR head commit c5c94399d898cb4c52ed077f2684fec7a3a6eae8
16:38:21 Merge succeeded, producing fb48546087323aebe043aac100d7b1ca653720ad
16:38:21 Checking out Revision fb48546087323aebe043aac100d7b1ca653720ad (PR-3028)
16:38:21 Commit message: "Merge commit '3f0095a7c1966c521652314e524ff362c24ff58c' into HEAD"
16:38:21 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c5c94399d898cb4c52ed077f2684fec7a3a6eae8 # 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 3f0095a7c1966c521652314e524ff362c24ff58c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb48546087323aebe043aac100d7b1ca653720ad # timeout=10
 > git rev-list --no-walk 7ea5965dfd9fa7cf1783a5a440b6a2a70694869c # timeout=10