Skip to content

Console Output

20:09:21 The recommended git tool is: git
20:09:21 using credential docker-jenkins-github-credentials
20:09:21 Cloning the remote Git repository
20:09:21 Cloning with configured refspecs honoured and without tags
20:09:22 Fetching without tags
20:09:22 Merging remotes/origin/main commit 52fb27690c073638134b45cd462ab0c091f393a5 into PR head commit f9e7d6fed342476795f03b145ae33614ebd6cd14
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3027 # 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/3027/head:refs/remotes/origin/PR-3027 +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/3027/head:refs/remotes/origin/PR-3027 # 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9e7d6fed342476795f03b145ae33614ebd6cd14 # timeout=10
20:09:22 Merge succeeded, producing f9e7d6fed342476795f03b145ae33614ebd6cd14
20:09:22 Checking out Revision f9e7d6fed342476795f03b145ae33614ebd6cd14 (PR-3027)
20:09:22 Commit message: "docs: fix RollbackConfig/Order values"
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 52fb27690c073638134b45cd462ab0c091f393a5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9e7d6fed342476795f03b145ae33614ebd6cd14 # timeout=10