Skip to content
Success

Console Output

Pull request #2453 updated
17:53:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9+04533bd523bddf00c2077ae8e7f390f02390c2d4 (c2e276c0ca2f5574cb23ffb32a98170ffe9ad06f)
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 241f6703d31895690d4cb6f158f753615abe74ac
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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
Commit message: "Merge pull request #21 from docker/use-multiarch-busybox"
 > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0662610c45436a9bc)’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01b6598e35c3757af) in /home/ubuntu/workspace/cli_PR-2453
[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-2453@tmp/edc321df-9916-4294-a09c-90f71edaef87/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
17:55:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:55:30 chowning workspace
[Pipeline] sh
17:55:30 + pwd
17:55:30 + id -u
17:55:30 + id -g
17:55:30 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2453:/workspace busybox chown -R 1000:1000 /workspace
17:55:30 Unable to find image 'busybox:latest' locally
17:55:30 latest: Pulling from library/busybox
17:55:30 e2334dd9fee4: Pulling fs layer
17:55:30 e2334dd9fee4: Verifying Checksum
17:55:30 e2334dd9fee4: Download complete
17:55:31 e2334dd9fee4: Pull complete
17:55:31 Digest: sha256:a8cf7ff6367c2afa2a90acd081b484cbded349a7076e7bdf37a05279f276bc12
17:55:31 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
17:55:36 Removing all docker containers
[Pipeline] sh
17:55:36 + docker container ls -aq
[Pipeline] echo
17:55:36 Docker containers have been removed
[Pipeline] echo
17:55:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:55:36 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
17:55:36 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
17:55:36 Using the ‘stage’ step without a block argument is deprecated
17:55:36 Entering stage Git Checkout
17:55:36 Proceeding
[Pipeline] checkout
17:55:38 using credential docker-jenkins-github-credentials
17:55:38 Cloning the remote Git repository
17:55:38 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2453 # 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/2453/head:refs/remotes/origin/PR-2453 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
17:55:44 Fetching without tags
17:55:44 Merging remotes/origin/19.03 commit 04533bd523bddf00c2077ae8e7f390f02390c2d4 into PR head commit 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2453/head:refs/remotes/origin/PR-2453 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2453/head:refs/remotes/origin/PR-2453 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9 # timeout=10
17:55:45 Merge succeeded, producing 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9
17:55:45 Checking out Revision 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9 (PR-2453)
 > git merge 04533bd523bddf00c2077ae8e7f390f02390c2d4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0d26cbf5b7c5cad106f9afb321bb8c4ba8832dc9 # timeout=10
17:55:49 Commit message: "yamldocs: add description to base command"
[Pipeline] stage
17:55:50 Using the ‘stage’ step without a block argument is deprecated
17:55:50 Entering stage Run end-to-end test suite
17:55:50 Proceeding
[Pipeline] sh
17:55:50 + docker version
17:55:50 Client: Docker Engine - Community
17:55:50  Version:           19.03.5
17:55:50  API version:       1.40
17:55:50  Go version:        go1.12.12
17:55:50  Git commit:        633a0ea838
17:55:50  Built:             Wed Nov 13 07:29:52 2019
17:55:50  OS/Arch:           linux/amd64
17:55:50  Experimental:      false
17:55:50 
17:55:50 Server: Docker Engine - Community
17:55:50  Engine:
17:55:50   Version:          19.03.5
17:55:50   API version:      1.40 (minimum version 1.12)
17:55:50   Go version:       go1.12.12
17:55:50   Git commit:       633a0ea838
17:55:50   Built:            Wed Nov 13 07:28:22 2019
17:55:50   OS/Arch:          linux/amd64
17:55:50   Experimental:     true
17:55:50  containerd:
17:55:50   Version:          1.2.10
17:55:50   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:55:50  runc:
17:55:50   Version:          1.0.0-rc8+dev
17:55:50   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:55:50  docker-init:
17:55:50   Version:          0.18.0
17:55:50   GitCommit:        fec3683
[Pipeline] sh
17:55:50 + docker info
 > git rev-list --no-walk d4e4fa3b46bb4840cae6a9c65e68ef286e4a76a8 # timeout=10
17:56:02 Client:
17:56:02  Debug Mode: false
17:56:02 
17:56:02 Server:
17:56:02  Containers: 0
17:56:02   Running: 0
17:56:02   Paused: 0
17:56:02   Stopped: 0
17:56:02  Images: 1
17:56:02  Server Version: 19.03.5
17:56:02  Storage Driver: overlay2
17:56:02   Backing Filesystem: extfs
17:56:02   Supports d_type: true
17:56:02   Native Overlay Diff: true
17:56:02  Logging Driver: json-file
17:56:02  Cgroup Driver: cgroupfs
17:56:02  Plugins:
17:56:02   Volume: local
17:56:02   Network: bridge host ipvlan macvlan null overlay
17:56:02   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:56:02  Swarm: inactive
17:56:02  Runtimes: runc
17:56:02  Default Runtime: runc
17:56:02  Init Binary: docker-init
17:56:02  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
17:56:02  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:56:02  init version: fec3683
17:56:02  Security Options:
17:56:02   apparmor
17:56:02   seccomp
17:56:02    Profile: default
17:56:02  Kernel Version: 4.15.0-1058-aws
17:56:02  Operating System: Ubuntu 18.04.4 LTS
17:56:02  OSType: linux
17:56:02  Architecture: x86_64
17:56:02  CPUs: 2
17:56:02  Total Memory: 7.501GiB
17:56:02  Name: ip-10-100-126-71
17:56:02  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
17:56:02  Docker Root Dir: /var/lib/docker
17:56:02  Debug Mode: false
17:56:02  Username: dockerbuildbot
17:56:02  Registry: https://index.docker.io/v1/
17:56:02  Labels:
17:56:02  Experimental: true
17:56:02  Insecure Registries:
17:56:02   127.0.0.0/8
17:56:02  Live Restore Enabled: true
17:56:02 
17:56:02 WARNING: No swap limit support
[Pipeline] sh
17:56:03 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
17:56:03 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
17:56:03 #2 [internal] load .dockerignore
17:56:03 #2 transferring context: 100B done
17:56:03 #2 DONE 0.3s
17:56:03 
17:56:03 #1 [internal] load build definition from Dockerfile.e2e
17:56:03 #1 transferring dockerfile: 1.58kB done
17:56:03 #1 DONE 0.3s
17:56:03 
17:56:03 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
17:56:04 #3 DONE 0.5s
17:56:04 
17:56:04 #10 [internal] load build context
17:56:09 #10 transferring context: 18.52MB 4.5s
17:56:10 #10 transferring context: 40.50MB 6.0s done
17:56:10 #10 DONE 6.2s
17:56:10 
17:56:10 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:ceecc19a0e4d6...
17:56:10 #4 resolve docker.io/library/golang:1.13.10-buster@sha256:ceecc19a0e4d64528c222a95ccc4ebb9eb10b0eacad5aeebf512031fe4bb017d done
17:56:10 #4 sha256:ceecc19a0e4d64528c222a95ccc4ebb9eb10b0eacad5aeebf512031fe4bb017d 1.42kB / 1.42kB done
17:56:10 #4 sha256:f0d185e111f66f303a7fda933895d6ef09440c2a396dc3c544458fea4c2954b3 5.46kB / 5.46kB done
17:56:10 #4 sha256:7e2b2a5af8f65687add6d864d5841067e23bd435eb1a051be6fe1ea2384946b4 50.38MB / 50.38MB 2.1s done
17:56:10 #4 sha256:dc3f0c679f0f4c39597721c1df5cdb4f9685b26bd789a44eeb406835a1800d5f 10.00MB / 10.00MB 0.8s done
17:56:10 #4 sha256:8e16241796906ead8363ffeb21ecf8cf9df4bff224ee6f54f76b2274b1d34b32 1.79kB / 1.79kB done
17:56:10 #4 sha256:09b6f03ffac4cb4e42f8ab0bfc480bd3a3fa20e1ddee37784db63bc886b0cbb3 7.81MB / 7.81MB 0.5s done
17:56:10 #4 sha256:fd4b47407fc30b8206971ec60f280b107b00df8007da2fb912ebb8656b53695e 51.83MB / 51.83MB 3.3s done
17:56:10 #4 sha256:836e4bd1f6034f90e2b7000a6588d17effcc76a071de189816037763bd6d5116 68.61MB / 68.61MB 4.3s done
17:56:10 #4 sha256:0e932c33d0d62128198fdaf6dcb2f71fda2f7d2450276a0fab6657dba7c5eb4f 120.15MB / 120.15MB 6.1s done
17:56:10 #4 extracting sha256:7e2b2a5af8f65687add6d864d5841067e23bd435eb1a051be6fe1ea2384946b4 3.5s
17:56:10 #4 sha256:661a1e4b9bc95b5c88b4741aab8cadf291d836a0b8ddda88464d3f54676c850c 125B / 125B 3.4s done
17:56:13 #4 extracting sha256:7e2b2a5af8f65687add6d864d5841067e23bd435eb1a051be6fe1ea2384946b4 6.2s done
17:56:13 #4 extracting sha256:09b6f03ffac4cb4e42f8ab0bfc480bd3a3fa20e1ddee37784db63bc886b0cbb3
17:56:14 #4 extracting sha256:09b6f03ffac4cb4e42f8ab0bfc480bd3a3fa20e1ddee37784db63bc886b0cbb3 0.5s done
17:56:14 #4 extracting sha256:dc3f0c679f0f4c39597721c1df5cdb4f9685b26bd789a44eeb406835a1800d5f 0.1s
17:56:14 #4 extracting sha256:dc3f0c679f0f4c39597721c1df5cdb4f9685b26bd789a44eeb406835a1800d5f 0.4s done
17:56:15 #4 extracting sha256:fd4b47407fc30b8206971ec60f280b107b00df8007da2fb912ebb8656b53695e 0.1s
17:56:19 #4 extracting sha256:fd4b47407fc30b8206971ec60f280b107b00df8007da2fb912ebb8656b53695e 3.8s done
17:56:19 #4 extracting sha256:836e4bd1f6034f90e2b7000a6588d17effcc76a071de189816037763bd6d5116
17:56:23 #4 extracting sha256:836e4bd1f6034f90e2b7000a6588d17effcc76a071de189816037763bd6d5116 3.9s done
17:56:23 #4 extracting sha256:0e932c33d0d62128198fdaf6dcb2f71fda2f7d2450276a0fab6657dba7c5eb4f 0.1s
17:56:28 #4 extracting sha256:0e932c33d0d62128198fdaf6dcb2f71fda2f7d2450276a0fab6657dba7c5eb4f 5.4s
17:56:31 #4 extracting sha256:0e932c33d0d62128198fdaf6dcb2f71fda2f7d2450276a0fab6657dba7c5eb4f 7.9s done
17:56:31 #4 extracting sha256:661a1e4b9bc95b5c88b4741aab8cadf291d836a0b8ddda88464d3f54676c850c done
17:56:31 #4 DONE 27.4s
17:56:31 
17:56:31 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
17:56:32 #5 1.099 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
17:56:32 #5 1.119 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
17:56:32 #5 1.119 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:56:33 #5 1.254 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [187 kB]
17:56:33 #5 1.433 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
17:56:33 #5 2.102 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
17:56:34 #5 3.280 Fetched 8338 kB in 2s (3429 kB/s)
17:56:35 #5 3.280 Reading package lists...
17:56:36 #5 4.154 Reading package lists...
17:56:37 #5 5.046 Building dependency tree...
17:56:37 #5 5.226 Reading state information...
17:56:37 #5 5.375 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
17:56:37 #5 5.375 openssl is already the newest version (1.1.1d-0+deb10u2).
17:56:37 #5 5.375 openssl set to manually installed.
17:56:37 #5 5.375 curl is already the newest version (7.64.0-4+deb10u1).
17:56:37 #5 5.375 The following additional packages will be installed:
17:56:37 #5 5.375   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:56:37 #5 5.376   libalgorithm-merge-perl libfakeroot patch xz-utils
17:56:37 #5 5.378 Suggested packages:
17:56:37 #5 5.378   bzip2-doc debian-keyring ed diffutils-doc
17:56:37 #5 5.476 The following NEW packages will be installed:
17:56:37 #5 5.477   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
17:56:37 #5 5.480   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
17:56:37 #5 5.753 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:56:37 #5 5.753 Need to get 2342 kB of archives.
17:56:37 #5 5.753 After this operation, 3601 kB of additional disk space will be used.
17:56:37 #5 5.753 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
17:56:37 #5 5.757 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
17:56:37 #5 5.758 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
17:56:37 #5 5.761 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
17:56:37 #5 5.793 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
17:56:37 #5 5.794 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
17:56:37 #5 5.796 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
17:56:37 #5 5.798 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
17:56:37 #5 5.799 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
17:56:37 #5 5.800 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
17:56:37 #5 5.960 debconf: delaying package configuration, since apt-utils is not installed
17:56:37 #5 5.992 Fetched 2342 kB in 0s (7710 kB/s)
17:56:37 #5 6.013 Selecting previously unselected package bzip2.
17:56:37 #5 6.013 (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 ... 15405 files and directories currently installed.)
17:56:37 #5 6.028 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
17:56:37 #5 6.031 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:56:37 #5 6.067 Selecting previously unselected package xz-utils.
17:56:37 #5 6.070 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
17:56:37 #5 6.073 Unpacking xz-utils (5.2.4-1) ...
17:56:37 #5 6.124 Selecting previously unselected package patch.
17:56:37 #5 6.127 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
17:56:37 #5 6.131 Unpacking patch (2.7.6-3+deb10u1) ...
17:56:37 #5 6.174 Selecting previously unselected package dpkg-dev.
17:56:37 #5 6.177 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
17:56:37 #5 6.181 Unpacking dpkg-dev (1.19.7) ...
17:56:38 #5 6.323 Selecting previously unselected package build-essential.
17:56:38 #5 6.327 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
17:56:38 #5 6.331 Unpacking build-essential (12.6) ...
17:56:38 #5 6.366 Selecting previously unselected package libfakeroot:amd64.
17:56:38 #5 6.370 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
17:56:38 #5 6.376 Unpacking libfakeroot:amd64 (1.23-1) ...
17:56:38 #5 6.409 Selecting previously unselected package fakeroot.
17:56:38 #5 6.413 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
17:56:38 #5 6.416 Unpacking fakeroot (1.23-1) ...
17:56:38 #5 6.453 Selecting previously unselected package libalgorithm-diff-perl.
17:56:38 #5 6.456 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:56:38 #5 6.460 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:56:38 #5 6.491 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:56:38 #5 6.494 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
17:56:38 #5 6.498 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:56:38 #5 6.525 Selecting previously unselected package libalgorithm-merge-perl.
17:56:38 #5 6.528 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
17:56:38 #5 6.532 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:56:38 #5 6.580 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:56:38 #5 6.589 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:56:38 #5 6.598 Setting up libfakeroot:amd64 (1.23-1) ...
17:56:38 #5 6.614 Setting up fakeroot (1.23-1) ...
17:56:38 #5 6.623 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:56:38 #5 6.633 Setting up xz-utils (5.2.4-1) ...
17:56:38 #5 6.641 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:56:38 #5 6.649 Setting up patch (2.7.6-3+deb10u1) ...
17:56:38 #5 6.658 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:56:38 #5 6.667 Setting up libalgorithm-merge-perl (0.08-3) ...
17:56:38 #5 6.675 Setting up dpkg-dev (1.19.7) ...
17:56:38 #5 6.689 Setting up build-essential (12.6) ...
17:56:38 #5 6.699 Processing triggers for libc-bin (2.28-10) ...
17:56:39 #5 DONE 7.4s
17:56:39 
17:56:39 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
17:56:40 #6 0.924   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
17:56:40 #6 0.924                                  Dload  Upload   Total   Spent    Left  Speed
17:56:40 #6 0.924 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   4197      0 --:--:-- --:--:-- --:--:--  4197
17:56:40 #6 1.198 
100 10.3M  100 10.3M    0     0  37.7M      0 --:--:-- --:--:-- --:--:-- 37.7M
17:56:40 #6 DONE 1.3s
17:56:40 
17:56:40 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
17:56:41 #7 DONE 1.4s
17:56:41 
17:56:41 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
17:56:42 #8 DONE 1.3s
17:56:43 
17:56:43 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
17:56:43 #9 DONE 0.0s
17:56:43 
17:56:43 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
17:56:43 #11 DONE 0.1s
17:56:43 
17:56:43 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
17:56:44 #12 0.931 Updating certificates in /etc/ssl/certs...
17:56:44 #12 1.610 1 added, 0 removed; done.
17:56:44 #12 1.610 Running hooks in /etc/ca-certificates/update.d...
17:56:44 #12 1.611 done.
17:56:44 #12 DONE 1.7s
17:56:44 
17:56:44 #13 [9/11] COPY . .
17:56:45 #13 DONE 0.9s
17:56:45 
17:56:45 #14 [10/11] RUN ./scripts/build/binary
17:56:46 #14 0.844 Building statically linked build/docker-linux-amd64
17:58:38 #14 DONE 110.9s
17:58:38 
17:58:38 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
17:58:38 #15 0.645 Building statically linked build/plugins-linux-amd64/docker-helloworld
17:58:40 #15 3.070 Building statically linked build/plugins-linux-amd64/docker-badmeta
17:58:42 #15 5.464 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
17:58:45 #15 DONE 8.6s
17:58:45 
17:58:45 #16 exporting to image
17:58:45 #16 exporting layers
17:58:49 #16 exporting layers 3.7s done
17:58:49 #16 writing image sha256:1950dd03e9628a6e048d5dc3c8eaae77e2ab8ad827e080fc0668491fea71be0e done
17:58:49 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
17:58:49 #16 DONE 3.8s
17:58:49 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
17:58:50 Creating network "cliendtoendsuite_default" with the default driver
17:58:50 Pulling registry (registry:2)...
17:58:50 2: Pulling from library/registry
17:58:52 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
17:58:52 Status: Downloaded newer image for registry:2
17:58:52 Pulling engine (docker:stable-dind)...
17:58:52 stable-dind: Pulling from library/docker
17:58:59 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
17:58:59 Status: Downloaded newer image for docker:stable-dind
17:58:59 Building notary-server
17:58:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:58:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:58:59 server-0.5.0: Pulling from library/notary
17:58:59 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
17:59:00 Status: Downloaded newer image for notary:server-0.5.0
17:59:00  ---> 16b632e954ca
17:59:00 Step 3/3 : COPY ./notary/ /fixtures/
17:59:01  ---> a4ee92f0b4a9
17:59:01 Successfully built a4ee92f0b4a9
17:59:01 Successfully tagged cliendtoendsuite_notary-server:latest
17:59:01 Building evil-notary-server
17:59:01 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:59:01 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:59:01  ---> 16b632e954ca
17:59:01 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:59:01  ---> 6f45bd739630
17:59:01 Successfully built 6f45bd739630
17:59:01 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:59:01 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:59:01 Creating cliendtoendsuite_registry_1           ... 
17:59:01 Creating cliendtoendsuite_notary-server_1      ... 
17:59:01 Creating cliendtoendsuite_engine_1             ... 
17:59:05 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
17:59:05 Client:
17:59:05  Version:           19.03.0-dev
17:59:05  API version:       1.40
17:59:05  Go version:        go1.13.10
17:59:05  Git commit:        
17:59:05  Built:             Sun Apr 19 17:56:46 2020
17:59:05  OS/Arch:           linux/amd64
17:59:05  Experimental:      false
17:59:05 
17:59:05 Server: Docker Engine - Community
17:59:05  Engine:
17:59:05   Version:          19.03.8
17:59:05   API version:      1.40 (minimum version 1.12)
17:59:05   Go version:       go1.12.17
17:59:05   Git commit:       afacb8b7f0
17:59:05   Built:            Wed Mar 11 01:30:32 2020
17:59:05   OS/Arch:          linux/amd64
17:59:05   Experimental:     false
17:59:05  containerd:
17:59:05   Version:          v1.2.13
17:59:05   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
17:59:05  runc:
17:59:05   Version:          1.0.0-rc10
17:59:05   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
17:59:05  docker-init:
17:59:05   Version:          0.18.0
17:59:05   GitCommit:        fec3683
17:59:05 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:59:05 88286f41530e: Pulling fs layer
17:59:05 88286f41530e: Verifying Checksum
17:59:05 88286f41530e: Download complete
17:59:06 88286f41530e: Pull complete
17:59:06 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:59:06 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:59:06 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:59:06 The push refers to repository [registry:5000/alpine]
17:59:06 5bef08742407: Preparing
17:59:06 5bef08742407: Pushed
17:59:06 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:59:06 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:59:06 03b1be98f3f9: Pulling fs layer
17:59:06 03b1be98f3f9: Verifying Checksum
17:59:06 03b1be98f3f9: Download complete
17:59:07 03b1be98f3f9: Pull complete
17:59:07 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:59:07 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:59:07 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:59:07 The push refers to repository [registry:5000/busybox]
17:59:07 6a749002dd6a: Preparing
17:59:07 6a749002dd6a: Pushed
17:59:07 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:59:07 Swarm initialized: current node (82acf5g2usqafbf71vkspb10m) is now a manager.
17:59:07 
17:59:07 To add a worker to this swarm, run the following command:
17:59:07 
17:59:07     docker swarm join --token SWMTKN-1-0stzslqi2g73hau4zyk76bv8ygy84aj0xxencfw72ifn8n1bq8-9ol9nsw91mn1gr1c7n1pu46k1 172.18.0.4:2377
17:59:07 
17:59:07 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:59:07 
17:59:46 ✓  e2e/cli-plugins (2.945s)
17:59:46 ∅  e2e/cli-plugins/plugins/badmeta
17:59:46 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:59:46 ✓  e2e/context (43ms)
17:59:52 ✓  e2e/container (7.405s)
17:59:57 ✓  e2e/plugin (3.764s)
17:59:57 ✓  e2e/stack (584ms)
17:59:58 ✓  e2e/system (70ms)
17:59:58 ✓  e2e/image (11.296s)
17:59:58 ∅  e2e/internal/fixtures
17:59:58 ∅  e2e/plugin/basic
18:00:01 ✓  e2e/trust (2.058s)
18:00:01 
18:00:01 === Skipped
18:00:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:00:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:00:01 
18:00:01 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
18:00:01     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:00:01 
18:00:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:00:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:00:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:00:01 
18:00:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:00:01     --- SKIP: TestRemove/Kubernetes (0.00s)
18:00:01         remove_test.go:22: !environment.KubernetesEnabled()
18:00:01 
18:00:01 
18:00:01 DONE 88 tests, 4 skipped in 53.213s
18:00:01 Stopping cliendtoendsuite_engine_1             ... 
18:00:01 Stopping cliendtoendsuite_registry_1           ... 
18:00:01 Stopping cliendtoendsuite_notary-server_1      ... 
18:00:01 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:00:03 
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_engine_1             ... 
18:00:03 Removing cliendtoendsuite_registry_1           ... 
18:00:03 Removing cliendtoendsuite_notary-server_1      ... 
18:00:03 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:00:03 
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
18:00:03 Removing image cliendtoendsuite_notary-server
18:00:03 Removing image cliendtoendsuite_evil-notary-server
18:00:04 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e2
18:00:05 Creating network "cliendtoendsuite_default" with the default driver
18:00:05 Building evil-notary-server
18:00:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:00:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:00:05  ---> 16b632e954ca
18:00:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:00:05  ---> 408bedce9b06
18:00:05 Successfully built 408bedce9b06
18:00:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:00:05 Building notary-server
18:00:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:00:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:00:05  ---> 16b632e954ca
18:00:05 Step 3/3 : COPY ./notary/ /fixtures/
18:00:05  ---> c765fea70ec0
18:00:05 Successfully built c765fea70ec0
18:00:05 Successfully tagged cliendtoendsuite_notary-server:latest
18:00:05 Creating cliendtoendsuite_engine_1 ... 
18:00:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:00:05 Creating cliendtoendsuite_notary-server_1      ... 
18:00:05 Creating cliendtoendsuite_registry_1           ... 
18:00:11 
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.2:2375
18:00:11 Client:
18:00:11  Version:           19.03.0-dev
18:00:11  API version:       1.40
18:00:11  Go version:        go1.13.10
18:00:11  Git commit:        
18:00:11  Built:             Sun Apr 19 17:56:46 2020
18:00:11  OS/Arch:           linux/amd64
18:00:11  Experimental:      false
18:00:11 
18:00:11 Server: Docker Engine - Community
18:00:11  Engine:
18:00:11   Version:          19.03.8
18:00:11   API version:      1.40 (minimum version 1.12)
18:00:11   Go version:       go1.12.17
18:00:11   Git commit:       afacb8b7f0
18:00:11   Built:            Wed Mar 11 01:30:32 2020
18:00:11   OS/Arch:          linux/amd64
18:00:11   Experimental:     true
18:00:11  containerd:
18:00:11   Version:          v1.2.13
18:00:11   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
18:00:11  runc:
18:00:11   Version:          1.0.0-rc10
18:00:11   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:00:11  docker-init:
18:00:11   Version:          0.18.0
18:00:11   GitCommit:        fec3683
18:00:11 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:00:11 88286f41530e: Pulling fs layer
18:00:11 88286f41530e: Verifying Checksum
18:00:11 88286f41530e: Download complete
18:00:11 88286f41530e: Pull complete
18:00:11 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:00:11 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:00:11 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:00:11 The push refers to repository [registry:5000/alpine]
18:00:11 5bef08742407: Preparing
18:00:11 5bef08742407: Pushed
18:00:11 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:00:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:00:12 03b1be98f3f9: Pulling fs layer
18:00:12 03b1be98f3f9: Verifying Checksum
18:00:12 03b1be98f3f9: Download complete
18:00:12 03b1be98f3f9: Pull complete
18:00:12 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:00:12 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:00:12 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:00:12 The push refers to repository [registry:5000/busybox]
18:00:12 6a749002dd6a: Preparing
18:00:12 6a749002dd6a: Pushed
18:00:12 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:00:13 Swarm initialized: current node (id35m81ftq6nil6avqenfcakj) is now a manager.
18:00:13 
18:00:13 To add a worker to this swarm, run the following command:
18:00:13 
18:00:13     docker swarm join --token SWMTKN-1-26ofq4zxg2pizv825worhnhe4uhhcs7rgnxlbo1se3lt2d58so-32nlgczukxev47wem3yqamoso 172.19.0.2:2377
18:00:13 
18:00:13 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:00:13 
18:00:39 ✓  e2e/cli-plugins (2.788s)
18:00:39 ∅  e2e/cli-plugins/plugins/badmeta
18:00:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:00:39 ✓  e2e/context (49ms)
18:00:43 ✓  e2e/container (7.398s)
18:00:47 ✓  e2e/plugin (3.012s)
18:00:48 ✓  e2e/stack (577ms)
18:00:49 ✓  e2e/system (91ms)
18:00:53 ✓  e2e/trust (3.391s)
18:00:53 ✓  e2e/image (14.187s)
18:00:53 ∅  e2e/internal/fixtures
18:00:53 ∅  e2e/plugin/basic
18:00:53 
18:00:53 === Skipped
18:00:53 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:00:53     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:00:53 
18:00:53 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:00:53     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:00:53         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:00:53 
18:00:53 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:00:53     --- SKIP: TestRemove/Kubernetes (0.00s)
18:00:53         remove_test.go:22: !environment.KubernetesEnabled()
18:00:53 
18:00:53 
18:00:53 DONE 88 tests, 3 skipped in 40.189s
18:00:53 Stopping cliendtoendsuite_registry_1           ... 
18:00:53 Stopping cliendtoendsuite_notary-server_1      ... 
18:00:53 Stopping cliendtoendsuite_engine_1             ... 
18:00:53 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:00:55 
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_registry_1           ... 
18:00:55 Removing cliendtoendsuite_notary-server_1      ... 
18:00:55 Removing cliendtoendsuite_engine_1             ... 
18:00:55 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:00:55 
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
18:00:55 Removing image cliendtoendsuite_notary-server
18:00:55 Removing image cliendtoendsuite_evil-notary-server
18:00:56 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.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
18:00:57 Creating network "cliendtoendsuite_default" with the default driver
18:00:57 Building engine
18:00:57 Step 1/6 : FROM docker:test-dind
18:00:57 test-dind: Pulling from library/docker
18:00:57 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
18:00:57 Status: Downloaded newer image for docker:test-dind
18:00:57  ---> a6e51fd179fb
18:00:57 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
18:00:57  ---> Running in 2615098b0841
18:00:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
18:00:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
18:00:59 (1/4) Installing openssh-server-common (8.1_p1-r0)
18:00:59 (2/4) Installing openssh-server (8.1_p1-r0)
18:00:59 (3/4) Installing linux-pam (1.3.1-r1)
18:00:59 (4/4) Installing shadow (4.7-r1)
18:00:59 Executing busybox-1.31.1-r9.trigger
18:00:59 OK: 29 MiB in 49 packages
18:00:59 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:01:00 Removing intermediate container 2615098b0841
18:01:00  ---> 113af97ab50c
18:01:00 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
18:01:00  ---> Running in 413bd5fe9a32
18:01:01 Removing intermediate container 413bd5fe9a32
18:01:01  ---> 800053c35da4
18:01:01 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
18:01:01  ---> ceb08e5b6f4e
18:01:01 Step 5/6 : EXPOSE 22
18:01:01  ---> Running in 9e61acae745b
18:01:01 Removing intermediate container 9e61acae745b
18:01:01  ---> 413336cfe85e
18:01:01 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
18:01:02  ---> Running in c654f22aae08
18:01:02 Removing intermediate container c654f22aae08
18:01:02  ---> fc7c99646242
18:01:02 Successfully built fc7c99646242
18:01:02 Successfully tagged docker:stable-dind
18:01:02 Building evil-notary-server
18:01:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:01:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:01:02  ---> 16b632e954ca
18:01:02 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:01:02  ---> a567c8387b1c
18:01:02 Successfully built a567c8387b1c
18:01:02 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:01:02 Building notary-server
18:01:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:01:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:01:02  ---> 16b632e954ca
18:01:02 Step 3/3 : COPY ./notary/ /fixtures/
18:01:02  ---> 5af7e9564a2c
18:01:02 Successfully built 5af7e9564a2c
18:01:02 Successfully tagged cliendtoendsuite_notary-server:latest
18:01:02 Creating cliendtoendsuite_engine_1 ... 
18:01:02 Creating cliendtoendsuite_registry_1 ... 
18:01:02 Creating cliendtoendsuite_notary-server_1 ... 
18:01:02 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:01:07 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
18:01:08 Client:
18:01:08  Version:           19.03.0-dev
18:01:08  API version:       1.40
18:01:08  Go version:        go1.13.10
18:01:08  Git commit:        
18:01:08  Built:             Sun Apr 19 17:56:46 2020
18:01:08  OS/Arch:           linux/amd64
18:01:08  Experimental:      false
18:01:08 
18:01:08 Server: Docker Engine - Community
18:01:08  Engine:
18:01:08   Version:          19.03.8
18:01:08   API version:      1.40 (minimum version 1.12)
18:01:08   Go version:       go1.12.17
18:01:08   Git commit:       afacb8b7f0
18:01:08   Built:            Wed Mar 11 01:30:32 2020
18:01:08   OS/Arch:          linux/amd64
18:01:08   Experimental:     true
18:01:08  containerd:
18:01:08   Version:          v1.2.13
18:01:08   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
18:01:08  runc:
18:01:08   Version:          1.0.0-rc10
18:01:08   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:08  docker-init:
18:01:08   Version:          0.18.0
18:01:08   GitCommit:        fec3683
18:01:08 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:01:08 88286f41530e: Pulling fs layer
18:01:08 88286f41530e: Verifying Checksum
18:01:08 88286f41530e: Download complete
18:01:08 88286f41530e: Pull complete
18:01:08 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:01:08 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:01:08 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:01:09 The push refers to repository [registry:5000/alpine]
18:01:09 5bef08742407: Preparing
18:01:09 5bef08742407: Pushed
18:01:09 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:01:10 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:01:10 03b1be98f3f9: Pulling fs layer
18:01:10 03b1be98f3f9: Verifying Checksum
18:01:10 03b1be98f3f9: Download complete
18:01:10 03b1be98f3f9: Pull complete
18:01:10 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:01:10 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:01:10 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:01:11 The push refers to repository [registry:5000/busybox]
18:01:11 6a749002dd6a: Preparing
18:01:11 6a749002dd6a: Pushed
18:01:11 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:01:12 Swarm initialized: current node (125znphxk9qmjaw1wsrwwre5r) is now a manager.
18:01:12 
18:01:12 To add a worker to this swarm, run the following command:
18:01:12 
18:01:12     docker swarm join --token SWMTKN-1-495yddqhjxispuhnv4z0j1h4hq29gyv2cpfs5cymqgstyqkxj5-d9kzac6l3mkcc7oeg6fboonmp 172.20.0.5:2377
18:01:12 
18:01:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:01:12 
18:01:50 ✓  e2e/cli-plugins (13.556s)
18:01:50 ∅  e2e/cli-plugins/plugins/badmeta
18:01:50 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:01:50 ✓  e2e/context (32ms)
18:01:52 ✓  e2e/container (17.555s)
18:01:57 ✓  e2e/plugin (4.259s)
18:01:59 ✓  e2e/stack (2.153s)
18:02:00 ✓  e2e/system (302ms)
18:02:08 ✓  e2e/trust (6.485s)
18:02:14 ✓  e2e/image (24.942s)
18:02:14 ∅  e2e/internal/fixtures
18:02:14 ∅  e2e/plugin/basic
18:02:14 
18:02:14 === Skipped
18:02:14 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:02:14     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:02:14 
18:02:14 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:02:14     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:02:14         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:02:14 
18:02:14 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:02:14     --- SKIP: TestRemove/Kubernetes (0.00s)
18:02:14         remove_test.go:22: !environment.KubernetesEnabled()
18:02:14 
18:02:14 
18:02:14 DONE 88 tests, 3 skipped in 61.201s
18:02:14 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:02:14 Stopping cliendtoendsuite_engine_1             ... 
18:02:14 Stopping cliendtoendsuite_notary-server_1      ... 
18:02:14 Stopping cliendtoendsuite_registry_1           ... 
18:02:15 
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_evil-notary-server_1 ... 
18:02:15 Removing cliendtoendsuite_engine_1             ... 
18:02:15 Removing cliendtoendsuite_notary-server_1      ... 
18:02:15 Removing cliendtoendsuite_registry_1           ... 
18:02:15 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
18:02:15 Removing image cliendtoendsuite_notary-server
18:02: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