Skip to content

Console Output

18:39:15 using credential docker-jenkins-github-credentials
18:39:15 Cloning the remote Git repository
18:39:15 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2258 # 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/2258/head:refs/remotes/origin/PR-2258 +refs/heads/master:refs/remotes/origin/master
18:39:19 Fetching without tags
18:39:19 Merging remotes/origin/master commit c8e27296b74e7e283c7f215f4ab8930e28929dcc into PR head commit c804b1083ea7e5252ef5e53364f2d8e17af00f95
18:39:20 Merge succeeded, producing c804b1083ea7e5252ef5e53364f2d8e17af00f95
18:39:20 Checking out Revision c804b1083ea7e5252ef5e53364f2d8e17af00f95 (PR-2258)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2258/head:refs/remotes/origin/PR-2258 # 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/2258/head:refs/remotes/origin/PR-2258 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c804b1083ea7e5252ef5e53364f2d8e17af00f95
 > git merge c8e27296b74e7e283c7f215f4ab8930e28929dcc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c804b1083ea7e5252ef5e53364f2d8e17af00f95
18:39:21 Commit message: "Dockerfile.e2e: update compose v1.25.1, enable buildkit"
 > git rev-list --no-walk c804b1083ea7e5252ef5e53364f2d8e17af00f95 # timeout=10