Skip to content

Console Output

16:41:30 The recommended git tool is: git
16:41:30 using credential docker-jenkins-github-credentials
16:41:30 Cloning the remote Git repository
16:41:30 Cloning with configured refspecs honoured and without tags
16:41:31 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3020 # 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/3020/head:refs/remotes/origin/PR-3020 +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/3020/head:refs/remotes/origin/PR-3020 # 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/3020/head:refs/remotes/origin/PR-3020 +refs/heads/main:refs/remotes/origin/main # timeout=10
16:41:31 Merging remotes/origin/main commit 9bdb5ba2bab682a02bc3348e359822218dad7e96 into PR head commit 5b5cda8f513002ae0379035ec0ee8f8a0553e8a4
16:41:32 Merge succeeded, producing 3f5a1f1691a4dbc8b0ad7376d1eeacb7e0b98cd2
16:41:32 Checking out Revision 3f5a1f1691a4dbc8b0ad7376d1eeacb7e0b98cd2 (PR-3020)
16:41:32 Commit message: "Merge commit '9bdb5ba2bab682a02bc3348e359822218dad7e96' into HEAD"
16:41:32 First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b5cda8f513002ae0379035ec0ee8f8a0553e8a4 # 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 9bdb5ba2bab682a02bc3348e359822218dad7e96 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f5a1f1691a4dbc8b0ad7376d1eeacb7e0b98cd2 # timeout=10