Skip to content
Success

Console Output

Pull request #2481 opened
22:20:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3+e470eef36fcaa506d28c302d365a0400bd4c28a8 (560f6633b649516a3723cf41af50af9d9293d171)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 241f6703d31895690d4cb6f158f753615abe74ac
using credential jps-reader
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-2481@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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
Commit message: "Merge pull request #21 from docker/use-multiarch-busybox"
First time build. Skipping changelog.
 > git --version # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a245a921c9d854e) in /home/ubuntu/workspace/cli_PR-2481
[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-2481@tmp/8518c351-c276-46dc-ba9e-4d0db4db3173/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
22:21:02 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:21:02 chowning workspace
[Pipeline] sh
22:21:02 + pwd
22:21:02 + id -u
22:21:02 + id -g
22:21:02 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2481:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:21:03 Removing all docker containers
[Pipeline] sh
22:21:03 + docker container ls -aq
[Pipeline] echo
22:21:03 Docker containers have been removed
[Pipeline] echo
22:21:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:21:03 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
22:21:03 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
22:21:03 Using the ‘stage’ step without a block argument is deprecated
22:21:03 Entering stage Git Checkout
22:21:03 Proceeding
[Pipeline] checkout
22:21:04 using credential docker-jenkins-github-credentials
22:21:04 Cloning the remote Git repository
22:21:04 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2481 # 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/2481/head:refs/remotes/origin/PR-2481 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
22:21:07 Fetching without tags
22:21:07 Merging remotes/origin/19.03 commit e470eef36fcaa506d28c302d365a0400bd4c28a8 into PR head commit 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2481/head:refs/remotes/origin/PR-2481 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2481/head:refs/remotes/origin/PR-2481 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3 # timeout=10
22:21:07 Merge succeeded, producing 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3
22:21:07 Checking out Revision 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3 (PR-2481)
22:21:08 Commit message: "docs: fix links, and minor markdown touch-ups"
22:21:08 First time build. Skipping changelog.
 > git merge e470eef36fcaa506d28c302d365a0400bd4c28a8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81909d70f0ec11b3b29e0b9c6ea8253f496ffca3 # timeout=10
[Pipeline] stage
22:21:08 Using the ‘stage’ step without a block argument is deprecated
22:21:08 Entering stage Run end-to-end test suite
22:21:08 Proceeding
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac
22:21:09 + docker version
22:21:09 Client: Docker Engine - Community
22:21:09  Version:           19.03.8
22:21:09  API version:       1.40
22:21:09  Go version:        go1.12.17
22:21:09  Git commit:        afacb8b7f0
22:21:09  Built:             Wed Mar 11 01:25:46 2020
22:21:09  OS/Arch:           linux/amd64
22:21:09  Experimental:      false
22:21:09 
22:21:09 Server: Docker Engine - Community
22:21:09  Engine:
22:21:09   Version:          19.03.8
22:21:09   API version:      1.40 (minimum version 1.12)
22:21:09   Go version:       go1.12.17
22:21:09   Git commit:       afacb8b7f0
22:21:09   Built:            Wed Mar 11 01:24:19 2020
22:21:09   OS/Arch:          linux/amd64
22:21:09   Experimental:     true
22:21:09  containerd:
22:21:09   Version:          1.2.13
22:21:09   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
22:21:09  runc:
22:21:09   Version:          1.0.0-rc10
22:21:09   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:21:09  docker-init:
22:21:09   Version:          0.18.0
22:21:09   GitCommit:        fec3683
[Pipeline] sh
22:21:09 + docker info
22:21:09 Client:
22:21:09  Debug Mode: false
22:21:09 
22:21:09 Server:
22:21:09  Containers: 0
22:21:09   Running: 0
22:21:09   Paused: 0
22:21:09   Stopped: 0
22:21:09  Images: 5
22:21:09  Server Version: 19.03.8
22:21:09  Storage Driver: overlay2
22:21:09   Backing Filesystem: <unknown>
22:21:09   Supports d_type: true
22:21:09   Native Overlay Diff: true
22:21:09  Logging Driver: json-file
22:21:09  Cgroup Driver: cgroupfs
22:21:09  Plugins:
22:21:09   Volume: local
22:21:09   Network: bridge host ipvlan macvlan null overlay
22:21:09   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:21:09  Swarm: inactive
22:21:09  Runtimes: runc
22:21:09  Default Runtime: runc
22:21:09  Init Binary: docker-init
22:21:09  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
22:21:09  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:21:09  init version: fec3683
22:21:09  Security Options:
22:21:09   apparmor
22:21:09   seccomp
22:21:09    Profile: default
22:21:09  Kernel Version: 4.15.0-1065-aws
22:21:09  Operating System: Ubuntu 18.04.4 LTS
22:21:09  OSType: linux
22:21:09  Architecture: x86_64
22:21:09  CPUs: 2
22:21:09  Total Memory: 7.501GiB
22:21:09  Name: ip-10-100-83-14
22:21:09  ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP
22:21:09  Docker Root Dir: /var/lib/docker
22:21:09  Debug Mode: false
22:21:09  Username: dockerbuildbot
22:21:09  Registry: https://index.docker.io/v1/
22:21:09  Labels:
22:21:09  Experimental: true
22:21:09  Insecure Registries:
22:21:09   127.0.0.0/8
22:21:09  Live Restore Enabled: true
22:21:09 
22:21:09 WARNING: No swap limit support
[Pipeline] sh
22:21:09 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
22:21:09 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
22:21:09 #2 [internal] load .dockerignore
22:21:09 #2 transferring context: 100B done
22:21:09 #2 DONE 0.0s
22:21:09 
22:21:09 #1 [internal] load build definition from Dockerfile.e2e
22:21:09 #1 transferring dockerfile: 1.58kB done
22:21:09 #1 DONE 0.0s
22:21:09 
22:21:09 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
22:21:10 #3 DONE 0.1s
22:21:10 
22:21:10 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864...
22:21:10 #4 CACHED
22:21:10 
22:21:10 #10 [internal] load build context
22:21:11 #10 transferring context: 40.51MB 1.3s done
22:21:11 #10 DONE 1.3s
22:21:11 
22:21:11 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
22:21:11 #5 1.508 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
22:21:11 #5 1.518 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
22:21:11 #5 1.607 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:21:11 #5 1.632 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:21:11 #5 1.766 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
22:21:11 #5 1.887 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [193 kB]
22:21:13 #5 2.945 Fetched 8343 kB in 2s (4940 kB/s)
22:21:13 #5 2.945 Reading package lists...
22:21:14 #5 3.521 Reading package lists...
22:21:14 #5 4.090 Building dependency tree...
22:21:14 #5 4.194 Reading state information...
22:21:14 #5 4.296 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
22:21:14 #5 4.296 curl is already the newest version (7.64.0-4+deb10u1).
22:21:14 #5 4.296 openssl is already the newest version (1.1.1d-0+deb10u3).
22:21:14 #5 4.296 openssl set to manually installed.
22:21:14 #5 4.296 The following additional packages will be installed:
22:21:14 #5 4.296   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
22:21:14 #5 4.297   libalgorithm-merge-perl libfakeroot patch xz-utils
22:21:14 #5 4.298 Suggested packages:
22:21:14 #5 4.298   bzip2-doc debian-keyring ed diffutils-doc
22:21:14 #5 4.365 The following NEW packages will be installed:
22:21:14 #5 4.365   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
22:21:14 #5 4.366   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
22:21:14 #5 4.632 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
22:21:14 #5 4.632 Need to get 2342 kB of archives.
22:21:14 #5 4.632 After this operation, 3601 kB of additional disk space will be used.
22:21:14 #5 4.632 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:21:14 #5 4.634 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:21:14 #5 4.637 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:21:14 #5 4.639 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
22:21:14 #5 4.657 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
22:21:14 #5 4.658 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
22:21:14 #5 4.660 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
22:21:14 #5 4.661 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
22:21:14 #5 4.661 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
22:21:14 #5 4.662 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
22:21:14 #5 4.804 debconf: delaying package configuration, since apt-utils is not installed
22:21:14 #5 4.828 Fetched 2342 kB in 0s (8226 kB/s)
22:21:14 #5 4.850 Selecting previously unselected package bzip2.
22:21:14 #5 4.850 (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 ... 15409 files and directories currently installed.)
22:21:14 #5 4.928 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:21:14 #5 4.931 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:21:14 #5 4.967 Selecting previously unselected package xz-utils.
22:21:15 #5 4.969 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
22:21:15 #5 4.972 Unpacking xz-utils (5.2.4-1) ...
22:21:15 #5 5.029 Selecting previously unselected package patch.
22:21:15 #5 5.031 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
22:21:15 #5 5.033 Unpacking patch (2.7.6-3+deb10u1) ...
22:21:15 #5 5.065 Selecting previously unselected package dpkg-dev.
22:21:15 #5 5.067 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
22:21:15 #5 5.070 Unpacking dpkg-dev (1.19.7) ...
22:21:15 #5 5.170 Selecting previously unselected package build-essential.
22:21:15 #5 5.172 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
22:21:15 #5 5.175 Unpacking build-essential (12.6) ...
22:21:15 #5 5.202 Selecting previously unselected package libfakeroot:amd64.
22:21:15 #5 5.202 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
22:21:15 #5 5.209 Unpacking libfakeroot:amd64 (1.23-1) ...
22:21:15 #5 5.240 Selecting previously unselected package fakeroot.
22:21:15 #5 5.240 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
22:21:15 #5 5.242 Unpacking fakeroot (1.23-1) ...
22:21:15 #5 5.274 Selecting previously unselected package libalgorithm-diff-perl.
22:21:15 #5 5.274 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
22:21:15 #5 5.278 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
22:21:15 #5 5.305 Selecting previously unselected package libalgorithm-diff-xs-perl.
22:21:15 #5 5.307 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
22:21:15 #5 5.310 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
22:21:15 #5 5.333 Selecting previously unselected package libalgorithm-merge-perl.
22:21:15 #5 5.333 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
22:21:15 #5 5.336 Unpacking libalgorithm-merge-perl (0.08-3) ...
22:21:15 #5 5.367 Setting up libalgorithm-diff-perl (1.19.03-2) ...
22:21:15 #5 5.378 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:21:15 #5 5.386 Setting up libfakeroot:amd64 (1.23-1) ...
22:21:15 #5 5.397 Setting up fakeroot (1.23-1) ...
22:21:15 #5 5.418 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
22:21:15 #5 5.428 Setting up xz-utils (5.2.4-1) ...
22:21:15 #5 5.437 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:21:15 #5 5.444 Setting up patch (2.7.6-3+deb10u1) ...
22:21:15 #5 5.452 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
22:21:15 #5 5.461 Setting up libalgorithm-merge-perl (0.08-3) ...
22:21:15 #5 5.470 Setting up dpkg-dev (1.19.7) ...
22:21:15 #5 5.486 Setting up build-essential (12.6) ...
22:21:15 #5 5.495 Processing triggers for libc-bin (2.28-10) ...
22:21:16 #5 DONE 6.0s
22:21:16 
22:21:16 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
22:21:16 #6 0.668   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
22:21:16 #6 0.670                                  Dload  Upload   Total   Spent    Left  Speed
22:21:16 #6 0.671 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   4725      0 --:--:-- --:--:-- --:--:--  4725
22:21:17 #6 0.921 
100 10.3M  100 10.3M    0     0  41.0M      0 --:--:-- --:--:-- --:--:-- 41.0M
22:21:17 #6 DONE 1.0s
22:21:17 
22:21:17 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
22:21:18 #7 DONE 1.2s
22:21:18 
22:21:18 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
22:21:19 #8 DONE 1.0s
22:21:19 
22:21:19 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
22:21:19 #9 DONE 0.0s
22:21:19 
22:21:19 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
22:21:19 #11 DONE 0.1s
22:21:19 
22:21:19 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
22:21:20 #12 0.719 Updating certificates in /etc/ssl/certs...
22:21:20 #12 1.236 1 added, 0 removed; done.
22:21:20 #12 1.236 Running hooks in /etc/ca-certificates/update.d...
22:21:20 #12 1.238 done.
22:21:20 #12 DONE 1.3s
22:21:20 
22:21:20 #13 [9/11] COPY . .
22:21:21 #13 DONE 0.6s
22:21:21 
22:21:21 #14 [10/11] RUN ./scripts/build/binary
22:21:21 #14 0.579 Building statically linked build/docker-linux-amd64
22:22:29 #14 DONE 67.1s
22:22:29 
22:22:29 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
22:22:29 #15 0.642 Building statically linked build/plugins-linux-amd64/docker-helloworld
22:22:30 #15 2.409 Building statically linked build/plugins-linux-amd64/docker-badmeta
22:22:32 #15 3.976 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
22:22:34 #15 DONE 5.8s
22:22:34 
22:22:34 #16 exporting to image
22:22:34 #16 exporting layers
22:22:36 #16 exporting layers 2.2s done
22:22:36 #16 writing image sha256:60cab55e2cf95c70b21c7ffb43873ad10a90b93009609c6a83c0cdad19589796 done
22:22:36 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
22:22:36 #16 DONE 2.2s
22:22:36 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
22:22:37 Creating network "cliendtoendsuite_default" with the default driver
22:22:37 Pulling registry (registry:2)...
22:22:37 2: Pulling from library/registry
22:22:38 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
22:22:38 Status: Downloaded newer image for registry:2
22:22:38 Pulling engine (docker:stable-dind)...
22:22:38 stable-dind: Pulling from library/docker
22:22:42 Digest: sha256:09515aa8806183adcd89911c23ecbac74b713d89b4832a0f0551b460ea1c20a1
22:22:42 Status: Downloaded newer image for docker:stable-dind
22:22:42 Building notary-server
22:22:42 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:22:42 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:22:42 server-0.5.0: Pulling from library/notary
22:22:42 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
22:22:42 Status: Downloaded newer image for notary:server-0.5.0
22:22:42  ---> 16b632e954ca
22:22:42 Step 3/3 : COPY ./notary/ /fixtures/
22:22:43  ---> bd3a4e30e027
22:22:43 Successfully built bd3a4e30e027
22:22:43 Successfully tagged cliendtoendsuite_notary-server:latest
22:22:43 Building evil-notary-server
22:22:43 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:22:43 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:22:43  ---> 16b632e954ca
22:22:43 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:22:44  ---> 17cf5679e463
22:22:44 Successfully built 17cf5679e463
22:22:44 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:22:44 Creating cliendtoendsuite_registry_1 ... 
22:22:44 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:22:44 Creating cliendtoendsuite_notary-server_1      ... 
22:22:44 Creating cliendtoendsuite_engine_1             ... 
22:22:48 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
22:22:48 Client:
22:22:48  Version:           19.03.0-dev
22:22:48  API version:       1.40
22:22:48  Go version:        go1.13.10
22:22:48  Git commit:        
22:22:48  Built:             Wed Apr 29 22:21:21 2020
22:22:48  OS/Arch:           linux/amd64
22:22:48  Experimental:      false
22:22:48 
22:22:48 Server: Docker Engine - Community
22:22:48  Engine:
22:22:48   Version:          19.03.8
22:22:48   API version:      1.40 (minimum version 1.12)
22:22:48   Go version:       go1.12.17
22:22:48   Git commit:       afacb8b7f0
22:22:48   Built:            Wed Mar 11 01:30:32 2020
22:22:48   OS/Arch:          linux/amd64
22:22:48   Experimental:     false
22:22:48  containerd:
22:22:48   Version:          v1.2.13
22:22:48   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
22:22:48  runc:
22:22:48   Version:          1.0.0-rc10
22:22:48   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:22:48  docker-init:
22:22:48   Version:          0.18.0
22:22:48   GitCommit:        fec3683
22:22:48 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
22:22:48 88286f41530e: Pulling fs layer
22:22:48 88286f41530e: Verifying Checksum
22:22:48 88286f41530e: Download complete
22:22:48 88286f41530e: Pull complete
22:22:48 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:22:48 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:22:48 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:22:48 The push refers to repository [registry:5000/alpine]
22:22:48 5bef08742407: Preparing
22:22:48 5bef08742407: Pushed
22:22:48 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
22:22:49 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
22:22:49 03b1be98f3f9: Pulling fs layer
22:22:49 03b1be98f3f9: Verifying Checksum
22:22:49 03b1be98f3f9: Download complete
22:22:49 03b1be98f3f9: Pull complete
22:22:49 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:22:49 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:22:49 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:22:49 The push refers to repository [registry:5000/busybox]
22:22:49 6a749002dd6a: Preparing
22:22:49 6a749002dd6a: Pushed
22:22:49 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
22:22:50 Swarm initialized: current node (th5jfgdpu2yptbscjn2mcl3ls) is now a manager.
22:22:50 
22:22:50 To add a worker to this swarm, run the following command:
22:22:50 
22:22:50     docker swarm join --token SWMTKN-1-208lwqw6ucznnetcypjx3s0qxfgykmj0xwz6wv8x2dgk5up3w4-266043lqp1f1nv1azzjemxnus 172.18.0.3:2377
22:22:50 
22:22:50 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
22:22:50 
22:23:16 ✓  e2e/cli-plugins (2.983s)
22:23:16 ∅  e2e/cli-plugins/plugins/badmeta
22:23:16 ∅  e2e/cli-plugins/plugins/nopersistentprerun
22:23:16 ✓  e2e/context (61ms)
22:23:20 ✓  e2e/container (7.504s)
22:23:25 ✓  e2e/plugin (3.747s)
22:23:26 ✓  e2e/stack (593ms)
22:23:27 ✓  e2e/system (65ms)
22:23:27 ✓  e2e/image (11.496s)
22:23:27 ∅  e2e/internal/fixtures
22:23:27 ∅  e2e/plugin/basic
22:23:30 ✓  e2e/trust (2.059s)
22:23:30 
22:23:30 === Skipped
22:23:30 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
22:23:30     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
22:23:30 
22:23:30 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
22:23:30     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
22:23:30 
22:23:30 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
22:23:30     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
22:23:30         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
22:23:30 
22:23:30 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
22:23:30     --- SKIP: TestRemove/Kubernetes (0.00s)
22:23:30         remove_test.go:22: !environment.KubernetesEnabled()
22:23:30 
22:23:30 
22:23:30 DONE 88 tests, 4 skipped in 39.680s
22:23:30 Stopping cliendtoendsuite_notary-server_1      ... 
22:23:30 Stopping cliendtoendsuite_engine_1             ... 
22:23:30 Stopping cliendtoendsuite_registry_1           ... 
22:23:30 Stopping cliendtoendsuite_evil-notary-server_1 ... 
22:23:32 
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      ... 
22:23:32 Removing cliendtoendsuite_engine_1             ... 
22:23:32 Removing cliendtoendsuite_registry_1           ... 
22:23:32 Removing cliendtoendsuite_evil-notary-server_1 ... 
22:23:32 
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
22:23:32 Removing image cliendtoendsuite_notary-server
22:23:32 Removing image cliendtoendsuite_evil-notary-server
22:23:32 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
22:23:33 Creating network "cliendtoendsuite_default" with the default driver
22:23:33 Building notary-server
22:23:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:23:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:23:33  ---> 16b632e954ca
22:23:33 Step 3/3 : COPY ./notary/ /fixtures/
22:23:34  ---> 5f87a901da8e
22:23:34 Successfully built 5f87a901da8e
22:23:34 Successfully tagged cliendtoendsuite_notary-server:latest
22:23:34 Building evil-notary-server
22:23:34 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:23:34 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:23:34  ---> 16b632e954ca
22:23:34 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:23:34  ---> 843b65072c1b
22:23:34 Successfully built 843b65072c1b
22:23:34 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:23:34 Creating cliendtoendsuite_engine_1 ... 
22:23:34 Creating cliendtoendsuite_registry_1 ... 
22:23:34 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:23:34 Creating cliendtoendsuite_notary-server_1      ... 
22:23:39 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
22:23:39 Client:
22:23:39  Version:           19.03.0-dev
22:23:39  API version:       1.40
22:23:39  Go version:        go1.13.10
22:23:39  Git commit:        
22:23:39  Built:             Wed Apr 29 22:21:21 2020
22:23:39  OS/Arch:           linux/amd64
22:23:39  Experimental:      false
22:23:39 
22:23:39 Server: Docker Engine - Community
22:23:39  Engine:
22:23:39   Version:          19.03.8
22:23:39   API version:      1.40 (minimum version 1.12)
22:23:39   Go version:       go1.12.17
22:23:39   Git commit:       afacb8b7f0
22:23:39   Built:            Wed Mar 11 01:30:32 2020
22:23:39   OS/Arch:          linux/amd64
22:23:39   Experimental:     true
22:23:39  containerd:
22:23:39   Version:          v1.2.13
22:23:39   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
22:23:39  runc:
22:23:39   Version:          1.0.0-rc10
22:23:39   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:23:39  docker-init:
22:23:39   Version:          0.18.0
22:23:39   GitCommit:        fec3683
22:23:39 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
22:23:39 88286f41530e: Pulling fs layer
22:23:39 88286f41530e: Download complete
22:23:39 88286f41530e: Pull complete
22:23:39 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:23:39 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:23:39 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:23:39 The push refers to repository [registry:5000/alpine]
22:23:39 5bef08742407: Preparing
22:23:40 5bef08742407: Pushed
22:23:40 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
22:23:40 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
22:23:40 03b1be98f3f9: Pulling fs layer
22:23:40 03b1be98f3f9: Verifying Checksum
22:23:40 03b1be98f3f9: Download complete
22:23:40 03b1be98f3f9: Pull complete
22:23:40 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:23:40 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:23:40 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:23:40 The push refers to repository [registry:5000/busybox]
22:23:40 6a749002dd6a: Preparing
22:23:40 6a749002dd6a: Pushed
22:23:40 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
22:23:41 Swarm initialized: current node (dojg09gxaecpe51m1vko2hn0b) is now a manager.
22:23:41 
22:23:41 To add a worker to this swarm, run the following command:
22:23:41 
22:23:41     docker swarm join --token SWMTKN-1-5vlmg1ni50y197rqw2yauf9squvczyfi4udvhf8f2zu5bw17v8-2x2hy9634f4caet86o6gjlf8n 172.19.0.4:2377
22:23:41 
22:23:41 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
22:23:41 
22:24:07 ✓  e2e/cli-plugins (3.004s)
22:24:07 ∅  e2e/cli-plugins/plugins/badmeta
22:24:07 ∅  e2e/cli-plugins/plugins/nopersistentprerun
22:24:07 ✓  e2e/context (64ms)
22:24:12 ✓  e2e/container (7.521s)
22:24:16 ✓  e2e/plugin (3.202s)
22:24:17 ✓  e2e/stack (592ms)
22:24:18 ✓  e2e/system (70ms)
22:24:22 ✓  e2e/image (13.821s)
22:24:22 ∅  e2e/internal/fixtures
22:24:22 ∅  e2e/plugin/basic
22:24:22 ✓  e2e/trust (3.378s)
22:24:22 
22:24:22 === Skipped
22:24:22 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
22:24:22     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
22:24:22 
22:24:22 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
22:24:22     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
22:24:22         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
22:24:22 
22:24:22 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
22:24:22     --- SKIP: TestRemove/Kubernetes (0.00s)
22:24:22         remove_test.go:22: !environment.KubernetesEnabled()
22:24:22 
22:24:22 
22:24:22 DONE 88 tests, 3 skipped in 40.519s
22:24:22 Stopping cliendtoendsuite_notary-server_1      ... 
22:24:22 Stopping cliendtoendsuite_evil-notary-server_1 ... 
22:24:22 Stopping cliendtoendsuite_registry_1           ... 
22:24:22 Stopping cliendtoendsuite_engine_1             ... 
22:24:24 
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_notary-server_1      ... 
22:24:24 Removing cliendtoendsuite_evil-notary-server_1 ... 
22:24:24 Removing cliendtoendsuite_registry_1           ... 
22:24:24 Removing cliendtoendsuite_engine_1             ... 
22:24:24 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
22:24:24 Removing image cliendtoendsuite_notary-server
22:24:24 Removing image cliendtoendsuite_evil-notary-server
22:24:24 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
22:24:26 Creating network "cliendtoendsuite_default" with the default driver
22:24:26 Building notary-server
22:24:26 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:24:26 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:24:26  ---> 16b632e954ca
22:24:26 Step 3/3 : COPY ./notary/ /fixtures/
22:24:26  ---> 4742fd88a2d5
22:24:26 Successfully built 4742fd88a2d5
22:24:26 Successfully tagged cliendtoendsuite_notary-server:latest
22:24:26 Building engine
22:24:26 Step 1/6 : FROM docker:test-dind
22:24:26 test-dind: Pulling from library/docker
22:24:26 Digest: sha256:09515aa8806183adcd89911c23ecbac74b713d89b4832a0f0551b460ea1c20a1
22:24:26 Status: Downloaded newer image for docker:test-dind
22:24:26  ---> 7799c84f00cd
22:24:26 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
22:24:26  ---> Running in d331a2da2095
22:24:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
22:24:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
22:24:28 (1/4) Installing openssh-server-common (8.1_p1-r0)
22:24:28 (2/4) Installing openssh-server (8.1_p1-r0)
22:24:28 (3/4) Installing linux-pam (1.3.1-r1)
22:24:28 (4/4) Installing shadow (4.7-r1)
22:24:28 Executing busybox-1.31.1-r9.trigger
22:24:28 OK: 29 MiB in 49 packages
22:24:28 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
22:24:29 Removing intermediate container d331a2da2095
22:24:29  ---> 01e1c5a0bf1f
22:24:29 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
22:24:29  ---> Running in 21239db114e5
22:24:30 Removing intermediate container 21239db114e5
22:24:30  ---> 84f4ae884a0e
22:24:30 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
22:24:30  ---> fd540cee95f1
22:24:30 Step 5/6 : EXPOSE 22
22:24:30  ---> Running in 8bef3c66dcf2
22:24:30 Removing intermediate container 8bef3c66dcf2
22:24:30  ---> 0649a5878dab
22:24:30 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
22:24:30  ---> Running in 5645b55dcb01
22:24:30 Removing intermediate container 5645b55dcb01
22:24:30  ---> 6578437acd72
22:24:30 Successfully built 6578437acd72
22:24:30 Successfully tagged docker:stable-dind
22:24:30 Building evil-notary-server
22:24:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:24:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:24:30  ---> 16b632e954ca
22:24:30 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:24:31  ---> f9b640e60f76
22:24:31 Successfully built f9b640e60f76
22:24:31 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:24:31 Creating cliendtoendsuite_registry_1 ... 
22:24:31 Creating cliendtoendsuite_notary-server_1 ... 
22:24:31 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:24:31 Creating cliendtoendsuite_engine_1             ... 
22:24:36 
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.4
22:24:36 Client:
22:24:36  Version:           19.03.0-dev
22:24:36  API version:       1.40
22:24:36  Go version:        go1.13.10
22:24:36  Git commit:        
22:24:36  Built:             Wed Apr 29 22:21:21 2020
22:24:36  OS/Arch:           linux/amd64
22:24:36  Experimental:      false
22:24:36 
22:24:36 Server: Docker Engine - Community
22:24:36  Engine:
22:24:36   Version:          19.03.8
22:24:36   API version:      1.40 (minimum version 1.12)
22:24:36   Go version:       go1.12.17
22:24:36   Git commit:       afacb8b7f0
22:24:36   Built:            Wed Mar 11 01:30:32 2020
22:24:36   OS/Arch:          linux/amd64
22:24:36   Experimental:     true
22:24:36  containerd:
22:24:36   Version:          v1.2.13
22:24:36   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
22:24:36  runc:
22:24:36   Version:          1.0.0-rc10
22:24:36   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
22:24:36  docker-init:
22:24:36   Version:          0.18.0
22:24:36   GitCommit:        fec3683
22:24:37 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
22:24:37 88286f41530e: Pulling fs layer
22:24:37 88286f41530e: Download complete
22:24:37 88286f41530e: Pull complete
22:24:37 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:24:37 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:24:37 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:24:37 The push refers to repository [registry:5000/alpine]
22:24:37 5bef08742407: Preparing
22:24:37 5bef08742407: Pushed
22:24:37 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
22:24:38 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
22:24:38 03b1be98f3f9: Pulling fs layer
22:24:38 03b1be98f3f9: Verifying Checksum
22:24:38 03b1be98f3f9: Pull complete
22:24:38 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:24:38 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:24:38 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:24:38 The push refers to repository [registry:5000/busybox]
22:24:38 6a749002dd6a: Preparing
22:24:38 6a749002dd6a: Pushed
22:24:38 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
22:24:39 Swarm initialized: current node (ogmc2p8mdgaxko9bqjl7zexru) is now a manager.
22:24:39 
22:24:39 To add a worker to this swarm, run the following command:
22:24:39 
22:24:39     docker swarm join --token SWMTKN-1-2uvnia9rzq8glrpejnwzm45jh2n5jmddux9uw9m28t6m6aymjb-ca6t8s7c02vodyk193q7yt118 172.20.0.4:2377
22:24:39 
22:24:39 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
22:24:39 
22:25:18 ✓  e2e/cli-plugins (13.594s)
22:25:18 ∅  e2e/cli-plugins/plugins/badmeta
22:25:18 ∅  e2e/cli-plugins/plugins/nopersistentprerun
22:25:18 ✓  e2e/context (33ms)
22:25:19 ✓  e2e/container (17.373s)
22:25:25 ✓  e2e/plugin (4.182s)
22:25:27 ✓  e2e/stack (2.185s)
22:25:30 ✓  e2e/system (304ms)
22:25:35 ✓  e2e/trust (6.225s)
22:25:40 ✓  e2e/image (24.648s)
22:25:40 ∅  e2e/internal/fixtures
22:25:40 ∅  e2e/plugin/basic
22:25:41 
22:25:41 === Skipped
22:25:41 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
22:25:41     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
22:25:41 
22:25:41 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
22:25:41     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
22:25:41         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
22:25:41 
22:25:41 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
22:25:41     --- SKIP: TestRemove/Kubernetes (0.00s)
22:25:41         remove_test.go:22: !environment.KubernetesEnabled()
22:25:41 
22:25:41 
22:25:41 DONE 88 tests, 3 skipped in 61.095s
22:25:41 Stopping cliendtoendsuite_engine_1             ... 
22:25:41 Stopping cliendtoendsuite_evil-notary-server_1 ... 
22:25:41 Stopping cliendtoendsuite_registry_1           ... 
22:25:41 Stopping cliendtoendsuite_notary-server_1      ... 
22:25:43 
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_engine_1             ... 
22:25:43 Removing cliendtoendsuite_evil-notary-server_1 ... 
22:25:43 Removing cliendtoendsuite_registry_1           ... 
22:25:43 Removing cliendtoendsuite_notary-server_1      ... 
22:25:43 
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
22:25:43 Removing image cliendtoendsuite_notary-server
22:25:43 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