Skip to content

Console Output

18:32:26 using credential docker-jenkins-github-credentials
18:32:26 Cloning the remote Git repository
18:32:26 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2105 # 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/2105/head:refs/remotes/origin/PR-2105 +refs/heads/master:refs/remotes/origin/master
18:32:32 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2105/head:refs/remotes/origin/PR-2105 # 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/2105/head:refs/remotes/origin/PR-2105 +refs/heads/master:refs/remotes/origin/master
18:32:32 Merging remotes/origin/master commit 47fd8986eaf431532b51fe30cbc10a4635c6b8bd into PR head commit c3990f3ba6cb0bdc831279dbce2fa0ce94d07644
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3990f3ba6cb0bdc831279dbce2fa0ce94d07644
18:32:33 Merge succeeded, producing c3990f3ba6cb0bdc831279dbce2fa0ce94d07644
18:32:33 Checking out Revision c3990f3ba6cb0bdc831279dbce2fa0ce94d07644 (PR-2105)
 > git merge 47fd8986eaf431532b51fe30cbc10a4635c6b8bd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3990f3ba6cb0bdc831279dbce2fa0ce94d07644
18:32:35 Commit message: "build: remove --stream"
18:32:35 First time build. Skipping changelog.
 > git rev-list --no-walk a9c6e4dbe3dd1b7f6a369ccb7223fbf6342d394a # timeout=10