Skip to content
Success

Console Output

Pull request #2078 updated
08:15:53 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 7aa764bba9f328994a781c81deec41cb5c5b391b rather than b85e1e2efefcc06c8de426d003fa2936f2286bb4
Obtained Jenkinsfile from 7aa764bba9f328994a781c81deec41cb5c5b391b
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-1604-aufs (i-09415f51f77b185a7) in /home/ubuntu/workspace/cli_PR-2078
[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-2078@tmp/5e200e4b-baf7-486f-a5f1-d93d5d51ec0e/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
08:15:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:15:56 chowning workspace
[Pipeline] sh
08:15:56 + uname -m
[Pipeline] sh
08:15:57 + pwd
08:15:57 + id -u
08:15:57 + id -g
08:15:57 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2078:/workspace busybox chown -R 1000:1000 /workspace
08:15:57 Unable to find image 'busybox:latest' locally
08:15:57 latest: Pulling from library/busybox
08:15:57 7c9d20b9b6cd: Pulling fs layer
08:15:57 7c9d20b9b6cd: Verifying Checksum
08:15:57 7c9d20b9b6cd: Download complete
08:15:57 7c9d20b9b6cd: Pull complete
08:15:57 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
08:15:57 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
08:15:58 Removing all docker containers
[Pipeline] sh
08:15:58 + docker container ls -aq
[Pipeline] echo
08:15:58 Docker containers have been removed
[Pipeline] echo
08:15:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:15:58 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
08:15:58 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
08:15:58 Using the ‘stage’ step without a block argument is deprecated
08:15:58 Entering stage Git Checkout
08:15:58 Proceeding
[Pipeline] checkout
08:15:58 using credential docker-jenkins-github-credentials
08:15:58 Cloning the remote Git repository
08:15:58 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2078 # 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/2078/head:refs/remotes/origin/PR-2078 +refs/heads/master:refs/remotes/origin/master
08:16:00 Fetching without tags
08:16:01 Merging remotes/origin/master commit 7aa764bba9f328994a781c81deec41cb5c5b391b into PR head commit b85e1e2efefcc06c8de426d003fa2936f2286bb4
08:16:01 Merge succeeded, producing b85e1e2efefcc06c8de426d003fa2936f2286bb4
08:16:01 Checking out Revision b85e1e2efefcc06c8de426d003fa2936f2286bb4 (PR-2078)
08:16:01 Commit message: "Fix substitution of comma to space character, suggested by @albers"
08:16:01 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2078/head:refs/remotes/origin/PR-2078 # 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/2078/head:refs/remotes/origin/PR-2078 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b85e1e2efefcc06c8de426d003fa2936f2286bb4
 > git merge 7aa764bba9f328994a781c81deec41cb5c5b391b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b85e1e2efefcc06c8de426d003fa2936f2286bb4
 > git rev-list --no-walk ec1804e33f5d42838c600e4ec5a297c807967339 # timeout=10
[Pipeline] stage
08:16:02 Using the ‘stage’ step without a block argument is deprecated
08:16:02 Entering stage Run end-to-end test suite
08:16:02 Proceeding
[Pipeline] sh
08:16:02 + docker version
08:16:02 Client: Docker Engine - Community
08:16:02  Version:           19.03.1
08:16:02  API version:       1.40
08:16:02  Go version:        go1.12.5
08:16:02  Git commit:        74b1e89e8a
08:16:02  Built:             Thu Jul 25 21:21:35 2019
08:16:02  OS/Arch:           linux/amd64
08:16:02  Experimental:      false
08:16:02 
08:16:02 Server: Docker Engine - Community
08:16:02  Engine:
08:16:02   Version:          19.03.1
08:16:02   API version:      1.40 (minimum version 1.12)
08:16:02   Go version:       go1.12.5
08:16:02   Git commit:       74b1e89e8a
08:16:02   Built:            Thu Jul 25 21:20:09 2019
08:16:02   OS/Arch:          linux/amd64
08:16:02   Experimental:     true
08:16:02  containerd:
08:16:02   Version:          1.2.6
08:16:02   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:16:02  runc:
08:16:02   Version:          1.0.0-rc8
08:16:02   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:16:02  docker-init:
08:16:02   Version:          0.18.0
08:16:02   GitCommit:        fec3683
[Pipeline] sh
08:16:02 + docker info
08:16:04 Client:
08:16:04  Debug Mode: false
08:16:04 
08:16:04 Server:
08:16:04  Containers: 0
08:16:04   Running: 0
08:16:04   Paused: 0
08:16:04   Stopped: 0
08:16:04  Images: 22
08:16:04  Server Version: 19.03.1
08:16:04  Storage Driver: aufs
08:16:04   Root Dir: /var/lib/docker/aufs
08:16:04   Backing Filesystem: extfs
08:16:04   Dirs: 45
08:16:04   Dirperm1 Supported: true
08:16:04  Logging Driver: json-file
08:16:04  Cgroup Driver: cgroupfs
08:16:04  Plugins:
08:16:04   Volume: local
08:16:04   Network: bridge host ipvlan macvlan null overlay
08:16:04   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
08:16:04  Swarm: inactive
08:16:04  Runtimes: runc
08:16:04  Default Runtime: runc
08:16:04  Init Binary: docker-init
08:16:04  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:16:04  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
08:16:04  init version: fec3683
08:16:04  Security Options:
08:16:04   apparmor
08:16:04   seccomp
08:16:04    Profile: default
08:16:04  Kernel Version: 4.4.0-1090-aws
08:16:04  Operating System: Ubuntu 16.04.6 LTS
08:16:04  OSType: linux
08:16:04  Architecture: x86_64
08:16:04  CPUs: 2
08:16:04  Total Memory: 7.508GiB
08:16:04  Name: ip-10-100-122-148
08:16:04  ID: FVPD:QKCL:UG45:MIJD:XDSW:4PTL:XGSK:NRB3:L7F4:SEDN:HXJJ:YXLJ
08:16:04  Docker Root Dir: /var/lib/docker
08:16:04  Debug Mode: false
08:16:04  Username: dockerbuildbot
08:16:04  Registry: https://index.docker.io/v1/
08:16:04  Labels:
08:16:04  Experimental: true
08:16:04  Insecure Registries:
08:16:04   127.0.0.0/8
08:16:04  Live Restore Enabled: true
08:16:04 
08:16:04 WARNING: No swap limit support
08:16:04 WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.
[Pipeline] sh
08:16:04 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
08:16:04 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
08:16:04 #2 [internal] load build definition from Dockerfile.e2e
08:16:04 #2 transferring dockerfile: 1.58kB done
08:16:04 #2 DONE 0.1s
08:16:04 
08:16:04 #1 [internal] load .dockerignore
08:16:04 #1 transferring context: 100B done
08:16:04 #1 DONE 0.1s
08:16:04 
08:16:04 #3 [internal] load metadata for docker.io/library/golang:1.12.9
08:16:05 #3 DONE 0.4s
08:16:05 
08:16:05 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
08:16:05 #4 resolve docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e done
08:16:05 #4 sha256:4e30d0c3a58c9e2a493fb567fdc8d2cf6181d900b0edc369eab87c2cbc6272ad 1.79kB / 1.79kB done
08:16:05 #4 sha256:80bb9c6de3f283616ab9308cc700ad96354dbafb980c5642111b1f149f2a2a63 5.46kB / 5.46kB done
08:16:05 #4 sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e 2.16kB / 2.16kB done
08:16:05 #4 DONE 0.2s
08:16:05 
08:16:05 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
08:16:06 #5 ...
08:16:06 
08:16:06 #10 [internal] load build context
08:16:06 #10 transferring context: 42.29MB 1.3s done
08:16:06 #10 DONE 1.3s
08:16:06 
08:16:06 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
08:16:06 #5 1.354 Get:1 http://deb.debian.org/debian buster InRelease [118 kB]
08:16:06 #5 1.354 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
08:16:06 #5 1.362 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
08:16:06 #5 1.474 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [82.1 kB]
08:16:07 #5 1.570 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
08:16:07 #5 1.682 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
08:16:08 #5 2.747 Fetched 8186 kB in 2s (4969 kB/s)
08:16:08 #5 2.747 Reading package lists...
08:16:09 #5 3.312 Reading package lists...
08:16:09 #5 3.852 Building dependency tree...
08:16:09 #5 3.953 Reading state information...
08:16:09 #5 4.047 curl is already the newest version (7.64.0-4).
08:16:09 #5 4.047 openssh-client is already the newest version (1:7.9p1-10).
08:16:09 #5 4.047 openssl is already the newest version (1.1.1c-1).
08:16:09 #5 4.047 openssl set to manually installed.
08:16:09 #5 4.047 The following additional packages will be installed:
08:16:09 #5 4.047   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
08:16:09 #5 4.047   libalgorithm-merge-perl libfakeroot patch xz-utils
08:16:09 #5 4.048 Suggested packages:
08:16:09 #5 4.048   bzip2-doc debian-keyring ed diffutils-doc
08:16:09 #5 4.099 The following NEW packages will be installed:
08:16:09 #5 4.099   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
08:16:09 #5 4.100   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
08:16:10 #5 4.371 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
08:16:10 #5 4.371 Need to get 2342 kB of archives.
08:16:10 #5 4.371 After this operation, 3601 kB of additional disk space will be used.
08:16:10 #5 4.371 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
08:16:10 #5 4.484 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.1 [48.3 kB]
08:16:10 #5 4.486 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
08:16:10 #5 4.489 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
08:16:10 #5 4.505 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
08:16:10 #5 4.506 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
08:16:10 #5 4.506 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
08:16:10 #5 4.507 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
08:16:10 #5 4.508 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
08:16:10 #5 4.509 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
08:16:10 #5 4.605 debconf: delaying package configuration, since apt-utils is not installed
08:16:10 #5 4.625 Fetched 2342 kB in 0s (5968 kB/s)
08:16:10 #5 4.642 Selecting previously unselected package bzip2.
08:16:10 #5 4.642 (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.)
08:16:10 #5 4.652 Preparing to unpack .../0-bzip2_1.0.6-9.1_amd64.deb ...
08:16:10 #5 4.656 Unpacking bzip2 (1.0.6-9.1) ...
08:16:10 #5 4.694 Selecting previously unselected package xz-utils.
08:16:10 #5 4.694 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
08:16:10 #5 4.699 Unpacking xz-utils (5.2.4-1) ...
08:16:10 #5 4.741 Selecting previously unselected package patch.
08:16:10 #5 4.743 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
08:16:10 #5 4.747 Unpacking patch (2.7.6-3+deb10u1) ...
08:16:10 #5 4.785 Selecting previously unselected package dpkg-dev.
08:16:10 #5 4.787 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
08:16:10 #5 4.792 Unpacking dpkg-dev (1.19.7) ...
08:16:10 #5 4.893 Selecting previously unselected package build-essential.
08:16:10 #5 4.895 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
08:16:10 #5 4.899 Unpacking build-essential (12.6) ...
08:16:10 #5 4.933 Selecting previously unselected package libfakeroot:amd64.
08:16:10 #5 4.935 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
08:16:10 #5 4.944 Unpacking libfakeroot:amd64 (1.23-1) ...
08:16:10 #5 4.976 Selecting previously unselected package fakeroot.
08:16:10 #5 4.978 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
08:16:10 #5 4.982 Unpacking fakeroot (1.23-1) ...
08:16:10 #5 5.016 Selecting previously unselected package libalgorithm-diff-perl.
08:16:10 #5 5.018 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
08:16:10 #5 5.022 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
08:16:10 #5 5.052 Selecting previously unselected package libalgorithm-diff-xs-perl.
08:16:10 #5 5.053 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
08:16:10 #5 5.057 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:16:10 #5 5.083 Selecting previously unselected package libalgorithm-merge-perl.
08:16:10 #5 5.084 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
08:16:10 #5 5.088 Unpacking libalgorithm-merge-perl (0.08-3) ...
08:16:10 #5 5.123 Setting up libalgorithm-diff-perl (1.19.03-2) ...
08:16:10 #5 5.135 Setting up bzip2 (1.0.6-9.1) ...
08:16:10 #5 5.146 Setting up libfakeroot:amd64 (1.23-1) ...
08:16:10 #5 5.160 Setting up fakeroot (1.23-1) ...
08:16:10 #5 5.178 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
08:16:10 #5 5.190 Setting up xz-utils (5.2.4-1) ...
08:16:10 #5 5.200 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:16:10 #5 5.208 Setting up patch (2.7.6-3+deb10u1) ...
08:16:10 #5 5.219 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:16:10 #5 5.231 Setting up libalgorithm-merge-perl (0.08-3) ...
08:16:10 #5 5.244 Setting up dpkg-dev (1.19.7) ...
08:16:10 #5 5.265 Setting up build-essential (12.6) ...
08:16:10 #5 5.278 Processing triggers for libc-bin (2.28-10) ...
08:16:11 #5 DONE 5.6s
08:16:11 
08:16:11 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
08:16:11 #6 0.590   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
08:16:11 #6 0.592                                  Dload  Upload   Total   Spent    Left  Speed
08:16:11 #6 0.592 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5609      0 --:--:-- --:--:-- --:--:--  5609
08:16:12 #6 0.821 
100 10.3M  100 10.3M    0     0  44.8M      0 --:--:-- --:--:-- --:--:-- 44.8M
08:16:12 #6 DONE 0.9s
08:16:12 
08:16:12 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
08:16:13 #7 DONE 0.9s
08:16:13 
08:16:13 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
08:16:14 #8 DONE 0.9s
08:16:14 
08:16:14 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
08:16:14 #9 DONE 0.0s
08:16:14 
08:16:14 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
08:16:14 #11 DONE 0.1s
08:16:14 
08:16:14 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
08:16:14 #12 0.642 Updating certificates in /etc/ssl/certs...
08:16:15 #12 1.109 1 added, 0 removed; done.
08:16:15 #12 1.109 Running hooks in /etc/ca-certificates/update.d...
08:16:15 #12 1.111 done.
08:16:15 #12 DONE 1.2s
08:16:15 
08:16:15 #13 [9/11] COPY . .
08:16:15 #13 DONE 0.5s
08:16:15 
08:16:15 #14 [10/11] RUN ./scripts/build/binary
08:16:16 #14 0.538 Building statically linked build/docker-linux-amd64
08:17:23 #14 DONE 67.2s
08:17:23 
08:17:23 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
08:17:23 #15 0.602 Building statically linked build/plugins-linux-amd64/docker-helloworld
08:17:25 #15 2.563 Building statically linked build/plugins-linux-amd64/docker-badmeta
08:17:27 #15 4.337 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
08:17:29 #15 DONE 6.3s
08:17:29 
08:17:29 #16 exporting to image
08:17:29 #16 exporting layers
08:17:31 #16 exporting layers 2.2s done
08:17:31 #16 writing image sha256:fbefe6d2f64290a9e6fd36cb6a057424c6fda868383be425569cde7d5b0fe4ef done
08:17:31 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
08:17:31 #16 DONE 2.2s
08:17:31 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
08:17:32 Creating network "cliendtoendsuite_default" with the default driver
08:17:32 Pulling engine (docker:stable-dind)...
08:17:32 stable-dind: Pulling from library/docker
08:17:36 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
08:17:36 Status: Downloaded newer image for docker:stable-dind
08:17:36 Building notary-server
08:17:36 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:17:36 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:17:36 server-0.5.0: Pulling from library/notary
08:17:38 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
08:17:38 Status: Downloaded newer image for notary:server-0.5.0
08:17:38  ---> 16b632e954ca
08:17:38 Step 3/3 : COPY ./notary/ /fixtures/
08:17:38  ---> 63af3c437544
08:17:38 Successfully built 63af3c437544
08:17:38 Successfully tagged cliendtoendsuite_notary-server:latest
08:17:38 Building evil-notary-server
08:17:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:17:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:17:38  ---> 16b632e954ca
08:17:38 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:17:38  ---> 0f2a73445e71
08:17:38 Successfully built 0f2a73445e71
08:17:38 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:17:38 Creating cliendtoendsuite_registry_1 ... 
08:17:38 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:17:38 Creating cliendtoendsuite_notary-server_1      ... 
08:17:38 Creating cliendtoendsuite_engine_1             ... 
08:17:41 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
08:17:41 Client:
08:17:41  Version:           19.09.0-dev
08:17:41  API version:       1.40
08:17:41  Go version:        go1.12.9
08:17:41  Git commit:        
08:17:41  Built:             Fri Sep  6 08:16:16 2019
08:17:41  OS/Arch:           linux/amd64
08:17:41  Experimental:      false
08:17:41 
08:17:41 Server: Docker Engine - Community
08:17:41  Engine:
08:17:41   Version:          19.03.2
08:17:41   API version:      1.40 (minimum version 1.12)
08:17:41   Go version:       go1.12.8
08:17:41   Git commit:       6a30dfca03
08:17:41   Built:            Thu Aug 29 05:32:56 2019
08:17:41   OS/Arch:          linux/amd64
08:17:41   Experimental:     false
08:17:41  containerd:
08:17:41   Version:          v1.2.6
08:17:41   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:17:41  runc:
08:17:41   Version:          1.0.0-rc8
08:17:41   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:17:41  docker-init:
08:17:41   Version:          0.18.0
08:17:41   GitCommit:        fec3683
08:17:41 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:17:41 88286f41530e: Pulling fs layer
08:17:41 88286f41530e: Verifying Checksum
08:17:42 88286f41530e: Download complete
08:17:42 88286f41530e: Pull complete
08:17:42 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:17:42 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:17:42 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:17:42 The push refers to repository [registry:5000/alpine]
08:17:42 5bef08742407: Preparing
08:17:42 5bef08742407: Pushed
08:17:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:17:42 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:17:42 03b1be98f3f9: Pulling fs layer
08:17:42 03b1be98f3f9: Verifying Checksum
08:17:42 03b1be98f3f9: Download complete
08:17:42 03b1be98f3f9: Pull complete
08:17:42 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:17:42 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:17:42 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:17:42 The push refers to repository [registry:5000/busybox]
08:17:42 6a749002dd6a: Preparing
08:17:43 6a749002dd6a: Pushed
08:17:43 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:17:43 Swarm initialized: current node (pndr1n6lunc1tnhm2pq0fgci0) is now a manager.
08:17:43 
08:17:43 To add a worker to this swarm, run the following command:
08:17:43 
08:17:43     docker swarm join --token SWMTKN-1-0vubtrqa55ro180irjmgovea72n42y0737zzx3yx8xov0bwjpo-eqzyq4vce74c06si6tixkqoqi 172.18.0.3:2377
08:17:43 
08:17:43 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:17:43 
08:18:10 ✓  e2e/cli-plugins (2.481s)
08:18:10 ∅  e2e/cli-plugins/plugins/badmeta
08:18:10 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:18:10 ✓  e2e/context (55ms)
08:18:12 ✓  e2e/container (7.544s)
08:18:16 ✓  e2e/plugin (3.403s)
08:18:18 ✓  e2e/stack (526ms)
08:18:18 ✓  e2e/system (74ms)
08:18:19 ✓  e2e/image (11.391s)
08:18:19 ∅  e2e/internal/fixtures
08:18:19 ∅  e2e/plugin/basic
08:18:21 ✓  e2e/trust (2.127s)
08:18:21 
08:18:21 === Skipped
08:18:21 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:18:21     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:18:21 
08:18:21 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
08:18:21     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
08:18:21 
08:18:21 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:18:21     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:18:21         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:18:21 
08:18:21 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:18:21     --- SKIP: TestRemove/Kubernetes (0.00s)
08:18:21         remove_test.go:22: !environment.KubernetesEnabled()
08:18:21 
08:18:21 
08:18:21 DONE 88 tests, 4 skipped in 37.607s
08:18:21 Stopping cliendtoendsuite_notary-server_1      ... 
08:18:21 Stopping cliendtoendsuite_engine_1             ... 
08:18:21 Stopping cliendtoendsuite_registry_1           ... 
08:18:21 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:18:23 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
08:18:23 Removing cliendtoendsuite_engine_1             ... 
08:18:23 Removing cliendtoendsuite_registry_1           ... 
08:18:23 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:18:23 
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
08:18:23 Removing image cliendtoendsuite_notary-server
08:18:23 Removing image cliendtoendsuite_evil-notary-server
08:18:24 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
08:18:25 Creating network "cliendtoendsuite_default" with the default driver
08:18:25 Building notary-server
08:18:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:18:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:18:25  ---> 16b632e954ca
08:18:25 Step 3/3 : COPY ./notary/ /fixtures/
08:18:25  ---> 8938195c947e
08:18:25 Successfully built 8938195c947e
08:18:25 Successfully tagged cliendtoendsuite_notary-server:latest
08:18:25 Building evil-notary-server
08:18:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:18:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:18:25  ---> 16b632e954ca
08:18:25 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:18:25  ---> d64a432dcb8f
08:18:25 Successfully built d64a432dcb8f
08:18:25 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:18:25 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:18:25 Creating cliendtoendsuite_engine_1             ... 
08:18:25 Creating cliendtoendsuite_notary-server_1      ... 
08:18:25 Creating cliendtoendsuite_registry_1           ... 
08:18:28 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_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.5:2375
08:18:28 Client:
08:18:28  Version:           19.09.0-dev
08:18:28  API version:       1.40
08:18:28  Go version:        go1.12.9
08:18:28  Git commit:        
08:18:28  Built:             Fri Sep  6 08:16:16 2019
08:18:28  OS/Arch:           linux/amd64
08:18:28  Experimental:      false
08:18:28 
08:18:28 Server: Docker Engine - Community
08:18:28  Engine:
08:18:28   Version:          19.03.2
08:18:28   API version:      1.40 (minimum version 1.12)
08:18:28   Go version:       go1.12.8
08:18:28   Git commit:       6a30dfca03
08:18:28   Built:            Thu Aug 29 05:32:56 2019
08:18:28   OS/Arch:          linux/amd64
08:18:28   Experimental:     true
08:18:28  containerd:
08:18:28   Version:          v1.2.6
08:18:28   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:18:28  runc:
08:18:28   Version:          1.0.0-rc8
08:18:28   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:18:28  docker-init:
08:18:28   Version:          0.18.0
08:18:28   GitCommit:        fec3683
08:18:28 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:18:28 88286f41530e: Pulling fs layer
08:18:28 88286f41530e: Verifying Checksum
08:18:28 88286f41530e: Download complete
08:18:28 88286f41530e: Pull complete
08:18:28 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:18:28 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:18:28 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:18:28 The push refers to repository [registry:5000/alpine]
08:18:28 5bef08742407: Preparing
08:18:29 5bef08742407: Pushed
08:18:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:18:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:18:29 03b1be98f3f9: Pulling fs layer
08:18:29 03b1be98f3f9: Verifying Checksum
08:18:29 03b1be98f3f9: Download complete
08:18:29 03b1be98f3f9: Pull complete
08:18:29 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:18:29 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:18:29 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:18:29 The push refers to repository [registry:5000/busybox]
08:18:29 6a749002dd6a: Preparing
08:18:29 6a749002dd6a: Pushed
08:18:29 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:18:30 Swarm initialized: current node (wknirk00b3qnj6jxqqa8c63g6) is now a manager.
08:18:30 
08:18:30 To add a worker to this swarm, run the following command:
08:18:30 
08:18:30     docker swarm join --token SWMTKN-1-64pt8afcezfb7qbtxqrit67w0lubmo86hwpkk3uxtskv54htn4-1ap9zixxf7e2l1eimhuo88j3d 172.19.0.5:2377
08:18:30 
08:18:30 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:18:30 
08:18:56 ✓  e2e/cli-plugins (2.511s)
08:18:56 ∅  e2e/cli-plugins/plugins/badmeta
08:18:56 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:18:56 ✓  e2e/context (71ms)
08:18:58 ✓  e2e/container (6.944s)
08:19:03 ✓  e2e/plugin (3.1s)
08:19:03 ✓  e2e/stack (512ms)
08:19:04 ✓  e2e/system (59ms)
08:19:08 ✓  e2e/trust (3.449s)
08:19:08 ✓  e2e/image (13.817s)
08:19:08 ∅  e2e/internal/fixtures
08:19:08 ∅  e2e/plugin/basic
08:19:08 
08:19:08 === Skipped
08:19:08 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:19:08     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:19:08 
08:19:08 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:19:08     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:19:08         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:19:08 
08:19:08 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:19:08     --- SKIP: TestRemove/Kubernetes (0.00s)
08:19:08         remove_test.go:22: !environment.KubernetesEnabled()
08:19:08 
08:19:08 
08:19:08 DONE 88 tests, 3 skipped in 38.150s
08:19:09 Stopping cliendtoendsuite_registry_1           ... 
08:19:09 Stopping cliendtoendsuite_notary-server_1      ... 
08:19:09 Stopping cliendtoendsuite_engine_1             ... 
08:19:09 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:19:11 
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_registry_1           ... 
08:19:11 Removing cliendtoendsuite_notary-server_1      ... 
08:19:11 Removing cliendtoendsuite_engine_1             ... 
08:19:11 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:19:11 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
08:19:11 Removing image cliendtoendsuite_notary-server
08:19:11 Removing image cliendtoendsuite_evil-notary-server
08:19:11 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
08:19:13 Creating network "cliendtoendsuite_default" with the default driver
08:19:13 Building notary-server
08:19:13 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:19:13 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:19:13  ---> 16b632e954ca
08:19:13 Step 3/3 : COPY ./notary/ /fixtures/
08:19:13  ---> c3b53740cef1
08:19:13 Successfully built c3b53740cef1
08:19:13 Successfully tagged cliendtoendsuite_notary-server:latest
08:19:13 Building engine
08:19:13 Step 1/6 : FROM docker:test-dind
08:19:13 test-dind: Pulling from library/docker
08:19:13 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
08:19:13 Status: Downloaded newer image for docker:test-dind
08:19:13  ---> 5768e15eefd1
08:19:13 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
08:19:13  ---> Running in f2fb5b28f8c5
08:19:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
08:19:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
08:19:15 (1/5) Installing openssh-keygen (8.0_p1-r0)
08:19:15 (2/5) Installing openssh-server-common (8.0_p1-r0)
08:19:15 (3/5) Installing openssh-server (8.0_p1-r0)
08:19:15 (4/5) Installing linux-pam (1.3.0-r1)
08:19:15 (5/5) Installing shadow (4.6-r2)
08:19:15 Executing busybox-1.30.1-r2.trigger
08:19:15 OK: 24 MiB in 45 packages
08:19:15 Creating mailbox file: No such file or directory
08:19:15 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
08:19:15 Removing intermediate container f2fb5b28f8c5
08:19:15  ---> 80e3f8bb4d81
08:19:15 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
08:19:15  ---> Running in 1837d36e9668
08:19:17 Removing intermediate container 1837d36e9668
08:19:17  ---> 7521fa4190c3
08:19:17 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
08:19:17  ---> a7dfeb8f8c10
08:19:17 Step 5/6 : EXPOSE 22
08:19:17  ---> Running in dba22a431df5
08:19:17 Removing intermediate container dba22a431df5
08:19:17  ---> a0926a5cf425
08:19:17 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
08:19:17  ---> Running in 0dae3c5e475c
08:19:17 Removing intermediate container 0dae3c5e475c
08:19:17  ---> 712b10cc06a2
08:19:17 Successfully built 712b10cc06a2
08:19:17 Successfully tagged docker:stable-dind
08:19:17 Building evil-notary-server
08:19:17 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:19:17 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:19:17  ---> 16b632e954ca
08:19:17 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:19:17  ---> 229c94202590
08:19:17 Successfully built 229c94202590
08:19:17 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:19:17 Creating cliendtoendsuite_notary-server_1 ... 
08:19:17 Creating cliendtoendsuite_registry_1      ... 
08:19:17 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:19:17 Creating cliendtoendsuite_engine_1             ... 
08:19:20 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

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