Skip to content
Success

Console Output

Pull request #2122 updated
16:54:54 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at b14a42a5a5d4d912ef9bd1a23b8253cac319984e rather than 415f608620df6e3160dfa67000994a4252f95b20
Obtained Jenkinsfile from b14a42a5a5d4d912ef9bd1a23b8253cac319984e
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 9d211b4b26f02e228a3affd71de33f5afd9f4d88 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0766fee63a95fc6e3) in /home/ubuntu/workspace/cli_PR-2122
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-2122@tmp/d042dd10-65a9-4d2a-842c-613b3489b2c7/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:54:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:54:58 chowning workspace
[Pipeline] sh
16:54:58 + uname -m
[Pipeline] sh
16:54:58 + pwd
16:54:58 + id -u
16:54:58 + id -g
16:54:58 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2122:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:54:59 Removing all docker containers
[Pipeline] sh
16:55:00 + docker container ls -aq
[Pipeline] echo
16:55:00 Docker containers have been removed
[Pipeline] echo
16:55:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:55:00 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
16:55:00 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
16:55:00 Using the ‘stage’ step without a block argument is deprecated
16:55:00 Entering stage Git Checkout
16:55:00 Proceeding
[Pipeline] checkout
16:55:00 using credential docker-jenkins-github-credentials
16:55:00 Cloning the remote Git repository
16:55:00 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2122 # 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/2122/head:refs/remotes/origin/PR-2122 +refs/heads/master:refs/remotes/origin/master
16:55:03 Fetching without tags
16:55:03 Merging remotes/origin/master commit b14a42a5a5d4d912ef9bd1a23b8253cac319984e into PR head commit 415f608620df6e3160dfa67000994a4252f95b20
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2122/head:refs/remotes/origin/PR-2122 # 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/2122/head:refs/remotes/origin/PR-2122 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 415f608620df6e3160dfa67000994a4252f95b20
16:55:04 Merge succeeded, producing 01ff424cdf3aad9a5eab9f44141cc4f896f10f00
16:55:04 Checking out Revision 01ff424cdf3aad9a5eab9f44141cc4f896f10f00 (PR-2122)
16:55:04 Commit message: "Merge commit 'b14a42a5a5d4d912ef9bd1a23b8253cac319984e' into HEAD"
 > git merge b14a42a5a5d4d912ef9bd1a23b8253cac319984e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 01ff424cdf3aad9a5eab9f44141cc4f896f10f00
 > git rev-list --no-walk 37e9cabf1158977f2ab3528a31140cc21723ff3a # timeout=10
[Pipeline] stage
16:55:04 Using the ‘stage’ step without a block argument is deprecated
16:55:04 Entering stage Run end-to-end test suite
16:55:04 Proceeding
[Pipeline] sh
16:55:05 + docker version
16:55:05 Client: Docker Engine - Community
16:55:05  Version:           19.03.2
16:55:05  API version:       1.40
16:55:05  Go version:        go1.12.8
16:55:05  Git commit:        6a30dfc
16:55:05  Built:             Thu Aug 29 05:29:11 2019
16:55:05  OS/Arch:           linux/amd64
16:55:05  Experimental:      false
16:55:05 
16:55:05 Server: Docker Engine - Community
16:55:05  Engine:
16:55:05   Version:          19.03.2
16:55:05   API version:      1.40 (minimum version 1.12)
16:55:05   Go version:       go1.12.8
16:55:05   Git commit:       6a30dfc
16:55:05   Built:            Thu Aug 29 05:27:45 2019
16:55:05   OS/Arch:          linux/amd64
16:55:05   Experimental:     true
16:55:05  containerd:
16:55:05   Version:          1.2.6
16:55:05   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:55:05  runc:
16:55:05   Version:          1.0.0-rc8
16:55:05   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:55:05  docker-init:
16:55:05   Version:          0.18.0
16:55:05   GitCommit:        fec3683
[Pipeline] sh
16:55:05 + docker info
16:55:05 Client:
16:55:05  Debug Mode: false
16:55:05 
16:55:05 Server:
16:55:05  Containers: 0
16:55:05   Running: 0
16:55:05   Paused: 0
16:55:05   Stopped: 0
16:55:05  Images: 28
16:55:05  Server Version: 19.03.2
16:55:05  Storage Driver: overlay2
16:55:05   Backing Filesystem: extfs
16:55:05   Supports d_type: true
16:55:05   Native Overlay Diff: true
16:55:05  Logging Driver: json-file
16:55:05  Cgroup Driver: cgroupfs
16:55:05  Plugins:
16:55:05   Volume: local
16:55:05   Network: bridge host ipvlan macvlan null overlay
16:55:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:55:05  Swarm: inactive
16:55:05  Runtimes: runc
16:55:05  Default Runtime: runc
16:55:05  Init Binary: docker-init
16:55:05  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:55:05  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
16:55:05  init version: fec3683
16:55:05  Security Options:
16:55:05   apparmor
16:55:05   seccomp
16:55:05    Profile: default
16:55:05  Kernel Version: 4.15.0-1048-aws
16:55:05  Operating System: Ubuntu 18.04.3 LTS
16:55:05  OSType: linux
16:55:05  Architecture: x86_64
16:55:05  CPUs: 2
16:55:05  Total Memory: 7.501GiB
16:55:05  Name: ip-10-100-74-133
16:55:05  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
16:55:05  Docker Root Dir: /var/lib/docker
16:55:05  Debug Mode: false
16:55:05  Username: dockerbuildbot
16:55:05  Registry: https://index.docker.io/v1/
16:55:05  Labels:
16:55:05  Experimental: true
16:55:05  Insecure Registries:
16:55:05   127.0.0.0/8
16:55:05  Live Restore Enabled: true
16:55:05 
16:55:05 WARNING: No swap limit support
[Pipeline] sh
16:55:05 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
16:55:05 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
16:55:05 #2 [internal] load build definition from Dockerfile.e2e
16:55:05 #2 transferring dockerfile: 1.58kB done
16:55:05 #2 DONE 0.0s
16:55:05 
16:55:05 #1 [internal] load .dockerignore
16:55:05 #1 transferring context: 100B done
16:55:05 #1 DONE 0.0s
16:55:05 
16:55:05 #3 [internal] load metadata for docker.io/library/golang:1.12.10
16:55:05 #3 DONE 0.3s
16:55:06 
16:55:06 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
16:55:06 #4 resolve docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 done
16:55:06 #4 sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 2.16kB / 2.16kB done
16:55:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.0s
16:55:06 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
16:55:06 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
16:55:06 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.0s
16:55:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.0s
16:55:06 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s done
16:55:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 7.82MB / 10.00MB 0.3s
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0B / 51.77MB 0.3s
16:55:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s done
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 5.66MB / 51.77MB 0.4s
16:55:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 1.73MB / 68.52MB 0.4s
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 20.86MB / 51.77MB 0.6s
16:55:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 15.01MB / 68.52MB 0.6s
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 26.13MB / 51.77MB 0.7s
16:55:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 23.76MB / 68.52MB 0.7s
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 41.09MB / 51.77MB 0.9s
16:55:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 27.65MB / 68.52MB 0.9s
16:55:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 45.12MB / 51.77MB 1.0s
16:55:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 32.70MB / 68.52MB 1.0s
16:55:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.1s
16:55:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 37.95MB / 68.52MB 1.1s
16:55:07 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 14.74MB / 50.38MB 1.3s
16:55:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.2s done
16:55:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 47.64MB / 68.52MB 1.3s
16:55:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.3s
16:55:07 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 25.89MB / 50.38MB 1.5s
16:55:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 59.12MB / 68.52MB 1.5s
16:55:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 11.41MB / 127.96MB 1.5s
16:55:07 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 35.20MB / 50.38MB 1.7s
16:55:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
16:55:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 22.42MB / 127.96MB 1.7s
16:55:07 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 39.50MB / 50.38MB 1.8s
16:55:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 45.35MB / 50.38MB 1.9s
16:55:08 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.8s done
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 33.89MB / 127.96MB 1.9s
16:55:08 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.8s done
16:55:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 2.0s done
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 47.39MB / 127.96MB 2.0s
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 61.56MB / 127.96MB 2.2s
16:55:08 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 71.18MB / 127.96MB 2.3s
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 77.75MB / 127.96MB 2.4s
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 86.12MB / 127.96MB 2.5s
16:55:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 93.96MB / 127.96MB 2.6s
16:55:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 104.58MB / 127.96MB 2.8s
16:55:09 #4 ...
16:55:09 
16:55:09 #10 [internal] load build context
16:55:09 #10 transferring context: 42.42MB 3.1s done
16:55:09 #10 DONE 3.2s
16:55:09 
16:55:09 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
16:55:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 114.28MB / 127.96MB 3.2s
16:55:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 122.44MB / 127.96MB 3.2s
16:55:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.4s done
16:55:10 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 2.6s done
16:55:10 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
16:55:11 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
16:55:11 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
16:55:11 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.3s done
16:55:11 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
16:55:14 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.0s done
16:55:14 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
16:55:16 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
16:55:16 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
16:55:20 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.2s done
16:55:20 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd
16:55:20 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
16:55:20 #4 DONE 14.9s
16:55:21 
16:55:21 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
16:55:22 #5 1.210 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
16:55:22 #5 1.221 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:55:22 #5 1.222 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
16:55:22 #5 1.305 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.2 kB]
16:55:22 #5 1.405 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
16:55:22 #5 1.533 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
16:55:23 #5 2.667 Fetched 8214 kB in 2s (4804 kB/s)
16:55:24 #5 2.667 Reading package lists...
16:55:24 #5 3.276 Reading package lists...
16:55:24 #5 3.843 Building dependency tree...
16:55:25 #5 3.946 Reading state information...
16:55:25 #5 4.044 curl is already the newest version (7.64.0-4).
16:55:25 #5 4.044 The following additional packages will be installed:
16:55:25 #5 4.044   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:55:25 #5 4.044   libalgorithm-merge-perl libfakeroot patch xz-utils
16:55:25 #5 4.045 Suggested packages:
16:55:25 #5 4.045   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
16:55:25 #5 4.045   diffutils-doc
16:55:25 #5 4.045 Recommended packages:
16:55:25 #5 4.045   xauth
16:55:25 #5 4.119 The following NEW packages will be installed:
16:55:25 #5 4.119   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
16:55:25 #5 4.120   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
16:55:25 #5 4.121 The following packages will be upgraded:
16:55:25 #5 4.121   openssh-client openssl
16:55:25 #5 4.392 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
16:55:25 #5 4.392 Need to get 3968 kB of archives.
16:55:25 #5 4.392 After this operation, 3602 kB of additional disk space will be used.
16:55:25 #5 4.392 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:55:25 #5 4.395 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:55:25 #5 4.400 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:55:25 #5 4.402 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
16:55:25 #5 4.424 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
16:55:25 #5 4.425 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
16:55:25 #5 4.427 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
16:55:25 #5 4.428 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
16:55:25 #5 4.429 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
16:55:25 #5 4.430 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:55:25 #5 4.489 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
16:55:25 #5 4.507 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u2 [843 kB]
16:55:25 #5 4.630 debconf: delaying package configuration, since apt-utils is not installed
16:55:25 #5 4.654 Fetched 3968 kB in 0s (10.5 MB/s)
16:55:25 #5 4.673 Selecting previously unselected package bzip2.
16:55:25 #5 4.673 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
16:55:25 #5 4.681 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:55:25 #5 4.685 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:55:25 #5 4.724 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
16:55:25 #5 4.742 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
16:55:25 #5 4.932 Selecting previously unselected package xz-utils.
16:55:25 #5 4.934 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
16:55:25 #5 4.938 Unpacking xz-utils (5.2.4-1) ...
16:55:25 #5 4.977 Selecting previously unselected package patch.
16:55:25 #5 4.979 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
16:55:25 #5 4.983 Unpacking patch (2.7.6-3+deb10u1) ...
16:55:25 #5 5.022 Selecting previously unselected package dpkg-dev.
16:55:26 #5 5.024 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
16:55:26 #5 5.030 Unpacking dpkg-dev (1.19.7) ...
16:55:26 #5 5.135 Selecting previously unselected package build-essential.
16:55:26 #5 5.137 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
16:55:26 #5 5.141 Unpacking build-essential (12.6) ...
16:55:26 #5 5.175 Selecting previously unselected package libfakeroot:amd64.
16:55:26 #5 5.177 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
16:55:26 #5 5.183 Unpacking libfakeroot:amd64 (1.23-1) ...
16:55:26 #5 5.217 Selecting previously unselected package fakeroot.
16:55:26 #5 5.219 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
16:55:26 #5 5.223 Unpacking fakeroot (1.23-1) ...
16:55:26 #5 5.258 Selecting previously unselected package libalgorithm-diff-perl.
16:55:26 #5 5.260 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:55:26 #5 5.264 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:55:26 #5 5.290 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:55:26 #5 5.291 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
16:55:26 #5 5.294 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:55:26 #5 5.321 Selecting previously unselected package libalgorithm-merge-perl.
16:55:26 #5 5.323 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
16:55:26 #5 5.327 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:55:26 #5 5.354 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u2_amd64.deb ...
16:55:26 #5 5.363 Unpacking openssl (1.1.1d-0+deb10u2) over (1.1.1c-1) ...
16:55:26 #5 5.639 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:55:26 #5 5.650 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
16:55:26 #5 5.679 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:55:26 #5 5.688 Setting up libfakeroot:amd64 (1.23-1) ...
16:55:26 #5 5.699 Setting up fakeroot (1.23-1) ...
16:55:26 #5 5.707 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:55:26 #5 5.717 Setting up xz-utils (5.2.4-1) ...
16:55:26 #5 5.726 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:55:26 #5 5.733 Setting up patch (2.7.6-3+deb10u1) ...
16:55:26 #5 5.741 Setting up openssl (1.1.1d-0+deb10u2) ...
16:55:26 #5 5.753 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:55:26 #5 5.764 Setting up libalgorithm-merge-perl (0.08-3) ...
16:55:26 #5 5.774 Setting up dpkg-dev (1.19.7) ...
16:55:26 #5 5.791 Setting up build-essential (12.6) ...
16:55:26 #5 5.800 Processing triggers for libc-bin (2.28-10) ...
16:55:28 #5 DONE 7.5s
16:55:28 
16:55:28 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
16:55:29 #6 0.671   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:55:29 #6 0.671                                  Dload  Upload   Total   Spent    Left  Speed
16:55:29 #6 0.671 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7258      0 --:--:-- --:--:-- --:--:--  7258
16:55:29 #6 0.873 
100 10.3M  100 10.3M    0     0  51.2M      0 --:--:-- --:--:-- --:--:-- 51.2M
16:55:29 #6 DONE 1.0s
16:55:29 
16:55:29 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
16:55:30 #7 DONE 1.1s
16:55:30 
16:55:30 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
16:55:31 #8 DONE 1.0s
16:55:31 
16:55:31 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
16:55:31 #9 DONE 0.0s
16:55:31 
16:55:31 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
16:55:31 #11 DONE 0.1s
16:55:31 
16:55:31 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
16:55:32 #12 0.715 Updating certificates in /etc/ssl/certs...
16:55:33 #12 1.233 1 added, 0 removed; done.
16:55:33 #12 1.233 Running hooks in /etc/ca-certificates/update.d...
16:55:33 #12 1.234 done.
16:55:33 #12 DONE 1.3s
16:55:33 
16:55:33 #13 [9/11] COPY . .
16:55:33 #13 DONE 0.7s
16:55:33 
16:55:33 #14 [10/11] RUN ./scripts/build/binary
16:55:34 #14 0.641 Building statically linked build/docker-linux-amd64
16:56:55 #14 DONE 74.4s
16:56:55 
16:56:55 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
16:56:55 #15 0.676 Building statically linked build/plugins-linux-amd64/docker-helloworld
16:56:55 #15 2.624 Building statically linked build/plugins-linux-amd64/docker-badmeta
16:56:55 #15 4.389 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
16:56:55 #15 DONE 6.5s
16:56:55 
16:56:55 #16 exporting to image
16:56:55 #16 exporting layers
16:56:56 #16 exporting layers 2.2s done
16:56:56 #16 writing image sha256:74f4d24255ef6603df263482232518005c710d4647bfcc6895d4350e76b8aa88 done
16:56:56 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
16:56:56 #16 DONE 2.3s
16:56:56 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
16:56:58 Creating network "cliendtoendsuite_default" with the default driver
16:56:58 Pulling registry (registry:2)...
16:56:58 2: Pulling from library/registry
16:56:59 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
16:56:59 Status: Downloaded newer image for registry:2
16:56:59 Pulling engine (docker:stable-dind)...
16:56:59 stable-dind: Pulling from library/docker
16:57:00 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
16:57:00 Status: Downloaded newer image for docker:stable-dind
16:57:00 Building notary-server
16:57:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:57:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:57:01 server-0.5.0: Pulling from library/notary
16:57:02 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
16:57:02 Status: Downloaded newer image for notary:server-0.5.0
16:57:02  ---> 16b632e954ca
16:57:02 Step 3/3 : COPY ./notary/ /fixtures/
16:57:02  ---> aa3d1ed72ed4
16:57:02 Successfully built aa3d1ed72ed4
16:57:02 Successfully tagged cliendtoendsuite_notary-server:latest
16:57:02 Building evil-notary-server
16:57:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:57:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:57:02  ---> 16b632e954ca
16:57:02 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:57:03  ---> edcdca5d7c97
16:57:03 Successfully built edcdca5d7c97
16:57:03 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:57:03 Creating cliendtoendsuite_registry_1 ... 
16:57:03 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:57:03 Creating cliendtoendsuite_engine_1             ... 
16:57:03 Creating cliendtoendsuite_notary-server_1      ... 
16:57:08 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
16:57:08 Client:
16:57:08  Version:           19.09.0-dev
16:57:08  API version:       1.40 (downgraded from 1.41)
16:57:08  Go version:        go1.12.10
16:57:08  Git commit:        
16:57:08  Built:             Wed Oct 16 16:55:34 2019
16:57:08  OS/Arch:           linux/amd64
16:57:08  Experimental:      false
16:57:08 
16:57:08 Server: Docker Engine - Community
16:57:08  Engine:
16:57:08   Version:          19.03.3
16:57:08   API version:      1.40 (minimum version 1.12)
16:57:08   Go version:       go1.12.10
16:57:08   Git commit:       a872fc2f86
16:57:08   Built:            Tue Oct  8 01:01:20 2019
16:57:08   OS/Arch:          linux/amd64
16:57:08   Experimental:     false
16:57:08  containerd:
16:57:08   Version:          v1.2.10
16:57:08   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:57:08  runc:
16:57:08   Version:          1.0.0-rc8+dev
16:57:08   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:57:08  docker-init:
16:57:08   Version:          0.18.0
16:57:08   GitCommit:        fec3683
16:57:08 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:57:08 88286f41530e: Pulling fs layer
16:57:08 88286f41530e: Download complete
16:57:08 88286f41530e: Pull complete
16:57:08 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:57:08 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:57:08 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:57:09 The push refers to repository [registry:5000/alpine]
16:57:09 5bef08742407: Preparing
16:57:09 5bef08742407: Pushed
16:57:09 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:57:09 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:57:09 03b1be98f3f9: Pulling fs layer
16:57:09 03b1be98f3f9: Verifying Checksum
16:57:09 03b1be98f3f9: Download complete
16:57:09 03b1be98f3f9: Pull complete
16:57:09 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:57:09 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:57:09 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:57:09 The push refers to repository [registry:5000/busybox]
16:57:09 6a749002dd6a: Preparing
16:57:10 6a749002dd6a: Pushed
16:57:10 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:57:10 Swarm initialized: current node (r1sv2600rrazotub00xgmlh0e) is now a manager.
16:57:10 
16:57:10 To add a worker to this swarm, run the following command:
16:57:10 
16:57:10     docker swarm join --token SWMTKN-1-2uc6sbjno73ayy3a8b4k9ssv2g63tfjfenv4f1do5jv9awqdci-05371xdhyydeb33wyekzx83xk 172.18.0.4:2377
16:57:10 
16:57:10 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:57:10 
16:57:37 ✓  e2e/cli-plugins (2.77s)
16:57:37 ∅  e2e/cli-plugins/plugins/badmeta
16:57:37 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:57:37 ✓  e2e/context (58ms)
16:57:42 ✓  e2e/container (7.96s)
16:57:46 ✓  e2e/plugin (3.741s)
16:57:47 ✓  e2e/stack (601ms)
16:57:48 ✓  e2e/system (67ms)
16:57:48 ✓  e2e/image (11.807s)
16:57:48 ∅  e2e/internal/fixtures
16:57:48 ∅  e2e/plugin/basic
16:57:51 ✓  e2e/trust (2.291s)
16:57:51 
16:57:51 === Skipped
16:57:51 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:57:51     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:57:51 
16:57:51 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
16:57:51     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
16:57:51 
16:57:51 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:57:51     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:57:51         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:57:51 
16:57:51 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:57:51     --- SKIP: TestRemove/Kubernetes (0.00s)
16:57:51         remove_test.go:22: !environment.KubernetesEnabled()
16:57:51 
16:57:51 
16:57:51 DONE 88 tests, 4 skipped in 40.591s
16:57:51 Stopping cliendtoendsuite_engine_1             ... 
16:57:51 Stopping cliendtoendsuite_registry_1           ... 
16:57:51 Stopping cliendtoendsuite_notary-server_1      ... 
16:57:51 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:57:53 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
16:57:53 Removing cliendtoendsuite_registry_1           ... 
16:57:53 Removing cliendtoendsuite_notary-server_1      ... 
16:57:53 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:57:53 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
16:57:53 Removing image cliendtoendsuite_notary-server
16:57:53 Removing image cliendtoendsuite_evil-notary-server
16:57:54 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e2
16:57:55 Creating network "cliendtoendsuite_default" with the default driver
16:57:55 Building evil-notary-server
16:57:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:57:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:57:55  ---> 16b632e954ca
16:57:55 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:57:56  ---> 1e9bf784fa54
16:57:56 Successfully built 1e9bf784fa54
16:57:56 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:57:56 Building notary-server
16:57:56 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:57:56 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:57:56  ---> 16b632e954ca
16:57:56 Step 3/3 : COPY ./notary/ /fixtures/
16:57:56  ---> fd121770cbec
16:57:56 Successfully built fd121770cbec
16:57:56 Successfully tagged cliendtoendsuite_notary-server:latest
16:57:56 Creating cliendtoendsuite_registry_1 ... 
16:57:56 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:57:56 Creating cliendtoendsuite_engine_1             ... 
16:57:56 Creating cliendtoendsuite_notary-server_1      ... 
16:58:01 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
16:58:01 Client:
16:58:01  Version:           19.09.0-dev
16:58:01  API version:       1.40 (downgraded from 1.41)
16:58:01  Go version:        go1.12.10
16:58:01  Git commit:        
16:58:01  Built:             Wed Oct 16 16:55:34 2019
16:58:01  OS/Arch:           linux/amd64
16:58:01  Experimental:      false
16:58:01 
16:58:01 Server: Docker Engine - Community
16:58:01  Engine:
16:58:01   Version:          19.03.3
16:58:01   API version:      1.40 (minimum version 1.12)
16:58:01   Go version:       go1.12.10
16:58:01   Git commit:       a872fc2f86
16:58:01   Built:            Tue Oct  8 01:01:20 2019
16:58:01   OS/Arch:          linux/amd64
16:58:01   Experimental:     true
16:58:01  containerd:
16:58:01   Version:          v1.2.10
16:58:01   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:58:01  runc:
16:58:01   Version:          1.0.0-rc8+dev
16:58:01   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:58:01  docker-init:
16:58:01   Version:          0.18.0
16:58:01   GitCommit:        fec3683
16:58:02 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:58:02 88286f41530e: Pulling fs layer
16:58:02 88286f41530e: Download complete
16:58:02 88286f41530e: Pull complete
16:58:02 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:58:02 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:58:02 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:58:02 The push refers to repository [registry:5000/alpine]
16:58:02 5bef08742407: Preparing
16:58:02 5bef08742407: Pushed
16:58:03 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:58:03 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:58:03 03b1be98f3f9: Pulling fs layer
16:58:03 03b1be98f3f9: Verifying Checksum
16:58:03 03b1be98f3f9: Download complete
16:58:03 03b1be98f3f9: Pull complete
16:58:03 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:58:03 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:58:03 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:58:03 The push refers to repository [registry:5000/busybox]
16:58:03 6a749002dd6a: Preparing
16:58:03 6a749002dd6a: Pushed
16:58:03 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:58:04 Swarm initialized: current node (f7jv4g2hta4zh5z9qda2fewxm) is now a manager.
16:58:04 
16:58:04 To add a worker to this swarm, run the following command:
16:58:04 
16:58:04     docker swarm join --token SWMTKN-1-293thtvnp71exhbfixogy4t7onzrkkfk0i9cghb5gyvdzofgeu-668kwtb5f85nzj4q9vkhgpyw4 172.19.0.4:2377
16:58:04 
16:58:04 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:58:04 
16:58:30 ✓  e2e/cli-plugins (2.933s)
16:58:30 ∅  e2e/cli-plugins/plugins/badmeta
16:58:30 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:58:30 ✓  e2e/context (59ms)
16:58:35 ✓  e2e/container (8.016s)
16:58:40 ✓  e2e/plugin (3.127s)
16:58:40 ✓  e2e/stack (606ms)
16:58:41 ✓  e2e/system (71ms)
16:58:45 ✓  e2e/trust (3.658s)
16:58:45 ✓  e2e/image (15.038s)
16:58:45 ∅  e2e/internal/fixtures
16:58:45 ∅  e2e/plugin/basic
16:58:45 
16:58:45 === Skipped
16:58:45 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:58:45     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:58:45 
16:58:45 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:58:45     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:58:45         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:58:45 
16:58:45 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:58:45     --- SKIP: TestRemove/Kubernetes (0.00s)
16:58:45         remove_test.go:22: !environment.KubernetesEnabled()
16:58:45 
16:58:45 
16:58:45 DONE 88 tests, 3 skipped in 41.701s
16:58:46 Stopping cliendtoendsuite_notary-server_1      ... 
16:58:46 Stopping cliendtoendsuite_registry_1           ... 
16:58:46 Stopping cliendtoendsuite_engine_1             ... 
16:58:46 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:58:48 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
16:58:48 Removing cliendtoendsuite_registry_1           ... 
16:58:48 Removing cliendtoendsuite_engine_1             ... 
16:58:48 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:58:48 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
16:58:48 Removing image cliendtoendsuite_notary-server
16:58:48 Removing image cliendtoendsuite_evil-notary-server
16:58:49 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e2
16:58:50 Creating network "cliendtoendsuite_default" with the default driver
16:58:50 Building notary-server
16:58:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:58:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:58:50  ---> 16b632e954ca
16:58:50 Step 3/3 : COPY ./notary/ /fixtures/
16:58:50  ---> 4a1c09b0b5dc
16:58:50 Successfully built 4a1c09b0b5dc
16:58:50 Successfully tagged cliendtoendsuite_notary-server:latest
16:58:50 Building evil-notary-server
16:58:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:58:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:58:50  ---> 16b632e954ca
16:58:50 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:58:51  ---> abf1b743d84f
16:58:51 Successfully built abf1b743d84f
16:58:51 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:58:51 Building engine
16:58:51 Step 1/6 : FROM docker:test-dind
16:58:51 test-dind: Pulling from library/docker
16:58:55 Digest: sha256:fda52fc6ddb6aded7db99287cb1ba1772b04db2c7336dc60565319ec2c425b50
16:58:55 Status: Downloaded newer image for docker:test-dind
16:58:55  ---> 0cf610ae0792
16:58:55 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
16:58:56  ---> Running in 53cda04cb14e
16:58:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:58:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:58:57 (1/5) Installing openssh-keygen (8.1_p1-r0)
16:58:57 (2/5) Installing openssh-server-common (8.1_p1-r0)
16:58:57 (3/5) Installing openssh-server (8.1_p1-r0)
16:58:57 (4/5) Installing linux-pam (1.3.0-r1)
16:58:57 (5/5) Installing shadow (4.6-r2)
16:58:57 Executing busybox-1.30.1-r2.trigger
16:58:57 OK: 24 MiB in 45 packages
16:58:57 Creating mailbox file: No such file or directory
16:58:58 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
16:58:58 Removing intermediate container 53cda04cb14e
16:58:58  ---> 4af68ff1cedb
16:58:58 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
16:58:58  ---> Running in 3b443c014f2d
16:59:00 Removing intermediate container 3b443c014f2d
16:59:00  ---> 8dace08ec001
16:59:00 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
16:59:00  ---> 240e3fb6a8de
16:59:00 Step 5/6 : EXPOSE 22
16:59:00  ---> Running in 223220b6062b
16:59:00 Removing intermediate container 223220b6062b
16:59:00  ---> 1a027fabefec
16:59:00 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
16:59:00  ---> Running in 6f412f7d35bd
16:59:00 Removing intermediate container 6f412f7d35bd
16:59:00  ---> bc6c4d190c09
16:59:00 Successfully built bc6c4d190c09
16:59:00 Successfully tagged docker:stable-dind
16:59:00 Creating cliendtoendsuite_registry_1 ... 
16:59:00 Creating cliendtoendsuite_notary-server_1 ... 
16:59:00 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:59:00 Creating cliendtoendsuite_engine_1             ... 
16:59:05 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
16:59:06 Client:
16:59:06  Version:           19.09.0-dev
16:59:06  API version:       1.40 (downgraded from 1.41)
16:59:06  Go version:        go1.12.10
16:59:06  Git commit:        
16:59:06  Built:             Wed Oct 16 16:55:34 2019
16:59:06  OS/Arch:           linux/amd64
16:59:06  Experimental:      false
16:59:06 
16:59:06 Server: Docker Engine - Community
16:59:06  Engine:
16:59:06   Version:          19.03.4-rc1
16:59:06   API version:      1.40 (minimum version 1.12)
16:59:06   Go version:       go1.12.10
16:59:06   Git commit:       4ba2b1c606
16:59:06   Built:            Mon Oct 14 21:38:08 2019
16:59:06   OS/Arch:          linux/amd64
16:59:06   Experimental:     true
16:59:06  containerd:
16:59:06   Version:          v1.2.10
16:59:06   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:59:06  runc:
16:59:06   Version:          1.0.0-rc8+dev
16:59:06   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:59:06  docker-init:
16:59:06   Version:          0.18.0
16:59:06   GitCommit:        fec3683
16:59:06 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:59:06 88286f41530e: Pulling fs layer
16:59:06 88286f41530e: Download complete
16:59:06 88286f41530e: Pull complete
16:59:06 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:59:06 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:59:06 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:59:07 The push refers to repository [registry:5000/alpine]
16:59:07 5bef08742407: Preparing
16:59:07 5bef08742407: Pushed
16:59:07 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:59:07 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:59:08 03b1be98f3f9: Pulling fs layer
16:59:08 03b1be98f3f9: Verifying Checksum
16:59:08 03b1be98f3f9: Download complete
16:59:08 03b1be98f3f9: Pull complete
16:59:08 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:59:08 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:59:08 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:59:08 The push refers to repository [registry:5000/busybox]
16:59:08 6a749002dd6a: Preparing
16:59:08 6a749002dd6a: Pushed
16:59:08 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:59:10 Swarm initialized: current node (qkfmbej8kgsswtfnvkyjalp5w) is now a manager.
16:59:10 
16:59:10 To add a worker to this swarm, run the following command:
16:59:10 
16:59:10     docker swarm join --token SWMTKN-1-4a702bi6jb4sxdmddb92pr0qtfa5842x3ojke7irw6wknzdqsd-a6hqzhlk5qppqpcjb6jpt78a1 172.20.0.3:2377
16:59:10 
16:59:10 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:59:10 
16:59:48 ✓  e2e/cli-plugins (13.921s)
16:59:48 ∅  e2e/cli-plugins/plugins/badmeta
16:59:48 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:59:48 ✓  e2e/context (41ms)
16:59:51 ✓  e2e/container (18.195s)
16:59:56 ✓  e2e/plugin (4.249s)
16:59:59 ✓  e2e/stack (2.039s)
17:00:00 ✓  e2e/system (262ms)
17:00:08 ✓  e2e/trust (6.489s)
17:00:12 ✓  e2e/image (25.256s)
17:00:12 ∅  e2e/internal/fixtures
17:00:12 ∅  e2e/plugin/basic
17:00:12 
17:00:12 === Skipped
17:00:12 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:00:12     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:00:12 
17:00:12 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:00:12     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:00:12         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:00:12 
17:00:12 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:00:12     --- SKIP: TestRemove/Kubernetes (0.00s)
17:00:12         remove_test.go:22: !environment.KubernetesEnabled()
17:00:12 
17:00:12 
17:00:12 DONE 88 tests, 3 skipped in 62.407s
17:00:12 Stopping cliendtoendsuite_registry_1           ... 
17:00:12 Stopping cliendtoendsuite_notary-server_1      ... 
17:00:12 Stopping cliendtoendsuite_engine_1             ... 
17:00:12 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:00:14 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
17:00:14 Removing cliendtoendsuite_notary-server_1      ... 
17:00:14 Removing cliendtoendsuite_engine_1             ... 
17:00:14 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:00:15 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
17:00:15 Removing image cliendtoendsuite_notary-server
17:00:15 Removing image cliendtoendsuite_evil-notary-server
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS