Skip to content
Failed

Console Output

Started by user Silvin Lubecki
Replayed #1
09:51:44 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from b67b1afb5c6783832bda934c3f5cd2f44d3de98c+d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 (4988f91130edfece622b7cd93856d6ef130779ae)
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 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-022d0d84858726c89) in /home/ubuntu/workspace/cli_PR-2431
[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-2431@tmp/f69a6286-00f6-4f7f-a28e-b095dbc1e590/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
09:51:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:51:47 chowning workspace
[Pipeline] sh
09:51:47 + pwd
09:51:47 + id -u
09:51:47 + id -g
09:51:47 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2431:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:51:49 Removing all docker containers
[Pipeline] sh
09:51:49 + docker container ls -aq
[Pipeline] echo
09:51:49 Docker containers have been removed
[Pipeline] echo
09:51:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:51:49 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
09:51:49 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
09:51:49 Using the ‘stage’ step without a block argument is deprecated
09:51:49 Entering stage Git Checkout
09:51:49 Proceeding
[Pipeline] checkout
09:51:49 using credential docker-jenkins-github-credentials
09:51:49 Cloning the remote Git repository
09:51:49 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2431 # 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/2431/head:refs/remotes/origin/PR-2431 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
09:51:52 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2431/head:refs/remotes/origin/PR-2431 # 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/2431/head:refs/remotes/origin/PR-2431 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
09:51:52 Merging remotes/origin/19.03 commit d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 into PR head commit b67b1afb5c6783832bda934c3f5cd2f44d3de98c
09:51:53 Merge succeeded, producing b67b1afb5c6783832bda934c3f5cd2f44d3de98c
09:51:53 Checking out Revision b67b1afb5c6783832bda934c3f5cd2f44d3de98c (PR-2431)
09:51:53 Commit message: "Bump Golang 1.13.10"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
 > git merge d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
 > git rev-list --no-walk b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
[Pipeline] stage
09:51:53 Using the ‘stage’ step without a block argument is deprecated
09:51:53 Entering stage Run end-to-end test suite
09:51:53 Proceeding
[Pipeline] sh
09:51:54 + docker version
09:51:54 Client: Docker Engine - Community
09:51:54  Version:           19.03.5
09:51:54  API version:       1.40
09:51:54  Go version:        go1.12.12
09:51:54  Git commit:        633a0ea838
09:51:54  Built:             Wed Nov 13 07:29:52 2019
09:51:54  OS/Arch:           linux/amd64
09:51:54  Experimental:      false
09:51:54 
09:51:54 Server: Docker Engine - Community
09:51:54  Engine:
09:51:54   Version:          19.03.5
09:51:54   API version:      1.40 (minimum version 1.12)
09:51:54   Go version:       go1.12.12
09:51:54   Git commit:       633a0ea838
09:51:54   Built:            Wed Nov 13 07:28:22 2019
09:51:54   OS/Arch:          linux/amd64
09:51:54   Experimental:     true
09:51:54  containerd:
09:51:54   Version:          1.2.10
09:51:54   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
09:51:54  runc:
09:51:54   Version:          1.0.0-rc8+dev
09:51:54   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
09:51:54  docker-init:
09:51:54   Version:          0.18.0
09:51:54   GitCommit:        fec3683
[Pipeline] sh
09:51:54 + docker info
09:51:54 Client:
09:51:54  Debug Mode: false
09:51:54 
09:51:54 Server:
09:51:54  Containers: 0
09:51:54   Running: 0
09:51:54   Paused: 0
09:51:54   Stopped: 0
09:51:54  Images: 3
09:51:54  Server Version: 19.03.5
09:51:54  Storage Driver: overlay2
09:51:54   Backing Filesystem: extfs
09:51:54   Supports d_type: true
09:51:54   Native Overlay Diff: true
09:51:54  Logging Driver: json-file
09:51:54  Cgroup Driver: cgroupfs
09:51:54  Plugins:
09:51:54   Volume: local
09:51:54   Network: bridge host ipvlan macvlan null overlay
09:51:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:51:54  Swarm: inactive
09:51:54  Runtimes: runc
09:51:54  Default Runtime: runc
09:51:54  Init Binary: docker-init
09:51:54  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
09:51:54  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
09:51:54  init version: fec3683
09:51:54  Security Options:
09:51:54   apparmor
09:51:54   seccomp
09:51:54    Profile: default
09:51:54  Kernel Version: 4.15.0-1058-aws
09:51:54  Operating System: Ubuntu 18.04.4 LTS
09:51:54  OSType: linux
09:51:54  Architecture: x86_64
09:51:54  CPUs: 2
09:51:54  Total Memory: 7.501GiB
09:51:54  Name: ip-10-100-116-35
09:51:54  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
09:51:54  Docker Root Dir: /var/lib/docker
09:51:54  Debug Mode: false
09:51:54  Username: dockerbuildbot
09:51:54  Registry: https://index.docker.io/v1/
09:51:54  Labels:
09:51:54  Experimental: true
09:51:54  Insecure Registries:
09:51:54   127.0.0.0/8
09:51:54  Live Restore Enabled: true
09:51:54 
09:51:54 WARNING: No swap limit support
[Pipeline] sh
09:51:55 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
09:51:55 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
09:51:55 #1 [internal] load .dockerignore
09:51:55 #1 transferring context: 100B done
09:51:55 #1 DONE 0.0s
09:51:55 
09:51:55 #2 [internal] load build definition from Dockerfile.e2e
09:51:55 #2 transferring dockerfile: 1.58kB done
09:51:55 #2 DONE 0.0s
09:51:55 
09:51:55 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
09:51:55 #3 DONE 0.2s
09:51:55 
09:51:55 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a...
09:51:55 #4 resolve docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 done
09:51:55 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 0B / 120.15MB 0.1s
09:51:55 #4 sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 0B / 126B 0.1s
09:51:55 #4 sha256:c97ce70feb5e3978760919a6e2d4aa7837380cf944bc0e0a058d963d8645c621 1.79kB / 1.79kB done
09:51:55 #4 sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 1.42kB / 1.42kB done
09:51:55 #4 sha256:a80eb3fa71389ad9ecc1f615c274e8f76690fab74d03f5946c7443350308642c 5.45kB / 5.45kB done
09:51:55 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 15.12MB / 120.15MB 0.3s
09:51:55 #4 sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 126B / 126B 0.1s done
09:51:55 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 23.56MB / 120.15MB 0.4s
09:51:55 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 31.26MB / 120.15MB 0.5s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 39.48MB / 120.15MB 0.6s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 52.36MB / 120.15MB 0.8s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 59.52MB / 120.15MB 0.9s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 76.14MB / 120.15MB 1.1s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 86.48MB / 120.15MB 1.2s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 96.21MB / 120.15MB 1.3s
09:51:56 #4 ...
09:51:56 
09:51:56 #10 [internal] load build context
09:51:56 #10 transferring context: 40.51MB 1.5s done
09:51:56 #10 DONE 1.5s
09:51:56 
09:51:56 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a...
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 105.77MB / 120.15MB 1.4s
09:51:56 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 120.15MB / 120.15MB 1.6s
09:51:57 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 120.15MB / 120.15MB 1.6s done
09:51:57 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d
09:52:01 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 3.8s done
09:52:01 #4 extracting sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 done
09:52:01 #4 DONE 5.8s
09:52:01 
09:52:01 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
09:52:02 #5 1.067 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
09:52:02 #5 1.077 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
09:52:02 #5 1.177 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:52:02 #5 1.192 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
09:52:02 #5 1.322 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
09:52:02 #5 1.445 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [187 kB]
09:52:03 #5 2.509 Fetched 8337 kB in 2s (4940 kB/s)
09:52:04 #5 2.509 Reading package lists...
09:52:04 #5 3.084 Reading package lists...
09:52:04 #5 3.652 Building dependency tree...
09:52:04 #5 3.751 Reading state information...
09:52:04 #5 3.852 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
09:52:04 #5 3.852 openssl is already the newest version (1.1.1d-0+deb10u2).
09:52:04 #5 3.852 openssl set to manually installed.
09:52:04 #5 3.852 curl is already the newest version (7.64.0-4+deb10u1).
09:52:04 #5 3.852 The following additional packages will be installed:
09:52:04 #5 3.852   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
09:52:04 #5 3.853   libalgorithm-merge-perl libfakeroot patch xz-utils
09:52:04 #5 3.853 Suggested packages:
09:52:04 #5 3.853   bzip2-doc debian-keyring ed diffutils-doc
09:52:04 #5 3.921 The following NEW packages will be installed:
09:52:04 #5 3.921   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
09:52:04 #5 3.922   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
09:52:05 #5 4.189 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
09:52:05 #5 4.189 Need to get 2342 kB of archives.
09:52:05 #5 4.189 After this operation, 3601 kB of additional disk space will be used.
09:52:05 #5 4.189 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
09:52:05 #5 4.191 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
09:52:05 #5 4.193 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
09:52:05 #5 4.195 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
09:52:05 #5 4.212 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
09:52:05 #5 4.212 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
09:52:05 #5 4.214 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
09:52:05 #5 4.215 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
09:52:05 #5 4.216 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
09:52:05 #5 4.216 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
09:52:05 #5 4.363 debconf: delaying package configuration, since apt-utils is not installed
09:52:05 #5 4.387 Fetched 2342 kB in 0s (8268 kB/s)
09:52:05 #5 4.409 Selecting previously unselected package bzip2.
09:52:05 #5 4.409 (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.)
09:52:05 #5 4.485 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
09:52:05 #5 4.488 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
09:52:05 #5 4.522 Selecting previously unselected package xz-utils.
09:52:05 #5 4.523 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
09:52:05 #5 4.526 Unpacking xz-utils (5.2.4-1) ...
09:52:05 #5 4.579 Selecting previously unselected package patch.
09:52:05 #5 4.581 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
09:52:05 #5 4.584 Unpacking patch (2.7.6-3+deb10u1) ...
09:52:05 #5 4.617 Selecting previously unselected package dpkg-dev.
09:52:05 #5 4.618 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
09:52:05 #5 4.621 Unpacking dpkg-dev (1.19.7) ...
09:52:05 #5 4.718 Selecting previously unselected package build-essential.
09:52:05 #5 4.720 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
09:52:05 #5 4.723 Unpacking build-essential (12.6) ...
09:52:05 #5 4.748 Selecting previously unselected package libfakeroot:amd64.
09:52:05 #5 4.750 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
09:52:05 #5 4.756 Unpacking libfakeroot:amd64 (1.23-1) ...
09:52:05 #5 4.782 Selecting previously unselected package fakeroot.
09:52:06 #5 4.784 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
09:52:06 #5 4.787 Unpacking fakeroot (1.23-1) ...
09:52:06 #5 4.816 Selecting previously unselected package libalgorithm-diff-perl.
09:52:06 #5 4.818 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
09:52:06 #5 4.821 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
09:52:06 #5 4.844 Selecting previously unselected package libalgorithm-diff-xs-perl.
09:52:06 #5 4.846 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
09:52:06 #5 4.849 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
09:52:06 #5 4.870 Selecting previously unselected package libalgorithm-merge-perl.
09:52:06 #5 4.872 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
09:52:06 #5 4.875 Unpacking libalgorithm-merge-perl (0.08-3) ...
09:52:06 #5 4.905 Setting up libalgorithm-diff-perl (1.19.03-2) ...
09:52:06 #5 4.913 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
09:52:06 #5 4.920 Setting up libfakeroot:amd64 (1.23-1) ...
09:52:06 #5 4.931 Setting up fakeroot (1.23-1) ...
09:52:06 #5 4.946 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
09:52:06 #5 4.954 Setting up xz-utils (5.2.4-1) ...
09:52:06 #5 4.961 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:52:06 #5 4.967 Setting up patch (2.7.6-3+deb10u1) ...
09:52:06 #5 4.975 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
09:52:06 #5 4.983 Setting up libalgorithm-merge-perl (0.08-3) ...
09:52:06 #5 4.991 Setting up dpkg-dev (1.19.7) ...
09:52:06 #5 5.004 Setting up build-essential (12.6) ...
09:52:06 #5 5.011 Processing triggers for libc-bin (2.28-10) ...
09:52:07 #5 DONE 6.1s
09:52:07 
09:52:07 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
09:52:07 #6 0.644   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09:52:07 #6 0.646                                  Dload  Upload   Total   Spent    Left  Speed
09:52:07 #6 0.646 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   3645      0 --:--:-- --:--:-- --:--:--  3645
09:52:08 #6 0.937 
100 10.3M  100 10.3M    0     0  35.4M      0 --:--:-- --:--:-- --:--:-- 35.4M
09:52:08 #6 DONE 1.1s
09:52:08 
09:52:08 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
09:52:09 #7 DONE 1.0s
09:52:09 
09:52:09 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
09:52:10 #8 DONE 0.9s
09:52:10 
09:52:10 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
09:52:10 #9 DONE 0.0s
09:52:10 
09:52:10 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
09:52:10 #11 DONE 0.1s
09:52:10 
09:52:10 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
09:52:11 #12 0.831 Updating certificates in /etc/ssl/certs...
09:52:11 #12 1.310 1 added, 0 removed; done.
09:52:11 #12 1.310 Running hooks in /etc/ca-certificates/update.d...
09:52:11 #12 1.311 done.
09:52:11 #12 DONE 1.4s
09:52:11 
09:52:11 #13 [9/11] COPY . .
09:52:12 #13 DONE 0.7s
09:52:12 
09:52:12 #14 [10/11] RUN ./scripts/build/binary
09:52:13 #14 0.778 Building statically linked build/docker-linux-amd64
09:53:21 #14 DONE 66.2s
09:53:21 
09:53:21 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
09:53:21 #15 0.639 Building statically linked build/plugins-linux-amd64/docker-helloworld
09:53:21 #15 2.390 Building statically linked build/plugins-linux-amd64/docker-badmeta
09:53:22 #15 3.965 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
09:53:24 #15 DONE 5.8s
09:53:24 
09:53:24 #16 exporting to image
09:53:24 #16 exporting layers
09:53:26 #16 exporting layers 2.2s done
09:53:26 #16 writing image sha256:e084e22f1f4a1d5df8f52d4e93864b32a3001120a286a0bd920943087f47a994 done
09:53:26 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
09:53:26 #16 DONE 2.2s
09:53:26 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-e2eclie2e2
09:53:28 Creating network "cliendtoendsuite_default" with the default driver
09:53:28 Pulling registry (registry:2)...
09:53:28 2: Pulling from library/registry
09:53:29 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
09:53:29 Status: Downloaded newer image for registry:2
09:53:29 Pulling engine (docker:stable-dind)...
09:53:29 stable-dind: Pulling from library/docker
09:53:33 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
09:53:33 Status: Downloaded newer image for docker:stable-dind
09:53:33 Building notary-server
09:53:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:53:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:53:33 server-0.5.0: Pulling from library/notary
09:53:33 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
09:53:33 Status: Downloaded newer image for notary:server-0.5.0
09:53:33  ---> 16b632e954ca
09:53:33 Step 3/3 : COPY ./notary/ /fixtures/
09:53:34  ---> e286c7423063
09:53:34 Successfully built e286c7423063
09:53:34 Successfully tagged cliendtoendsuite_notary-server:latest
09:53:34 Building evil-notary-server
09:53:34 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:53:34 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:53:34  ---> 16b632e954ca
09:53:34 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:53:34  ---> fbd2a2bdc53b
09:53:34 Successfully built fbd2a2bdc53b
09:53:34 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:53:34 Creating cliendtoendsuite_engine_1 ... 
09:53:34 Creating cliendtoendsuite_registry_1 ... 
09:53:34 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:53:34 Creating cliendtoendsuite_notary-server_1      ... 
09:53:38 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_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.4:2375
09:53:38 Client:
09:53:38  Version:           19.03.0-dev
09:53:38  API version:       1.40
09:53:38  Go version:        go1.13.10
09:53:38  Git commit:        
09:53:38  Built:             Fri Apr 10 09:52:13 2020
09:53:38  OS/Arch:           linux/amd64
09:53:38  Experimental:      false
09:53:38 
09:53:38 Server: Docker Engine - Community
09:53:38  Engine:
09:53:38   Version:          19.03.8
09:53:38   API version:      1.40 (minimum version 1.12)
09:53:38   Go version:       go1.12.17
09:53:38   Git commit:       afacb8b7f0
09:53:38   Built:            Wed Mar 11 01:30:32 2020
09:53:38   OS/Arch:          linux/amd64
09:53:38   Experimental:     false
09:53:38  containerd:
09:53:38   Version:          v1.2.13
09:53:38   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
09:53:38  runc:
09:53:38   Version:          1.0.0-rc10
09:53:38   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:53:38  docker-init:
09:53:38   Version:          0.18.0
09:53:38   GitCommit:        fec3683
09:53:39 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:53:39 88286f41530e: Pulling fs layer
09:53:39 88286f41530e: Verifying Checksum
09:53:39 88286f41530e: Download complete
09:53:39 88286f41530e: Pull complete
09:53:39 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:39 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:39 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:39 The push refers to repository [registry:5000/alpine]
09:53:39 5bef08742407: Preparing
09:53:39 5bef08742407: Pushed
09:53:39 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:53:40 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:53:40 03b1be98f3f9: Pulling fs layer
09:53:40 03b1be98f3f9: Verifying Checksum
09:53:40 03b1be98f3f9: Download complete
09:53:40 03b1be98f3f9: Pull complete
09:53:40 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:40 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:40 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:40 The push refers to repository [registry:5000/busybox]
09:53:40 6a749002dd6a: Preparing
09:53:40 6a749002dd6a: Pushed
09:53:40 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:53:41 Swarm initialized: current node (h4boyldzgqipfv91t5gkxkn6b) is now a manager.
09:53:41 
09:53:41 To add a worker to this swarm, run the following command:
09:53:41 
09:53:41     docker swarm join --token SWMTKN-1-5afdfws4o2y8a3xlgb07j30piboexkmor1q6cweg8xzw75l5xh-630v7t7k1281ou3o6q0mer9oo 172.18.0.4:2377
09:53:41 
09:53:41 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:53:41 
09:54:07 ✓  e2e/cli-plugins (2.685s)
09:54:07 ∅  e2e/cli-plugins/plugins/badmeta
09:54:07 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:54:07 ✓  e2e/context (50ms)
09:54:08 ✖  e2e/container (5.014s)
09:54:11 ✖  e2e/image (4.108s)
09:54:11 ∅  e2e/internal/fixtures
09:54:12 ✖  e2e/plugin (2.253s)
09:54:12 ∅  e2e/plugin/basic
09:54:12 ✓  e2e/stack (612ms)
09:54:12 ✓  e2e/system (61ms)
09:54:13 ✖  e2e/trust (507ms)
09:54:13 
09:54:13 === Skipped
09:54:13 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:54:13     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:54:13 
09:54:13 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
09:54:13     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
09:54:13 
09:54:13 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:54:13     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:54:13         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:54:13 
09:54:13 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:54:13     --- SKIP: TestRemove/Kubernetes (0.00s)
09:54:13         remove_test.go:22: !environment.KubernetesEnabled()
09:54:13 
09:54:13 
09:54:13 === Failed
09:54:13 === FAIL: e2e/container TestCreateWithContentTrust (0.27s)
09:54:13     create_test.go:18: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-create:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-create]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from alpine
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/container TestTrustedCreateFromUnreachableTrustServer (0.24s)
09:54:13     create_test.go:38: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-create:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-create]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Layer already exists
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/container TestTrustedCreateFromBadTrustServer (0.22s)
09:54:13     create_test.go:66: assertion failed: 
09:54:13         Command:  docker image push registry:5000/evil-alpine:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/evil-alpine]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from trust-create
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/container TestRunWithContentTrust (0.34s)
09:54:13     run_test.go:36: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-run:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-run]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from trust-build1
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestTrustedBuild (0.24s)
09:54:13     build_test.go:56: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-build1:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-build1]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from trust-create
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestTrustedBuildUntrustedImage (0.12s)
09:54:13     build_test.go:105: assertion failed: 
09:54:13         Command:  docker build -t myimage .
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   Sending build context to Docker daemon 
09:54:13         
09:54:13         
09:54:13         Stderr:   error during connect: Post http://172.18.0.4: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
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         Expected stderr to contain "does not have trust data for"
09:54:13 
09:54:13 === FAIL: e2e/image TestPullWithContentTrust (0.30s)
09:54:13     pull_test.go:22: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-pull:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-pull]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from trust-run
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.33s)
09:54:13     pull_test.go:49: assertion failed: 
09:54:13         Command:  docker image push registry:5000/trust-pull-unreachable:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-pull-unreachable]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from trust-pull
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPushWithContentTrust (0.35s)
09:54:13     push_test.go:46: assertion failed: 
09:54:13         Command:  docker push registry:5000/trust-push:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-push]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Mounted from evil-alpine
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPushWithContentTrustExistingTag (0.40s)
09:54:13     push_test.go:92: assertion failed: 
09:54:13         Command:  docker push registry:5000/trust-push-existing:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/trust-push-existing]
09:54:13         5bef08742407: Preparing
09:54:13         5bef08742407: Layer already exists
09:54:13         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (0.14s)
09:54:13     push_test.go:344: assertion failed: 
09:54:13         Command:  /usr/local/bin/notary -c /tmp/notary_test-351463106/client-config.json init registry:5000/trust-push-releases-delegation
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         * fatal: client is offline
09:54:13         
09:54:13         Stderr:   time="2020-04-10T09:54:10Z" 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"
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (0.12s)
09:54:13     push_test.go:344: assertion failed: 
09:54:13         Command:  /usr/local/bin/notary -c /tmp/notary_test-951221203/client-config.json init registry:5000/trust-push-releases-first-roles
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         * fatal: client is offline
09:54:13         
09:54:13         Stderr:   time="2020-04-10T09:54:10Z" 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"
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (0.12s)
09:54:13     push_test.go:344: assertion failed: 
09:54:13         Command:  /usr/local/bin/notary -c /tmp/notary_test-537408184/client-config.json init registry:5000/trust-push-releases-keys-valid-paths
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         * fatal: client is offline
09:54:13         
09:54:13         Stderr:   time="2020-04-10T09:54:10Z" 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"
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/plugin TestInstallWithContentTrust (2.12s)
09:54:13     trust_test.go:41: assertion failed: 
09:54:13         Command:  docker plugin push registry:5000/plugin-content-trust
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   The push refers to repository [registry:5000/plugin-content-trust]
09:54:13         971b1bef1712: Preparing
09:54:13         971b1bef1712: Pushed
09:54:13         latest: digest: sha256:24125c2d0e564f71b478b8cf285a9e0f68410ed9eda0d41ddaedd391da7576ad size: 518
09:54:13         Signing and pushing trust metadata
09:54:13         
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/plugin TestInstallWithContentTrustUntrusted (0.12s)
09:54:13     trust_test.go:68: assertion failed: 
09:54:13         Command:  docker plugin install --grant-all-permissions tiborvass/sample-volume-plugin:latest
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         Expected stderr to contain "Error: remote trust data does not exist"
09:54:13 
09:54:13 === FAIL: e2e/trust TestRevokeImage (0.13s)
09:54:13     revoke_test.go:55: assertion failed: 
09:54:13         Command:  docker -D trust sign registry:5000/revoke:v1
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         Stderr:   time="2020-04-10T09:54:12Z" level=debug msg="reading certificate directory: /tmp/trust_test-162519812/tls/notary-server:4443"
09:54:13         time="2020-04-10T09:54:12Z" 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"
09:54:13         time="2020-04-10T09:54:12Z" level=debug msg="Making dir path: /tmp/trust_test-162519812/trust/tuf/registry:5000/revoke/changelist"
09:54:13         Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/trust TestRevokeRepo (0.12s)
09:54:13     revoke_test.go:64: assertion failed: 
09:54:13         Command:  docker -D trust sign registry:5000/revokerepo:v1
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         Stderr:   time="2020-04-10T09:54:12Z" level=debug msg="reading certificate directory: /tmp/trust_test-623335571/tls/notary-server:4443"
09:54:13         time="2020-04-10T09:54:12Z" 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"
09:54:13         time="2020-04-10T09:54:12Z" level=debug msg="Making dir path: /tmp/trust_test-623335571/trust/tuf/registry:5000/revokerepo/changelist"
09:54:13         Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/trust TestSignLocalImage (0.13s)
09:54:13     sign_test.go:32: assertion failed: 
09:54:13         Command:  docker trust sign registry:5000/sign:v1
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 === FAIL: e2e/trust TestSignWithLocalFlag (0.12s)
09:54:13     sign_test.go:57: assertion failed: 
09:54:13         Command:  docker -D trust sign registry:5000/signlocal:v1
09:54:13         ExitCode: 1
09:54:13         Error:    exit status 1
09:54:13         Stdout:   
09:54:13         Stderr:   time="2020-04-10T09:54:12Z" level=debug msg="reading certificate directory: /tmp/trust_test-671403069/tls/notary-server:4443"
09:54:13         time="2020-04-10T09:54:13Z" 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"
09:54:13         time="2020-04-10T09:54:13Z" level=debug msg="Making dir path: /tmp/trust_test-671403069/trust/tuf/registry:5000/signlocal/changelist"
09:54:13         Error: error contacting notary server: x509: certificate has expired or is not yet valid
09:54:13         
09:54:13         
09:54:13         Failures:
09:54:13         ExitCode was 1 expected 0
09:54:13         Expected no error
09:54:13 
09:54:13 
09:54:13 DONE 88 tests, 4 skipped, 19 failures in 32.119s
09:54:13 Stopping cliendtoendsuite_notary-server_1      ... 
09:54:13 Stopping cliendtoendsuite_engine_1             ... 
09:54:13 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:54:13 Stopping cliendtoendsuite_registry_1           ... 
09:54:15 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
09:54:15 Removing cliendtoendsuite_engine_1             ... 
09:54:15 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:54:15 Removing cliendtoendsuite_registry_1           ... 
09:54:15 
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
09:54:15 Removing image cliendtoendsuite_notary-server
09:54:15 Removing image cliendtoendsuite_evil-notary-server
09:54:16 docker.Makefile:148: recipe for target 'test-e2e-non-experimental' failed
09:54:16 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