Skip to content
Success

Console Output

Pull request #1940 updated
18:22:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 016a3232168d01923cbc6c47d6f05d008e1c7edf rather than 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad
Obtained Jenkinsfile from 016a3232168d01923cbc6c47d6f05d008e1c7edf
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c33334dd431daff2) in /home/ubuntu/workspace/cli_PR-1940
[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-1940@tmp/32581f9e-c7ed-482c-96b6-362baf8b28a1/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
18:22:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:22:18 chowning workspace
[Pipeline] sh
18:22:19 + uname -m
[Pipeline] sh
18:22:19 + pwd
18:22:19 + id -u
18:22:19 + id -g
18:22:19 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1940:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:22:20 Removing all docker containers
[Pipeline] sh
18:22:20 + docker container ls -aq
[Pipeline] echo
18:22:20 Docker containers have been removed
[Pipeline] echo
18:22:20 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:22:20 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:22:20 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:22:20 Using the ‘stage’ step without a block argument is deprecated
18:22:20 Entering stage Git Checkout
18:22:20 Proceeding
[Pipeline] checkout
18:22:20 using credential docker-jenkins-github-credentials
18:22:20 Cloning the remote Git repository
18:22:20 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1940 # 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/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
18:22:23 Fetching without tags
18:22:23 Merging remotes/origin/master commit 016a3232168d01923cbc6c47d6f05d008e1c7edf into PR head commit 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1940/head:refs/remotes/origin/PR-1940 # 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/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad
18:22:24 Merge succeeded, producing 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad
18:22:24 Checking out Revision 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad (PR-1940)
18:22:24 Commit message: "Bump moby + swarmkit"
18:22:24 First time build. Skipping changelog.
 > git merge 016a3232168d01923cbc6c47d6f05d008e1c7edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fab7bdd849ade0f4087dbf3aa2c738d5c24a2ad
 > git rev-list --no-walk 2e26f8699ae481079e47e7b3bd630452bbe1a0f4 # timeout=10
[Pipeline] stage
18:22:25 Using the ‘stage’ step without a block argument is deprecated
18:22:25 Entering stage Run end-to-end test suite
18:22:25 Proceeding
[Pipeline] sh
18:22:25 + docker version
18:22:25 Client: Docker Engine - Community
18:22:25  Version:           19.03.1
18:22:25  API version:       1.40
18:22:25  Go version:        go1.12.5
18:22:25  Git commit:        74b1e89
18:22:25  Built:             Thu Jul 25 21:21:05 2019
18:22:25  OS/Arch:           linux/amd64
18:22:25  Experimental:      false
18:22:25 
18:22:25 Server: Docker Engine - Community
18:22:25  Engine:
18:22:25   Version:          19.03.1
18:22:25   API version:      1.40 (minimum version 1.12)
18:22:25   Go version:       go1.12.5
18:22:25   Git commit:       74b1e89
18:22:25   Built:            Thu Jul 25 21:19:41 2019
18:22:25   OS/Arch:          linux/amd64
18:22:25   Experimental:     true
18:22:25  containerd:
18:22:25   Version:          1.2.6
18:22:25   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:22:25  runc:
18:22:25   Version:          1.0.0-rc8
18:22:25   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:22:25  docker-init:
18:22:25   Version:          0.18.0
18:22:25   GitCommit:        fec3683
[Pipeline] sh
18:22:25 + docker info
18:22:26 Client:
18:22:26  Debug Mode: false
18:22:26 
18:22:26 Server:
18:22:26  Containers: 0
18:22:26   Running: 0
18:22:26   Paused: 0
18:22:26   Stopped: 0
18:22:26  Images: 20
18:22:26  Server Version: 19.03.1
18:22:26  Storage Driver: overlay2
18:22:26   Backing Filesystem: extfs
18:22:26   Supports d_type: true
18:22:26   Native Overlay Diff: true
18:22:26  Logging Driver: json-file
18:22:26  Cgroup Driver: cgroupfs
18:22:26  Plugins:
18:22:26   Volume: local
18:22:26   Network: bridge host ipvlan macvlan null overlay
18:22:26   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:22:26  Swarm: inactive
18:22:26  Runtimes: runc
18:22:26  Default Runtime: runc
18:22:26  Init Binary: docker-init
18:22:26  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:22:26  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
18:22:26  init version: fec3683
18:22:26  Security Options:
18:22:26   apparmor
18:22:26   seccomp
18:22:26    Profile: default
18:22:26  Kernel Version: 4.15.0-1047-aws
18:22:26  Operating System: Ubuntu 18.04.3 LTS
18:22:26  OSType: linux
18:22:26  Architecture: x86_64
18:22:26  CPUs: 2
18:22:26  Total Memory: 7.501GiB
18:22:26  Name: ip-10-100-41-6
18:22:26  ID: OXA5:D5HW:QK7M:DYW2:2MRO:3YZL:R76D:SOAZ:VBQ7:6J3N:M67H:EARG
18:22:26  Docker Root Dir: /var/lib/docker
18:22:26  Debug Mode: false
18:22:26  Username: dockerbuildbot
18:22:26  Registry: https://index.docker.io/v1/
18:22:26  Labels:
18:22:26  Experimental: true
18:22:26  Insecure Registries:
18:22:26   127.0.0.0/8
18:22:26  Live Restore Enabled: true
18:22:26 
18:22:26 WARNING: No swap limit support
[Pipeline] sh
18:22:26 + E2E_UNIQUE_ID=clie2e6 IMAGE_TAG=clie2e6 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:22:26 docker build -t docker-cli-e2eclie2e6 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:22:26 #2 [internal] load build definition from Dockerfile.e2e
18:22:26 #2 transferring dockerfile: 1.58kB done
18:22:26 #2 DONE 0.0s
18:22:26 
18:22:26 #1 [internal] load .dockerignore
18:22:26 #1 transferring context: 100B done
18:22:26 #1 DONE 0.0s
18:22:26 
18:22:26 #3 [internal] load metadata for docker.io/library/golang:1.12.9
18:22:26 #3 DONE 0.3s
18:22:26 
18:22:26 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:0b7fce2fa148ea2684a09...
18:22:26 #4 resolve docker.io/library/golang:1.12.9@sha256:0b7fce2fa148ea2684a09384c3261a5d14021a61850db163d8775d992440fb2c done
18:22:26 #4 sha256:80bb9c6de3f283616ab9308cc700ad96354dbafb980c5642111b1f149f2a2a63 5.46kB / 5.46kB done
18:22:26 #4 sha256:0b7fce2fa148ea2684a09384c3261a5d14021a61850db163d8775d992440fb2c 2.16kB / 2.16kB done
18:22:26 #4 sha256:4e30d0c3a58c9e2a493fb567fdc8d2cf6181d900b0edc369eab87c2cbc6272ad 1.79kB / 1.79kB done
18:22:26 #4 DONE 0.1s
18:22:26 
18:22:26 #10 [internal] load build context
18:22:28 #10 transferring context: 42.32MB 1.3s done
18:22:28 #10 DONE 1.3s
18:22:28 
18:22:28 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:22:28 #5 1.343 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
18:22:28 #5 1.495 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [85.0 kB]
18:22:28 #5 1.592 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
18:22:28 #5 1.597 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
18:22:28 #5 1.692 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
18:22:28 #5 1.823 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
18:22:29 #5 2.925 Fetched 8194 kB in 2s (5150 kB/s)
18:22:30 #5 2.925 Reading package lists...
18:22:30 #5 3.516 Reading package lists...
18:22:30 #5 4.102 Building dependency tree...
18:22:30 #5 4.215 Reading state information...
18:22:30 #5 4.312 curl is already the newest version (7.64.0-4).
18:22:30 #5 4.312 openssh-client is already the newest version (1:7.9p1-10).
18:22:30 #5 4.312 openssl is already the newest version (1.1.1c-1).
18:22:30 #5 4.312 openssl set to manually installed.
18:22:30 #5 4.312 The following additional packages will be installed:
18:22:30 #5 4.312   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
18:22:30 #5 4.313   libalgorithm-merge-perl libbz2-1.0 libfakeroot patch xz-utils
18:22:30 #5 4.313 Suggested packages:
18:22:30 #5 4.313   bzip2-doc debian-keyring ed diffutils-doc
18:22:31 #5 4.379 The following NEW packages will be installed:
18:22:31 #5 4.379   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
18:22:31 #5 4.379   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
18:22:31 #5 4.380 The following packages will be upgraded:
18:22:31 #5 4.381   libbz2-1.0
18:22:31 #5 4.647 1 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
18:22:31 #5 4.647 Need to get 2388 kB of archives.
18:22:31 #5 4.647 After this operation, 3601 kB of additional disk space will be used.
18:22:31 #5 4.647 Get:1 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB]
18:22:31 #5 4.650 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:22:31 #5 4.651 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:22:31 #5 4.656 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
18:22:31 #5 4.658 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
18:22:31 #5 4.681 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
18:22:31 #5 4.682 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
18:22:31 #5 4.683 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
18:22:31 #5 4.684 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
18:22:31 #5 4.684 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
18:22:31 #5 4.685 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
18:22:31 #5 4.878 debconf: delaying package configuration, since apt-utils is not installed
18:22:31 #5 4.905 Fetched 2388 kB in 0s (8151 kB/s)
18:22:31 #5 4.943 (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.)
18:22:31 #5 5.062 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ...
18:22:31 #5 5.084 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ...
18:22:31 #5 5.141 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ...
18:22:31 #5 5.181 Selecting previously unselected package bzip2.
18:22:31 #5 5.181 (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.)
18:22:31 #5 5.189 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:22:31 #5 5.193 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:22:31 #5 5.233 Selecting previously unselected package xz-utils.
18:22:31 #5 5.233 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
18:22:31 #5 5.237 Unpacking xz-utils (5.2.4-1) ...
18:22:31 #5 5.282 Selecting previously unselected package patch.
18:22:32 #5 5.284 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
18:22:32 #5 5.310 Unpacking patch (2.7.6-3+deb10u1) ...
18:22:32 #5 5.364 Selecting previously unselected package dpkg-dev.
18:22:32 #5 5.366 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
18:22:32 #5 5.371 Unpacking dpkg-dev (1.19.7) ...
18:22:32 #5 5.493 Selecting previously unselected package build-essential.
18:22:32 #5 5.495 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
18:22:32 #5 5.507 Unpacking build-essential (12.6) ...
18:22:32 #5 5.563 Selecting previously unselected package libfakeroot:amd64.
18:22:32 #5 5.563 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
18:22:32 #5 5.569 Unpacking libfakeroot:amd64 (1.23-1) ...
18:22:32 #5 5.609 Selecting previously unselected package fakeroot.
18:22:32 #5 5.611 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
18:22:32 #5 5.616 Unpacking fakeroot (1.23-1) ...
18:22:32 #5 5.661 Selecting previously unselected package libalgorithm-diff-perl.
18:22:32 #5 5.663 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
18:22:32 #5 5.671 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
18:22:32 #5 5.709 Selecting previously unselected package libalgorithm-diff-xs-perl.
18:22:32 #5 5.711 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
18:22:32 #5 5.715 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:22:32 #5 5.747 Selecting previously unselected package libalgorithm-merge-perl.
18:22:32 #5 5.749 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
18:22:32 #5 5.754 Unpacking libalgorithm-merge-perl (0.08-3) ...
18:22:32 #5 5.791 Setting up libalgorithm-diff-perl (1.19.03-2) ...
18:22:32 #5 5.803 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:22:32 #5 5.818 Setting up libfakeroot:amd64 (1.23-1) ...
18:22:32 #5 5.843 Setting up fakeroot (1.23-1) ...
18:22:32 #5 5.867 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
18:22:32 #5 5.879 Setting up xz-utils (5.2.4-1) ...
18:22:32 #5 5.889 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:22:32 #5 5.898 Setting up patch (2.7.6-3+deb10u1) ...
18:22:32 #5 5.911 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:22:32 #5 5.923 Setting up libalgorithm-merge-perl (0.08-3) ...
18:22:32 #5 5.937 Setting up dpkg-dev (1.19.7) ...
18:22:32 #5 5.957 Setting up build-essential (12.6) ...
18:22:32 #5 5.970 Processing triggers for libc-bin (2.28-10) ...
18:22:33 #5 DONE 6.8s
18:22:33 
18:22:33 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
18:22:34 #6 0.673   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:22:34 #6 0.675                                  Dload  Upload   Total   Spent    Left  Speed
18:22:34 #6 0.676 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7345      0 --:--:-- --:--:-- --:--:--  7345
18:22:34 #6 0.877 
100 10.3M  100 10.3M    0     0  51.0M      0 --:--:-- --:--:-- --:--:-- 51.0M
18:22:34 #6 DONE 1.0s
18:22:34 
18:22:34 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
18:22:35 #7 DONE 1.0s
18:22:35 
18:22:35 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
18:22:36 #8 DONE 1.0s
18:22:36 
18:22:36 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:22:36 #9 DONE 0.0s
18:22:36 
18:22:36 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:22:36 #11 DONE 0.1s
18:22:36 
18:22:36 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:22:37 #12 0.607 Updating certificates in /etc/ssl/certs...
18:22:38 #12 1.228 1 added, 0 removed; done.
18:22:38 #12 1.228 Running hooks in /etc/ca-certificates/update.d...
18:22:38 #12 1.230 done.
18:22:38 #12 DONE 1.3s
18:22:38 
18:22:38 #13 [9/11] COPY . .
18:22:38 #13 DONE 0.7s
18:22:38 
18:22:38 #14 [10/11] RUN ./scripts/build/binary
18:22:39 #14 0.703 Building statically linked build/docker-linux-amd64
18:24:01 #14 DONE 70.3s
18:24:01 
18:24:01 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
18:24:01 #15 0.640 Building statically linked build/plugins-linux-amd64/docker-helloworld
18:24:01 #15 2.533 Building statically linked build/plugins-linux-amd64/docker-badmeta
18:24:01 #15 4.231 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
18:24:01 #15 DONE 6.4s
18:24:01 
18:24:01 #16 exporting to image
18:24:01 #16 exporting layers
18:24:01 #16 exporting layers 2.4s done
18:24:01 #16 writing image sha256:2a45350e991714704549b4aec1066fc1a384ef79b7957464b5537cc4ad4747fd done
18:24:01 #16 naming to docker.io/library/docker-cli-e2eclie2e6 done
18:24:01 #16 DONE 2.4s
18:24:01 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-e2eclie2e6
18:24:01 Creating network "cliendtoendsuite_default" with the default driver
18:24:01 Pulling registry (registry:2)...
18:24:01 2: Pulling from library/registry
18:24:01 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
18:24:01 Status: Downloaded newer image for registry:2
18:24:01 Pulling engine (docker:stable-dind)...
18:24:01 stable-dind: Pulling from library/docker
18:24:04 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:24:04 Status: Downloaded newer image for docker:stable-dind
18:24:04 Building notary-server
18:24:04 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:04 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:04 server-0.5.0: Pulling from library/notary
18:24:05 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
18:24:05 Status: Downloaded newer image for notary:server-0.5.0
18:24:05  ---> 16b632e954ca
18:24:05 Step 3/3 : COPY ./notary/ /fixtures/
18:24:06  ---> 2dc6dfed1148
18:24:06 Successfully built 2dc6dfed1148
18:24:06 Successfully tagged cliendtoendsuite_notary-server:latest
18:24:06 Building evil-notary-server
18:24:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:06  ---> 16b632e954ca
18:24:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:24:06  ---> 173ad6893e8a
18:24:06 Successfully built 173ad6893e8a
18:24:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:24:06 Creating cliendtoendsuite_registry_1 ... 
18:24:06 Creating cliendtoendsuite_engine_1   ... 
18:24:06 Creating cliendtoendsuite_notary-server_1 ... 
18:24:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:24:10 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.2:2375
18:24:10 Client:
18:24:10  Version:           19.09.0-dev
18:24:10  API version:       1.40 (downgraded from 1.41)
18:24:10  Go version:        go1.12.9
18:24:10  Git commit:        
18:24:10  Built:             Tue Sep 10 18:22:39 2019
18:24:10  OS/Arch:           linux/amd64
18:24:10  Experimental:      false
18:24:10 
18:24:10 Server: Docker Engine - Community
18:24:10  Engine:
18:24:10   Version:          19.03.2
18:24:10   API version:      1.40 (minimum version 1.12)
18:24:10   Go version:       go1.12.8
18:24:10   Git commit:       6a30dfca03
18:24:10   Built:            Thu Aug 29 05:32:56 2019
18:24:10   OS/Arch:          linux/amd64
18:24:10   Experimental:     false
18:24:10  containerd:
18:24:10   Version:          v1.2.6
18:24:10   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:24:10  runc:
18:24:10   Version:          1.0.0-rc8
18:24:10   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:24:10  docker-init:
18:24:10   Version:          0.18.0
18:24:10   GitCommit:        fec3683
18:24:10 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:24:10 88286f41530e: Pulling fs layer
18:24:10 88286f41530e: Verifying Checksum
18:24:10 88286f41530e: Download complete
18:24:10 88286f41530e: Pull complete
18:24:10 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:10 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:10 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:10 The push refers to repository [registry:5000/alpine]
18:24:10 5bef08742407: Preparing
18:24:11 5bef08742407: Pushed
18:24:11 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:24:11 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:24:11 03b1be98f3f9: Pulling fs layer
18:24:11 03b1be98f3f9: Verifying Checksum
18:24:11 03b1be98f3f9: Download complete
18:24:11 03b1be98f3f9: Pull complete
18:24:11 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:11 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:11 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:12 The push refers to repository [registry:5000/busybox]
18:24:12 6a749002dd6a: Preparing
18:24:12 6a749002dd6a: Pushed
18:24:12 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:24:12 Swarm initialized: current node (ro4gr3phn5n99u9plnqn9h0a4) is now a manager.
18:24:12 
18:24:12 To add a worker to this swarm, run the following command:
18:24:12 
18:24:12     docker swarm join --token SWMTKN-1-4bucuvxf2xqp2fgegg25250z72vslk1tkjanug3gkj20f3c0wp-3j9hlybhp6ojlfp4rj4ljw15z 172.18.0.2:2377
18:24:12 
18:24:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:24:12 
18:24:39 ✓  e2e/cli-plugins (2.533s)
18:24:39 ∅  e2e/cli-plugins/plugins/badmeta
18:24:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:24:39 ✓  e2e/context (53ms)
18:24:45 ✓  e2e/container (8.063s)
18:24:49 ✓  e2e/plugin (3.752s)
18:24:51 ✓  e2e/stack (645ms)
18:24:51 ✓  e2e/image (11.733s)
18:24:51 ∅  e2e/internal/fixtures
18:24:51 ∅  e2e/plugin/basic
18:24:51 ✓  e2e/system (87ms)
18:24:54 ✓  e2e/trust (2.161s)
18:24:54 
18:24:54 === Skipped
18:24:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:24:54     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:24:54 
18:24:54 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
18:24:54     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:24:54 
18:24:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:24:54     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:24:54         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:24:54 
18:24:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:24:54     --- SKIP: TestRemove/Kubernetes (0.00s)
18:24:54         remove_test.go:22: !environment.KubernetesEnabled()
18:24:54 
18:24:54 
18:24:54 DONE 88 tests, 4 skipped in 41.555s
18:24:54 Stopping cliendtoendsuite_registry_1           ... 
18:24:54 Stopping cliendtoendsuite_notary-server_1      ... 
18:24:54 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:24:54 Stopping cliendtoendsuite_engine_1             ... 
18:24:56 
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_registry_1           ... 
18:24:56 Removing cliendtoendsuite_notary-server_1      ... 
18:24:56 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:24:56 Removing cliendtoendsuite_engine_1             ... 
18:24:56 
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
18:24:56 Removing image cliendtoendsuite_notary-server
18:24:56 Removing image cliendtoendsuite_evil-notary-server
18:24:57 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-e2eclie2e6
18:24:58 Creating network "cliendtoendsuite_default" with the default driver
18:24:58 Building evil-notary-server
18:24:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:58  ---> 16b632e954ca
18:24:58 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:24:58  ---> 4aab06d6a599
18:24:58 Successfully built 4aab06d6a599
18:24:58 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:24:58 Building notary-server
18:24:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:58  ---> 16b632e954ca
18:24:58 Step 3/3 : COPY ./notary/ /fixtures/
18:24:59  ---> 796a428228d0
18:24:59 Successfully built 796a428228d0
18:24:59 Successfully tagged cliendtoendsuite_notary-server:latest
18:24:59 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:24:59 Creating cliendtoendsuite_engine_1             ... 
18:24:59 Creating cliendtoendsuite_registry_1           ... 
18:24:59 Creating cliendtoendsuite_notary-server_1      ... 
18:25:03 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.2:2375
18:25:03 Client:
18:25:03  Version:           19.09.0-dev
18:25:03  API version:       1.40 (downgraded from 1.41)
18:25:03  Go version:        go1.12.9
18:25:03  Git commit:        
18:25:03  Built:             Tue Sep 10 18:22:39 2019
18:25:03  OS/Arch:           linux/amd64
18:25:03  Experimental:      false
18:25:03 
18:25:03 Server: Docker Engine - Community
18:25:03  Engine:
18:25:03   Version:          19.03.2
18:25:03   API version:      1.40 (minimum version 1.12)
18:25:03   Go version:       go1.12.8
18:25:03   Git commit:       6a30dfca03
18:25:03   Built:            Thu Aug 29 05:32:56 2019
18:25:03   OS/Arch:          linux/amd64
18:25:03   Experimental:     true
18:25:03  containerd:
18:25:03   Version:          v1.2.6
18:25:03   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:25:03  runc:
18:25:03   Version:          1.0.0-rc8
18:25:03   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:25:03  docker-init:
18:25:03   Version:          0.18.0
18:25:03   GitCommit:        fec3683
18:25:03 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:25:03 88286f41530e: Pulling fs layer
18:25:04 88286f41530e: Verifying Checksum
18:25:04 88286f41530e: Download complete
18:25:04 88286f41530e: Pull complete
18:25:04 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:25:04 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:25:04 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:25:04 The push refers to repository [registry:5000/alpine]
18:25:04 5bef08742407: Preparing
18:25:04 5bef08742407: Pushed
18:25:04 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:25:04 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:25:04 03b1be98f3f9: Pulling fs layer
18:25:05 03b1be98f3f9: Verifying Checksum
18:25:05 03b1be98f3f9: Download complete
18:25:05 03b1be98f3f9: Pull complete
18:25:05 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:25:05 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:25:05 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:25:05 The push refers to repository [registry:5000/busybox]
18:25:05 6a749002dd6a: Preparing
18:25:05 6a749002dd6a: Pushed
18:25:05 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:25:06 Swarm initialized: current node (w0reixy6j7rojvl519z64wrhp) is now a manager.
18:25:06 
18:25:06 To add a worker to this swarm, run the following command:
18:25:06 
18:25:06     docker swarm join --token SWMTKN-1-17iiquvko3yibrskvxibqamqnicvdc8rpvrpupe39616hu21m5-e3jufiszibheijymcax6ac8co 172.19.0.2:2377
18:25:06 
18:25:06 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:25:06 
18:25:32 ✓  e2e/cli-plugins (2.648s)
18:25:32 ∅  e2e/cli-plugins/plugins/badmeta
18:25:32 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:25:32 ✓  e2e/context (52ms)
18:25:36 ✓  e2e/container (8.263s)
18:25:40 ✓  e2e/plugin (3.26s)
18:25:41 ✓  e2e/stack (601ms)
18:25:42 ✓  e2e/system (56ms)
18:25:46 ✓  e2e/image (14.767s)
18:25:46 ∅  e2e/internal/fixtures
18:25:46 ∅  e2e/plugin/basic
18:25:46 ✓  e2e/trust (3.415s)
18:25:46 
18:25:46 === Skipped
18:25:46 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:25:46     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:25:46 
18:25:46 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:25:46     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:25:46         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:25:46 
18:25:46 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:25:46     --- SKIP: TestRemove/Kubernetes (0.00s)
18:25:46         remove_test.go:22: !environment.KubernetesEnabled()
18:25:46 
18:25:46 
18:25:46 DONE 88 tests, 3 skipped in 40.136s
18:25:46 Stopping cliendtoendsuite_notary-server_1      ... 
18:25:46 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:25:46 Stopping cliendtoendsuite_registry_1           ... 
18:25:46 Stopping cliendtoendsuite_engine_1             ... 
18:25:48 
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_notary-server_1      ... 
18:25:48 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:25:48 Removing cliendtoendsuite_registry_1           ... 
18:25:48 Removing cliendtoendsuite_engine_1             ... 
18:25:48 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
18:25:48 Removing image cliendtoendsuite_notary-server
18:25:48 Removing image cliendtoendsuite_evil-notary-server
18:25:49 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e6
18:25:50 Creating network "cliendtoendsuite_default" with the default driver
18:25:50 Building engine
18:25:50 Step 1/6 : FROM docker:test-dind
18:25:50 test-dind: Pulling from library/docker
18:25:50 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:25:50 Status: Downloaded newer image for docker:test-dind
18:25:50  ---> 5768e15eefd1
18:25:50 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:25:51  ---> Running in bd9e47713282
18:25:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:25:53 (1/5) Installing openssh-keygen (8.0_p1-r0)
18:25:53 (2/5) Installing openssh-server-common (8.0_p1-r0)
18:25:53 (3/5) Installing openssh-server (8.0_p1-r0)
18:25:53 (4/5) Installing linux-pam (1.3.0-r1)
18:25:53 (5/5) Installing shadow (4.6-r2)
18:25:53 Executing busybox-1.30.1-r2.trigger
18:25:53 OK: 24 MiB in 45 packages
18:25:53 Creating mailbox file: No such file or directory
18:25:53 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:25:53 Removing intermediate container bd9e47713282
18:25:53  ---> 8fd6c61b8370
18:25:53 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
18:25:53  ---> Running in dfb408ccd47f
18:25:55 Removing intermediate container dfb408ccd47f
18:25:55  ---> dc982eda4333
18:25:55 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
18:25:55  ---> 9f8edc884a26
18:25:55 Step 5/6 : EXPOSE 22
18:25:55  ---> Running in 2482f47421cb
18:25:55 Removing intermediate container 2482f47421cb
18:25:55  ---> d6e6029b33dc
18:25:55 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
18:25:55  ---> Running in 5ed008b546e7
18:25:55 Removing intermediate container 5ed008b546e7
18:25:55  ---> 65c9573475a1
18:25:55 Successfully built 65c9573475a1
18:25:55 Successfully tagged docker:stable-dind
18:25:55 Building notary-server
18:25:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:25:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:25:55  ---> 16b632e954ca
18:25:55 Step 3/3 : COPY ./notary/ /fixtures/
18:25:56  ---> 8e8cd101f890
18:25:56 Successfully built 8e8cd101f890
18:25:56 Successfully tagged cliendtoendsuite_notary-server:latest
18:25:56 Building evil-notary-server
18:25:56 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:25:56 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:25:56  ---> 16b632e954ca
18:25:56 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:25:56  ---> 8962ff860c8c
18:25:56 Successfully built 8962ff860c8c
18:25:56 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:25:56 Creating cliendtoendsuite_registry_1 ... 
18:25:56 Creating cliendtoendsuite_engine_1   ... 
18:25:56 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:25:56 Creating cliendtoendsuite_notary-server_1      ... 
18:26:00 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
18:26:00 Client:
18:26:00  Version:           19.09.0-dev
18:26:00  API version:       1.40 (downgraded from 1.41)
18:26:00  Go version:        go1.12.9
18:26:00  Git commit:        
18:26:00  Built:             Tue Sep 10 18:22:39 2019
18:26:00  OS/Arch:           linux/amd64
18:26:00  Experimental:      false
18:26:00 
18:26:00 Server: Docker Engine - Community
18:26:00  Engine:
18:26:00   Version:          19.03.2
18:26:00   API version:      1.40 (minimum version 1.12)
18:26:00   Go version:       go1.12.8
18:26:00   Git commit:       6a30dfca03
18:26:00   Built:            Thu Aug 29 05:32:56 2019
18:26:00   OS/Arch:          linux/amd64
18:26:00   Experimental:     true
18:26:00  containerd:
18:26:00   Version:          v1.2.6
18:26:00   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:26:00  runc:
18:26:00   Version:          1.0.0-rc8
18:26:00   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:26:00  docker-init:
18:26:00   Version:          0.18.0
18:26:00   GitCommit:        fec3683
18:26:01 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:26:01 88286f41530e: Pulling fs layer
18:26:01 88286f41530e: Verifying Checksum
18:26:01 88286f41530e: Download complete
18:26:01 88286f41530e: Pull complete
18:26:01 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:26:01 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:26:01 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:26:01 The push refers to repository [registry:5000/alpine]
18:26:01 5bef08742407: Preparing
18:26:01 5bef08742407: Pushed
18:26:02 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:26:02 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:26:02 03b1be98f3f9: Pulling fs layer
18:26:02 03b1be98f3f9: Verifying Checksum
18:26:02 03b1be98f3f9: Download complete
18:26:02 03b1be98f3f9: Pull complete
18:26:02 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:26:02 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:26:02 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:26:02 The push refers to repository [registry:5000/busybox]
18:26:03 6a749002dd6a: Preparing
18:26:03 6a749002dd6a: Pushed
18:26:03 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:26:04 Swarm initialized: current node (qzkf4mhune8xyov86fw6e7nvv) is now a manager.
18:26:04 
18:26:04 To add a worker to this swarm, run the following command:
18:26:04 
18:26:04     docker swarm join --token SWMTKN-1-3n4ld9zb8hplob9c0vz8snfks3octp38qsvpz35whci3x9llg2-3llg8x7p33cs98gra3yi3neky 172.20.0.4:2377
18:26:04 
18:26:04 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:26:04 
18:26:42 ✓  e2e/cli-plugins (13.621s)
18:26:42 ∅  e2e/cli-plugins/plugins/badmeta
18:26:42 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:26:42 ✓  e2e/context (45ms)
18:26:44 ✓  e2e/container (18.291s)
18:26:49 ✓  e2e/plugin (4.304s)
18:26:52 ✓  e2e/stack (2.208s)
18:26:52 ✓  e2e/system (229ms)
18:27:01 ✓  e2e/trust (6.675s)
18:27:06 ✓  e2e/image (26.593s)
18:27:06 ∅  e2e/internal/fixtures
18:27:06 ∅  e2e/plugin/basic
18:27:06 
18:27:06 === Skipped
18:27:06 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:27:06     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:27:06 
18:27:06 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:27:06     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:27:06         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:27:06 
18:27:06 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:27:06     --- SKIP: TestRemove/Kubernetes (0.00s)
18:27:06         remove_test.go:22: !environment.KubernetesEnabled()
18:27:06 
18:27:06 
18:27:06 DONE 88 tests, 3 skipped in 61.940s
18:27:06 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:27:06 Stopping cliendtoendsuite_notary-server_1      ... 
18:27:06 Stopping cliendtoendsuite_engine_1             ... 
18:27:06 Stopping cliendtoendsuite_registry_1           ... 
18:27:08 
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:27:08 Removing cliendtoendsuite_notary-server_1      ... 
18:27:08 Removing cliendtoendsuite_engine_1             ... 
18:27:08 Removing cliendtoendsuite_registry_1           ... 
18:27:08 
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:27:08 Removing image cliendtoendsuite_notary-server
18:27:08 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