Skip to content
Success

Console Output

Pull request #2076 updated
13:24:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c4ff14601558762d11f3752fc50932ae9fed5c7b+4a57770bb00e6990d02937b34858a41e7827314d (8d04f60cf6b02732bc7517e02f458c08ff02ad2a)
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-042ad2fd2144e34af) in /home/ubuntu/workspace/cli_PR-2076
[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-2076@tmp/4326e28e-629e-47f3-935e-f6a843333140/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
13:24:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:24:30 chowning workspace
[Pipeline] sh
13:24:30 + uname -m
[Pipeline] sh
13:24:31 + pwd
13:24:31 + id -u
13:24:31 + id -g
13:24:31 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2076:/workspace busybox chown -R 1000:1000 /workspace
13:24:31 Unable to find image 'busybox:latest' locally
13:24:31 latest: Pulling from library/busybox
13:24:31 ee153a04d683: Pulling fs layer
13:24:31 ee153a04d683: Download complete
13:24:31 ee153a04d683: Pull complete
13:24:31 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
13:24:31 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:24:32 Removing all docker containers
[Pipeline] sh
13:24:32 + docker container ls -aq
[Pipeline] echo
13:24:32 Docker containers have been removed
[Pipeline] echo
13:24:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:24:32 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:24:32 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:24:32 Using the ‘stage’ step without a block argument is deprecated
13:24:32 Entering stage Git Checkout
13:24:32 Proceeding
[Pipeline] checkout
13:24:32 using credential docker-jenkins-github-credentials
13:24:32 Cloning the remote Git repository
13:24:32 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2076 # 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/2076/head:refs/remotes/origin/PR-2076 +refs/heads/master:refs/remotes/origin/master
13:24:35 Fetching without tags
13:24:35 Merging remotes/origin/master commit 4a57770bb00e6990d02937b34858a41e7827314d into PR head commit c4ff14601558762d11f3752fc50932ae9fed5c7b
13:24:35 Merge succeeded, producing c4ff14601558762d11f3752fc50932ae9fed5c7b
13:24:35 Checking out Revision c4ff14601558762d11f3752fc50932ae9fed5c7b (PR-2076)
13:24:35 Commit message: "Introduce support for GOPROXY"
13:24:35 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/2076/head:refs/remotes/origin/PR-2076 # 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/2076/head:refs/remotes/origin/PR-2076 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4ff14601558762d11f3752fc50932ae9fed5c7b
 > git merge 4a57770bb00e6990d02937b34858a41e7827314d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4ff14601558762d11f3752fc50932ae9fed5c7b
 > git rev-list --no-walk 5d300a8b9ef1081b2251d62cdb82b70c498f8571 # timeout=10
[Pipeline] stage
13:24:36 Using the ‘stage’ step without a block argument is deprecated
13:24:36 Entering stage Run end-to-end test suite
13:24:36 Proceeding
[Pipeline] sh
13:24:36 + docker version
13:24:36 Client: Docker Engine - Community
13:24:36  Version:           19.03.1
13:24:36  API version:       1.40
13:24:36  Go version:        go1.12.5
13:24:36  Git commit:        74b1e89e8a
13:24:36  Built:             Thu Jul 25 21:21:35 2019
13:24:36  OS/Arch:           linux/amd64
13:24:36  Experimental:      false
13:24:36 
13:24:36 Server: Docker Engine - Community
13:24:36  Engine:
13:24:36   Version:          19.03.1
13:24:36   API version:      1.40 (minimum version 1.12)
13:24:36   Go version:       go1.12.5
13:24:36   Git commit:       74b1e89e8a
13:24:36   Built:            Thu Jul 25 21:20:09 2019
13:24:36   OS/Arch:          linux/amd64
13:24:36   Experimental:     true
13:24:36  containerd:
13:24:36   Version:          1.2.6
13:24:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:24:36  runc:
13:24:36   Version:          1.0.0-rc8
13:24:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:24:36  docker-init:
13:24:36   Version:          0.18.0
13:24:36   GitCommit:        fec3683
[Pipeline] sh
13:24:36 + docker info
13:24:46 Client:
13:24:46  Debug Mode: false
13:24:46 
13:24:46 Server:
13:24:46  Containers: 0
13:24:46   Running: 0
13:24:46   Paused: 0
13:24:46   Stopped: 0
13:24:46  Images: 43
13:24:46  Server Version: 19.03.1
13:24:46  Storage Driver: aufs
13:24:46   Root Dir: /var/lib/docker/aufs
13:24:46   Backing Filesystem: extfs
13:24:46   Dirs: 62
13:24:46   Dirperm1 Supported: true
13:24:46  Logging Driver: json-file
13:24:46  Cgroup Driver: cgroupfs
13:24:46  Plugins:
13:24:46   Volume: local
13:24:46   Network: bridge host ipvlan macvlan null overlay
13:24:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:24:46  Swarm: inactive
13:24:46  Runtimes: runc
13:24:46  Default Runtime: runc
13:24:46  Init Binary: docker-init
13:24:46  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:24:46  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:24:46  init version: fec3683
13:24:46  Security Options:
13:24:46   apparmor
13:24:46   seccomp
13:24:46    Profile: default
13:24:46  Kernel Version: 4.4.0-1090-aws
13:24:46  Operating System: Ubuntu 16.04.6 LTS
13:24:46  OSType: linux
13:24:46  Architecture: x86_64
13:24:46  CPUs: 2
13:24:46  Total Memory: 7.508GiB
13:24:46  Name: ip-10-100-118-186
13:24:46  ID: FVPD:QKCL:UG45:MIJD:XDSW:4PTL:XGSK:NRB3:L7F4:SEDN:HXJJ:YXLJ
13:24:46  Docker Root Dir: /var/lib/docker
13:24:46  Debug Mode: false
13:24:46  Username: dockerbuildbot
13:24:46  Registry: https://index.docker.io/v1/
13:24:46  Labels:
13:24:46  Experimental: true
13:24:46  Insecure Registries:
13:24:46   127.0.0.0/8
13:24:46  Live Restore Enabled: true
13:24:46 
13:24:46 WARNING: No swap limit support
13:24:46 WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.
[Pipeline] sh
13:24:47 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:24:47 docker build -t docker-cli-e2eclie2e3 --build-arg=GOPROXY --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:24:47 #1 [internal] load .dockerignore
13:24:47 #1 transferring context: 100B done
13:24:47 #1 DONE 0.0s
13:24:47 
13:24:47 #2 [internal] load build definition from Dockerfile.e2e
13:24:47 #2 transferring dockerfile: 1.59kB done
13:24:47 #2 DONE 0.0s
13:24:47 
13:24:47 #3 [internal] load metadata for docker.io/library/golang:1.12.9
13:24:47 #3 DONE 0.3s
13:24:47 
13:24:47 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
13:24:47 #4 resolve docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e done
13:24:47 #4 sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e 2.16kB / 2.16kB done
13:24:47 #4 sha256:4e30d0c3a58c9e2a493fb567fdc8d2cf6181d900b0edc369eab87c2cbc6272ad 1.79kB / 1.79kB done
13:24:47 #4 sha256:80bb9c6de3f283616ab9308cc700ad96354dbafb980c5642111b1f149f2a2a63 5.46kB / 5.46kB done
13:24:47 #4 DONE 0.1s
13:24:47 
13:24:47 #10 [internal] load build context
13:24:49 #10 transferring context: 42.29MB 1.3s done
13:24:49 #10 DONE 1.5s
13:24:49 
13:24:49 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:24:49 #5 1.440 Get:1 http://deb.debian.org/debian buster InRelease [118 kB]
13:24:49 #5 1.440 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
13:24:49 #5 1.449 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:24:49 #5 1.594 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [77.4 kB]
13:24:49 #5 1.689 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
13:24:49 #5 1.806 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
13:24:50 #5 2.883 Fetched 8182 kB in 2s (4830 kB/s)
13:24:51 #5 2.883 Reading package lists...
13:24:51 #5 3.460 Reading package lists...
13:24:51 #5 4.018 Building dependency tree...
13:24:51 #5 4.129 Reading state information...
13:24:51 #5 4.231 curl is already the newest version (7.64.0-4).
13:24:51 #5 4.231 openssh-client is already the newest version (1:7.9p1-10).
13:24:51 #5 4.231 openssl is already the newest version (1.1.1c-1).
13:24:51 #5 4.231 openssl set to manually installed.
13:24:51 #5 4.231 The following additional packages will be installed:
13:24:51 #5 4.231   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:24:51 #5 4.231   libalgorithm-merge-perl libfakeroot patch xz-utils
13:24:51 #5 4.232 Suggested packages:
13:24:51 #5 4.232   bzip2-doc debian-keyring ed diffutils-doc
13:24:51 #5 4.281 The following NEW packages will be installed:
13:24:51 #5 4.282   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
13:24:51 #5 4.283   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
13:24:52 #5 4.553 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
13:24:52 #5 4.553 Need to get 2342 kB of archives.
13:24:52 #5 4.553 After this operation, 3601 kB of additional disk space will be used.
13:24:52 #5 4.553 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
13:24:52 #5 4.553 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.1 [48.3 kB]
13:24:52 #5 4.556 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:24:52 #5 4.559 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
13:24:52 #5 4.578 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
13:24:52 #5 4.578 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
13:24:52 #5 4.579 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
13:24:52 #5 4.580 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:24:52 #5 4.581 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
13:24:52 #5 4.581 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:24:52 #5 4.719 debconf: delaying package configuration, since apt-utils is not installed
13:24:52 #5 4.747 Fetched 2342 kB in 0s (8268 kB/s)
13:24:52 #5 4.775 Selecting previously unselected package bzip2.
13:24:52 #5 4.775 (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.)
13:24:52 #5 4.785 Preparing to unpack .../0-bzip2_1.0.6-9.1_amd64.deb ...
13:24:52 #5 4.794 Unpacking bzip2 (1.0.6-9.1) ...
13:24:52 #5 4.865 Selecting previously unselected package xz-utils.
13:24:52 #5 4.867 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
13:24:52 #5 4.873 Unpacking xz-utils (5.2.4-1) ...
13:24:52 #5 5.179 Selecting previously unselected package patch.
13:24:52 #5 5.181 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
13:24:52 #5 5.185 Unpacking patch (2.7.6-3+deb10u1) ...
13:24:52 #5 5.227 Selecting previously unselected package dpkg-dev.
13:24:52 #5 5.229 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
13:24:52 #5 5.233 Unpacking dpkg-dev (1.19.7) ...
13:24:53 #5 5.657 Selecting previously unselected package build-essential.
13:24:53 #5 5.659 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
13:24:53 #5 5.663 Unpacking build-essential (12.6) ...
13:24:53 #5 5.699 Selecting previously unselected package libfakeroot:amd64.
13:24:53 #5 5.701 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
13:24:53 #5 5.713 Unpacking libfakeroot:amd64 (1.23-1) ...
13:24:53 #5 5.804 Selecting previously unselected package fakeroot.
13:24:53 #5 5.806 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
13:24:53 #5 5.810 Unpacking fakeroot (1.23-1) ...
13:24:53 #5 5.850 Selecting previously unselected package libalgorithm-diff-perl.
13:24:53 #5 5.852 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:24:53 #5 5.857 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:24:53 #5 5.889 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:24:53 #5 5.891 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
13:24:53 #5 5.896 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:24:53 #5 5.923 Selecting previously unselected package libalgorithm-merge-perl.
13:24:53 #5 5.925 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
13:24:53 #5 5.930 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:24:53 #5 5.976 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:24:53 #5 5.988 Setting up bzip2 (1.0.6-9.1) ...
13:24:53 #5 6.001 Setting up libfakeroot:amd64 (1.23-1) ...
13:24:53 #5 6.017 Setting up fakeroot (1.23-1) ...
13:24:53 #5 6.071 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:24:53 #5 6.092 Setting up xz-utils (5.2.4-1) ...
13:24:53 #5 6.103 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:24:53 #5 6.112 Setting up patch (2.7.6-3+deb10u1) ...
13:24:53 #5 6.124 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:24:53 #5 6.148 Setting up libalgorithm-merge-perl (0.08-3) ...
13:24:53 #5 6.240 Setting up dpkg-dev (1.19.7) ...
13:24:54 #5 6.388 Setting up build-essential (12.6) ...
13:24:54 #5 6.424 Processing triggers for libc-bin (2.28-10) ...
13:24:55 #5 DONE 7.7s
13:24:55 
13:24:55 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:24:55 #6 0.618   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13:24:55 #6 0.619                                  Dload  Upload   Total   Spent    Left  Speed
13:24:55 #6 0.620 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   8337      0 --:--:-- --:--:-- --:--:--  8337
13:24:56 #6 0.808 
100 10.3M  100 10.3M    0     0  54.7M      0 --:--:-- --:--:-- --:--:-- 54.7M
13:24:56 #6 DONE 0.9s
13:24:56 
13:24:56 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:24:57 #7 DONE 1.0s
13:24:57 
13:24:57 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:24:58 #8 DONE 0.8s
13:24:58 
13:24:58 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:24:58 #9 DONE 0.0s
13:24:58 
13:24:58 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:24:58 #11 DONE 0.1s
13:24:58 
13:24:58 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:24:58 #12 0.639 Updating certificates in /etc/ssl/certs...
13:24:59 #12 1.111 1 added, 0 removed; done.
13:24:59 #12 1.112 Running hooks in /etc/ca-certificates/update.d...
13:24:59 #12 1.117 done.
13:24:59 #12 DONE 1.2s
13:24:59 
13:24:59 #13 [9/11] COPY . .
13:25:00 #13 DONE 0.5s
13:25:00 
13:25:00 #14 [10/11] RUN ./scripts/build/binary
13:25:00 #14 0.535 Building statically linked build/docker-linux-amd64
13:26:08 #14 DONE 68.4s
13:26:08 
13:26:08 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:26:09 #15 0.608 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:26:11 #15 2.650 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:26:12 #15 4.407 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:26:14 #15 DONE 6.4s
13:26:14 
13:26:14 #16 exporting to image
13:26:14 #16 exporting layers
13:26:16 #16 exporting layers 2.1s done
13:26:16 #16 writing image sha256:2ebe027ec05241278ee2676a5faf9e504066f8c3ab53a88242efe1ac10fde449 done
13:26:16 #16 naming to docker.io/library/docker-cli-e2eclie2e3
13:26:16 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
13:26:16 #16 DONE 2.2s
13:26:16 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-e2eclie2e3
13:26:17 Creating network "cliendtoendsuite_default" with the default driver
13:26:17 Pulling engine (docker:stable-dind)...
13:26:18 stable-dind: Pulling from library/docker
13:26:22 Digest: sha256:1f937cabeb440cd55888af87199c0be5c7fbffcf7155a9bd7b38853509e7a637
13:26:22 Status: Downloaded newer image for docker:stable-dind
13:26:22 Building notary-server
13:26:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:22 server-0.5.0: Pulling from library/notary
13:26:23 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
13:26:23 Status: Downloaded newer image for notary:server-0.5.0
13:26:23  ---> 16b632e954ca
13:26:23 Step 3/3 : COPY ./notary/ /fixtures/
13:26:23  ---> 768b99916bd8
13:26:23 Successfully built 768b99916bd8
13:26:23 Successfully tagged cliendtoendsuite_notary-server:latest
13:26:23 Building evil-notary-server
13:26:23 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:23 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:23  ---> 16b632e954ca
13:26:23 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:26:23  ---> c625240ce0a3
13:26:23 Successfully built c625240ce0a3
13:26:23 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:26:23 Creating cliendtoendsuite_registry_1 ... 
13:26:23 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:26:23 Creating cliendtoendsuite_engine_1             ... 
13:26:23 Creating cliendtoendsuite_notary-server_1      ... 
13:26:25 
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.2:2375
13:26:25 Client:
13:26:25  Version:           19.09.0-dev
13:26:25  API version:       1.40
13:26:25  Go version:        go1.12.9
13:26:25  Git commit:        
13:26:25  Built:             Tue Sep  3 13:25:00 2019
13:26:25  OS/Arch:           linux/amd64
13:26:25  Experimental:      false
13:26:25 
13:26:25 Server: Docker Engine - Community
13:26:25  Engine:
13:26:25   Version:          19.03.1
13:26:25   API version:      1.40 (minimum version 1.12)
13:26:25   Go version:       go1.12.5
13:26:25   Git commit:       74b1e89e8a
13:26:25   Built:            Thu Jul 25 21:27:55 2019
13:26:25   OS/Arch:          linux/amd64
13:26:25   Experimental:     false
13:26:25  containerd:
13:26:25   Version:          v1.2.6
13:26:25   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:26:25  runc:
13:26:25   Version:          1.0.0-rc8
13:26:25   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:26:25  docker-init:
13:26:25   Version:          0.18.0
13:26:25   GitCommit:        fec3683
13:26:25 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:26:26 88286f41530e: Pulling fs layer
13:26:26 88286f41530e: Download complete
13:26:26 88286f41530e: Pull complete
13:26:26 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:26 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:26 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:26 The push refers to repository [registry:5000/alpine]
13:26:26 5bef08742407: Preparing
13:26:26 5bef08742407: Pushed
13:26:26 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:26:26 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:26:26 03b1be98f3f9: Pulling fs layer
13:26:26 03b1be98f3f9: Verifying Checksum
13:26:26 03b1be98f3f9: Download complete
13:26:26 03b1be98f3f9: Pull complete
13:26:26 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:26 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:26 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:27 The push refers to repository [registry:5000/busybox]
13:26:27 6a749002dd6a: Preparing
13:26:27 6a749002dd6a: Pushed
13:26:27 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:26:27 Swarm initialized: current node (xdhmqr7x2gn66alynvtqmy36a) is now a manager.
13:26:27 
13:26:27 To add a worker to this swarm, run the following command:
13:26:27 
13:26:27     docker swarm join --token SWMTKN-1-20um8ws03jdvkb8iqnicahk9l3ceg6erwumobgy4rghip6lfeg-3u78ssgq03klmwsabklt398dr 172.18.0.2:2377
13:26:27 
13:26:27 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:26:27 
13:26:54 ✓  e2e/cli-plugins (2.651s)
13:26:54 ∅  e2e/cli-plugins/plugins/badmeta
13:26:54 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:26:54 ✓  e2e/context (45ms)
13:26:57 ✓  e2e/container (7.665s)
13:27:02 ✓  e2e/plugin (3.499s)
13:27:03 ✓  e2e/stack (584ms)
13:27:04 ✓  e2e/system (56ms)
13:27:04 ✓  e2e/image (11.89s)
13:27:04 ∅  e2e/internal/fixtures
13:27:04 ∅  e2e/plugin/basic
13:27:07 ✓  e2e/trust (2.319s)
13:27:07 
13:27:07 === Skipped
13:27:07 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:27:07     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:27:07 
13:27:07 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
13:27:07     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
13:27:07 
13:27:07 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:07     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:07         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:27:07 
13:27:07 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:27:07     --- SKIP: TestRemove/Kubernetes (0.00s)
13:27:07         remove_test.go:22: !environment.KubernetesEnabled()
13:27:07 
13:27:07 
13:27:07 DONE 88 tests, 4 skipped in 39.221s
13:27:07 Stopping cliendtoendsuite_notary-server_1      ... 
13:27:07 Stopping cliendtoendsuite_registry_1           ... 
13:27:07 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:27:07 Stopping cliendtoendsuite_engine_1             ... 
13:27:09 
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      ... 
13:27:09 Removing cliendtoendsuite_registry_1           ... 
13:27:09 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:27:09 Removing cliendtoendsuite_engine_1             ... 
13:27:09 
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
13:27:09 Removing image cliendtoendsuite_notary-server
13:27:09 Removing image cliendtoendsuite_evil-notary-server
13:27:10 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-e2eclie2e3
13:27:10 Creating network "cliendtoendsuite_default" with the default driver
13:27:10 Building notary-server
13:27:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:27:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:27:11  ---> 16b632e954ca
13:27:11 Step 3/3 : COPY ./notary/ /fixtures/
13:27:11  ---> 66e75b1c68d5
13:27:11 Successfully built 66e75b1c68d5
13:27:11 Successfully tagged cliendtoendsuite_notary-server:latest
13:27:11 Building evil-notary-server
13:27:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:27:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:27:11  ---> 16b632e954ca
13:27:11 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:27:11  ---> 3f0b1ae018ff
13:27:11 Successfully built 3f0b1ae018ff
13:27:11 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:27:11 Creating cliendtoendsuite_engine_1 ... 
13:27:11 Creating cliendtoendsuite_notary-server_1 ... 
13:27:11 Creating cliendtoendsuite_registry_1      ... 
13:27:11 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:27:14 
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.19.0.3:2375
13:27:14 Client:
13:27:14  Version:           19.09.0-dev
13:27:14  API version:       1.40
13:27:14  Go version:        go1.12.9
13:27:14  Git commit:        
13:27:14  Built:             Tue Sep  3 13:25:00 2019
13:27:14  OS/Arch:           linux/amd64
13:27:14  Experimental:      false
13:27:14 
13:27:14 Server: Docker Engine - Community
13:27:14  Engine:
13:27:14   Version:          19.03.1
13:27:14   API version:      1.40 (minimum version 1.12)
13:27:14   Go version:       go1.12.5
13:27:14   Git commit:       74b1e89e8a
13:27:14   Built:            Thu Jul 25 21:27:55 2019
13:27:14   OS/Arch:          linux/amd64
13:27:14   Experimental:     true
13:27:14  containerd:
13:27:14   Version:          v1.2.6
13:27:14   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:27:14  runc:
13:27:14   Version:          1.0.0-rc8
13:27:14   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:27:14  docker-init:
13:27:14   Version:          0.18.0
13:27:14   GitCommit:        fec3683
13:27:14 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:27:14 88286f41530e: Pulling fs layer
13:27:14 88286f41530e: Verifying Checksum
13:27:14 88286f41530e: Download complete
13:27:14 88286f41530e: Pull complete
13:27:14 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:14 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:14 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:14 The push refers to repository [registry:5000/alpine]
13:27:14 5bef08742407: Preparing
13:27:15 5bef08742407: Pushed
13:27:15 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:27:15 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:27:15 03b1be98f3f9: Pulling fs layer
13:27:15 03b1be98f3f9: Verifying Checksum
13:27:15 03b1be98f3f9: Download complete
13:27:15 03b1be98f3f9: Pull complete
13:27:15 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:15 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:15 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:15 The push refers to repository [registry:5000/busybox]
13:27:15 6a749002dd6a: Preparing
13:27:15 6a749002dd6a: Pushed
13:27:15 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:27:16 Swarm initialized: current node (8xvouiobf3ljpiy6pdy8euenq) is now a manager.
13:27:16 
13:27:16 To add a worker to this swarm, run the following command:
13:27:16 
13:27:16     docker swarm join --token SWMTKN-1-3zf8vlzc3sbqykszmomwo9m0znbqvdp1440l4jr30bqo7qpvwe-6k3tonxfeo71pkogevmdj845f 172.19.0.3:2377
13:27:16 
13:27:16 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:27:16 
13:27:42 ✓  e2e/cli-plugins (2.645s)
13:27:42 ∅  e2e/cli-plugins/plugins/badmeta
13:27:42 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:27:42 ✓  e2e/context (53ms)
13:27:48 ✓  e2e/container (7.35s)
13:27:51 ✓  e2e/plugin (2.942s)
13:27:52 ✓  e2e/stack (616ms)
13:27:53 ✓  e2e/system (67ms)
13:27:58 ✓  e2e/trust (3.529s)
13:27:58 ✓  e2e/image (14.481s)
13:27:58 ∅  e2e/internal/fixtures
13:27:58 ∅  e2e/plugin/basic
13:27:58 
13:27:58 === Skipped
13:27:58 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:27:58     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:27:58 
13:27:58 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:58     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:58         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:27:58 
13:27:58 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:27:58     --- SKIP: TestRemove/Kubernetes (0.00s)
13:27:58         remove_test.go:22: !environment.KubernetesEnabled()
13:27:58 
13:27:58 
13:27:58 DONE 88 tests, 3 skipped in 41.396s
13:27:58 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:27:58 Stopping cliendtoendsuite_registry_1           ... 
13:27:58 Stopping cliendtoendsuite_notary-server_1      ... 
13:27:58 Stopping cliendtoendsuite_engine_1             ... 
13:28:00 
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_evil-notary-server_1 ... 
13:28:00 Removing cliendtoendsuite_registry_1           ... 
13:28:00 Removing cliendtoendsuite_notary-server_1      ... 
13:28:00 Removing cliendtoendsuite_engine_1             ... 
13:28:00 
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
13:28:00 Removing image cliendtoendsuite_notary-server
13:28:00 Removing image cliendtoendsuite_evil-notary-server
13:28:00 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-e2eclie2e3
13:28:01 Creating network "cliendtoendsuite_default" with the default driver
13:28:01 Building notary-server
13:28:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:02  ---> 16b632e954ca
13:28:02 Step 3/3 : COPY ./notary/ /fixtures/
13:28:02  ---> 735b2b08f70b
13:28:02 Successfully built 735b2b08f70b
13:28:02 Successfully tagged cliendtoendsuite_notary-server:latest
13:28:02 Building engine
13:28:02 Step 1/6 : FROM docker:test-dind
13:28:02 test-dind: Pulling from library/docker
13:28:06 Digest: sha256:ae9c9420189178ea71da3f5c30244b32a4d921958f373df8c84c6eec6ec3644b
13:28:06 Status: Downloaded newer image for docker:test-dind
13:28:06  ---> acb747daa9d2
13:28:06 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
13:28:06  ---> Running in 0bfb570baa28
13:28:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
13:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
13:28:07 (1/5) Installing openssh-keygen (8.0_p1-r0)
13:28:07 (2/5) Installing openssh-server-common (8.0_p1-r0)
13:28:07 (3/5) Installing openssh-server (8.0_p1-r0)
13:28:07 (4/5) Installing linux-pam (1.3.0-r1)
13:28:07 (5/5) Installing shadow (4.6-r2)
13:28:07 Executing busybox-1.30.1-r2.trigger
13:28:07 OK: 24 MiB in 45 packages
13:28:07 Creating mailbox file: No such file or directory
13:28:07 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:28:08 Removing intermediate container 0bfb570baa28
13:28:08  ---> 1c32c3a2b908
13:28:08 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
13:28:08  ---> Running in 3d68687f2bbe
13:28:09 Removing intermediate container 3d68687f2bbe
13:28:09  ---> 7d7437b57643
13:28:09 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
13:28:09  ---> 8a579518be82
13:28:09 Step 5/6 : EXPOSE 22
13:28:09  ---> Running in 4cfd4010ec6e
13:28:09 Removing intermediate container 4cfd4010ec6e
13:28:09  ---> 21c1de6741ca
13:28:09 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
13:28:10  ---> Running in f3007cc5d72a
13:28:10 Removing intermediate container f3007cc5d72a
13:28:10  ---> de448857a815
13:28:10 Successfully built de448857a815
13:28:10 Successfully tagged docker:stable-dind
13:28:10 Building evil-notary-server
13:28:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:10  ---> 16b632e954ca
13:28:10 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:28:10  ---> c5b4e7bf05b2
13:28:10 Successfully built c5b4e7bf05b2
13:28:10 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:28:10 Creating cliendtoendsuite_registry_1 ... 
13:28:10 Creating cliendtoendsuite_engine_1   ... 
13:28:10 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:28:10 Creating cliendtoendsuite_notary-server_1      ... 
13:28:12 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

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