Skip to content
Failed

Console Output

Push event to branch master
18:29:55 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 6e98ebc89a683e751b253508c8ab9f4ca7c647be
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
 > 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 --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"
 > git rev-list --no-walk fde6a898bccdd14efd5ffef81d7086dace269d15 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-084a5e3703bbce5bb) in /home/ubuntu/workspace/cli_master
[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_master@tmp/2b8f8d5c-6661-473c-861c-f029c9f808ce/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
18:29:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:29:58 chowning workspace
[Pipeline] sh
18:29:58 + pwd
18:29:58 + id -u
18:29:58 + id -g
18:29:58 + docker run --rm -v /home/ubuntu/workspace/cli_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:29:59 Removing all docker containers
[Pipeline] sh
18:30:00 + docker container ls -aq
[Pipeline] echo
18:30:00 Docker containers have been removed
[Pipeline] echo
18:30:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:30:00 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:30:00 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:30:00 Using the ‘stage’ step without a block argument is deprecated
18:30:00 Entering stage Git Checkout
18:30:00 Proceeding
[Pipeline] checkout
18:30:00 using credential docker-jenkins-github-credentials
18:30:00 Cloning the remote Git repository
18:30:00 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_master # 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/heads/master:refs/remotes/origin/master # timeout=10
18:30:03 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.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/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/heads/master:refs/remotes/origin/master # timeout=10
18:30:03 Checking out Revision 6e98ebc89a683e751b253508c8ab9f4ca7c647be (master)
18:30:04 Commit message: "Merge pull request #2410 from qckzr/patch-1"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e98ebc89a683e751b253508c8ab9f4ca7c647be # timeout=10
 > git rev-list --no-walk 22acbbcc4b3fb5020492b1ed9e72186191bfedc0 # timeout=10
[Pipeline] stage
18:30:04 Using the ‘stage’ step without a block argument is deprecated
18:30:04 Entering stage Run end-to-end test suite
18:30:04 Proceeding
[Pipeline] sh
18:30:04 + docker version
18:30:04 Client: Docker Engine - Community
18:30:04  Version:           19.03.5
18:30:04  API version:       1.40
18:30:04  Go version:        go1.12.12
18:30:04  Git commit:        633a0ea838
18:30:04  Built:             Wed Nov 13 07:29:52 2019
18:30:04  OS/Arch:           linux/amd64
18:30:04  Experimental:      false
18:30:04 
18:30:04 Server: Docker Engine - Community
18:30:04  Engine:
18:30:04   Version:          19.03.5
18:30:04   API version:      1.40 (minimum version 1.12)
18:30:04   Go version:       go1.12.12
18:30:04   Git commit:       633a0ea838
18:30:04   Built:            Wed Nov 13 07:28:22 2019
18:30:04   OS/Arch:          linux/amd64
18:30:04   Experimental:     true
18:30:04  containerd:
18:30:04   Version:          1.2.10
18:30:04   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
18:30:04  runc:
18:30:04   Version:          1.0.0-rc8+dev
18:30:04   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
18:30:04  docker-init:
18:30:04   Version:          0.18.0
18:30:04   GitCommit:        fec3683
[Pipeline] sh
18:30:05 + docker info
18:30:05 Client:
18:30:05  Debug Mode: false
18:30:05 
18:30:05 Server:
18:30:05  Containers: 0
18:30:05   Running: 0
18:30:05   Paused: 0
18:30:05   Stopped: 0
18:30:05  Images: 4
18:30:05  Server Version: 19.03.5
18:30:05  Storage Driver: overlay2
18:30:05   Backing Filesystem: extfs
18:30:05   Supports d_type: true
18:30:05   Native Overlay Diff: true
18:30:05  Logging Driver: json-file
18:30:05  Cgroup Driver: cgroupfs
18:30:05  Plugins:
18:30:05   Volume: local
18:30:05   Network: bridge host ipvlan macvlan null overlay
18:30:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:30:05  Swarm: inactive
18:30:05  Runtimes: runc
18:30:05  Default Runtime: runc
18:30:05  Init Binary: docker-init
18:30:05  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
18:30:05  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
18:30:05  init version: fec3683
18:30:05  Security Options:
18:30:05   apparmor
18:30:05   seccomp
18:30:05    Profile: default
18:30:05  Kernel Version: 4.15.0-1058-aws
18:30:05  Operating System: Ubuntu 18.04.4 LTS
18:30:05  OSType: linux
18:30:05  Architecture: x86_64
18:30:05  CPUs: 2
18:30:05  Total Memory: 7.501GiB
18:30:05  Name: ip-10-100-44-242
18:30:05  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
18:30:05  Docker Root Dir: /var/lib/docker
18:30:05  Debug Mode: false
18:30:05  Username: dockerbuildbot
18:30:05  Registry: https://index.docker.io/v1/
18:30:05  Labels:
18:30:05  Experimental: true
18:30:05  Insecure Registries:
18:30:05   127.0.0.0/8
18:30:05  Live Restore Enabled: true
18:30:05 
18:30:05 WARNING: No swap limit support
[Pipeline] sh
18:30:05 + E2E_UNIQUE_ID=clie2e140 IMAGE_TAG=clie2e140 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:30:05 docker build -t docker-cli-e2eclie2e140 --build-arg=GO_VERSION --build-arg VERSION=20.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:30:05 #2 [internal] load .dockerignore
18:30:05 #2 transferring context: 100B done
18:30:05 #2 DONE 0.0s
18:30:05 
18:30:05 #1 [internal] load build definition from Dockerfile.e2e
18:30:05 #1 transferring dockerfile: 1.65kB done
18:30:05 #1 DONE 0.0s
18:30:05 
18:30:05 #3 [internal] load metadata for docker.io/library/golang:1.13.8-buster
18:30:05 #3 DONE 0.1s
18:30:05 
18:30:05 #4 [1/11] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5...
18:30:05 #4 CACHED
18:30:05 
18:30:05 #10 [internal] load build context
18:30:07 #10 transferring context: 42.23MB 1.2s done
18:30:07 #10 DONE 1.3s
18:30:07 
18:30:07 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:30:07 #5 1.371 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
18:30:07 #5 1.381 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
18:30:07 #5 1.472 Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
18:30:07 #5 1.472 Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:30:07 #5 1.607 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
18:30:07 #5 1.730 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [186 kB]
18:30:08 #5 2.781 Fetched 8336 kB in 2s (5002 kB/s)
18:30:09 #5 2.781 Reading package lists...
18:30:09 #5 3.359 Reading package lists...
18:30:09 #5 3.935 Building dependency tree...
18:30:09 #5 4.052 Reading state information...
18:30:09 #5 4.161 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
18:30:09 #5 4.161 openssl is already the newest version (1.1.1d-0+deb10u2).
18:30:09 #5 4.161 openssl set to manually installed.
18:30:09 #5 4.161 curl is already the newest version (7.64.0-4+deb10u1).
18:30:09 #5 4.161 The following additional packages will be installed:
18:30:09 #5 4.161   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
18:30:09 #5 4.162   libalgorithm-merge-perl libfakeroot patch xz-utils
18:30:09 #5 4.162 Suggested packages:
18:30:09 #5 4.162   bzip2-doc debian-keyring ed diffutils-doc
18:30:09 #5 4.231 The following NEW packages will be installed:
18:30:09 #5 4.232   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
18:30:09 #5 4.233   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
18:30:10 #5 4.601 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
18:30:10 #5 4.601 Need to get 2342 kB of archives.
18:30:10 #5 4.601 After this operation, 3601 kB of additional disk space will be used.
18:30:10 #5 4.601 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:30:10 #5 4.606 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:30:10 #5 4.613 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
18:30:10 #5 4.616 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
18:30:10 #5 4.648 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
18:30:10 #5 4.649 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
18:30:10 #5 4.650 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
18:30:10 #5 4.652 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
18:30:10 #5 4.652 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
18:30:10 #5 4.653 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
18:30:10 #5 4.758 debconf: delaying package configuration, since apt-utils is not installed
18:30:10 #5 4.779 Fetched 2342 kB in 0s (5723 kB/s)
18:30:10 #5 4.795 Selecting previously unselected package bzip2.
18:30:10 #5 4.795 (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 ... 15401 files and directories currently installed.)
18:30:10 #5 4.804 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:30:10 #5 4.807 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:30:10 #5 4.834 Selecting previously unselected package xz-utils.
18:30:10 #5 4.836 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
18:30:10 #5 4.839 Unpacking xz-utils (5.2.4-1) ...
18:30:10 #5 4.876 Selecting previously unselected package patch.
18:30:10 #5 4.878 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
18:30:10 #5 4.880 Unpacking patch (2.7.6-3+deb10u1) ...
18:30:10 #5 4.913 Selecting previously unselected package dpkg-dev.
18:30:10 #5 4.915 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
18:30:10 #5 4.918 Unpacking dpkg-dev (1.19.7) ...
18:30:10 #5 5.016 Selecting previously unselected package build-essential.
18:30:10 #5 5.018 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
18:30:10 #5 5.021 Unpacking build-essential (12.6) ...
18:30:10 #5 5.047 Selecting previously unselected package libfakeroot:amd64.
18:30:10 #5 5.047 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
18:30:10 #5 5.052 Unpacking libfakeroot:amd64 (1.23-1) ...
18:30:10 #5 5.081 Selecting previously unselected package fakeroot.
18:30:10 #5 5.081 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
18:30:10 #5 5.084 Unpacking fakeroot (1.23-1) ...
18:30:10 #5 5.120 Selecting previously unselected package libalgorithm-diff-perl.
18:30:10 #5 5.120 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
18:30:10 #5 5.123 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
18:30:10 #5 5.150 Selecting previously unselected package libalgorithm-diff-xs-perl.
18:30:10 #5 5.150 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
18:30:10 #5 5.152 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:30:10 #5 5.178 Selecting previously unselected package libalgorithm-merge-perl.
18:30:10 #5 5.180 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
18:30:10 #5 5.182 Unpacking libalgorithm-merge-perl (0.08-3) ...
18:30:10 #5 5.214 Setting up libalgorithm-diff-perl (1.19.03-2) ...
18:30:10 #5 5.222 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:30:10 #5 5.230 Setting up libfakeroot:amd64 (1.23-1) ...
18:30:10 #5 5.241 Setting up fakeroot (1.23-1) ...
18:30:10 #5 5.250 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
18:30:10 #5 5.260 Setting up xz-utils (5.2.4-1) ...
18:30:10 #5 5.267 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:30:10 #5 5.273 Setting up patch (2.7.6-3+deb10u1) ...
18:30:10 #5 5.281 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:30:10 #5 5.289 Setting up libalgorithm-merge-perl (0.08-3) ...
18:30:10 #5 5.297 Setting up dpkg-dev (1.19.7) ...
18:30:10 #5 5.310 Setting up build-essential (12.6) ...
18:30:10 #5 5.318 Processing triggers for libc-bin (2.28-10) ...
18:30:11 #5 DONE 5.8s
18:30:11 
18:30:11 #6 [3/11] RUN curl -fsSL https://github.com/docker/compose/releases/downloa...
18:30:12 #6 DONE 0.9s
18:30:12 
18:30:12 #7 [4/11] RUN curl -fsSL https://github.com/theupdateframework/notary/relea...
18:30:13 #7 DONE 1.1s
18:30:13 
18:30:13 #8 [5/11] RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releas...
18:30:14 #8 DONE 0.9s
18:30:14 
18:30:14 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:30:14 #9 DONE 0.0s
18:30:14 
18:30:14 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:30:14 #11 DONE 0.1s
18:30:14 
18:30:14 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:30:15 #12 0.608 Updating certificates in /etc/ssl/certs...
18:30:15 #12 1.077 1 added, 0 removed; done.
18:30:15 #12 1.077 Running hooks in /etc/ca-certificates/update.d...
18:30:15 #12 1.078 done.
18:30:15 #12 DONE 1.2s
18:30:15 
18:30:15 #13 [9/11] COPY . .
18:30:16 #13 DONE 0.5s
18:30:16 
18:30:16 #14 [10/11] RUN ./scripts/build/binary
18:30:16 #14 0.575 Building statically linked build/docker-linux-amd64
18:31:38 #14 DONE 69.3s
18:31:38 
18:31:38 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
18:31:38 #15 0.636 Building statically linked build/plugins-linux-amd64/docker-helloworld
18:31:38 #15 1.758 Building statically linked build/plugins-linux-amd64/docker-badmeta
18:31:38 #15 2.723 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
18:31:38 #15 DONE 3.9s
18:31:38 
18:31:38 #16 exporting to image
18:31:38 #16 exporting layers
18:31:38 #16 exporting layers 2.1s done
18:31:38 #16 writing image sha256:af57a2333fe76deae7bb51b6f54553150220dc43fd547a5952f4f90a0688a874 done
18:31:38 #16 naming to docker.io/library/docker-cli-e2eclie2e140 done
18:31:38 #16 DONE 2.1s
18:31:38 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=20.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e140
18:31:38 Native build is an experimental feature and could change at any time
18:31:38 Creating network "cliendtoendsuite_default" with the default driver
18:31:38 Pulling registry (registry:2)...
18:31:38 2: Pulling from library/registry
18:31:38 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
18:31:38 Status: Downloaded newer image for registry:2
18:31:38 Pulling engine (docker:stable-dind)...
18:31:38 stable-dind: Pulling from library/docker
18:31:38 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
18:31:38 Status: Downloaded newer image for docker:stable-dind
18:31:38 Building notary-server
18:31:38 #2 [internal] load .dockerignore
18:31:38 #2 transferring context: 2B done
18:31:38 #2 DONE 0.0s
18:31:38 
18:31:38 #1 [internal] load build definition from Dockerfile.notary-server
18:31:38 #1 transferring dockerfile: 140B done
18:31:38 #1 DONE 0.0s
18:31:38 
18:31:38 #3 [internal] load metadata for docker.io/library/notary:server-0.5.0
18:31:38 #3 DONE 0.3s
18:31:38 
18:31:38 #5 [internal] load build context
18:31:38 #5 transferring context: 8.26kB done
18:31:38 #5 DONE 0.0s
18:31:38 
18:31:38 #4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447...
18:31:38 #4 resolve docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 done
18:31:38 #4 sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 434B / 434B done
18:31:38 #4 sha256:88bddb53072ae1b018b3b09ac1974be903800e3595ec31401fc3c73ffb66affd 1.36kB / 1.36kB done
18:31:38 #4 sha256:16b632e954ca01326ecc36ff0c7bb651baf9dcf92366b322b112f697193eb3d5 3.40kB / 3.40kB done
18:31:38 #4 sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 0B / 2.21MB 0.1s
18:31:38 #4 sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 0B / 411B 0.1s
18:31:38 #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0B / 4.03MB 0.1s
18:31:38 #4 sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 2.21MB / 2.21MB 0.1s done
18:31:38 #4 sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 411B / 411B 0.2s done
18:31:38 #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 2.19MB / 4.03MB 0.2s
18:31:38 #4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde
18:31:38 #4 sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 0B / 377B 0.2s
18:31:38 #4 sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff 0B / 1.19kB 0.2s
18:31:38 #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 4.03MB / 4.03MB 0.2s done
18:31:38 #4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 0.1s done
18:31:38 #4 sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 377B / 377B 0.2s done
18:31:38 #4 sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff 1.19kB / 1.19kB 0.2s done
18:31:38 #4 extracting sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867
18:31:38 #4 extracting sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 done
18:31:38 #4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056
18:31:38 #4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0.2s done
18:31:38 #4 extracting sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 done
18:31:38 #4 extracting sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff
18:31:38 #4 extracting sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff done
18:31:38 #4 DONE 0.8s
18:31:38 
18:31:38 #6 [2/2] COPY ./notary/ /fixtures/
18:31:39 #6 DONE 0.5s
18:31:39 
18:31:39 #7 exporting to image
18:31:39 #7 exporting layers 0.0s done
18:31:39 #7 writing image sha256:0ac71feafc9699784f19d333275168a76386c658ae6275176daa939bf47e2299
18:31:39 #7 writing image sha256:0ac71feafc9699784f19d333275168a76386c658ae6275176daa939bf47e2299 done
18:31:39 #7 naming to docker.io/library/cliendtoendsuite_notary-server done
18:31:39 #7 DONE 0.0s
18:31:39 Successfully built 0ac71feafc9699784f19d333275168a76386c658ae6275176daa939bf47e2299
18:31:39 Building evil-notary-server
18:31:39 #2 [internal] load .dockerignore
18:31:39 #2 transferring context: 2B done
18:31:39 #2 DONE 0.0s
18:31:39 
18:31:39 #1 [internal] load build definition from Dockerfile.evil-notary-server
18:31:39 #1 transferring dockerfile: 150B done
18:31:39 #1 DONE 0.0s
18:31:39 
18:31:39 #3 [internal] load metadata for docker.io/library/notary:server-0.5.0
18:31:39 #3 DONE 0.1s
18:31:39 
18:31:39 #4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447...
18:31:39 #4 CACHED
18:31:39 
18:31:39 #5 [internal] load build context
18:31:39 #5 transferring context: 8.29kB done
18:31:39 #5 DONE 0.0s
18:31:39 
18:31:39 #6 [2/2] COPY ./notary-evil/ /fixtures/
18:31:39 #6 DONE 0.0s
18:31:39 
18:31:39 #7 exporting to image
18:31:39 #7 exporting layers 0.0s done
18:31:39 #7 writing image sha256:d86f5ace00f66ee3635b026aabbf718783473f55cc43316eadce025f30db9fa9 done
18:31:39 #7 naming to docker.io/library/cliendtoendsuite_evil-notary-server done
18:31:39 #7 DONE 0.0s
18:31:39 Successfully built d86f5ace00f66ee3635b026aabbf718783473f55cc43316eadce025f30db9fa9
18:31:39 Creating cliendtoendsuite_registry_1 ... 
18:31:39 Creating cliendtoendsuite_notary-server_1 ... 
18:31:39 Creating cliendtoendsuite_engine_1        ... 
18:31:39 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:31:42 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
18:31:42 Client:
18:31:42  Version:           20.03.0-dev
18:31:42  API version:       1.40 (downgraded from 1.41)
18:31:42  Go version:        go1.13.8
18:31:42  Git commit:        
18:31:42  Built:             Tue Mar 31 18:30:16 2020
18:31:42  OS/Arch:           linux/amd64
18:31:42  Experimental:      false
18:31:42 
18:31:42 Server: Docker Engine - Community
18:31:42  Engine:
18:31:42   Version:          19.03.8
18:31:42   API version:      1.40 (minimum version 1.12)
18:31:42   Go version:       go1.12.17
18:31:42   Git commit:       afacb8b7f0
18:31:42   Built:            Wed Mar 11 01:30:32 2020
18:31:42   OS/Arch:          linux/amd64
18:31:42   Experimental:     false
18:31:42  containerd:
18:31:42   Version:          v1.2.13
18:31:42   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
18:31:42  runc:
18:31:42   Version:          1.0.0-rc10
18:31:42   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:31:42  docker-init:
18:31:42   Version:          0.18.0
18:31:42   GitCommit:        fec3683
18:31:43 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:31:43 88286f41530e: Pulling fs layer
18:31:43 88286f41530e: Verifying Checksum
18:31:43 88286f41530e: Download complete
18:31:43 88286f41530e: Pull complete
18:31:43 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:31:43 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:31:43 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:31:43 The push refers to repository [registry:5000/alpine]
18:31:43 5bef08742407: Preparing
18:31:43 5bef08742407: Pushed
18:31:43 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:31:43 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:31:43 03b1be98f3f9: Pulling fs layer
18:31:44 03b1be98f3f9: Verifying Checksum
18:31:44 03b1be98f3f9: Download complete
18:31:44 03b1be98f3f9: Pull complete
18:31:44 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:31:44 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:31:44 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:31:44 The push refers to repository [registry:5000/busybox]
18:31:44 6a749002dd6a: Preparing
18:31:44 6a749002dd6a: Pushed
18:31:44 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:31:45 Swarm initialized: current node (l6jkoclzt15qemnb71lllgnn7) is now a manager.
18:31:45 
18:31:45 To add a worker to this swarm, run the following command:
18:31:45 
18:31:45     docker swarm join --token SWMTKN-1-69to5kuixbqmzsdl2jhxi5zuaxa9n2qedhef5nek8er3ffbnnp-azl4zx9n2iugc7vx2nehqaknv 172.18.0.3:2377
18:31:45 
18:31:45 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:31:45 
18:32:03 ✓  e2e/cli-plugins (2.638s)
18:32:03 ∅  e2e/cli-plugins/plugins/badmeta
18:32:03 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:32:03 ✓  e2e/context (49ms)
18:32:03 ✓  e2e/global (112ms)
18:32:03 ✖  e2e/container (4.59s)
18:32:06 ✖  e2e/image (4.254s)
18:32:06 ∅  e2e/internal/fixtures
18:32:07 ✖  e2e/plugin (2.405s)
18:32:07 ∅  e2e/plugin/basic
18:32:07 ✓  e2e/system (75ms)
18:32:08 ✓  e2e/stack (611ms)
18:32:08 ✖  e2e/trust (493ms)
18:32:08 
18:32:08 === Skipped
18:32:08 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:32:08     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:32:08 
18:32:08 === SKIP: e2e/container TestRunWithCgroupNamespace (0.09s)
18:32:08     run_test.go:141: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
18:32:08         )
18:32:08 
18:32:08 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
18:32:08     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:32:08 
18:32:08 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:32:08     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:32:08         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:32:08 
18:32:08 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:32:08     --- SKIP: TestRemove/Kubernetes (0.00s)
18:32:08         remove_test.go:22: !environment.KubernetesEnabled()
18:32:08 
18:32:08 
18:32:08 === Failed
18:32:08 === FAIL: e2e/container TestCreateWithContentTrust (0.27s)
18:32:08     create_test.go:18: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-create:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-create]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from alpine
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/container TestTrustedCreateFromUnreachableTrustServer (0.20s)
18:32:08     create_test.go:38: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-create:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-create]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Layer already exists
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/container TestTrustedCreateFromBadTrustServer (0.20s)
18:32:08     create_test.go:66: assertion failed: 
18:32:08         Command:  docker image push registry:5000/evil-alpine:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/evil-alpine]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from trust-create
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/container TestRunWithContentTrust (0.25s)
18:32:08     run_test.go:36: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-run:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-run]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from trust-create
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/container TestUntrustedRun (0.16s)
18:32:08     run_test.go:70: assertion failed: 
18:32:08         Command:  docker run registry:5000/alpine:untrusted
18:32:08         ExitCode: 125
18:32:08         Error:    exit status 125
18:32:08         Stdout:   
18:32:08         Stderr:   docker: Error: error contacting notary server: x509: certificate has expired or is not yet valid.
18:32:08         See 'docker run --help'.
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         Expected stderr to contain "does not have trust data for"
18:32:08 
18:32:08 === FAIL: e2e/container TestTrustedRunFromBadTrustServer (0.13s)
18:32:08     run_test.go:90: assertion failed: 
18:32:08         Command:  docker image push registry:5000/evil-alpine:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/evil-alpine]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Layer already exists
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestTrustedBuild (0.30s)
18:32:08     build_test.go:56: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-build1:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-build1]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from trust-run
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestTrustedBuildUntrustedImage (0.15s)
18:32:08     build_test.go:105: assertion failed: 
18:32:08         Command:  docker build -t myimage .
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   Sending build context to Docker daemon 
18:32:08         
18:32:08         
18:32:08         Stderr:   error during connect: Post http://172.18.0.3:2375/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory=0&memswap=0&networkmode=default&rm=1&shmsize=0&t=myimage&target=&ulimits=null&version=1: Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         Expected stderr to contain "does not have trust data for"
18:32:08 
18:32:08 === FAIL: e2e/image TestPullWithContentTrust (0.29s)
18:32:08     pull_test.go:22: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-pull:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-pull]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from trust-build1
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.30s)
18:32:08     pull_test.go:49: assertion failed: 
18:32:08         Command:  docker image push registry:5000/trust-pull-unreachable:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-pull-unreachable]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from trust-pull
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPushWithContentTrust (0.32s)
18:32:08     push_test.go:64: assertion failed: 
18:32:08         Command:  docker push registry:5000/trust-push:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-push]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Mounted from evil-alpine
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPushWithContentTrustExistingTag (0.35s)
18:32:08     push_test.go:118: assertion failed: 
18:32:08         Command:  docker push registry:5000/trust-push-existing:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/trust-push-existing]
18:32:08         5bef08742407: Preparing
18:32:08         5bef08742407: Layer already exists
18:32:08         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (0.11s)
18:32:08     push_test.go:373: assertion failed: 
18:32:08         Command:  /usr/local/bin/notary -c /tmp/notary_test-855626036/client-config.json init registry:5000/trust-push-releases-delegation
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         * fatal: client is offline
18:32:08         
18:32:08         Stderr:   time="2020-03-31T18:32:06Z" level=error msg="could not reach https://notary-server:4443: Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (0.14s)
18:32:08     push_test.go:373: assertion failed: 
18:32:08         Command:  /usr/local/bin/notary -c /tmp/notary_test-621681709/client-config.json init registry:5000/trust-push-releases-first-roles
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         * fatal: client is offline
18:32:08         
18:32:08         Stderr:   time="2020-03-31T18:32:06Z" level=error msg="could not reach https://notary-server:4443: Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (0.13s)
18:32:08     push_test.go:373: assertion failed: 
18:32:08         Command:  /usr/local/bin/notary -c /tmp/notary_test-317567258/client-config.json init registry:5000/trust-push-releases-keys-valid-paths
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         * fatal: client is offline
18:32:08         
18:32:08         Stderr:   time="2020-03-31T18:32:06Z" level=error msg="could not reach https://notary-server:4443: Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/plugin TestInstallWithContentTrust (2.25s)
18:32:08     trust_test.go:41: assertion failed: 
18:32:08         Command:  docker plugin push registry:5000/plugin-content-trust
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   The push refers to repository [registry:5000/plugin-content-trust]
18:32:08         9c6dda0ab0e2: Preparing
18:32:08         9c6dda0ab0e2: Pushed
18:32:08         latest: digest: sha256:15e051fe39d645d48d0a3e6313dce5a374b2a47d50b087d37b29a84cccfbbf6c size: 518
18:32:08         Signing and pushing trust metadata
18:32:08         
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/plugin TestInstallWithContentTrustUntrusted (0.15s)
18:32:08     trust_test.go:68: assertion failed: 
18:32:08         Command:  docker plugin install --grant-all-permissions tiborvass/sample-volume-plugin:latest
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         Expected stderr to contain "Error: remote trust data does not exist"
18:32:08 
18:32:08 === FAIL: e2e/trust TestRevokeImage (0.12s)
18:32:08     revoke_test.go:55: assertion failed: 
18:32:08         Command:  docker -D trust sign registry:5000/revoke:v1
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         Stderr:   time="2020-03-31T18:32:08Z" level=debug msg="reading certificate directory: /tmp/trust_test-137527740/tls/notary-server:4443"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Error pinging notary server \"https://notary-server:4443/v2/\": Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Making dir path: /tmp/trust_test-137527740/trust/tuf/registry:5000/revoke/changelist"
18:32:08         Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/trust TestRevokeRepo (0.12s)
18:32:08     revoke_test.go:64: assertion failed: 
18:32:08         Command:  docker -D trust sign registry:5000/revokerepo:v1
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         Stderr:   time="2020-03-31T18:32:08Z" level=debug msg="reading certificate directory: /tmp/trust_test-661486059/tls/notary-server:4443"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Error pinging notary server \"https://notary-server:4443/v2/\": Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Making dir path: /tmp/trust_test-661486059/trust/tuf/registry:5000/revokerepo/changelist"
18:32:08         Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/trust TestSignLocalImage (0.12s)
18:32:08     sign_test.go:32: assertion failed: 
18:32:08         Command:  docker trust sign registry:5000/sign:v1
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 === FAIL: e2e/trust TestSignWithLocalFlag (0.12s)
18:32:08     sign_test.go:57: assertion failed: 
18:32:08         Command:  docker -D trust sign registry:5000/signlocal:v1
18:32:08         ExitCode: 1
18:32:08         Error:    exit status 1
18:32:08         Stdout:   
18:32:08         Stderr:   time="2020-03-31T18:32:08Z" level=debug msg="reading certificate directory: /tmp/trust_test-859000661/tls/notary-server:4443"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Error pinging notary server \"https://notary-server:4443/v2/\": Get https://notary-server:4443/v2/: x509: certificate has expired or is not yet valid"
18:32:08         time="2020-03-31T18:32:08Z" level=debug msg="Making dir path: /tmp/trust_test-859000661/trust/tuf/registry:5000/signlocal/changelist"
18:32:08         Error: error contacting notary server: x509: certificate has expired or is not yet valid
18:32:08         
18:32:08         
18:32:08         Failures:
18:32:08         ExitCode was 1 expected 0
18:32:08         Expected no error
18:32:08 
18:32:08 
18:32:08 DONE 94 tests, 5 skipped, 21 failures in 23.796s
18:32:09 Stopping cliendtoendsuite_engine_1             ... 
18:32:09 Stopping cliendtoendsuite_notary-server_1      ... 
18:32:09 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:32:09 Stopping cliendtoendsuite_registry_1           ... 
18:32:11 
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             ... 
18:32:11 Removing cliendtoendsuite_notary-server_1      ... 
18:32:11 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:32:11 Removing cliendtoendsuite_registry_1           ... 
18:32:11 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
18:32:12 Removing image cliendtoendsuite_notary-server
18:32:12 Removing image cliendtoendsuite_evil-notary-server
18:32:12 docker.Makefile:152: recipe for target 'test-e2e-non-experimental' failed
18:32:12 make: *** [test-e2e-non-experimental] Error 1
[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

ERROR: script returned exit code 2
Finished: FAILURE