Skip to content
Success

Console Output

Pull request #2187 opened
19:59:17 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 7eb6a29c0ba4aafece34b13fb851164f605a455f+d6edc912ce2c121baec4740162755dfea239577a (d7129f9daa82a17c961cc0259d25c711712f3449)
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 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2187@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-09a011bf5ed854ae6) in /home/ubuntu/workspace/cli_PR-2187
[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-2187@tmp/99762e4f-0880-487c-83f8-9b7791331e75/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
19:59:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:59:21 chowning workspace
[Pipeline] sh
19:59:21 + uname -m
[Pipeline] sh
19:59:22 + pwd
19:59:22 + id -u
19:59:22 + id -g
19:59:22 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2187:/workspace busybox chown -R 1000:1000 /workspace
19:59:22 Unable to find image 'busybox:latest' locally
19:59:22 latest: Pulling from library/busybox
19:59:22 0f8c40e1270f: Pulling fs layer
19:59:22 0f8c40e1270f: Verifying Checksum
19:59:22 0f8c40e1270f: Download complete
19:59:22 0f8c40e1270f: Pull complete
19:59:22 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
19:59:22 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
19:59:23 Removing all docker containers
[Pipeline] sh
19:59:23 + docker container ls -aq
[Pipeline] echo
19:59:23 Docker containers have been removed
[Pipeline] echo
19:59:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:59:23 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
19:59:23 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
19:59:23 Using the ‘stage’ step without a block argument is deprecated
19:59:23 Entering stage Git Checkout
19:59:23 Proceeding
[Pipeline] checkout
19:59:23 using credential docker-jenkins-github-credentials
19:59:23 Cloning the remote Git repository
19:59:23 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2187 # 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/2187/head:refs/remotes/origin/PR-2187 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2187/head:refs/remotes/origin/PR-2187 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:59:27 Fetching without tags
19:59:27 Merging remotes/origin/master commit d6edc912ce2c121baec4740162755dfea239577a into PR head commit 7eb6a29c0ba4aafece34b13fb851164f605a455f
19:59:27 Merge succeeded, producing 7eb6a29c0ba4aafece34b13fb851164f605a455f
19:59:27 Checking out Revision 7eb6a29c0ba4aafece34b13fb851164f605a455f (PR-2187)
19:59:28 Commit message: "Bump compose-on-kubernetes from v0.4.25-alpha1 to v0.5.0-alpha1"
19:59:28 First time build. Skipping changelog.
 > 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/2187/head:refs/remotes/origin/PR-2187 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7eb6a29c0ba4aafece34b13fb851164f605a455f
 > git merge d6edc912ce2c121baec4740162755dfea239577a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7eb6a29c0ba4aafece34b13fb851164f605a455f
[Pipeline] stage
19:59:28 Using the ‘stage’ step without a block argument is deprecated
19:59:28 Entering stage Run end-to-end test suite
19:59:28 Proceeding
[Pipeline] sh
19:59:29 + docker version
19:59:29 Client: Docker Engine - Community
19:59:29  Version:           19.03.2
19:59:29  API version:       1.40
19:59:29  Go version:        go1.12.8
19:59:29  Git commit:        6a30dfc
19:59:29  Built:             Thu Aug 29 05:29:11 2019
19:59:29  OS/Arch:           linux/amd64
19:59:29  Experimental:      false
19:59:29 
19:59:29 Server: Docker Engine - Community
19:59:29  Engine:
19:59:29   Version:          19.03.2
19:59:29   API version:      1.40 (minimum version 1.12)
19:59:29   Go version:       go1.12.8
19:59:29   Git commit:       6a30dfc
19:59:29   Built:            Thu Aug 29 05:27:45 2019
19:59:29   OS/Arch:          linux/amd64
19:59:29   Experimental:     true
19:59:29  containerd:
19:59:29   Version:          1.2.6
19:59:29   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:59:29  runc:
19:59:29   Version:          1.0.0-rc8
19:59:29   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:59:29  docker-init:
19:59:29   Version:          0.18.0
19:59:29   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
19:59:29 + docker info
19:59:34 Client:
19:59:34  Debug Mode: false
19:59:34 
19:59:34 Server:
19:59:34  Containers: 0
19:59:34   Running: 0
19:59:34   Paused: 0
19:59:34   Stopped: 0
19:59:34  Images: 14
19:59:34  Server Version: 19.03.2
19:59:34  Storage Driver: overlay2
19:59:34   Backing Filesystem: extfs
19:59:34   Supports d_type: true
19:59:34   Native Overlay Diff: true
19:59:34  Logging Driver: json-file
19:59:34  Cgroup Driver: cgroupfs
19:59:34  Plugins:
19:59:34   Volume: local
19:59:34   Network: bridge host ipvlan macvlan null overlay
19:59:34   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:59:34  Swarm: inactive
19:59:34  Runtimes: runc
19:59:34  Default Runtime: runc
19:59:34  Init Binary: docker-init
19:59:34  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:59:34  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
19:59:34  init version: fec3683
19:59:34  Security Options:
19:59:34   apparmor
19:59:34   seccomp
19:59:34    Profile: default
19:59:34  Kernel Version: 4.15.0-1048-aws
19:59:34  Operating System: Ubuntu 18.04.3 LTS
19:59:34  OSType: linux
19:59:34  Architecture: x86_64
19:59:34  CPUs: 2
19:59:34  Total Memory: 7.501GiB
19:59:34  Name: ip-10-100-119-61
19:59:34  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
19:59:34  Docker Root Dir: /var/lib/docker
19:59:34  Debug Mode: false
19:59:34  Username: dockerbuildbot
19:59:34  Registry: https://index.docker.io/v1/
19:59:34  Labels:
19:59:34  Experimental: true
19:59:34  Insecure Registries:
19:59:34   127.0.0.0/8
19:59:34  Live Restore Enabled: true
19:59:34 
19:59:34 WARNING: No swap limit support
[Pipeline] sh
19:59:35 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
19:59:35 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
19:59:35 #2 [internal] load .dockerignore
19:59:35 #2 transferring context: 100B done
19:59:35 #2 DONE 0.0s
19:59:35 
19:59:35 #1 [internal] load build definition from Dockerfile.e2e
19:59:35 #1 transferring dockerfile: 1.58kB done
19:59:35 #1 DONE 0.0s
19:59:35 
19:59:35 #3 [internal] load metadata for docker.io/library/golang:1.12.12
19:59:35 #3 DONE 0.3s
19:59:35 
19:59:35 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
19:59:35 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
19:59:35 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
19:59:35 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 0.1s
19:59:35 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
19:59:35 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
19:59:35 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 0B / 126B 0.1s
19:59:35 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 0.1s done
19:59:35 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 14.48MB / 127.97MB 0.3s
19:59:35 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 22.12MB / 127.97MB 0.4s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 29.85MB / 127.97MB 0.5s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 43.55MB / 127.97MB 0.7s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 61.15MB / 127.97MB 1.0s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 72.35MB / 127.97MB 1.2s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 80.16MB / 127.97MB 1.3s
19:59:36 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 93.72MB / 127.97MB 1.5s
19:59:37 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 102.27MB / 127.97MB 1.6s
19:59:37 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 1.9s
19:59:37 #4 ...
19:59:37 
19:59:37 #10 [internal] load build context
19:59:37 #10 transferring context: 43.99MB 1.7s done
19:59:37 #10 DONE 2.1s
19:59:37 
19:59:37 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
19:59:38 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 2.7s done
19:59:38 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
19:59:42 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.4s done
19:59:42 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
19:59:42 #4 DONE 7.4s
19:59:42 
19:59:42 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
19:59:44 #5 1.202 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
19:59:44 #5 1.202 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
19:59:44 #5 1.211 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
19:59:44 #5 1.353 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [112 kB]
19:59:44 #5 1.452 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
19:59:44 #5 1.709 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
19:59:45 #5 2.844 Fetched 8227 kB in 2s (4375 kB/s)
19:59:46 #5 2.844 Reading package lists...
19:59:46 #5 3.450 Reading package lists...
19:59:46 #5 4.060 Building dependency tree...
19:59:46 #5 4.176 Reading state information...
19:59:46 #5 4.279 curl is already the newest version (7.64.0-4).
19:59:46 #5 4.279 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
19:59:46 #5 4.279 openssl is already the newest version (1.1.1d-0+deb10u2).
19:59:46 #5 4.279 openssl set to manually installed.
19:59:46 #5 4.279 The following additional packages will be installed:
19:59:47 #5 4.279   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
19:59:47 #5 4.280   libalgorithm-merge-perl libfakeroot patch xz-utils
19:59:47 #5 4.281 Suggested packages:
19:59:47 #5 4.281   bzip2-doc debian-keyring ed diffutils-doc
19:59:47 #5 4.351 The following NEW packages will be installed:
19:59:47 #5 4.352   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
19:59:47 #5 4.353   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
19:59:47 #5 4.619 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
19:59:47 #5 4.619 Need to get 2342 kB of archives.
19:59:47 #5 4.619 After this operation, 3601 kB of additional disk space will be used.
19:59:47 #5 4.619 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:59:47 #5 4.621 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:59:47 #5 4.623 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
19:59:47 #5 4.625 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
19:59:47 #5 4.643 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
19:59:47 #5 4.643 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
19:59:47 #5 4.643 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
19:59:47 #5 4.644 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
19:59:47 #5 4.645 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
19:59:47 #5 4.646 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
19:59:47 #5 4.880 debconf: delaying package configuration, since apt-utils is not installed
19:59:47 #5 4.910 Fetched 2342 kB in 0s (8336 kB/s)
19:59:47 #5 4.946 Selecting previously unselected package bzip2.
19:59:47 #5 4.946 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
19:59:47 #5 5.049 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:59:47 #5 5.053 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:59:47 #5 5.104 Selecting previously unselected package xz-utils.
19:59:48 #5 5.106 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
19:59:48 #5 5.110 Unpacking xz-utils (5.2.4-1) ...
19:59:48 #5 5.187 Selecting previously unselected package patch.
19:59:48 #5 5.189 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
19:59:48 #5 5.193 Unpacking patch (2.7.6-3+deb10u1) ...
19:59:48 #5 5.233 Selecting previously unselected package dpkg-dev.
19:59:48 #5 5.235 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
19:59:48 #5 5.240 Unpacking dpkg-dev (1.19.7) ...
19:59:48 #5 5.354 Selecting previously unselected package build-essential.
19:59:48 #5 5.354 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
19:59:48 #5 5.359 Unpacking build-essential (12.6) ...
19:59:48 #5 5.397 Selecting previously unselected package libfakeroot:amd64.
19:59:48 #5 5.399 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
19:59:48 #5 5.409 Unpacking libfakeroot:amd64 (1.23-1) ...
19:59:48 #5 5.448 Selecting previously unselected package fakeroot.
19:59:48 #5 5.448 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
19:59:48 #5 5.452 Unpacking fakeroot (1.23-1) ...
19:59:48 #5 5.492 Selecting previously unselected package libalgorithm-diff-perl.
19:59:48 #5 5.492 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
19:59:48 #5 5.498 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
19:59:48 #5 5.532 Selecting previously unselected package libalgorithm-diff-xs-perl.
19:59:48 #5 5.534 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
19:59:48 #5 5.538 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
19:59:48 #5 5.569 Selecting previously unselected package libalgorithm-merge-perl.
19:59:48 #5 5.569 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
19:59:48 #5 5.574 Unpacking libalgorithm-merge-perl (0.08-3) ...
19:59:48 #5 5.615 Setting up libalgorithm-diff-perl (1.19.03-2) ...
19:59:48 #5 5.628 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:59:48 #5 5.641 Setting up libfakeroot:amd64 (1.23-1) ...
19:59:48 #5 5.658 Setting up fakeroot (1.23-1) ...
19:59:48 #5 5.686 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
19:59:48 #5 5.699 Setting up xz-utils (5.2.4-1) ...
19:59:48 #5 5.709 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:59:48 #5 5.718 Setting up patch (2.7.6-3+deb10u1) ...
19:59:48 #5 5.731 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
19:59:48 #5 5.744 Setting up libalgorithm-merge-perl (0.08-3) ...
19:59:48 #5 5.757 Setting up dpkg-dev (1.19.7) ...
19:59:48 #5 5.777 Setting up build-essential (12.6) ...
19:59:48 #5 5.790 Processing triggers for libc-bin (2.28-10) ...
19:59:51 #5 DONE 8.0s
19:59:51 
19:59:51 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
19:59:51 #6 0.894   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19:59:51 #6 0.897                                  Dload  Upload   Total   Spent    Left  Speed
19:59:51 #6 0.899 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4896      0 --:--:-- --:--:-- --:--:--  4896
19:59:51 #6 1.138 
100 10.3M  100 10.3M    0     0  42.6M      0 --:--:-- --:--:-- --:--:-- 42.6M
19:59:51 #6 DONE 1.3s
19:59:52 
19:59:52 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
19:59:53 #7 DONE 1.1s
19:59:53 
19:59:53 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
19:59:54 #8 DONE 1.1s
19:59:54 
19:59:54 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
19:59:54 #9 DONE 0.0s
19:59:54 
19:59:54 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
19:59:54 #11 DONE 0.1s
19:59:54 
19:59:54 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
19:59:55 #12 0.905 Updating certificates in /etc/ssl/certs...
19:59:56 #12 1.397 1 added, 0 removed; done.
19:59:56 #12 1.398 Running hooks in /etc/ca-certificates/update.d...
19:59:56 #12 1.400 done.
19:59:56 #12 DONE 1.5s
19:59:56 
19:59:56 #13 [9/11] COPY . .
19:59:56 #13 DONE 0.7s
19:59:56 
19:59:56 #14 [10/11] RUN ./scripts/build/binary
19:59:57 #14 0.843 Building statically linked build/docker-linux-amd64
20:01:18 #14 DONE 81.2s
20:01:18 
20:01:18 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
20:01:18 #15 0.712 Building statically linked build/plugins-linux-amd64/docker-helloworld
20:01:20 #15 2.776 Building statically linked build/plugins-linux-amd64/docker-badmeta
20:01:22 #15 4.592 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
20:01:25 #15 DONE 6.9s
20:01:25 
20:01:25 #16 exporting to image
20:01:25 #16 exporting layers
20:01:27 #16 exporting layers 2.4s done
20:01:27 #16 writing image sha256:675882a108e6ff697059d32a916296a3308c96cb80811e42a1eb2a1fb6ed98f0 done
20:01:27 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
20:01:27 #16 DONE 2.4s
20:01:27 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
20:01:28 Creating network "cliendtoendsuite_default" with the default driver
20:01:28 Pulling engine (docker:stable-dind)...
20:01:28 stable-dind: Pulling from library/docker
20:01:32 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
20:01:32 Status: Downloaded newer image for docker:stable-dind
20:01:32 Building notary-server
20:01:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:01:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:01:32 server-0.5.0: Pulling from library/notary
20:01:33 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
20:01:33 Status: Downloaded newer image for notary:server-0.5.0
20:01:33  ---> 16b632e954ca
20:01:33 Step 3/3 : COPY ./notary/ /fixtures/
20:01:34  ---> bb5846045635
20:01:34 Successfully built bb5846045635
20:01:34 Successfully tagged cliendtoendsuite_notary-server:latest
20:01:34 Building evil-notary-server
20:01:34 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:01:34 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:01:34  ---> 16b632e954ca
20:01:34 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:01:35  ---> 10fb998799d3
20:01:35 Successfully built 10fb998799d3
20:01:35 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:01:35 Creating cliendtoendsuite_registry_1 ... 
20:01:35 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:01:35 Creating cliendtoendsuite_notary-server_1      ... 
20:01:35 Creating cliendtoendsuite_engine_1             ... 
20:01:38 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
20:01:38 Client:
20:01:38  Version:           19.09.0-dev
20:01:38  API version:       1.40 (downgraded from 1.41)
20:01:38  Go version:        go1.12.12
20:01:38  Git commit:        
20:01:38  Built:             Thu Nov  7 19:59:57 2019
20:01:38  OS/Arch:           linux/amd64
20:01:38  Experimental:      false
20:01:38 
20:01:38 Server: Docker Engine - Community
20:01:38  Engine:
20:01:38   Version:          19.03.4
20:01:38   API version:      1.40 (minimum version 1.12)
20:01:38   Go version:       go1.12.10
20:01:38   Git commit:       9013bf583a
20:01:38   Built:            Fri Oct 18 15:55:51 2019
20:01:38   OS/Arch:          linux/amd64
20:01:38   Experimental:     false
20:01:38  containerd:
20:01:38   Version:          v1.2.10
20:01:38   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:01:38  runc:
20:01:38   Version:          1.0.0-rc8+dev
20:01:38   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:01:38  docker-init:
20:01:38   Version:          0.18.0
20:01:38   GitCommit:        fec3683
20:01:38 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:01:38 88286f41530e: Pulling fs layer
20:01:39 88286f41530e: Verifying Checksum
20:01:39 88286f41530e: Download complete
20:01:39 88286f41530e: Pull complete
20:01:39 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:39 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:39 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:39 The push refers to repository [registry:5000/alpine]
20:01:39 5bef08742407: Preparing
20:01:39 5bef08742407: Pushed
20:01:39 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:01:39 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:01:39 03b1be98f3f9: Pulling fs layer
20:01:39 03b1be98f3f9: Verifying Checksum
20:01:39 03b1be98f3f9: Download complete
20:01:39 03b1be98f3f9: Pull complete
20:01:39 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:39 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:39 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:40 The push refers to repository [registry:5000/busybox]
20:01:40 6a749002dd6a: Preparing
20:01:40 6a749002dd6a: Pushed
20:01:40 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:01:40 Swarm initialized: current node (yiifu264g233o7xopsxfszu7e) is now a manager.
20:01:40 
20:01:40 To add a worker to this swarm, run the following command:
20:01:40 
20:01:40     docker swarm join --token SWMTKN-1-4uqz0o5yprzbn97b26pf7g2g8l80awq761ux0xz39dmsvx4vf2-6vzzzqjbtbdcmt8fqj1lsowjk 172.18.0.5:2377
20:01:40 
20:01:40 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:01:40 
20:02:07 ✓  e2e/cli-plugins (2.545s)
20:02:07 ∅  e2e/cli-plugins/plugins/badmeta
20:02:07 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:02:07 ✓  e2e/context (58ms)
20:02:13 ✓  e2e/container (9.26s)
20:02:19 ✓  e2e/plugin (3.973s)
20:02:19 ✓  e2e/image (12.408s)
20:02:19 ∅  e2e/internal/fixtures
20:02:19 ∅  e2e/plugin/basic
20:02:19 ✓  e2e/stack (668ms)
20:02:19 ✓  e2e/system (102ms)
20:02:22 ✓  e2e/trust (2.246s)
20:02:22 
20:02:22 === Skipped
20:02:22 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:02:22     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:02:22 
20:02:22 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
20:02:22     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:02:22 
20:02:22 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:02:22     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:02:22         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:02:22 
20:02:22 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:02:22     --- SKIP: TestRemove/Kubernetes (0.00s)
20:02:22         remove_test.go:22: !environment.KubernetesEnabled()
20:02:22 
20:02:22 
20:02:22 DONE 88 tests, 4 skipped in 41.555s
20:02:22 Stopping cliendtoendsuite_engine_1             ... 
20:02:22 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:02:22 Stopping cliendtoendsuite_notary-server_1      ... 
20:02:22 Stopping cliendtoendsuite_registry_1           ... 
20:02:24 
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_engine_1             ... 
20:02:24 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:02:24 Removing cliendtoendsuite_notary-server_1      ... 
20:02:24 Removing cliendtoendsuite_registry_1           ... 
20:02:24 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
20:02:24 Removing image cliendtoendsuite_notary-server
20:02:24 Removing image cliendtoendsuite_evil-notary-server
20:02:25 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
20:02:26 Creating network "cliendtoendsuite_default" with the default driver
20:02:26 Building evil-notary-server
20:02:27 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:02:27 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:02:27  ---> 16b632e954ca
20:02:27 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:02:27  ---> a3602e716377
20:02:27 Successfully built a3602e716377
20:02:27 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:02:27 Building notary-server
20:02:27 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:02:27 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:02:27  ---> 16b632e954ca
20:02:27 Step 3/3 : COPY ./notary/ /fixtures/
20:02:27  ---> e9827ccba5a1
20:02:27 Successfully built e9827ccba5a1
20:02:27 Successfully tagged cliendtoendsuite_notary-server:latest
20:02:27 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:02:27 Creating cliendtoendsuite_notary-server_1      ... 
20:02:27 Creating cliendtoendsuite_engine_1             ... 
20:02:27 Creating cliendtoendsuite_registry_1           ... 
20:02:31 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.19.0.3:2375
20:02:31 Client:
20:02:31  Version:           19.09.0-dev
20:02:31  API version:       1.40 (downgraded from 1.41)
20:02:31  Go version:        go1.12.12
20:02:31  Git commit:        
20:02:31  Built:             Thu Nov  7 19:59:57 2019
20:02:31  OS/Arch:           linux/amd64
20:02:31  Experimental:      false
20:02:31 
20:02:31 Server: Docker Engine - Community
20:02:31  Engine:
20:02:31   Version:          19.03.4
20:02:31   API version:      1.40 (minimum version 1.12)
20:02:31   Go version:       go1.12.10
20:02:31   Git commit:       9013bf583a
20:02:31   Built:            Fri Oct 18 15:55:51 2019
20:02:31   OS/Arch:          linux/amd64
20:02:31   Experimental:     true
20:02:31  containerd:
20:02:31   Version:          v1.2.10
20:02:31   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:02:31  runc:
20:02:31   Version:          1.0.0-rc8+dev
20:02:31   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:02:31  docker-init:
20:02:31   Version:          0.18.0
20:02:31   GitCommit:        fec3683
20:02:31 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:02:31 88286f41530e: Pulling fs layer
20:02:31 88286f41530e: Verifying Checksum
20:02:31 88286f41530e: Download complete
20:02:31 88286f41530e: Pull complete
20:02:31 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:02:31 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:02:31 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:02:32 The push refers to repository [registry:5000/alpine]
20:02:32 5bef08742407: Preparing
20:02:32 5bef08742407: Pushed
20:02:32 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:02:32 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:02:32 03b1be98f3f9: Pulling fs layer
20:02:32 03b1be98f3f9: Verifying Checksum
20:02:32 03b1be98f3f9: Download complete
20:02:32 03b1be98f3f9: Pull complete
20:02:32 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:02:32 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:02:32 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:02:32 The push refers to repository [registry:5000/busybox]
20:02:32 6a749002dd6a: Preparing
20:02:32 6a749002dd6a: Pushed
20:02:32 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:02:33 Swarm initialized: current node (8q4pup1viu6ko2fksbmcnlzsz) is now a manager.
20:02:33 
20:02:33 To add a worker to this swarm, run the following command:
20:02:33 
20:02:33     docker swarm join --token SWMTKN-1-5aq0uiikrjwtkiki0yqecl0pgjlpvloh3p6p88z070i2ganqft-eaknhf1sjugec2uxb05f517go 172.19.0.3:2377
20:02:33 
20:02:33 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:02:33 
20:02:59 ✓  e2e/cli-plugins (2.622s)
20:02:59 ∅  e2e/cli-plugins/plugins/badmeta
20:02:59 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:02:59 ✓  e2e/context (50ms)
20:03:05 ✓  e2e/container (8.9s)
20:03:10 ✓  e2e/plugin (3.46s)
20:03:11 ✓  e2e/stack (609ms)
20:03:11 ✓  e2e/system (78ms)
20:03:14 ✓  e2e/image (15.59s)
20:03:14 ∅  e2e/internal/fixtures
20:03:14 ∅  e2e/plugin/basic
20:03:15 ✓  e2e/trust (3.262s)
20:03:15 
20:03:15 === Skipped
20:03:15 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:03:15     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:03:15 
20:03:15 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:03:15     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:03:15         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:03:15 
20:03:15 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:03:15     --- SKIP: TestRemove/Kubernetes (0.00s)
20:03:15         remove_test.go:22: !environment.KubernetesEnabled()
20:03:15 
20:03:15 
20:03:15 DONE 88 tests, 3 skipped in 42.081s
20:03:15 Stopping cliendtoendsuite_registry_1           ... 
20:03:15 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:03:15 Stopping cliendtoendsuite_engine_1             ... 
20:03:15 Stopping cliendtoendsuite_notary-server_1      ... 
20:03:18 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
20:03:18 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:03:18 Removing cliendtoendsuite_engine_1             ... 
20:03:18 Removing cliendtoendsuite_notary-server_1      ... 
20:03:18 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
20:03:18 Removing image cliendtoendsuite_notary-server
20:03:18 Removing image cliendtoendsuite_evil-notary-server
20:03:18 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
20:03:20 Creating network "cliendtoendsuite_default" with the default driver
20:03:20 Building engine
20:03:20 Step 1/6 : FROM docker:test-dind
20:03:20 test-dind: Pulling from library/docker
20:03:24 Digest: sha256:2d651269e6bcfe60960520a772daf9985c14c036bde7d8d25f45e179e379816c
20:03:24 Status: Downloaded newer image for docker:test-dind
20:03:24  ---> b837d553b8e7
20:03:24 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
20:03:25  ---> Running in 65a9306cce58
20:03:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:03:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:03:27 (1/5) Installing openssh-keygen (8.1_p1-r0)
20:03:27 (2/5) Installing openssh-server-common (8.1_p1-r0)
20:03:27 (3/5) Installing openssh-server (8.1_p1-r0)
20:03:27 (4/5) Installing linux-pam (1.3.0-r1)
20:03:27 (5/5) Installing shadow (4.6-r2)
20:03:27 Executing busybox-1.30.1-r2.trigger
20:03:27 OK: 24 MiB in 45 packages
20:03:27 Creating mailbox file: No such file or directory
20:03:27 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
20:03:28 Removing intermediate container 65a9306cce58
20:03:28  ---> a8f7bd157e9b
20:03:28 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:03:28  ---> Running in 6ced365df1c9
20:03:29 Removing intermediate container 6ced365df1c9
20:03:29  ---> 806ec5d3843f
20:03:29 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:03:30  ---> b4c275586309
20:03:30 Step 5/6 : EXPOSE 22
20:03:30  ---> Running in 1f1e504a6a74
20:03:30 Removing intermediate container 1f1e504a6a74
20:03:30  ---> 70eeefb79974
20:03:30 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:03:30  ---> Running in 032d3502ed86
20:03:30 Removing intermediate container 032d3502ed86
20:03:30  ---> 8b0fec0d07d0
20:03:30 Successfully built 8b0fec0d07d0
20:03:30 Successfully tagged docker:stable-dind
20:03:30 Building evil-notary-server
20:03:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:03:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:03:30  ---> 16b632e954ca
20:03:30 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:03:30  ---> b00878326676
20:03:30 Successfully built b00878326676
20:03:30 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:03:30 Building notary-server
20:03:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:03:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:03:30  ---> 16b632e954ca
20:03:30 Step 3/3 : COPY ./notary/ /fixtures/
20:03:31  ---> 528b311f5e92
20:03:31 Successfully built 528b311f5e92
20:03:31 Successfully tagged cliendtoendsuite_notary-server:latest
20:03:31 Creating cliendtoendsuite_engine_1 ... 
20:03:31 Creating cliendtoendsuite_notary-server_1 ... 
20:03:31 Creating cliendtoendsuite_registry_1      ... 
20:03:31 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:03:34 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
20:03:34 Client:
20:03:34  Version:           19.09.0-dev
20:03:34  API version:       1.40 (downgraded from 1.41)
20:03:34  Go version:        go1.12.12
20:03:34  Git commit:        
20:03:34  Built:             Thu Nov  7 19:59:57 2019
20:03:34  OS/Arch:           linux/amd64
20:03:34  Experimental:      false
20:03:34 
20:03:34 Server: Docker Engine - Community
20:03:34  Engine:
20:03:34   Version:          19.03.5-beta2
20:03:34   API version:      1.40 (minimum version 1.12)
20:03:34   Go version:       go1.12.12
20:03:34   Git commit:       a8f2e052c3
20:03:34   Built:            Tue Nov  5 07:03:41 2019
20:03:34   OS/Arch:          linux/amd64
20:03:34   Experimental:     true
20:03:34  containerd:
20:03:34   Version:          v1.2.10
20:03:34   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:03:34  runc:
20:03:34   Version:          1.0.0-rc8+dev
20:03:34   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:03:34  docker-init:
20:03:34   Version:          0.18.0
20:03:34   GitCommit:        fec3683
20:03:35 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:03:35 88286f41530e: Pulling fs layer
20:03:35 88286f41530e: Download complete
20:03:35 88286f41530e: Pull complete
20:03:35 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:03:35 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:03:35 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:03:35 The push refers to repository [registry:5000/alpine]
20:03:35 5bef08742407: Preparing
20:03:36 5bef08742407: Pushed
20:03:36 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:03:36 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:03:36 03b1be98f3f9: Pulling fs layer
20:03:36 03b1be98f3f9: Verifying Checksum
20:03:36 03b1be98f3f9: Download complete
20:03:37 03b1be98f3f9: Pull complete
20:03:37 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:03:37 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:03:37 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:03:37 The push refers to repository [registry:5000/busybox]
20:03:37 6a749002dd6a: Preparing
20:03:37 6a749002dd6a: Pushed
20:03:37 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:03:38 Swarm initialized: current node (y1afa755fh0xafapsbfdcpo0y) is now a manager.
20:03:38 
20:03:38 To add a worker to this swarm, run the following command:
20:03:38 
20:03:38     docker swarm join --token SWMTKN-1-393973oiv82jstg2nhwsmrbc3ouhmjcmpbnwydkkva8qe75el1-30xd0w46iyrabn2e2gs8xc5et 172.20.0.3:2377
20:03:38 
20:03:38 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:03:38 
20:04:17 ✓  e2e/cli-plugins (13.255s)
20:04:17 ∅  e2e/cli-plugins/plugins/badmeta
20:04:17 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:04:17 ✓  e2e/context (67ms)
20:04:23 ✓  e2e/container (19.403s)
20:04:29 ✓  e2e/plugin (4.225s)
20:04:31 ✓  e2e/stack (2.039s)
20:04:32 ✓  e2e/system (263ms)
20:04:40 ✓  e2e/trust (6.497s)
20:04:45 ✓  e2e/image (27.072s)
20:04:45 ∅  e2e/internal/fixtures
20:04:45 ∅  e2e/plugin/basic
20:04:45 
20:04:45 === Skipped
20:04:45 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:04:45     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:04:45 
20:04:45 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:04:45     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:04:45         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:04:45 
20:04:45 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:04:45     --- SKIP: TestRemove/Kubernetes (0.00s)
20:04:45         remove_test.go:22: !environment.KubernetesEnabled()
20:04:45 
20:04:45 
20:04:45 DONE 88 tests, 3 skipped in 65.775s
20:04:45 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:04:45 Stopping cliendtoendsuite_registry_1           ... 
20:04:45 Stopping cliendtoendsuite_engine_1             ... 
20:04:45 Stopping cliendtoendsuite_notary-server_1      ... 
20:04:46 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
20:04:46 Removing cliendtoendsuite_registry_1           ... 
20:04:46 Removing cliendtoendsuite_engine_1             ... 
20:04:46 Removing cliendtoendsuite_notary-server_1      ... 
20:04:46 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
20:04:47 Removing image cliendtoendsuite_notary-server
20:04:47 Removing image cliendtoendsuite_evil-notary-server
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS