Skip to content

Console Output

18:08:48 using credential docker-jenkins-github-credentials
18:08:48 Cloning the remote Git repository
18:08:48 Cloning with configured refspecs honoured and without tags
18:08:48 Fetching without tags
18:08:49 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit 727080b3cca846a28d5436bed861359c9742c7e1
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2650 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2650/head:refs/remotes/origin/PR-2650 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2650/head:refs/remotes/origin/PR-2650 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --progress -- https://github.com/docker/docker-py.git +refs/pull/2650/head:refs/remotes/origin/PR-2650 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 727080b3cca846a28d5436bed861359c9742c7e1 # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
18:08:49 Merge succeeded, producing 727080b3cca846a28d5436bed861359c9742c7e1
18:08:49 Checking out Revision 727080b3cca846a28d5436bed861359c9742c7e1 (PR-2650)
18:08:49 Commit message: "set version to 'auto'  to avoid breaking on old engine versions"
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 727080b3cca846a28d5436bed861359c9742c7e1 # timeout=10