Skip to content
Success

Console Output

Pull request #1142 updated
11:45:22 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 5d85cdacd2571284468622d1baac78e3d3dd0602 rather than d86521a2b9e7bd75f3cfc0d52d699be1974da8e2
Obtained Jenkinsfile from 5d85cdacd2571284468622d1baac78e3d3dd0602
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 ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1804-overlay2 (i-0c50ff5eea593661d) in /home/ubuntu/workspace/cli_PR-1142
[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-1142@tmp/e146fb41-9ab0-4b26-b4e6-1eed3377da05/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
11:46:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:46:57 chowning workspace
[Pipeline] sh
11:46:58 + uname -m
[Pipeline] sh
11:46:58 + pwd
11:46:58 + id -u
11:46:58 + id -g
11:46:58 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1142:/workspace busybox chown -R 1000:1000 /workspace
11:46:58 Unable to find image 'busybox:latest' locally
11:46:59 latest: Pulling from library/busybox
11:46:59 7c9d20b9b6cd: Pulling fs layer
11:46:59 7c9d20b9b6cd: Verifying Checksum
11:46:59 7c9d20b9b6cd: Download complete
11:47:00 7c9d20b9b6cd: Pull complete
11:47:00 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
11:47:00 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:47:02 Removing all docker containers
[Pipeline] sh
11:47:02 + docker container ls -aq
[Pipeline] echo
11:47:02 Docker containers have been removed
[Pipeline] echo
11:47:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:47:02 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:47:02 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:47:02 Using the ‘stage’ step without a block argument is deprecated
11:47:02 Entering stage Git Checkout
11:47:02 Proceeding
[Pipeline] checkout
11:47:05 using credential docker-jenkins-github-credentials
11:47:05 Cloning the remote Git repository
11:47:05 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1142 # 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/1142/head:refs/remotes/origin/PR-1142 +refs/heads/master:refs/remotes/origin/master
11:47:11 Fetching without tags
11:47:11 Merging remotes/origin/master commit 5d85cdacd2571284468622d1baac78e3d3dd0602 into PR head commit d86521a2b9e7bd75f3cfc0d52d699be1974da8e2
11:47:12 Merge succeeded, producing d86521a2b9e7bd75f3cfc0d52d699be1974da8e2
11:47:12 Checking out Revision d86521a2b9e7bd75f3cfc0d52d699be1974da8e2 (PR-1142)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1142/head:refs/remotes/origin/PR-1142 # 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/1142/head:refs/remotes/origin/PR-1142 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d86521a2b9e7bd75f3cfc0d52d699be1974da8e2
 > git merge 5d85cdacd2571284468622d1baac78e3d3dd0602 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d86521a2b9e7bd75f3cfc0d52d699be1974da8e2
11:47:13 Commit message: "Prevent mixing subsubcommands with subcommands in fish completions"
11:47:13 First time build. Skipping changelog.
 > git rev-list --no-walk 49d8292309d2254a2ceb51ec33ab9de2c4d192bf # timeout=10
[Pipeline] stage
11:47:14 Using the ‘stage’ step without a block argument is deprecated
11:47:14 Entering stage Run end-to-end test suite
11:47:14 Proceeding
[Pipeline] sh
11:47:14 + docker version
11:47:14 Client: Docker Engine - Community
11:47:14  Version:           19.03.2
11:47:14  API version:       1.40
11:47:14  Go version:        go1.12.8
11:47:14  Git commit:        6a30dfc
11:47:14  Built:             Thu Aug 29 05:29:11 2019
11:47:14  OS/Arch:           linux/amd64
11:47:14  Experimental:      false
11:47:14 
11:47:14 Server: Docker Engine - Community
11:47:14  Engine:
11:47:14   Version:          19.03.2
11:47:14   API version:      1.40 (minimum version 1.12)
11:47:14   Go version:       go1.12.8
11:47:14   Git commit:       6a30dfc
11:47:14   Built:            Thu Aug 29 05:27:45 2019
11:47:14   OS/Arch:          linux/amd64
11:47:14   Experimental:     true
11:47:14  containerd:
11:47:14   Version:          1.2.6
11:47:14   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:47:14  runc:
11:47:14   Version:          1.0.0-rc8
11:47:14   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:47:14  docker-init:
11:47:14   Version:          0.18.0
11:47:14   GitCommit:        fec3683
[Pipeline] sh
11:47:14 + docker info
11:47:24 Client:
11:47:24  Debug Mode: false
11:47:24 
11:47:24 Server:
11:47:24  Containers: 0
11:47:24   Running: 0
11:47:24   Paused: 0
11:47:24   Stopped: 0
11:47:24  Images: 1
11:47:24  Server Version: 19.03.2
11:47:24  Storage Driver: overlay2
11:47:24   Backing Filesystem: extfs
11:47:24   Supports d_type: true
11:47:24   Native Overlay Diff: true
11:47:24  Logging Driver: json-file
11:47:24  Cgroup Driver: cgroupfs
11:47:24  Plugins:
11:47:24   Volume: local
11:47:24   Network: bridge host ipvlan macvlan null overlay
11:47:24   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:47:24  Swarm: inactive
11:47:24  Runtimes: runc
11:47:24  Default Runtime: runc
11:47:24  Init Binary: docker-init
11:47:24  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:47:24  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
11:47:24  init version: fec3683
11:47:24  Security Options:
11:47:24   apparmor
11:47:24   seccomp
11:47:24    Profile: default
11:47:24  Kernel Version: 4.15.0-1048-aws
11:47:24  Operating System: Ubuntu 18.04.3 LTS
11:47:24  OSType: linux
11:47:24  Architecture: x86_64
11:47:24  CPUs: 2
11:47:24  Total Memory: 7.501GiB
11:47:24  Name: ip-10-100-63-44
11:47:24  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
11:47:24  Docker Root Dir: /var/lib/docker
11:47:24  Debug Mode: false
11:47:24  Username: dockerbuildbot
11:47:24  Registry: https://index.docker.io/v1/
11:47:24  Labels:
11:47:24  Experimental: true
11:47:24  Insecure Registries:
11:47:24   127.0.0.0/8
11:47:24  Live Restore Enabled: true
11:47:24 
11:47:24 WARNING: No swap limit support
[Pipeline] sh
11:47:24 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
11:47:24 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
11:47:25 #1 [internal] load build definition from Dockerfile.e2e
11:47:25 #1 transferring dockerfile:
11:47:25 #1 transferring dockerfile: 1.58kB done
11:47:25 #1 DONE 0.1s
11:47:25 
11:47:25 #2 [internal] load .dockerignore
11:47:25 #2 transferring context: 100B done
11:47:25 #2 DONE 0.1s
11:47:25 
11:47:25 #3 [internal] load metadata for docker.io/library/golang:1.12.10
11:47:25 #3 DONE 0.4s
11:47:25 
11:47:25 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
11:47:25 #4 resolve docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 done
11:47:25 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
11:47:25 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.2s
11:47:25 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.2s
11:47:25 #4 sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 2.16kB / 2.16kB done
11:47:25 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
11:47:25 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.2s
11:47:26 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 1.97MB / 10.00MB 0.3s
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 7.57MB / 50.38MB 0.3s
11:47:26 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 6.44MB / 10.00MB 0.4s
11:47:26 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 643.63kB / 7.80MB 0.5s
11:47:26 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 14.01MB / 50.38MB 0.5s
11:47:26 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.7s
11:47:26 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s done
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 21.79MB / 50.38MB 0.7s
11:47:26 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 8.19kB / 51.77MB 0.7s
11:47:26 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.7s done
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 25.78MB / 50.38MB 0.8s
11:47:26 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 5.54MB / 51.77MB 0.8s
11:47:26 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.8s
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 28.68MB / 50.38MB 0.9s
11:47:26 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 32.64MB / 50.38MB 1.1s
11:47:26 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 11.46MB / 51.77MB 1.1s
11:47:26 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 5.55MB / 68.52MB 1.1s
11:47:27 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 36.56MB / 50.38MB 1.3s
11:47:27 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 15.48MB / 51.77MB 1.3s
11:47:27 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 12.43MB / 68.52MB 1.3s
11:47:27 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 39.71MB / 50.38MB 1.4s
11:47:27 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 18.81MB / 51.77MB 1.4s
11:47:27 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 16.01MB / 68.52MB 1.4s
11:47:27 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 43.80MB / 50.38MB 1.6s
11:47:27 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 23.81MB / 51.77MB 1.6s
11:47:27 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 20.10MB / 68.52MB 1.6s
11:47:27 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.8s
11:47:27 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 29.19MB / 51.77MB 1.8s
11:47:27 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 30.46MB / 68.52MB 1.8s
11:47:27 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.8s done
11:47:27 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 2.0s
11:47:27 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 36.24MB / 51.77MB 2.2s
11:47:27 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 39.11MB / 68.52MB 2.2s
11:47:27 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 7.61MB / 127.96MB 2.3s
11:47:28 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
11:47:28 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 43.95MB / 51.77MB 2.6s
11:47:28 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 44.74MB / 68.52MB 2.6s
11:47:28 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 18.21MB / 127.96MB 2.6s
11:47:28 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 49.13MB / 51.77MB 2.9s
11:47:28 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 49.75MB / 68.52MB 2.9s
11:47:28 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 25.67MB / 127.96MB 2.9s
11:47:28 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 3.1s
11:47:28 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 55.39MB / 68.52MB 3.1s
11:47:28 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 3.1s done
11:47:28 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 3.3s
11:47:28 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 59.90MB / 68.52MB 3.4s
11:47:28 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 33.01MB / 127.96MB 3.4s
11:47:28 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 3.4s
11:47:29 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 3.4s done
11:47:29 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 64.84MB / 68.52MB 3.6s
11:47:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 41.83MB / 127.96MB 3.8s
11:47:29 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 3.9s
11:47:29 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 4.1s done
11:47:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 50.24MB / 127.96MB 4.2s
11:47:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 63.90MB / 127.96MB 4.5s
11:47:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 71.61MB / 127.96MB 4.7s
11:47:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 80.72MB / 127.96MB 4.9s
11:47:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 92.94MB / 127.96MB 5.2s
11:47:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 101.84MB / 127.96MB 5.5s
11:47:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 114.13MB / 127.96MB 5.9s
11:47:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 120.97MB / 127.96MB 6.3s
11:47:31 #4 ...
11:47:31 
11:47:31 #10 [internal] load build context
11:47:31 #10 transferring context: 42.43MB 6.2s done
11:47:31 #10 DONE 6.4s
11:47:31 
11:47:31 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
11:47:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 6.5s
11:47:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 7.1s done
11:47:33 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 5.1s
11:47:34 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 6.5s done
11:47:34 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
11:47:35 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.5s done
11:47:35 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
11:47:36 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.4s done
11:47:36 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
11:47:39 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 3.4s done
11:47:39 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
11:47:42 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.3s done
11:47:42 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
11:47:47 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 5.1s
11:47:49 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 7.3s done
11:47:49 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
11:47:49 #4 DONE 24.2s
11:47:49 
11:47:49 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
11:47:50 #5 1.105 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
11:47:51 #5 1.119 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
11:47:51 #5 1.123 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
11:47:51 #5 1.246 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB]
11:47:51 #5 1.371 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
11:47:51 #5 1.595 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
11:47:53 #5 3.148 Fetched 8212 kB in 2s (3577 kB/s)
11:47:53 #5 3.148 Reading package lists...
11:47:54 #5 3.982 Reading package lists...
11:47:54 #5 4.818 Building dependency tree...
11:47:54 #5 4.941 Reading state information...
11:47:54 #5 5.055 curl is already the newest version (7.64.0-4).
11:47:54 #5 5.055 The following additional packages will be installed:
11:47:54 #5 5.055   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:47:54 #5 5.056   libalgorithm-merge-perl libfakeroot patch xz-utils
11:47:54 #5 5.057 Suggested packages:
11:47:54 #5 5.057   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
11:47:54 #5 5.057   diffutils-doc
11:47:54 #5 5.057 Recommended packages:
11:47:54 #5 5.057   xauth
11:47:54 #5 5.155 The following NEW packages will be installed:
11:47:54 #5 5.155   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
11:47:54 #5 5.155   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
11:47:54 #5 5.155 The following packages will be upgraded:
11:47:54 #5 5.155   openssh-client openssl
11:47:55 #5 5.431 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
11:47:55 #5 5.431 Need to get 3968 kB of archives.
11:47:55 #5 5.431 After this operation, 3602 kB of additional disk space will be used.
11:47:55 #5 5.431 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
11:47:55 #5 5.450 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u2 [843 kB]
11:47:55 #5 5.543 Get:3 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
11:47:55 #5 5.547 Get:4 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
11:47:55 #5 5.552 Get:5 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:47:55 #5 5.556 Get:6 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
11:47:55 #5 5.586 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:47:55 #5 5.587 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:47:55 #5 5.588 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:47:55 #5 5.589 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:47:55 #5 5.590 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:47:55 #5 5.591 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:47:55 #5 5.728 debconf: delaying package configuration, since apt-utils is not installed
11:47:55 #5 5.751 Fetched 3968 kB in 0s (9540 kB/s)
11:47:55 #5 5.768 Selecting previously unselected package bzip2.
11:47:55 #5 5.768 (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.)
11:47:55 #5 5.777 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
11:47:55 #5 5.780 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
11:47:55 #5 5.845 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
11:47:55 #5 5.881 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
11:47:56 #5 6.231 Selecting previously unselected package xz-utils.
11:47:56 #5 6.233 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
11:47:56 #5 6.237 Unpacking xz-utils (5.2.4-1) ...
11:47:56 #5 6.282 Selecting previously unselected package patch.
11:47:56 #5 6.284 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
11:47:56 #5 6.289 Unpacking patch (2.7.6-3+deb10u1) ...
11:47:56 #5 6.329 Selecting previously unselected package dpkg-dev.
11:47:56 #5 6.330 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
11:47:56 #5 6.334 Unpacking dpkg-dev (1.19.7) ...
11:47:56 #5 6.465 Selecting previously unselected package build-essential.
11:47:56 #5 6.466 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
11:47:56 #5 6.470 Unpacking build-essential (12.6) ...
11:47:56 #5 6.511 Selecting previously unselected package libfakeroot:amd64.
11:47:56 #5 6.511 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
11:47:56 #5 6.519 Unpacking libfakeroot:amd64 (1.23-1) ...
11:47:56 #5 6.555 Selecting previously unselected package fakeroot.
11:47:56 #5 6.555 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
11:47:56 #5 6.559 Unpacking fakeroot (1.23-1) ...
11:47:56 #5 6.595 Selecting previously unselected package libalgorithm-diff-perl.
11:47:56 #5 6.595 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:47:56 #5 6.598 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:47:56 #5 6.628 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:47:56 #5 6.630 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:47:56 #5 6.635 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:47:56 #5 6.667 Selecting previously unselected package libalgorithm-merge-perl.
11:47:56 #5 6.668 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
11:47:56 #5 6.672 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:47:56 #5 6.704 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u2_amd64.deb ...
11:47:56 #5 6.717 Unpacking openssl (1.1.1d-0+deb10u2) over (1.1.1c-1) ...
11:47:56 #5 7.025 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:47:56 #5 7.036 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
11:47:56 #5 7.069 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:47:57 #5 7.080 Setting up libfakeroot:amd64 (1.23-1) ...
11:47:57 #5 7.095 Setting up fakeroot (1.23-1) ...
11:47:57 #5 7.103 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:47:57 #5 7.114 Setting up xz-utils (5.2.4-1) ...
11:47:57 #5 7.123 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:47:57 #5 7.131 Setting up patch (2.7.6-3+deb10u1) ...
11:47:57 #5 7.143 Setting up openssl (1.1.1d-0+deb10u2) ...
11:47:57 #5 7.158 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:47:57 #5 7.187 Setting up libalgorithm-merge-perl (0.08-3) ...
11:47:57 #5 7.199 Setting up dpkg-dev (1.19.7) ...
11:47:57 #5 7.217 Setting up build-essential (12.6) ...
11:47:57 #5 7.228 Processing triggers for libc-bin (2.28-10) ...
11:48:01 #5 DONE 10.7s
11:48:01 
11:48:01 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
11:48:01 #6 0.655   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:48:01 #6 0.656                                  Dload  Upload   Total   Spent    Left  Speed
11:48:01 #6 0.657 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6634      0 --:--:-- --:--:-- --:--:--  6563
11:48:01 #6 0.915 
100 10.3M  100 10.3M    0     0  39.9M      0 --:--:-- --:--:-- --:--:-- 39.9M
11:48:01 #6 DONE 1.1s
11:48:01 
11:48:01 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
11:48:03 #7 DONE 1.3s
11:48:03 
11:48:03 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
11:48:04 #8 DONE 1.1s
11:48:04 
11:48:04 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
11:48:04 #9 DONE 0.0s
11:48:04 
11:48:04 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
11:48:04 #11 DONE 0.1s
11:48:04 
11:48:04 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
11:48:04 #12 0.771 Updating certificates in /etc/ssl/certs...
11:48:05 #12 1.576 1 added, 0 removed; done.
11:48:05 #12 1.577 Running hooks in /etc/ca-certificates/update.d...
11:48:05 #12 1.579 done.
11:48:05 #12 DONE 1.7s
11:48:05 
11:48:05 #13 [9/11] COPY . .
11:48:07 #13 DONE 1.2s
11:48:07 
11:48:07 #14 [10/11] RUN ./scripts/build/binary
11:48:07 #14 0.804 Building statically linked build/docker-linux-amd64
11:49:44 #14 DONE 88.6s
11:49:44 
11:49:44 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
11:49:44 #15 0.668 Building statically linked build/plugins-linux-amd64/docker-helloworld
11:49:44 #15 2.673 Building statically linked build/plugins-linux-amd64/docker-badmeta
11:49:44 #15 4.361 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
11:49:44 #15 DONE 6.5s
11:49:44 
11:49:44 #16 exporting to image
11:49:44 #16 exporting layers
11:49:44 #16 exporting layers 2.2s done
11:49:44 #16 writing image sha256:8d230b6a027b79aebb12b906d069aa43dcf1dfc2548dbdd4bd614dda05480a61 done
11:49:44 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
11:49:44 #16 DONE 2.2s
11:49:44 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
11:49:45 Creating network "cliendtoendsuite_default" with the default driver
11:49:45 Pulling registry (registry:2)...
11:49:45 2: Pulling from library/registry
11:49:46 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
11:49:46 Status: Downloaded newer image for registry:2
11:49:46 Pulling engine (docker:stable-dind)...
11:49:46 stable-dind: Pulling from library/docker
11:49:50 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
11:49:50 Status: Downloaded newer image for docker:stable-dind
11:49:50 Building notary-server
11:49:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:49:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:49:51 server-0.5.0: Pulling from library/notary
11:49:52 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
11:49:52 Status: Downloaded newer image for notary:server-0.5.0
11:49:52  ---> 16b632e954ca
11:49:52 Step 3/3 : COPY ./notary/ /fixtures/
11:49:53  ---> 53fdb4f96090
11:49:53 Successfully built 53fdb4f96090
11:49:53 Successfully tagged cliendtoendsuite_notary-server:latest
11:49:53 Building evil-notary-server
11:49:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:49:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:49:53  ---> 16b632e954ca
11:49:53 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:49:53  ---> 171fcb9bdb6a
11:49:53 Successfully built 171fcb9bdb6a
11:49:53 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:49:53 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:49:53 Creating cliendtoendsuite_notary-server_1      ... 
11:49:53 Creating cliendtoendsuite_registry_1           ... 
11:49:53 Creating cliendtoendsuite_engine_1             ... 
11:49:58 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_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.5:2375
11:49:58 Client:
11:49:58  Version:           19.09.0-dev
11:49:58  API version:       1.40 (downgraded from 1.41)
11:49:58  Go version:        go1.12.10
11:49:58  Git commit:        
11:49:58  Built:             Sun Oct 13 11:48:07 2019
11:49:58  OS/Arch:           linux/amd64
11:49:58  Experimental:      false
11:49:58 
11:49:58 Server: Docker Engine - Community
11:49:58  Engine:
11:49:58   Version:          19.03.3
11:49:58   API version:      1.40 (minimum version 1.12)
11:49:58   Go version:       go1.12.10
11:49:58   Git commit:       a872fc2f86
11:49:58   Built:            Tue Oct  8 01:01:20 2019
11:49:58   OS/Arch:          linux/amd64
11:49:58   Experimental:     false
11:49:58  containerd:
11:49:58   Version:          v1.2.10
11:49:58   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:49:58  runc:
11:49:58   Version:          1.0.0-rc8+dev
11:49:58   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:49:58  docker-init:
11:49:58   Version:          0.18.0
11:49:58   GitCommit:        fec3683
11:49:59 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:49:59 88286f41530e: Pulling fs layer
11:49:59 88286f41530e: Download complete
11:50:00 88286f41530e: Pull complete
11:50:00 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:50:00 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:50:00 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:50:00 The push refers to repository [registry:5000/alpine]
11:50:00 5bef08742407: Preparing
11:50:00 5bef08742407: Pushed
11:50:00 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:50:00 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:50:00 03b1be98f3f9: Pulling fs layer
11:50:00 03b1be98f3f9: Verifying Checksum
11:50:00 03b1be98f3f9: Download complete
11:50:01 03b1be98f3f9: Pull complete
11:50:01 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:50:01 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:50:01 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:50:01 The push refers to repository [registry:5000/busybox]
11:50:01 6a749002dd6a: Preparing
11:50:01 6a749002dd6a: Pushed
11:50:01 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:50:01 Swarm initialized: current node (0sa5emdylg2ot34o1zi0q5w6q) is now a manager.
11:50:01 
11:50:01 To add a worker to this swarm, run the following command:
11:50:01 
11:50:01     docker swarm join --token SWMTKN-1-1bt71lrbbpsofm1ib1stp0hx52yhz3d5ffpsosoya93rxyqmfn-dviicy6mw6an6vgvgduiipnd0 172.18.0.5:2377
11:50:01 
11:50:01 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:50:01 
11:50:28 ✓  e2e/cli-plugins (2.504s)
11:50:28 ∅  e2e/cli-plugins/plugins/badmeta
11:50:28 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:50:28 ✓  e2e/context (72ms)
11:50:31 ✓  e2e/container (8.527s)
11:50:37 ✓  e2e/plugin (3.602s)
11:50:38 ✓  e2e/stack (560ms)
11:50:38 ✓  e2e/image (11.913s)
11:50:38 ∅  e2e/internal/fixtures
11:50:38 ∅  e2e/plugin/basic
11:50:38 ✓  e2e/system (100ms)
11:50:41 ✓  e2e/trust (2.126s)
11:50:41 
11:50:41 === Skipped
11:50:41 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:50:41     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:50:41 
11:50:41 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
11:50:41     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
11:50:41 
11:50:41 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:50:41     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:50:41         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:50:41 
11:50:41 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:50:41     --- SKIP: TestRemove/Kubernetes (0.00s)
11:50:41         remove_test.go:22: !environment.KubernetesEnabled()
11:50:41 
11:50:41 
11:50:41 DONE 88 tests, 4 skipped in 38.882s
11:50:41 Stopping cliendtoendsuite_engine_1             ... 
11:50:41 Stopping cliendtoendsuite_notary-server_1      ... 
11:50:41 Stopping cliendtoendsuite_registry_1           ... 
11:50:41 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:50:43 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
11:50:43 Removing cliendtoendsuite_notary-server_1      ... 
11:50:43 Removing cliendtoendsuite_registry_1           ... 
11:50:43 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:50:43 
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
11:50:43 Removing image cliendtoendsuite_notary-server
11:50:43 Removing image cliendtoendsuite_evil-notary-server
11:50:43 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
11:50:44 Creating network "cliendtoendsuite_default" with the default driver
11:50:45 Building notary-server
11:50:45 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:50:45 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:50:45  ---> 16b632e954ca
11:50:45 Step 3/3 : COPY ./notary/ /fixtures/
11:50:45  ---> 06a89deb4449
11:50:45 Successfully built 06a89deb4449
11:50:45 Successfully tagged cliendtoendsuite_notary-server:latest
11:50:45 Building evil-notary-server
11:50:45 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:50:45 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:50:45  ---> 16b632e954ca
11:50:45 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:50:45  ---> 948ffc75ddd8
11:50:45 Successfully built 948ffc75ddd8
11:50:45 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:50:45 Creating cliendtoendsuite_registry_1 ... 
11:50:45 Creating cliendtoendsuite_engine_1   ... 
11:50:45 Creating cliendtoendsuite_notary-server_1 ... 
11:50:45 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:50:50 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
11:51:35 Removing cliendtoendsuite_registry_1           ... 
11:51:35 Removing cliendtoendsuite_engine_1             ... 
11:51:35 Removing cliendtoendsuite_notary-server_1      ... 
11:51:35 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
11:51:35 Removing image cliendtoendsuite_notary-server
11:51:35 Removing image cliendtoendsuite_evil-notary-server
11:51:35 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
11:51:37 Creating network "cliendtoendsuite_default" with the default driver
11:51:37 Building notary-server
11:51:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:51:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:51:37  ---> 16b632e954ca
11:51:37 Step 3/3 : COPY ./notary/ /fixtures/
11:51:37  ---> 777692dabc8e
11:51:37 Successfully built 777692dabc8e
11:51:37 Successfully tagged cliendtoendsuite_notary-server:latest
11:51:37 Building engine
11:51:37 Step 1/6 : FROM docker:test-dind
11:51:38 test-dind: Pulling from library/docker
11:51:38 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
11:51:38 Status: Downloaded newer image for docker:test-dind
11:51:38  ---> 0891431bfc89
11:51:38 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
11:51:38  ---> Running in 7334c3a28abb
11:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
11:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
11:51:40 (1/5) Installing openssh-keygen (8.0_p1-r0)
11:51:40 (2/5) Installing openssh-server-common (8.0_p1-r0)
11:51:40 (3/5) Installing openssh-server (8.0_p1-r0)
11:51:40 (4/5) Installing linux-pam (1.3.0-r1)
11:51:40 (5/5) Installing shadow (4.6-r2)
11:51:40 Executing busybox-1.30.1-r2.trigger
11:51:40 OK: 24 MiB in 45 packages
11:51:40 Creating mailbox file: No such file or directory
11:51:40 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
11:51:41 Removing intermediate container 7334c3a28abb
11:51:41  ---> a945e88cfab1
11:51:41 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
11:51:41  ---> Running in cbef8f5d4f5f
11:51:42 Removing intermediate container cbef8f5d4f5f
11:51:42  ---> 93594ab6463c
11:51:42 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
11:51:42  ---> d0e3f186356e
11:51:42 Step 5/6 : EXPOSE 22
11:51:42  ---> Running in e3449343c299
11:51:42 Removing intermediate container e3449343c299
11:51:42  ---> aa72e6dbda2b
11:51:42 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
11:51:42  ---> Running in 823081d24266
11:51:42 Removing intermediate container 823081d24266
11:51:42  ---> 42ca762f06f3
11:51:42 Successfully built 42ca762f06f3
11:51:42 Successfully tagged docker:stable-dind
11:51:42 Building evil-notary-server
11:51:42 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:51:42 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:51:42  ---> 16b632e954ca
11:51:42 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:51:43  ---> e8bd1f460266
11:51:43 Successfully built e8bd1f460266
11:51:43 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:51:43 Creating cliendtoendsuite_engine_1 ... 
11:51:43 Creating cliendtoendsuite_notary-server_1 ... 
11:51:43 Creating cliendtoendsuite_registry_1      ... 
11:51:43 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:51:48 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
11:51:48 Client:
11:51:48  Version:           19.09.0-dev
11:51:48  API version:       1.40 (downgraded from 1.41)
11:51:48  Go version:        go1.12.10
11:51:48  Git commit:        
11:51:48  Built:             Sun Oct 13 11:48:07 2019
11:51:48  OS/Arch:           linux/amd64
11:51:48  Experimental:      false
11:51:48 
11:51:48 Server: Docker Engine - Community
11:51:48  Engine:
11:51:48   Version:          19.03.3
11:51:48   API version:      1.40 (minimum version 1.12)
11:51:48   Go version:       go1.12.10
11:51:48   Git commit:       a872fc2f86
11:51:48   Built:            Tue Oct  8 01:01:20 2019
11:51:48   OS/Arch:          linux/amd64
11:51:48   Experimental:     true
11:51:48  containerd:
11:51:48   Version:          v1.2.10
11:51:48   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:51:48  runc:
11:51:48   Version:          1.0.0-rc8+dev
11:51:48   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:51:48  docker-init:
11:51:48   Version:          0.18.0
11:51:48   GitCommit:        fec3683
11:51:48 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:51:48 88286f41530e: Pulling fs layer
11:51:49 88286f41530e: Verifying Checksum
11:51:49 88286f41530e: Download complete
11:51:49 88286f41530e: Pull complete
11:51:49 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:51:49 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:51:49 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:51:49 The push refers to repository [registry:5000/alpine]
11:51:49 5bef08742407: Preparing
11:51:49 5bef08742407: Pushed
11:51:50 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:51:50 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:51:50 03b1be98f3f9: Pulling fs layer
11:51:50 03b1be98f3f9: Verifying Checksum
11:51:50 03b1be98f3f9: Download complete
11:51:50 03b1be98f3f9: Pull complete
11:51:50 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:51:50 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:51:50 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:51:51 The push refers to repository [registry:5000/busybox]
11:51:51 6a749002dd6a: Preparing
11:51:51 6a749002dd6a: Pushed
11:51:51 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:51:52 Swarm initialized: current node (pc7saynvuc4ibj5z0heg07ngz) is now a manager.
11:51:52 
11:51:52 To add a worker to this swarm, run the following command:
11:51:52 
11:51:52     docker swarm join --token SWMTKN-1-69tey3eu127guk6k9xocllwj1x4y6vwkbf9k7bf4bq35j04508-17wmyp7bmfegbgw11a66u58jc 172.20.0.3:2377
11:51:52 
11:51:52 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:51:52 
11:52:31 ✓  e2e/cli-plugins (13.494s)
11:52:31 ∅  e2e/cli-plugins/plugins/badmeta
11:52:31 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:52:31 ✓  e2e/context (40ms)
11:52:31 ✓  e2e/container (18.388s)
11:52:37 ✓  e2e/plugin (4.339s)
11:52:39 ✓  e2e/stack (2.089s)
11:52:40 ✓  e2e/system (248ms)
11:52:48 ✓  e2e/trust (6.29s)
11:52:52 ✓  e2e/image (25.189s)
11:52:52 ∅  e2e/internal/fixtures
11:52:52 ∅  e2e/plugin/basic
11:52:52 
11:52:52 === Skipped
11:52:52 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:52:52     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:52:52 
11:52:52 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:52:52     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:52:52         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:52:52 
11:52:52 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:52:52     --- SKIP: TestRemove/Kubernetes (0.00s)
11:52:52         remove_test.go:22: !environment.KubernetesEnabled()
11:52:52 
11:52:52 
11:52:52 DONE 88 tests, 3 skipped in 60.018s
11:52:52 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:52:52 Stopping cliendtoendsuite_registry_1           ... 
11:52:52 Stopping cliendtoendsuite_engine_1             ... 
11:52:52 Stopping cliendtoendsuite_notary-server_1      ... 
11:52:55 
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_evil-notary-server_1 ... 
11:52:55 Removing cliendtoendsuite_registry_1           ... 
11:52:55 Removing cliendtoendsuite_engine_1             ... 
11:52:55 Removing cliendtoendsuite_notary-server_1      ... 
11:52:55 
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
11:52:55 Removing image cliendtoendsuite_notary-server
11:52:55 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
Finished: SUCCESS