Skip to content
Failed

Console Output

Started by user Tibor Vass
Replayed #2
20:01:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from b67b1afb5c6783832bda934c3f5cd2f44d3de98c+1a4749b8e761c292071836cd5be4941a138e06ee (12447484ab08293d88802ebe5cd08c87189cd02c)
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
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a71b2f46666cbb71) 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/5fcb7426-1f4a-4587-b821-4c726dc01ae4/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
20:02:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:02:46 chowning workspace
[Pipeline] sh
20:02:47 + pwd
20:02:47 + id -u
20:02:47 + id -g
20:02:47 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2431:/workspace busybox chown -R 1000:1000 /workspace
20:02:47 Unable to find image 'busybox:latest' locally
20:02:47 latest: Pulling from library/busybox
20:02:47 0669b0daf1fb: Pulling fs layer
20:02:47 0669b0daf1fb: Verifying Checksum
20:02:47 0669b0daf1fb: Download complete
20:02:48 0669b0daf1fb: Pull complete
20:02:48 Digest: sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135
20:02:48 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
20:02:51 Removing all docker containers
[Pipeline] sh
20:02:51 + docker container ls -aq
[Pipeline] echo
20:02:51 Docker containers have been removed
[Pipeline] echo
20:02:51 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:02:51 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:02:51 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:02:51 Using the ‘stage’ step without a block argument is deprecated
20:02:51 Entering stage Git Checkout
20:02:51 Proceeding
[Pipeline] checkout
20:02:53 using credential docker-jenkins-github-credentials
20:02:53 Cloning the remote Git repository
20:02:53 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
20:02:58 Fetching without tags
20:02:59 Merging remotes/origin/19.03 commit d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 into PR head commit b67b1afb5c6783832bda934c3f5cd2f44d3de98c
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
20:02:59 Merge succeeded, producing b67b1afb5c6783832bda934c3f5cd2f44d3de98c
20:02:59 Checking out Revision b67b1afb5c6783832bda934c3f5cd2f44d3de98c (PR-2431)
 > git merge d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
20:03:04 Commit message: "Bump Golang 1.13.10"
[Pipeline] stage
20:03:05 Using the ‘stage’ step without a block argument is deprecated
20:03:05 Entering stage Run end-to-end test suite
20:03:05 Proceeding
[Pipeline] sh
 > git rev-list --no-walk b67b1afb5c6783832bda934c3f5cd2f44d3de98c # timeout=10
20:03:05 + docker version
20:03:05 Client: Docker Engine - Community
20:03:05  Version:           19.03.5
20:03:05  API version:       1.40
20:03:05  Go version:        go1.12.12
20:03:05  Git commit:        633a0ea838
20:03:05  Built:             Wed Nov 13 07:29:52 2019
20:03:05  OS/Arch:           linux/amd64
20:03:05  Experimental:      false
20:03:05 
20:03:05 Server: Docker Engine - Community
20:03:05  Engine:
20:03:05   Version:          19.03.5
20:03:05   API version:      1.40 (minimum version 1.12)
20:03:05   Go version:       go1.12.12
20:03:05   Git commit:       633a0ea838
20:03:05   Built:            Wed Nov 13 07:28:22 2019
20:03:05   OS/Arch:          linux/amd64
20:03:05   Experimental:     true
20:03:05  containerd:
20:03:05   Version:          1.2.10
20:03:05   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:03:05  runc:
20:03:05   Version:          1.0.0-rc8+dev
20:03:05   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:03:05  docker-init:
20:03:05   Version:          0.18.0
20:03:05   GitCommit:        fec3683
[Pipeline] sh
20:03:06 + docker info
20:03:18 Client:
20:03:18  Debug Mode: false
20:03:18 
20:03:18 Server:
20:03:18  Containers: 0
20:03:18   Running: 0
20:03:18   Paused: 0
20:03:18   Stopped: 0
20:03:18  Images: 1
20:03:18  Server Version: 19.03.5
20:03:18  Storage Driver: overlay2
20:03:18   Backing Filesystem: extfs
20:03:18   Supports d_type: true
20:03:18   Native Overlay Diff: true
20:03:18  Logging Driver: json-file
20:03:18  Cgroup Driver: cgroupfs
20:03:18  Plugins:
20:03:18   Volume: local
20:03:18   Network: bridge host ipvlan macvlan null overlay
20:03:18   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:03:18  Swarm: inactive
20:03:18  Runtimes: runc
20:03:18  Default Runtime: runc
20:03:18  Init Binary: docker-init
20:03:18  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
20:03:18  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:03:18  init version: fec3683
20:03:18  Security Options:
20:03:18   apparmor
20:03:18   seccomp
20:03:18    Profile: default
20:03:18  Kernel Version: 4.15.0-1058-aws
20:03:18  Operating System: Ubuntu 18.04.4 LTS
20:03:18  OSType: linux
20:03:18  Architecture: x86_64
20:03:18  CPUs: 2
20:03:18  Total Memory: 7.501GiB
20:03:18  Name: ip-10-100-82-211
20:03:18  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
20:03:18  Docker Root Dir: /var/lib/docker
20:03:18  Debug Mode: false
20:03:18  Username: dockerbuildbot
20:03:18  Registry: https://index.docker.io/v1/
20:03:18  Labels:
20:03:18  Experimental: true
20:03:18  Insecure Registries:
20:03:18   127.0.0.0/8
20:03:18  Live Restore Enabled: true
20:03:18 
20:03:18 WARNING: No swap limit support
[Pipeline] sh
20:03:18 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
20:03:18 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:03:18 #2 [internal] load .dockerignore
20:03:18 #2 transferring context: 100B done
20:03:18 #2 DONE 0.2s
20:03:18 
20:03:18 #1 [internal] load build definition from Dockerfile.e2e
20:03:18 #1 transferring dockerfile: 1.58kB done
20:03:18 #1 DONE 0.2s
20:03:18 
20:03:18 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
20:03:19 #3 DONE 0.3s
20:03:19 
20:03:19 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a...
20:03:19 #4 resolve docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 done
20:03:19 #4 sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 1.42kB / 1.42kB done
20:03:19 #4 sha256:a80eb3fa71389ad9ecc1f615c274e8f76690fab74d03f5946c7443350308642c 5.45kB / 5.45kB done
20:03:19 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 134.53kB / 50.38MB 0.1s
20:03:19 #4 sha256:c97ce70feb5e3978760919a6e2d4aa7837380cf944bc0e0a058d963d8645c621 1.79kB / 1.79kB done
20:03:19 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 0B / 7.81MB 0.1s
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 0B / 10.00MB 0.1s
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 956.97kB / 10.00MB 0.2s
20:03:19 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 7.46MB / 50.38MB 0.3s
20:03:19 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 3.08MB / 7.81MB 0.3s
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 3.79MB / 10.00MB 0.3s
20:03:19 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 12.99MB / 50.38MB 0.4s
20:03:19 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 4.47MB / 7.81MB 0.4s
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 6.49MB / 10.00MB 0.4s
20:03:19 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 7.81MB / 7.81MB 0.6s
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 10.00MB / 10.00MB 0.6s
20:03:19 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 16.81MB / 50.38MB 0.7s
20:03:19 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 7.81MB / 7.81MB 0.6s done
20:03:19 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 10.00MB / 10.00MB 0.6s done
20:03:19 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 0B / 68.60MB 0.7s
20:03:19 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 0B / 51.79MB 0.7s
20:03:19 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 20.36MB / 50.38MB 0.8s
20:03:19 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 3.64MB / 51.79MB 0.8s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 5.30MB / 68.60MB 0.9s
20:03:20 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 30.70MB / 50.38MB 1.1s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 13.94MB / 68.60MB 1.1s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 9.31MB / 51.79MB 1.1s
20:03:20 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 36.41MB / 50.38MB 1.2s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 17.49MB / 68.60MB 1.2s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 12.45MB / 51.79MB 1.2s
20:03:20 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 40.76MB / 50.38MB 1.4s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 21.53MB / 68.60MB 1.4s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 16.70MB / 51.79MB 1.4s
20:03:20 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 45.15MB / 50.38MB 1.6s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 26.90MB / 68.60MB 1.6s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 21.94MB / 51.79MB 1.6s
20:03:20 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 49.50MB / 50.38MB 1.7s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 24.90MB / 51.79MB 1.7s
20:03:20 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 30.82MB / 68.60MB 1.8s
20:03:20 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 28.69MB / 51.79MB 1.8s
20:03:21 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 50.38MB / 50.38MB 1.9s done
20:03:21 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 35.03MB / 68.60MB 2.1s
20:03:21 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 35.77MB / 51.79MB 2.1s
20:03:21 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 0B / 120.15MB 2.1s
20:03:21 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 39.44MB / 51.79MB 2.2s
20:03:21 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 41.32MB / 68.60MB 2.4s
20:03:21 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 44.86MB / 51.79MB 2.5s
20:03:21 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 9.40MB / 120.15MB 2.5s
20:03:21 #4 extracting sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e
20:03:21 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 49.31MB / 68.60MB 2.7s
20:03:21 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 51.79MB / 51.79MB 2.7s
20:03:21 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 16.38MB / 120.15MB 2.7s
20:03:21 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 54.46MB / 68.60MB 2.8s
20:03:21 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 57.94MB / 68.60MB 2.9s
20:03:21 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 51.79MB / 51.79MB 2.8s done
20:03:21 #4 sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 0B / 126B 2.9s
20:03:22 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 24.75MB / 120.15MB 3.1s
20:03:22 #4 sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 126B / 126B 2.9s done
20:03:22 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 65.58MB / 68.60MB 3.2s
20:03:22 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 33.30MB / 120.15MB 3.2s
20:03:22 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 68.60MB / 68.60MB 3.5s done
20:03:22 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 40.89MB / 120.15MB 3.6s
20:03:22 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 53.81MB / 120.15MB 4.0s
20:03:23 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 63.94MB / 120.15MB 4.2s
20:03:23 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 72.45MB / 120.15MB 4.4s
20:03:23 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 82.67MB / 120.15MB 4.7s
20:03:24 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 90.68MB / 120.15MB 4.9s
20:03:24 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 98.56MB / 120.15MB 5.1s
20:03:24 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 104.76MB / 120.15MB 5.3s
20:03:24 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 115.31MB / 120.15MB 5.6s
20:03:24 #4 ...
20:03:24 
20:03:24 #10 [internal] load build context
20:03:24 #10 transferring context: 40.51MB 5.5s done
20:03:24 #10 DONE 5.6s
20:03:24 
20:03:24 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a...
20:03:25 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 120.15MB / 120.15MB 5.9s done
20:03:26 #4 extracting sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 5.1s
20:03:27 #4 extracting sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 5.8s done
20:03:27 #4 extracting sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494
20:03:28 #4 extracting sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 0.5s done
20:03:28 #4 extracting sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2
20:03:29 #4 extracting sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 0.4s done
20:03:29 #4 extracting sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1
20:03:33 #4 extracting sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 3.9s done
20:03:33 #4 extracting sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e
20:03:37 #4 extracting sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 3.8s done
20:03:37 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d
20:03:42 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 5.1s
20:03:46 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 8.3s done
20:03:46 #4 extracting sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 done
20:03:46 #4 DONE 26.9s
20:03:46 
20:03:46 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
20:03:47 #5 1.115 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:03:47 #5 1.131 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
20:03:47 #5 1.131 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
20:03:47 #5 1.267 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [187 kB]
20:03:47 #5 1.449 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:03:48 #5 2.124 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
20:03:49 #5 3.312 Fetched 8337 kB in 2s (3397 kB/s)
20:03:50 #5 3.312 Reading package lists...
20:03:51 #5 4.218 Reading package lists...
20:03:51 #5 5.092 Building dependency tree...
20:03:51 #5 5.281 Reading state information...
20:03:51 #5 5.439 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
20:03:51 #5 5.439 openssl is already the newest version (1.1.1d-0+deb10u2).
20:03:51 #5 5.439 openssl set to manually installed.
20:03:51 #5 5.439 curl is already the newest version (7.64.0-4+deb10u1).
20:03:51 #5 5.439 The following additional packages will be installed:
20:03:51 #5 5.439   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
20:03:51 #5 5.440   libalgorithm-merge-perl libfakeroot patch xz-utils
20:03:51 #5 5.442 Suggested packages:
20:03:51 #5 5.442   bzip2-doc debian-keyring ed diffutils-doc
20:03:51 #5 5.541 The following NEW packages will be installed:
20:03:51 #5 5.542   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
20:03:51 #5 5.544   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
20:03:51 #5 5.816 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
20:03:51 #5 5.816 Need to get 2342 kB of archives.
20:03:51 #5 5.816 After this operation, 3601 kB of additional disk space will be used.
20:03:51 #5 5.816 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:03:51 #5 5.819 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:03:51 #5 5.824 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
20:03:51 #5 5.827 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
20:03:51 #5 5.858 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
20:03:51 #5 5.859 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
20:03:51 #5 5.860 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
20:03:51 #5 5.862 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
20:03:51 #5 5.864 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
20:03:51 #5 5.865 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
20:03:51 #5 6.029 debconf: delaying package configuration, since apt-utils is not installed
20:03:51 #5 6.064 Fetched 2342 kB in 0s (7691 kB/s)
20:03:52 #5 6.087 Selecting previously unselected package bzip2.
20:03:52 #5 6.088 (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.)
20:03:52 #5 6.108 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:03:52 #5 6.112 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:03:52 #5 6.150 Selecting previously unselected package xz-utils.
20:03:52 #5 6.154 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
20:03:52 #5 6.158 Unpacking xz-utils (5.2.4-1) ...
20:03:52 #5 6.210 Selecting previously unselected package patch.
20:03:52 #5 6.214 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
20:03:52 #5 6.217 Unpacking patch (2.7.6-3+deb10u1) ...
20:03:52 #5 6.259 Selecting previously unselected package dpkg-dev.
20:03:52 #5 6.263 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
20:03:52 #5 6.268 Unpacking dpkg-dev (1.19.7) ...
20:03:52 #5 6.419 Selecting previously unselected package build-essential.
20:03:52 #5 6.423 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
20:03:52 #5 6.427 Unpacking build-essential (12.6) ...
20:03:52 #5 6.457 Selecting previously unselected package libfakeroot:amd64.
20:03:52 #5 6.460 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
20:03:52 #5 6.468 Unpacking libfakeroot:amd64 (1.23-1) ...
20:03:52 #5 6.504 Selecting previously unselected package fakeroot.
20:03:52 #5 6.508 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
20:03:52 #5 6.512 Unpacking fakeroot (1.23-1) ...
20:03:52 #5 6.551 Selecting previously unselected package libalgorithm-diff-perl.
20:03:52 #5 6.555 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
20:03:52 #5 6.559 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
20:03:52 #5 6.594 Selecting previously unselected package libalgorithm-diff-xs-perl.
20:03:52 #5 6.597 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
20:03:52 #5 6.601 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:03:52 #5 6.633 Selecting previously unselected package libalgorithm-merge-perl.
20:03:52 #5 6.637 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
20:03:52 #5 6.640 Unpacking libalgorithm-merge-perl (0.08-3) ...
20:03:52 #5 6.679 Setting up libalgorithm-diff-perl (1.19.03-2) ...
20:03:52 #5 6.689 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:03:52 #5 6.698 Setting up libfakeroot:amd64 (1.23-1) ...
20:03:52 #5 6.710 Setting up fakeroot (1.23-1) ...
20:03:52 #5 6.720 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
20:03:52 #5 6.731 Setting up xz-utils (5.2.4-1) ...
20:03:52 #5 6.740 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:03:52 #5 6.748 Setting up patch (2.7.6-3+deb10u1) ...
20:03:52 #5 6.758 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:03:52 #5 6.767 Setting up libalgorithm-merge-perl (0.08-3) ...
20:03:52 #5 6.778 Setting up dpkg-dev (1.19.7) ...
20:03:52 #5 6.793 Setting up build-essential (12.6) ...
20:03:52 #5 6.803 Processing triggers for libc-bin (2.28-10) ...
20:03:53 #5 DONE 7.4s
20:03:53 
20:03:53 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
20:03:54 #6 0.985   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:03:54 #6 0.985                                  Dload  Upload   Total   Spent    Left  Speed
20:03:54 #6 0.986 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   4833      0 --:--:-- --:--:-- --:--:--  4833
20:03:54 #6 1.239 
100 10.3M  100 10.3M    0     0  40.9M      0 --:--:-- --:--:-- --:--:-- 40.9M
20:03:54 #6 DONE 1.4s
20:03:54 
20:03:54 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
20:03:56 #7 DONE 1.4s
20:03:56 
20:03:56 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
20:03:57 #8 DONE 1.3s
20:03:57 
20:03:57 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
20:03:57 #9 DONE 0.0s
20:03:57 
20:03:57 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
20:03:57 #11 DONE 0.1s
20:03:57 
20:03:57 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
20:03:58 #12 0.820 Updating certificates in /etc/ssl/certs...
20:03:59 #12 1.452 1 added, 0 removed; done.
20:03:59 #12 1.453 Running hooks in /etc/ca-certificates/update.d...
20:03:59 #12 1.454 done.
20:03:59 #12 DONE 1.5s
20:03:59 
20:03:59 #13 [9/11] COPY . .
20:03:59 #13 DONE 1.0s
20:04:00 
20:04:00 #14 [10/11] RUN ./scripts/build/binary
20:04:00 #14 0.789 Building statically linked build/docker-linux-amd64
20:05:52 #14 DONE 107.2s
20:05:52 
20:05:52 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
20:05:52 #15 1.007 Building statically linked build/plugins-linux-amd64/docker-helloworld
20:05:52 #15 4.233 Building statically linked build/plugins-linux-amd64/docker-badmeta
20:05:54 #15 6.897 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
20:05:57 #15 DONE 10.1s
20:05:57 
20:05:57 #16 exporting to image
20:05:57 #16 exporting layers
20:06:00 #16 exporting layers 3.6s done
20:06:00 #16 writing image sha256:2ee2b32159fcc17db3cf119c61600b5355d40c139a181e74d76ce75491325a95 done
20:06:00 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
20:06:00 #16 DONE 3.6s
20:06:00 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-e2eclie2e3
20:06:02 Creating network "cliendtoendsuite_default" with the default driver
20:06:02 Pulling registry (registry:2)...
20:06:02 2: Pulling from library/registry
20:06:04 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
20:06:04 Status: Downloaded newer image for registry:2
20:06:04 Pulling engine (docker:stable-dind)...
20:06:04 stable-dind: Pulling from library/docker
20:06:10 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
20:06:10 Status: Downloaded newer image for docker:stable-dind
20:06:10 Building notary-server
20:06:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:06:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:06:10 server-0.5.0: Pulling from library/notary
20:06:11 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
20:06:11 Status: Downloaded newer image for notary:server-0.5.0
20:06:11  ---> 16b632e954ca
20:06:11 Step 3/3 : COPY ./notary/ /fixtures/
20:06:12  ---> 75611abad311
20:06:12 Successfully built 75611abad311
20:06:12 Successfully tagged cliendtoendsuite_notary-server:latest
20:06:12 Building evil-notary-server
20:06:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:06:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:06:12  ---> 16b632e954ca
20:06:12 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:06:13  ---> 3887a9dbaa31
20:06:13 Successfully built 3887a9dbaa31
20:06:13 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:06:13 Creating cliendtoendsuite_registry_1 ... 
20:06:13 Creating cliendtoendsuite_notary-server_1 ... 
20:06:13 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:06:13 Creating cliendtoendsuite_engine_1             ... 
20:06:16 
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.5:2375
20:06:16 Client:
20:06:16  Version:           19.03.0-dev
20:06:16  API version:       1.40
20:06:16  Go version:        go1.13.10
20:06:16  Git commit:        
20:06:16  Built:             Fri Apr 10 20:04:00 2020
20:06:16  OS/Arch:           linux/amd64
20:06:16  Experimental:      false
20:06:16 
20:06:16 Server: Docker Engine - Community
20:06:16  Engine:
20:06:16   Version:          19.03.8
20:06:16   API version:      1.40 (minimum version 1.12)
20:06:16   Go version:       go1.12.17
20:06:16   Git commit:       afacb8b7f0
20:06:16   Built:            Wed Mar 11 01:30:32 2020
20:06:16   OS/Arch:          linux/amd64
20:06:16   Experimental:     false
20:06:16  containerd:
20:06:16   Version:          v1.2.13
20:06:16   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:06:16  runc:
20:06:16   Version:          1.0.0-rc10
20:06:16   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:06:16  docker-init:
20:06:16   Version:          0.18.0
20:06:16   GitCommit:        fec3683
20:06:17 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:06:17 88286f41530e: Pulling fs layer
20:06:17 88286f41530e: Verifying Checksum
20:06:17 88286f41530e: Download complete
20:06:17 88286f41530e: Pull complete
20:06:17 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:06:17 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:06:17 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:06:17 The push refers to repository [registry:5000/alpine]
20:06:17 5bef08742407: Preparing
20:06:18 5bef08742407: Pushed
20:06:18 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:18 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:06:18 03b1be98f3f9: Pulling fs layer
20:06:18 03b1be98f3f9: Verifying Checksum
20:06:18 03b1be98f3f9: Download complete
20:06:18 03b1be98f3f9: Pull complete
20:06:18 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:06:18 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:06:18 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:06:18 The push refers to repository [registry:5000/busybox]
20:06:18 6a749002dd6a: Preparing
20:06:19 6a749002dd6a: Pushed
20:06:19 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:06:19 Swarm initialized: current node (4ryoy3mrpi7iw8p3dcciah6he) is now a manager.
20:06:19 
20:06:19 To add a worker to this swarm, run the following command:
20:06:19 
20:06:19     docker swarm join --token SWMTKN-1-53wbjednd92ojz9ff4sc1z7jd88wmp741wb7ouvgm10oitr0wl-522je1d7sc5ktz9c0dytqv6zt 172.18.0.5:2377
20:06:19 
20:06:19 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:06:19 
20:06:51 ✓  e2e/cli-plugins (2.836s)
20:06:51 ∅  e2e/cli-plugins/plugins/badmeta
20:06:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:06:52 ✓  e2e/context (46ms)
20:06:53 ✖  e2e/container (4.368s)
20:06:57 ✖  e2e/image (3.984s)
20:06:57 ∅  e2e/internal/fixtures
20:06:57 ✖  e2e/plugin (2.405s)
20:06:57 ∅  e2e/plugin/basic
20:06:58 ✓  e2e/stack (660ms)
20:06:58 ✓  e2e/system (66ms)
20:06:59 ✖  e2e/trust (518ms)
20:06:59 
20:06:59 === Skipped
20:06:59 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:06:59     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:06:59 
20:06:59 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
20:06:59     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:06:59 
20:06:59 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:06:59     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:06:59         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:06:59 
20:06:59 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:06:59     --- SKIP: TestRemove/Kubernetes (0.00s)
20:06:59         remove_test.go:22: !environment.KubernetesEnabled()
20:06:59 
20:06:59 
20:06:59 === Failed
20:06:59 === FAIL: e2e/container TestCreateWithContentTrust (0.32s)
20:06:59     create_test.go:18: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-create:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-create]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from alpine
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/container TestTrustedCreateFromUnreachableTrustServer (0.24s)
20:06:59     create_test.go:38: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-create:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-create]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Layer already exists
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/container TestTrustedCreateFromBadTrustServer (0.22s)
20:06:59     create_test.go:66: assertion failed: 
20:06:59         Command:  docker image push registry:5000/evil-alpine:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/evil-alpine]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from trust-create
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/container TestRunWithContentTrust (0.22s)
20:06:59     run_test.go:36: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-run:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-run]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from trust-create
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestTrustedBuild (0.31s)
20:06:59     build_test.go:56: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-build1:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-build1]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from trust-run
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestTrustedBuildUntrustedImage (0.14s)
20:06:59     build_test.go:105: assertion failed: 
20:06:59         Command:  docker build -t myimage .
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   Sending build context to Docker daemon 
20:06:59         
20:06:59         
20:06:59         Stderr:   error during connect: Post http://172.18.0.5: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
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         Expected stderr to contain "does not have trust data for"
20:06:59 
20:06:59 === FAIL: e2e/image TestPullWithContentTrust (0.36s)
20:06:59     pull_test.go:22: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-pull:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-pull]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from trust-build1
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.32s)
20:06:59     pull_test.go:49: assertion failed: 
20:06:59         Command:  docker image push registry:5000/trust-pull-unreachable:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-pull-unreachable]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from trust-pull
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPushWithContentTrust (0.31s)
20:06:59     push_test.go:46: assertion failed: 
20:06:59         Command:  docker push registry:5000/trust-push:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-push]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Mounted from evil-alpine
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPushWithContentTrustExistingTag (0.41s)
20:06:59     push_test.go:92: assertion failed: 
20:06:59         Command:  docker push registry:5000/trust-push-existing:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/trust-push-existing]
20:06:59         5bef08742407: Preparing
20:06:59         5bef08742407: Layer already exists
20:06:59         latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (0.15s)
20:06:59     push_test.go:344: assertion failed: 
20:06:59         Command:  /usr/local/bin/notary -c /tmp/notary_test-115165786/client-config.json init registry:5000/trust-push-releases-delegation
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         * fatal: client is offline
20:06:59         
20:06:59         Stderr:   time="2020-04-10T20:06:56Z" 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"
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (0.14s)
20:06:59     push_test.go:344: assertion failed: 
20:06:59         Command:  /usr/local/bin/notary -c /tmp/notary_test-709986123/client-config.json init registry:5000/trust-push-releases-first-roles
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         * fatal: client is offline
20:06:59         
20:06:59         Stderr:   time="2020-04-10T20:06:56Z" 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"
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (0.15s)
20:06:59     push_test.go:344: assertion failed: 
20:06:59         Command:  /usr/local/bin/notary -c /tmp/notary_test-162121104/client-config.json init registry:5000/trust-push-releases-keys-valid-paths
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         * fatal: client is offline
20:06:59         
20:06:59         Stderr:   time="2020-04-10T20:06:56Z" 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"
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/plugin TestInstallWithContentTrust (2.22s)
20:06:59     trust_test.go:41: assertion failed: 
20:06:59         Command:  docker plugin push registry:5000/plugin-content-trust
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   The push refers to repository [registry:5000/plugin-content-trust]
20:06:59         8d10bf164a7a: Preparing
20:06:59         8d10bf164a7a: Pushed
20:06:59         latest: digest: sha256:e592b2148bc47f771b9e9adce14330d1067c8687c5f874195fe90fa5c7e646fa size: 518
20:06:59         Signing and pushing trust metadata
20:06:59         
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/plugin TestInstallWithContentTrustUntrusted (0.18s)
20:06:59     trust_test.go:68: assertion failed: 
20:06:59         Command:  docker plugin install --grant-all-permissions tiborvass/sample-volume-plugin:latest
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         Expected stderr to contain "Error: remote trust data does not exist"
20:06:59 
20:06:59 === FAIL: e2e/trust TestRevokeImage (0.13s)
20:06:59     revoke_test.go:55: assertion failed: 
20:06:59         Command:  docker -D trust sign registry:5000/revoke:v1
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         Stderr:   time="2020-04-10T20:06:58Z" level=debug msg="reading certificate directory: /tmp/trust_test-426135930/tls/notary-server:4443"
20:06:59         time="2020-04-10T20:06:58Z" 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"
20:06:59         time="2020-04-10T20:06:58Z" level=debug msg="Making dir path: /tmp/trust_test-426135930/trust/tuf/registry:5000/revoke/changelist"
20:06:59         Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/trust TestRevokeRepo (0.13s)
20:06:59     revoke_test.go:64: assertion failed: 
20:06:59         Command:  docker -D trust sign registry:5000/revokerepo:v1
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         Stderr:   time="2020-04-10T20:06:58Z" level=debug msg="reading certificate directory: /tmp/trust_test-282387601/tls/notary-server:4443"
20:06:59         time="2020-04-10T20:06:58Z" 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"
20:06:59         time="2020-04-10T20:06:58Z" level=debug msg="Making dir path: /tmp/trust_test-282387601/trust/tuf/registry:5000/revokerepo/changelist"
20:06:59         Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/trust TestSignLocalImage (0.13s)
20:06:59     sign_test.go:32: assertion failed: 
20:06:59         Command:  docker trust sign registry:5000/sign:v1
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         Stderr:   Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 === FAIL: e2e/trust TestSignWithLocalFlag (0.13s)
20:06:59     sign_test.go:57: assertion failed: 
20:06:59         Command:  docker -D trust sign registry:5000/signlocal:v1
20:06:59         ExitCode: 1
20:06:59         Error:    exit status 1
20:06:59         Stdout:   
20:06:59         Stderr:   time="2020-04-10T20:06:58Z" level=debug msg="reading certificate directory: /tmp/trust_test-078320363/tls/notary-server:4443"
20:06:59         time="2020-04-10T20:06:58Z" 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"
20:06:59         time="2020-04-10T20:06:58Z" level=debug msg="Making dir path: /tmp/trust_test-078320363/trust/tuf/registry:5000/signlocal/changelist"
20:06:59         Error: error contacting notary server: x509: certificate has expired or is not yet valid
20:06:59         
20:06:59         
20:06:59         Failures:
20:06:59         ExitCode was 1 expected 0
20:06:59         Expected no error
20:06:59 
20:06:59 
20:06:59 DONE 88 tests, 4 skipped, 19 failures in 39.115s
20:06:59 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:06:59 Stopping cliendtoendsuite_notary-server_1      ... 
20:06:59 Stopping cliendtoendsuite_engine_1             ... 
20:06:59 Stopping cliendtoendsuite_registry_1           ... 
20:07:02 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
20:07:02 Removing cliendtoendsuite_notary-server_1      ... 
20:07:02 Removing cliendtoendsuite_engine_1             ... 
20:07:02 Removing cliendtoendsuite_registry_1           ... 
20:07:02 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
20:07:02 Removing image cliendtoendsuite_notary-server
20:07:02 Removing image cliendtoendsuite_evil-notary-server
20:07:02 docker.Makefile:148: recipe for target 'test-e2e-non-experimental' failed
20:07:02 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