Skip to content

Console Output

using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2668 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2668/head:refs/remotes/origin/PR-2668 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit f4f962292d4762c36460ac2cc5c294af6903061f into PR head commit 2fc608cea6b5a68b60eaaf1f334168dfdded938b
Merge succeeded, producing 2fc608cea6b5a68b60eaaf1f334168dfdded938b
Checking out Revision 2fc608cea6b5a68b60eaaf1f334168dfdded938b (PR-2668)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2668/head:refs/remotes/origin/PR-2668 # 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/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2668/head:refs/remotes/origin/PR-2668 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2fc608cea6b5a68b60eaaf1f334168dfdded938b # timeout=10
 > git merge f4f962292d4762c36460ac2cc5c294af6903061f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2fc608cea6b5a68b60eaaf1f334168dfdded938b # timeout=10
Commit message: "Fix order of processing of some xx-add/xx-rm service update flags"
First time build. Skipping changelog.
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0