Skip to content
Success

Console Output

Pull request #2091 opened
15:41:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 95327f4e62418775c7f4f3ab0241a02aebab3488 rather than 82a21d51776b42b0b46914945b30b4bf450d0f86
Obtained Jenkinsfile from 95327f4e62418775c7f4f3ab0241a02aebab3488
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2091@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # 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/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
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"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0f182fd420f2de587) in /home/ubuntu/workspace/cli_PR-2091
[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-2091@tmp/39119aad-9c53-486a-a492-4b64a50498f3/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
15:41:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:41:15 chowning workspace
[Pipeline] sh
15:41:15 + uname -m
[Pipeline] sh
15:41:16 + pwd
15:41:16 + id -u
15:41:16 + id -g
15:41:16 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2091:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:41:17 Removing all docker containers
[Pipeline] sh
15:41:17 + docker container ls -aq
[Pipeline] echo
15:41:17 Docker containers have been removed
[Pipeline] echo
15:41:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:41:17 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
15:41:17 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
15:41:17 Using the ‘stage’ step without a block argument is deprecated
15:41:17 Entering stage Git Checkout
15:41:17 Proceeding
[Pipeline] checkout
15:41:17 using credential docker-jenkins-github-credentials
15:41:17 Cloning the remote Git repository
15:41:17 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2091 # 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/2091/head:refs/remotes/origin/PR-2091 +refs/heads/master:refs/remotes/origin/master
15:41:20 Fetching without tags
15:41:20 Merging remotes/origin/master commit 95327f4e62418775c7f4f3ab0241a02aebab3488 into PR head commit 82a21d51776b42b0b46914945b30b4bf450d0f86
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2091/head:refs/remotes/origin/PR-2091 # 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/2091/head:refs/remotes/origin/PR-2091 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a21d51776b42b0b46914945b30b4bf450d0f86
15:41:21 Merge succeeded, producing 82a21d51776b42b0b46914945b30b4bf450d0f86
15:41:21 Checking out Revision 82a21d51776b42b0b46914945b30b4bf450d0f86 (PR-2091)
15:41:21 Commit message: "Add clarification when using USER UID:GID"
15:41:21 First time build. Skipping changelog.
[Pipeline] stage
15:41:22 Using the ‘stage’ step without a block argument is deprecated
15:41:22 Entering stage Run end-to-end test suite
15:41:22 Proceeding
[Pipeline] sh
 > git merge 95327f4e62418775c7f4f3ab0241a02aebab3488 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a21d51776b42b0b46914945b30b4bf450d0f86
15:41:22 + docker version
15:41:22 Client: Docker Engine - Community
15:41:22  Version:           19.03.2
15:41:22  API version:       1.40
15:41:22  Go version:        go1.12.8
15:41:22  Git commit:        6a30dfc
15:41:22  Built:             Thu Aug 29 05:29:11 2019
15:41:22  OS/Arch:           linux/amd64
15:41:22  Experimental:      false
15:41:22 
15:41:22 Server: Docker Engine - Community
15:41:22  Engine:
15:41:22   Version:          19.03.2
15:41:22   API version:      1.40 (minimum version 1.12)
15:41:22   Go version:       go1.12.8
15:41:22   Git commit:       6a30dfc
15:41:22   Built:            Thu Aug 29 05:27:45 2019
15:41:22   OS/Arch:          linux/amd64
15:41:22   Experimental:     true
15:41:22  containerd:
15:41:22   Version:          1.2.6
15:41:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:41:22  runc:
15:41:22   Version:          1.0.0-rc8
15:41:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:41:22  docker-init:
15:41:22   Version:          0.18.0
15:41:22   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
15:41:22 + docker info
15:41:23 Client:
15:41:23  Debug Mode: false
15:41:23 
15:41:23 Server:
15:41:23  Containers: 0
15:41:23   Running: 0
15:41:23   Paused: 0
15:41:23   Stopped: 0
15:41:23  Images: 65
15:41:23  Server Version: 19.03.2
15:41:23  Storage Driver: overlay2
15:41:23   Backing Filesystem: extfs
15:41:23   Supports d_type: true
15:41:23   Native Overlay Diff: true
15:41:23  Logging Driver: json-file
15:41:23  Cgroup Driver: cgroupfs
15:41:23  Plugins:
15:41:23   Volume: local
15:41:23   Network: bridge host ipvlan macvlan null overlay
15:41:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:41:23  Swarm: inactive
15:41:23  Runtimes: runc
15:41:23  Default Runtime: runc
15:41:23  Init Binary: docker-init
15:41:23  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:41:23  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
15:41:23  init version: fec3683
15:41:23  Security Options:
15:41:23   apparmor
15:41:23   seccomp
15:41:23    Profile: default
15:41:23  Kernel Version: 4.15.0-1048-aws
15:41:23  Operating System: Ubuntu 18.04.3 LTS
15:41:23  OSType: linux
15:41:23  Architecture: x86_64
15:41:23  CPUs: 2
15:41:23  Total Memory: 7.501GiB
15:41:23  Name: ip-10-100-58-83
15:41:23  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
15:41:23  Docker Root Dir: /var/lib/docker
15:41:23  Debug Mode: false
15:41:23  Username: dockerbuildbot
15:41:23  Registry: https://index.docker.io/v1/
15:41:23  Labels:
15:41:23  Experimental: true
15:41:23  Insecure Registries:
15:41:23   127.0.0.0/8
15:41:23  Live Restore Enabled: true
15:41:23 
15:41:23 WARNING: No swap limit support
[Pipeline] sh
15:41:23 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
15:41:23 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
15:41:23 #2 [internal] load .dockerignore
15:41:23 #2 transferring context: 100B done
15:41:23 #2 DONE 0.0s
15:41:23 
15:41:23 #1 [internal] load build definition from Dockerfile.e2e
15:41:23 #1 transferring dockerfile: 1.58kB done
15:41:23 #1 DONE 0.0s
15:41:23 
15:41:23 #3 [internal] load metadata for docker.io/library/golang:1.12.9
15:41:23 #3 DONE 0.0s
15:41:23 
15:41:23 #4 [1/11] FROM docker.io/library/golang:1.12.9
15:41:23 #4 resolve docker.io/library/golang:1.12.9 done
15:41:24 #4 DONE 0.2s
15:41:24 
15:41:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
15:41:25 #5 ...
15:41:25 
15:41:25 #10 [internal] load build context
15:41:25 #10 transferring context: 42.29MB 1.3s done
15:41:25 #10 DONE 1.5s
15:41:25 
15:41:25 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
15:41:26 #5 1.806 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
15:41:26 #5 1.806 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
15:41:26 #5 1.815 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
15:41:26 #5 1.966 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [85.0 kB]
15:41:26 #5 2.059 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
15:41:26 #5 2.195 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
15:41:27 #5 3.270 Fetched 8194 kB in 2s (4744 kB/s)
15:41:27 #5 3.270 Reading package lists...
15:41:28 #5 3.845 Reading package lists...
15:41:28 #5 4.408 Building dependency tree...
15:41:28 #5 4.510 Reading state information...
15:41:28 #5 4.606 curl is already the newest version (7.64.0-4).
15:41:28 #5 4.606 openssh-client is already the newest version (1:7.9p1-10).
15:41:28 #5 4.606 openssl is already the newest version (1.1.1c-1).
15:41:28 #5 4.606 openssl set to manually installed.
15:41:28 #5 4.606 The following additional packages will be installed:
15:41:28 #5 4.606   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
15:41:28 #5 4.606   libalgorithm-merge-perl libfakeroot patch xz-utils
15:41:28 #5 4.608 Suggested packages:
15:41:28 #5 4.608   bzip2-doc debian-keyring ed diffutils-doc
15:41:28 #5 4.677 The following NEW packages will be installed:
15:41:28 #5 4.678   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
15:41:28 #5 4.679   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
15:41:29 #5 4.945 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
15:41:29 #5 4.945 Need to get 2342 kB of archives.
15:41:29 #5 4.945 After this operation, 3601 kB of additional disk space will be used.
15:41:29 #5 4.945 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
15:41:29 #5 4.949 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
15:41:29 #5 4.954 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
15:41:29 #5 4.957 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
15:41:29 #5 4.983 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
15:41:29 #5 4.983 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
15:41:29 #5 4.984 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
15:41:29 #5 4.985 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
15:41:29 #5 4.986 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
15:41:29 #5 4.986 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
15:41:29 #5 5.214 debconf: delaying package configuration, since apt-utils is not installed
15:41:29 #5 5.238 Fetched 2342 kB in 0s (7892 kB/s)
15:41:29 #5 5.263 Selecting previously unselected package bzip2.
15:41:29 #5 5.263 (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.)
15:41:29 #5 5.414 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
15:41:29 #5 5.417 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
15:41:29 #5 5.451 Selecting previously unselected package xz-utils.
15:41:29 #5 5.453 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
15:41:29 #5 5.456 Unpacking xz-utils (5.2.4-1) ...
15:41:29 #5 5.493 Selecting previously unselected package patch.
15:41:29 #5 5.495 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
15:41:29 #5 5.498 Unpacking patch (2.7.6-3+deb10u1) ...
15:41:29 #5 5.534 Selecting previously unselected package dpkg-dev.
15:41:29 #5 5.536 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
15:41:29 #5 5.539 Unpacking dpkg-dev (1.19.7) ...
15:41:29 #5 5.633 Selecting previously unselected package build-essential.
15:41:29 #5 5.635 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
15:41:29 #5 5.639 Unpacking build-essential (12.6) ...
15:41:29 #5 5.670 Selecting previously unselected package libfakeroot:amd64.
15:41:29 #5 5.672 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
15:41:29 #5 5.679 Unpacking libfakeroot:amd64 (1.23-1) ...
15:41:29 #5 5.707 Selecting previously unselected package fakeroot.
15:41:29 #5 5.709 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
15:41:29 #5 5.711 Unpacking fakeroot (1.23-1) ...
15:41:29 #5 5.752 Selecting previously unselected package libalgorithm-diff-perl.
15:41:29 #5 5.754 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
15:41:29 #5 5.756 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
15:41:29 #5 5.782 Selecting previously unselected package libalgorithm-diff-xs-perl.
15:41:29 #5 5.784 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
15:41:29 #5 5.787 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
15:41:29 #5 5.811 Selecting previously unselected package libalgorithm-merge-perl.
15:41:30 #5 5.812 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
15:41:30 #5 5.816 Unpacking libalgorithm-merge-perl (0.08-3) ...
15:41:30 #5 5.848 Setting up libalgorithm-diff-perl (1.19.03-2) ...
15:41:30 #5 5.858 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
15:41:30 #5 5.871 Setting up libfakeroot:amd64 (1.23-1) ...
15:41:30 #5 5.887 Setting up fakeroot (1.23-1) ...
15:41:30 #5 5.910 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
15:41:30 #5 5.924 Setting up xz-utils (5.2.4-1) ...
15:41:30 #5 5.933 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:41:30 #5 5.941 Setting up patch (2.7.6-3+deb10u1) ...
15:41:30 #5 5.955 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
15:41:30 #5 5.969 Setting up libalgorithm-merge-perl (0.08-3) ...
15:41:30 #5 5.980 Setting up dpkg-dev (1.19.7) ...
15:41:30 #5 5.996 Setting up build-essential (12.6) ...
15:41:30 #5 6.008 Processing triggers for libc-bin (2.28-10) ...
15:41:31 #5 DONE 6.9s
15:41:31 
15:41:31 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
15:41:31 #6 0.675   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:41:31 #6 0.677                                  Dload  Upload   Total   Spent    Left  Speed
15:41:31 #6 0.679 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   3009      0 --:--:-- --:--:-- --:--:--  3009
15:41:31 #6 1.012 
100 10.3M  100 10.3M    0     0  30.8M      0 --:--:-- --:--:-- --:--:-- 30.8M
15:41:32 #6 DONE 1.2s
15:41:32 
15:41:32 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
15:41:33 #7 DONE 1.0s
15:41:33 
15:41:33 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
15:41:34 #8 DONE 1.0s
15:41:34 
15:41:34 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
15:41:34 #9 DONE 0.0s
15:41:34 
15:41:34 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
15:41:34 #11 DONE 0.0s
15:41:34 
15:41:34 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
15:41:34 #12 0.772 Updating certificates in /etc/ssl/certs...
15:41:35 #12 1.507 1 added, 0 removed; done.
15:41:35 #12 1.507 Running hooks in /etc/ca-certificates/update.d...
15:41:35 #12 1.509 done.
15:41:35 #12 DONE 1.6s
15:41:35 
15:41:35 #13 [9/11] COPY . .
15:41:36 #13 DONE 0.8s
15:41:36 
15:41:36 #14 [10/11] RUN ./scripts/build/binary
15:41:37 #14 0.964 Building statically linked build/docker-linux-amd64
15:42:59 #14 DONE 70.0s
15:42:59 
15:42:59 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
15:42:59 #15 0.827 Building statically linked build/plugins-linux-amd64/docker-helloworld
15:42:59 #15 2.676 Building statically linked build/plugins-linux-amd64/docker-badmeta
15:42:59 #15 4.346 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
15:42:59 #15 DONE 6.5s
15:42:59 
15:42:59 #16 exporting to image
15:42:59 #16 exporting layers
15:42:59 #16 exporting layers 2.1s done
15:42:59 #16 writing image sha256:92df254348a0ada116e022dc0cede3c85fe1476d194064730e3b21438894962a
15:42:59 #16 writing image sha256:92df254348a0ada116e022dc0cede3c85fe1476d194064730e3b21438894962a done
15:42:59 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
15:42:59 #16 DONE 2.1s
15:42:59 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-e2eclie2e1
15:42:59 Creating network "cliendtoendsuite_default" with the default driver
15:42:59 Pulling engine (docker:stable-dind)...
15:42:59 stable-dind: Pulling from library/docker
15:43:00 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
15:43:00 Status: Downloaded newer image for docker:stable-dind
15:43:00 Building notary-server
15:43:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:43:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:43:00 server-0.5.0: Pulling from library/notary
15:43:01 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
15:43:01 Status: Downloaded newer image for notary:server-0.5.0
15:43:01  ---> 16b632e954ca
15:43:01 Step 3/3 : COPY ./notary/ /fixtures/
15:43:02  ---> b11ca507436f
15:43:02 Successfully built b11ca507436f
15:43:02 Successfully tagged cliendtoendsuite_notary-server:latest
15:43:02 Building evil-notary-server
15:43:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:43:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:43:02  ---> 16b632e954ca
15:43:02 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:43:02  ---> 33679867cf9d
15:43:02 Successfully built 33679867cf9d
15:43:02 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:43:02 Creating cliendtoendsuite_engine_1 ... 
15:43:02 Creating cliendtoendsuite_registry_1 ... 
15:43:02 Creating cliendtoendsuite_notary-server_1 ... 
15:43:02 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:43:05 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
15:43:51 Removing cliendtoendsuite_notary-server_1      ... 
15:43:51 Removing cliendtoendsuite_registry_1           ... 
15:43:51 Removing cliendtoendsuite_engine_1             ... 
15:43:51 
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
15:43:51 Removing image cliendtoendsuite_notary-server
15:43:51 Removing image cliendtoendsuite_evil-notary-server
15:43:51 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-e2eclie2e1
15:43:53 Creating network "cliendtoendsuite_default" with the default driver
15:43:53 Building notary-server
15:43:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:43:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:43:53  ---> 16b632e954ca
15:43:53 Step 3/3 : COPY ./notary/ /fixtures/
15:43:53  ---> da74d16278b5
15:43:53 Successfully built da74d16278b5
15:43:53 Successfully tagged cliendtoendsuite_notary-server:latest
15:43:53 Building evil-notary-server
15:43:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:43:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:43:53  ---> 16b632e954ca
15:43:53 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:43:53  ---> 0669f18621c8
15:43:53 Successfully built 0669f18621c8
15:43:53 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:43:53 Creating cliendtoendsuite_engine_1 ... 
15:43:53 Creating cliendtoendsuite_notary-server_1 ... 
15:43:53 Creating cliendtoendsuite_registry_1      ... 
15:43:53 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:43:57 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.2:2375
15:43:57 Client:
15:43:57  Version:           19.09.0-dev
15:43:57  API version:       1.40
15:43:57  Go version:        go1.12.9
15:43:57  Git commit:        
15:43:57  Built:             Mon Sep 16 15:41:37 2019
15:43:57  OS/Arch:           linux/amd64
15:43:57  Experimental:      false
15:43:57 
15:43:57 Server: Docker Engine - Community
15:43:57  Engine:
15:43:57   Version:          19.03.2
15:43:57   API version:      1.40 (minimum version 1.12)
15:43:57   Go version:       go1.12.8
15:43:57   Git commit:       6a30dfca03
15:43:57   Built:            Thu Aug 29 05:32:56 2019
15:43:57   OS/Arch:          linux/amd64
15:43:57   Experimental:     true
15:43:57  containerd:
15:43:57   Version:          v1.2.6
15:43:57   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:43:57  runc:
15:43:57   Version:          1.0.0-rc8
15:43:57   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:43:57  docker-init:
15:43:57   Version:          0.18.0
15:43:57   GitCommit:        fec3683
15:43:57 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:43:57 88286f41530e: Pulling fs layer
15:43:57 88286f41530e: Verifying Checksum
15:43:57 88286f41530e: Download complete
15:43:57 88286f41530e: Pull complete
15:43:57 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:43:57 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:43:57 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:43:57 The push refers to repository [registry:5000/alpine]
15:43:57 5bef08742407: Preparing
15:43:57 5bef08742407: Pushed
15:43:57 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:43:57 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:43:57 03b1be98f3f9: Pulling fs layer
15:43:58 03b1be98f3f9: Download complete
15:43:58 03b1be98f3f9: Pull complete
15:43:58 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:43:58 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:43:58 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:43:58 The push refers to repository [registry:5000/busybox]
15:43:58 6a749002dd6a: Preparing
15:43:58 6a749002dd6a: Pushed
15:43:58 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:43:58 Swarm initialized: current node (fuxmwe2ifa3nlhsvk8l5rred1) is now a manager.
15:43:58 
15:43:58 To add a worker to this swarm, run the following command:
15:43:58 
15:43:58     docker swarm join --token SWMTKN-1-3vowa74zuu7zufidv8wlmbndxo3970xe6htyfjbaqeqvruzkmd-9zb9swv3onheoz2ypuuzjypxp 172.19.0.2:2377
15:43:58 
15:43:58 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:43:58 
15:44:25 ✓  e2e/cli-plugins (2.507s)
15:44:25 ∅  e2e/cli-plugins/plugins/badmeta
15:44:25 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:44:25 ✓  e2e/context (42ms)
15:44:28 ✓  e2e/container (8.274s)
15:44:32 ✓  e2e/plugin (3.078s)
15:44:33 ✓  e2e/stack (543ms)
15:44:34 ✓  e2e/system (66ms)
15:44:38 ✓  e2e/trust (3.481s)
15:44:38 ✓  e2e/image (15.271s)
15:44:38 ∅  e2e/internal/fixtures
15:44:38 ∅  e2e/plugin/basic
15:44:38 
15:44:38 === Skipped
15:44:38 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:44:38     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:44:38 
15:44:38 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:44:38     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:44:38         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:44:38 
15:44:38 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:44:38     --- SKIP: TestRemove/Kubernetes (0.00s)
15:44:38         remove_test.go:22: !environment.KubernetesEnabled()
15:44:38 
15:44:38 
15:44:38 DONE 88 tests, 3 skipped in 39.353s
15:44:38 Stopping cliendtoendsuite_notary-server_1      ... 
15:44:38 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:44:38 Stopping cliendtoendsuite_registry_1           ... 
15:44:38 Stopping cliendtoendsuite_engine_1             ... 
15:44:40 
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_notary-server_1      ... 
15:44:40 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:44:40 Removing cliendtoendsuite_registry_1           ... 
15:44:40 Removing cliendtoendsuite_engine_1             ... 
15:44:40 
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
15:44:40 Removing image cliendtoendsuite_notary-server
15:44:40 Removing image cliendtoendsuite_evil-notary-server
15:44:41 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-e2eclie2e1
15:44:42 Creating network "cliendtoendsuite_default" with the default driver
15:44:42 Building engine
15:44:42 Step 1/6 : FROM docker:test-dind
15:44:43 test-dind: Pulling from library/docker
15:44:43 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
15:44:43 Status: Downloaded newer image for docker:test-dind
15:44:43  ---> 5768e15eefd1
15:44:43 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
15:44:43  ---> Running in 6c5ddcd1464a
15:44:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
15:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
15:44:45 (1/5) Installing openssh-keygen (8.0_p1-r0)
15:44:45 (2/5) Installing openssh-server-common (8.0_p1-r0)
15:44:45 (3/5) Installing openssh-server (8.0_p1-r0)
15:44:45 (4/5) Installing linux-pam (1.3.0-r1)
15:44:45 (5/5) Installing shadow (4.6-r2)
15:44:45 Executing busybox-1.30.1-r2.trigger
15:44:45 OK: 24 MiB in 45 packages
15:44:45 Creating mailbox file: No such file or directory
15:44:45 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
15:44:46 Removing intermediate container 6c5ddcd1464a
15:44:46  ---> d691127d7b02
15:44:46 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
15:44:46  ---> Running in 1a83b7dc6453
15:44:47 Removing intermediate container 1a83b7dc6453
15:44:47  ---> e15b8d738dda
15:44:47 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
15:44:47  ---> 4b568312dd01
15:44:47 Step 5/6 : EXPOSE 22
15:44:47  ---> Running in 25d51be7a064
15:44:47 Removing intermediate container 25d51be7a064
15:44:47  ---> c8a1f8277e57
15:44:47 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
15:44:47  ---> Running in ba6e4d837264
15:44:48 Removing intermediate container ba6e4d837264
15:44:48  ---> 91ad03df0976
15:44:48 Successfully built 91ad03df0976
15:44:48 Successfully tagged docker:stable-dind
15:44:48 Building notary-server
15:44:48 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:44:48 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:44:48  ---> 16b632e954ca
15:44:48 Step 3/3 : COPY ./notary/ /fixtures/
15:44:48  ---> 6bc38fe9016f
15:44:48 Successfully built 6bc38fe9016f
15:44:48 Successfully tagged cliendtoendsuite_notary-server:latest
15:44:48 Building evil-notary-server
15:44:48 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:44:48 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:44:48  ---> 16b632e954ca
15:44:48 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:44:48  ---> 2b0221094936
15:44:48 Successfully built 2b0221094936
15:44:48 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:44:48 Creating cliendtoendsuite_engine_1 ... 
15:44:48 Creating cliendtoendsuite_notary-server_1 ... 
15:44:48 Creating cliendtoendsuite_registry_1      ... 
15:44:48 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:44:52 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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