Skip to content

Console Output

12:27:23 using credential docker-jenkins-github-credentials
12:27:23 Cloning the remote Git repository
12:27:23 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2502 # 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/2502/head:refs/remotes/origin/PR-2502 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:27:26 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2502/head:refs/remotes/origin/PR-2502 # 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/2502/head:refs/remotes/origin/PR-2502 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:27:26 Merging remotes/origin/master commit 4f058143c705495b0302215a503fc8df82c40565 into PR head commit 719169db632cb726644b92d78a1f9f614eead76f
12:27:26 Merge succeeded, producing 719169db632cb726644b92d78a1f9f614eead76f
12:27:26 Checking out Revision 719169db632cb726644b92d78a1f9f614eead76f (PR-2502)
12:27:26 Commit message: "Replace deprecated Cobra command.SetOutput() with command.SetOut()"
12:27:26 First time build. Skipping changelog.
 > git --version # timeout=10
fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 719169db632cb726644b92d78a1f9f614eead76f # timeout=10
 > git merge 4f058143c705495b0302215a503fc8df82c40565 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 719169db632cb726644b92d78a1f9f614eead76f # timeout=10