Skip to content
Success

Console Output

Pull request #2393 opened
14:06:08 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 6a02465f4c2d928e4e47757a29c1ae909185ee31+f53663a9519730528ad470bc9b9019f1a2ff8fba (682b5d4a203edd019bce6775be3ca8b2d2b7de2c)
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 49b252bdf16273de41b9b961caae5440a249d3e0
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-2393@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 # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 49b252bdf16273de41b9b961caae5440a249d3e0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49b252bdf16273de41b9b961caae5440a249d3e0 # timeout=10
Commit message: "Merge pull request #19 from docker/add-getNodeNamesByLabel"
First time build. Skipping changelog.
 > git --version # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02d9a91d7b960e5f1)’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0016970915fd99503) in /home/ubuntu/workspace/cli_PR-2393
[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-2393@tmp/bcc19193-4f47-4fbb-ad05-a88306ddea70/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
14:07:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:07:26 chowning workspace
[Pipeline] sh
14:07:26 + uname -m
[Pipeline] sh
14:07:27 + pwd
14:07:27 + id -u
14:07:27 + id -g
14:07:27 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2393:/workspace busybox chown -R 1000:1000 /workspace
14:07:27 Unable to find image 'busybox:latest' locally
14:07:27 latest: Pulling from library/busybox
14:07:27 0669b0daf1fb: Pulling fs layer
14:07:27 0669b0daf1fb: Verifying Checksum
14:07:27 0669b0daf1fb: Download complete
14:07:28 0669b0daf1fb: Pull complete
14:07:28 Digest: sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135
14:07:28 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:07:30 Removing all docker containers
[Pipeline] sh
14:07:31 + docker container ls -aq
[Pipeline] echo
14:07:31 Docker containers have been removed
[Pipeline] echo
14:07:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:07:31 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
14:07:31 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
14:07:31 Using the ‘stage’ step without a block argument is deprecated
14:07:31 Entering stage Git Checkout
14:07:31 Proceeding
[Pipeline] checkout
14:07:33 using credential docker-jenkins-github-credentials
14:07:33 Cloning the remote Git repository
14:07:33 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2393 # 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/2393/head:refs/remotes/origin/PR-2393 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
14:07:38 Fetching without tags
 > git config --add remote.origin.fetch +refs/pull/2393/head:refs/remotes/origin/PR-2393 # 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/2393/head:refs/remotes/origin/PR-2393 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
14:07:38 Merging remotes/origin/19.03 commit f53663a9519730528ad470bc9b9019f1a2ff8fba into PR head commit 6a02465f4c2d928e4e47757a29c1ae909185ee31
14:07:39 Merge succeeded, producing 6a02465f4c2d928e4e47757a29c1ae909185ee31
14:07:39 Checking out Revision 6a02465f4c2d928e4e47757a29c1ae909185ee31 (PR-2393)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a02465f4c2d928e4e47757a29c1ae909185ee31 # timeout=10
 > git merge f53663a9519730528ad470bc9b9019f1a2ff8fba # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a02465f4c2d928e4e47757a29c1ae909185ee31 # timeout=10
14:07:43 Commit message: "docs: update code-hints for compatibility with "rouge""
14:07:43 First time build. Skipping changelog.
[Pipeline] stage
14:07:44 Using the ‘stage’ step without a block argument is deprecated
14:07:44 Entering stage Run end-to-end test suite
14:07:44 Proceeding
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 49b252bdf16273de41b9b961caae5440a249d3e0
14:07:44 + docker version
14:07:44 Client: Docker Engine - Community
14:07:44  Version:           19.03.5
14:07:44  API version:       1.40
14:07:44  Go version:        go1.12.12
14:07:44  Git commit:        633a0ea838
14:07:44  Built:             Wed Nov 13 07:29:52 2019
14:07:44  OS/Arch:           linux/amd64
14:07:44  Experimental:      false
14:07:44 
14:07:44 Server: Docker Engine - Community
14:07:44  Engine:
14:07:44   Version:          19.03.5
14:07:44   API version:      1.40 (minimum version 1.12)
14:07:44   Go version:       go1.12.12
14:07:44   Git commit:       633a0ea838
14:07:44   Built:            Wed Nov 13 07:28:22 2019
14:07:44   OS/Arch:          linux/amd64
14:07:44   Experimental:     true
14:07:44  containerd:
14:07:44   Version:          1.2.10
14:07:44   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:07:44  runc:
14:07:44   Version:          1.0.0-rc8+dev
14:07:44   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:07:44  docker-init:
14:07:44   Version:          0.18.0
14:07:44   GitCommit:        fec3683
[Pipeline] sh
14:07:45 + docker info
14:07:55 Client:
14:07:55  Debug Mode: false
14:07:55 
14:07:55 Server:
14:07:55  Containers: 0
14:07:55   Running: 0
14:07:55   Paused: 0
14:07:55   Stopped: 0
14:07:55  Images: 1
14:07:55  Server Version: 19.03.5
14:07:55  Storage Driver: overlay2
14:07:55   Backing Filesystem: extfs
14:07:55   Supports d_type: true
14:07:55   Native Overlay Diff: true
14:07:55  Logging Driver: json-file
14:07:55  Cgroup Driver: cgroupfs
14:07:55  Plugins:
14:07:55   Volume: local
14:07:55   Network: bridge host ipvlan macvlan null overlay
14:07:55   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:07:55  Swarm: inactive
14:07:55  Runtimes: runc
14:07:55  Default Runtime: runc
14:07:55  Init Binary: docker-init
14:07:55  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
14:07:55  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:07:55  init version: fec3683
14:07:55  Security Options:
14:07:55   apparmor
14:07:55   seccomp
14:07:55    Profile: default
14:07:55  Kernel Version: 4.15.0-1058-aws
14:07:55  Operating System: Ubuntu 18.04.4 LTS
14:07:55  OSType: linux
14:07:55  Architecture: x86_64
14:07:55  CPUs: 2
14:07:55  Total Memory: 7.501GiB
14:07:55  Name: ip-10-100-87-127
14:07:55  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
14:07:55  Docker Root Dir: /var/lib/docker
14:07:55  Debug Mode: false
14:07:55  Username: dockerbuildbot
14:07:55  Registry: https://index.docker.io/v1/
14:07:55  Labels:
14:07:55  Experimental: true
14:07:55  Insecure Registries:
14:07:55   127.0.0.0/8
14:07:55  Live Restore Enabled: true
14:07:55 
14:07:55 WARNING: No swap limit support
[Pipeline] sh
14:07:55 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
14:07:55 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
14:07:55 #2 [internal] load build definition from Dockerfile.e2e
14:07:55 #2 transferring dockerfile: 1.58kB 0.0s done
14:07:55 #2 DONE 0.0s
14:07:55 
14:07:55 #1 [internal] load .dockerignore
14:07:55 #1 transferring context: 100B done
14:07:55 #1 DONE 0.1s
14:07:55 
14:07:55 #3 [internal] load metadata for docker.io/library/golang:1.13.8-buster
14:07:56 #3 DONE 0.3s
14:07:56 
14:07:56 #10 [internal] load build context
14:08:01 #10 transferring context: 25.69MB 4.8s
14:08:01 #10 transferring context: 40.56MB 5.6s done
14:08:01 #10 DONE 5.8s
14:08:01 
14:08:01 #4 [1/11] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5...
14:08:01 #4 resolve docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca done
14:08:01 #4 sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca 1.42kB / 1.42kB done
14:08:01 #4 sha256:be37fd7a30b94a720a45ba5dcc0cf386d043acc5f4f61db7c6736fd10ee621bd 1.79kB / 1.79kB done
14:08:01 #4 sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 50.38MB / 50.38MB 2.0s done
14:08:01 #4 sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f 7.81MB / 7.81MB 0.4s done
14:08:01 #4 sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410 10.00MB / 10.00MB 0.5s done
14:08:01 #4 sha256:3a7408f53f79a230e184ec6b8666a1203cf6120174eb17a428ad4b80958b2652 5.46kB / 5.46kB done
14:08:01 #4 sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 51.79MB / 51.79MB 2.9s done
14:08:01 #4 sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 68.60MB / 68.60MB 3.4s done
14:08:01 #4 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 97.88MB / 120.07MB 5.8s
14:08:01 #4 extracting sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 3.1s
14:08:01 #4 sha256:f8e0159fc85284002056acd2e8ec645d3b160ec7f14ef4b938ebb6e29ac2f1c3 126B / 126B 3.1s done
14:08:02 #4 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 107.38MB / 120.07MB 6.1s
14:08:02 #4 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 113.63MB / 120.07MB 6.3s
14:08:02 #4 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 120.07MB / 120.07MB 6.5s
14:08:02 #4 sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 120.07MB / 120.07MB 6.6s done
14:08:05 #4 extracting sha256:50e431f790939a2f924af65084cc9d39c3d3fb9ad2d57d183b7eadf86ea46992 6.1s done
14:08:05 #4 extracting sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f
14:08:05 #4 extracting sha256:dd8c6d374ea51e3dd671f71b28d025a7794ebea181b00838987d0b4d8a51372f 0.6s done
14:08:05 #4 extracting sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410
14:08:06 #4 extracting sha256:c85513200d847a64a6e8f2cb714e2169f559b24b7736c586ff7b9aaedf71f410 0.5s done
14:08:06 #4 extracting sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0
14:08:11 #4 extracting sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 5.1s
14:08:12 #4 extracting sha256:55769680e8277a4ff083d05f0993d1483b3d26b93a8814cf3c6f04fe5975ffa0 5.8s done
14:08:13 #4 extracting sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 0.1s
14:08:18 #4 extracting sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 5.3s
14:08:18 #4 extracting sha256:15357f5e50c4cd5b4c1a4997a342d96d0dff37f4b08362094825bb0596da12cf 5.7s done
14:08:19 #4 extracting sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f
14:08:24 #4 extracting sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 5.1s
14:08:25 #4 extracting sha256:e2d9b328fba500f73aec151d1e5fde87b7ee5a54e697e4fbba7afcb036a5e51f 6.1s done
14:08:25 #4 extracting sha256:f8e0159fc85284002056acd2e8ec645d3b160ec7f14ef4b938ebb6e29ac2f1c3 done
14:08:25 #4 DONE 29.4s
14:08:25 
14:08:25 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
14:08:26 #5 1.262 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:08:26 #5 1.368 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
14:08:26 #5 1.378 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
14:08:27 #5 1.550 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [183 kB]
14:08:27 #5 1.720 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:08:27 #5 2.266 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
14:08:29 #5 3.685 Fetched 8333 kB in 3s (3119 kB/s)
14:08:30 #5 3.685 Reading package lists...
14:08:31 #5 4.762 Reading package lists...
14:08:31 #5 5.681 Building dependency tree...
14:08:31 #5 5.867 Reading state information...
14:08:31 #5 6.022 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
14:08:31 #5 6.022 openssl is already the newest version (1.1.1d-0+deb10u2).
14:08:31 #5 6.022 openssl set to manually installed.
14:08:31 #5 6.022 curl is already the newest version (7.64.0-4+deb10u1).
14:08:31 #5 6.022 The following additional packages will be installed:
14:08:31 #5 6.022   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
14:08:31 #5 6.022   libalgorithm-merge-perl libfakeroot patch xz-utils
14:08:31 #5 6.022 Suggested packages:
14:08:31 #5 6.022   bzip2-doc debian-keyring ed diffutils-doc
14:08:31 #5 6.120 The following NEW packages will be installed:
14:08:31 #5 6.121   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
14:08:31 #5 6.126   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
14:08:31 #5 6.408 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
14:08:31 #5 6.408 Need to get 2342 kB of archives.
14:08:31 #5 6.408 After this operation, 3601 kB of additional disk space will be used.
14:08:31 #5 6.408 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:08:31 #5 6.411 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:08:31 #5 6.418 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
14:08:31 #5 6.418 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
14:08:31 #5 6.448 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
14:08:31 #5 6.448 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
14:08:31 #5 6.450 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
14:08:31 #5 6.450 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
14:08:31 #5 6.450 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
14:08:31 #5 6.450 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
14:08:31 #5 6.617 debconf: delaying package configuration, since apt-utils is not installed
14:08:31 #5 6.645 Fetched 2342 kB in 0s (7778 kB/s)
14:08:31 #5 6.672 Selecting previously unselected package bzip2.
14:08:32 #5 6.672 (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.)
14:08:32 #5 6.694 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:08:32 #5 6.701 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:08:32 #5 6.750 Selecting previously unselected package xz-utils.
14:08:32 #5 6.750 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
14:08:32 #5 6.753 Unpacking xz-utils (5.2.4-1) ...
14:08:32 #5 6.821 Selecting previously unselected package patch.
14:08:32 #5 6.821 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
14:08:32 #5 6.827 Unpacking patch (2.7.6-3+deb10u1) ...
14:08:32 #5 6.892 Selecting previously unselected package dpkg-dev.
14:08:32 #5 6.892 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
14:08:32 #5 6.896 Unpacking dpkg-dev (1.19.7) ...
14:08:32 #5 7.082 Selecting previously unselected package build-essential.
14:08:32 #5 7.082 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
14:08:32 #5 7.096 Unpacking build-essential (12.6) ...
14:08:32 #5 7.142 Selecting previously unselected package libfakeroot:amd64.
14:08:32 #5 7.145 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
14:08:32 #5 7.153 Unpacking libfakeroot:amd64 (1.23-1) ...
14:08:32 #5 7.212 Selecting previously unselected package fakeroot.
14:08:32 #5 7.212 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
14:08:32 #5 7.215 Unpacking fakeroot (1.23-1) ...
14:08:32 #5 7.261 Selecting previously unselected package libalgorithm-diff-perl.
14:08:32 #5 7.261 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
14:08:32 #5 7.264 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
14:08:32 #5 7.301 Selecting previously unselected package libalgorithm-diff-xs-perl.
14:08:32 #5 7.301 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
14:08:32 #5 7.305 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
14:08:32 #5 7.340 Selecting previously unselected package libalgorithm-merge-perl.
14:08:32 #5 7.340 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
14:08:33 #5 7.343 Unpacking libalgorithm-merge-perl (0.08-3) ...
14:08:33 #5 7.383 Setting up libalgorithm-diff-perl (1.19.03-2) ...
14:08:33 #5 7.393 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:08:33 #5 7.402 Setting up libfakeroot:amd64 (1.23-1) ...
14:08:33 #5 7.415 Setting up fakeroot (1.23-1) ...
14:08:33 #5 7.426 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:08:33 #5 7.449 Setting up xz-utils (5.2.4-1) ...
14:08:33 #5 7.463 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:08:33 #5 7.469 Setting up patch (2.7.6-3+deb10u1) ...
14:08:33 #5 7.479 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
14:08:33 #5 7.489 Setting up libalgorithm-merge-perl (0.08-3) ...
14:08:33 #5 7.499 Setting up dpkg-dev (1.19.7) ...
14:08:33 #5 7.515 Setting up build-essential (12.6) ...
14:08:33 #5 7.525 Processing triggers for libc-bin (2.28-10) ...
14:08:33 #5 DONE 7.8s
14:08:33 
14:08:33 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
14:08:34 #6 0.830   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
14:08:34 #6 0.830                                  Dload  Upload   Total   Spent    Left  Speed
14:08:34 #6 0.830 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617  100   617    0     0  28045      0 --:--:-- --:--:-- --:--:-- 28045
14:08:34 #6 0.972 
100 10.3M  100 10.3M    0     0  72.4M      0 --:--:-- --:--:-- --:--:-- 72.4M
14:08:34 #6 DONE 1.1s
14:08:34 
14:08:34 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
14:08:35 #7 DONE 1.4s
14:08:35 
14:08:35 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
14:08:37 #8 DONE 1.2s
14:08:37 
14:08:37 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
14:08:37 #9 DONE 0.1s
14:08:37 
14:08:37 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
14:08:37 #11 DONE 0.1s
14:08:37 
14:08:37 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
14:08:38 #12 0.798 Updating certificates in /etc/ssl/certs...
14:08:38 #12 1.456 1 added, 0 removed; done.
14:08:38 #12 1.456 Running hooks in /etc/ca-certificates/update.d...
14:08:38 #12 1.457 done.
14:08:38 #12 DONE 1.6s
14:08:38 
14:08:38 #13 [9/11] COPY . .
14:08:39 #13 DONE 1.0s
14:08:39 
14:08:39 #14 [10/11] RUN ./scripts/build/binary
14:08:40 #14 0.814 Building statically linked build/docker-linux-amd64
14:10:32 #14 DONE 102.8s
14:10:32 
14:10:32 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
14:10:32 #15 0.709 Building statically linked build/plugins-linux-amd64/docker-helloworld
14:10:32 #15 2.607 Building statically linked build/plugins-linux-amd64/docker-badmeta
14:10:32 #15 4.209 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
14:10:32 #15 DONE 6.1s
14:10:32 
14:10:32 #16 exporting to image
14:10:32 #16 exporting layers
14:10:32 #16 exporting layers 2.3s done
14:10:32 #16 writing image sha256:cadc6e027fb3d86a483b4a31c481eda1151fea7b6f5429b7987ca58ddd480dfb done
14:10:32 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
14:10:32 #16 DONE 2.3s
14:10:32 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
14:10:32 Creating network "cliendtoendsuite_default" with the default driver
14:10:32 Pulling registry (registry:2)...
14:10:32 2: Pulling from library/registry
14:10:32 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
14:10:32 Status: Downloaded newer image for registry:2
14:10:32 Pulling engine (docker:stable-dind)...
14:10:32 stable-dind: Pulling from library/docker
14:10:37 Digest: sha256:308dcf9380af44ea492736e8d59605cd0ff2dab0527073f7e718ee4498e85dfe
14:10:37 Status: Downloaded newer image for docker:stable-dind
14:10:37 Building notary-server
14:10:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:10:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:10:37 server-0.5.0: Pulling from library/notary
14:10:38 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
14:10:38 Status: Downloaded newer image for notary:server-0.5.0
14:10:38  ---> 16b632e954ca
14:10:38 Step 3/3 : COPY ./notary/ /fixtures/
14:10:38  ---> 306f89f35a67
14:10:38 Successfully built 306f89f35a67
14:10:38 Successfully tagged cliendtoendsuite_notary-server:latest
14:10:38 Building evil-notary-server
14:10:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:10:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:10:38  ---> 16b632e954ca
14:10:38 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:10:39  ---> e8859afa9d58
14:10:39 Successfully built e8859afa9d58
14:10:39 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:10:39 Creating cliendtoendsuite_registry_1 ... 
14:10:39 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:10:39 Creating cliendtoendsuite_notary-server_1      ... 
14:10:39 Creating cliendtoendsuite_engine_1             ... 
14:10:44 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

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

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.2:2375
14:11:35 Client:
14:11:35  Version:           19.03.0-dev
14:11:35  API version:       1.40
14:11:35  Go version:        go1.13.8
14:11:35  Git commit:        
14:11:35  Built:             Tue Mar 17 14:08:40 2020
14:11:35  OS/Arch:           linux/amd64
14:11:35  Experimental:      false
14:11:35 
14:11:35 Server: Docker Engine - Community
14:11:35  Engine:
14:11:35   Version:          19.03.8
14:11:35   API version:      1.40 (minimum version 1.12)
14:11:35   Go version:       go1.12.17
14:11:35   Git commit:       afacb8b7f0
14:11:35   Built:            Wed Mar 11 01:30:32 2020
14:11:35   OS/Arch:          linux/amd64
14:11:35   Experimental:     true
14:11:35  containerd:
14:11:35   Version:          v1.2.13
14:11:35   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
14:11:35  runc:
14:11:35   Version:          1.0.0-rc10
14:11:35   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
14:11:35  docker-init:
14:11:35   Version:          0.18.0
14:11:35   GitCommit:        fec3683
14:11:36 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:11:36 88286f41530e: Pulling fs layer
14:11:36 88286f41530e: Verifying Checksum
14:11:36 88286f41530e: Download complete
14:11:36 88286f41530e: Pull complete
14:11:36 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:11:36 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:11:36 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:11:36 The push refers to repository [registry:5000/alpine]
14:11:36 5bef08742407: Preparing
14:11:36 5bef08742407: Pushed
14:11:36 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:11:36 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:11:36 03b1be98f3f9: Pulling fs layer
14:11:36 03b1be98f3f9: Verifying Checksum
14:11:36 03b1be98f3f9: Download complete
14:11:37 03b1be98f3f9: Pull complete
14:11:37 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:11:37 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:11:37 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:11:37 The push refers to repository [registry:5000/busybox]
14:11:37 6a749002dd6a: Preparing
14:11:37 6a749002dd6a: Pushed
14:11:37 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:11:37 Swarm initialized: current node (6lkll5nk87cojd47s8p9b1wck) is now a manager.
14:11:37 
14:11:37 To add a worker to this swarm, run the following command:
14:11:37 
14:11:37     docker swarm join --token SWMTKN-1-1veqjf5c7h0ir2mu99bzdxuhu0ekjqgoqaoh9puxmgrtm42try-cf9armtbku1w3bcxobcr5fbum 172.19.0.2:2377
14:11:37 
14:11:37 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:11:37 
14:12:04 ✓  e2e/cli-plugins (2.806s)
14:12:04 ∅  e2e/cli-plugins/plugins/badmeta
14:12:04 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:12:04 ✓  e2e/context (58ms)
14:12:08 ✓  e2e/container (7.557s)
14:12:12 ✓  e2e/plugin (3.109s)
14:12:13 ✓  e2e/stack (585ms)
14:12:14 ✓  e2e/system (69ms)
14:12:18 ✓  e2e/trust (3.615s)
14:12:18 ✓  e2e/image (14.77s)
14:12:18 ∅  e2e/internal/fixtures
14:12:18 ∅  e2e/plugin/basic
14:12:18 
14:12:18 === Skipped
14:12:18 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:12:18     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:12:18 
14:12:18 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:12:18     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:12:18         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:12:18 
14:12:18 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:12:18     --- SKIP: TestRemove/Kubernetes (0.00s)
14:12:18         remove_test.go:22: !environment.KubernetesEnabled()
14:12:18 
14:12:18 
14:12:18 DONE 88 tests, 3 skipped in 40.956s
14:12:19 Stopping cliendtoendsuite_registry_1           ... 
14:12:19 Stopping cliendtoendsuite_notary-server_1      ... 
14:12:19 Stopping cliendtoendsuite_engine_1             ... 
14:12:19 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:12:21 
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_registry_1           ... 
14:12:21 Removing cliendtoendsuite_notary-server_1      ... 
14:12:21 Removing cliendtoendsuite_engine_1             ... 
14:12:21 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:12:21 
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
14:12:21 Removing image cliendtoendsuite_notary-server
14:12:21 Removing image cliendtoendsuite_evil-notary-server
14:12:21 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
14:12:22 Creating network "cliendtoendsuite_default" with the default driver
14:12:22 Building notary-server
14:12:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:12:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:12:22  ---> 16b632e954ca
14:12:22 Step 3/3 : COPY ./notary/ /fixtures/
14:12:23  ---> beb28e4b6aba
14:12:23 Successfully built beb28e4b6aba
14:12:23 Successfully tagged cliendtoendsuite_notary-server:latest
14:12:23 Building evil-notary-server
14:12:23 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:12:23 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:12:23  ---> 16b632e954ca
14:12:23 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:12:23  ---> 675b46fb014f
14:12:23 Successfully built 675b46fb014f
14:12:23 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:12:23 Building engine
14:12:23 Step 1/6 : FROM docker:test-dind
14:12:23 test-dind: Pulling from library/docker
14:12:23 Digest: sha256:308dcf9380af44ea492736e8d59605cd0ff2dab0527073f7e718ee4498e85dfe
14:12:23 Status: Downloaded newer image for docker:test-dind
14:12:23  ---> fe98abf5dda7
14:12:23 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
14:12:23  ---> Running in 0ee497441fc8
14:12:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
14:12:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
14:12:25 (1/4) Installing openssh-server-common (8.1_p1-r0)
14:12:25 (2/4) Installing openssh-server (8.1_p1-r0)
14:12:25 (3/4) Installing linux-pam (1.3.1-r1)
14:12:25 (4/4) Installing shadow (4.7-r1)
14:12:25 Executing busybox-1.31.1-r9.trigger
14:12:25 OK: 35 MiB in 50 packages
14:12:25 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:12:26 Removing intermediate container 0ee497441fc8
14:12:26  ---> a9631374bd7a
14:12:26 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:12:26  ---> Running in bb12fd0c5aa6
14:12:27 Removing intermediate container bb12fd0c5aa6
14:12:27  ---> 579aa8808913
14:12:27 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:12:27  ---> a792aff5ab16
14:12:27 Step 5/6 : EXPOSE 22
14:12:27  ---> Running in 556cfe75556d
14:12:27 Removing intermediate container 556cfe75556d
14:12:27  ---> 2f31a959099b
14:12:27 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:12:27  ---> Running in 9fac3d0fbb1a
14:12:27 Removing intermediate container 9fac3d0fbb1a
14:12:27  ---> f4eec72a2247
14:12:27 Successfully built f4eec72a2247
14:12:27 Successfully tagged docker:stable-dind
14:12:27 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:12:27 Creating cliendtoendsuite_registry_1           ... 
14:12:27 Creating cliendtoendsuite_engine_1             ... 
14:12:27 Creating cliendtoendsuite_notary-server_1      ... 
14:12:33 
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 ssh://penguin@172.20.0.3
14:12:33 Client:
14:12:33  Version:           19.03.0-dev
14:12:33  API version:       1.40
14:12:33  Go version:        go1.13.8
14:12:33  Git commit:        
14:12:33  Built:             Tue Mar 17 14:08:40 2020
14:12:33  OS/Arch:           linux/amd64
14:12:33  Experimental:      false
14:12:33 
14:12:33 Server: Docker Engine - Community
14:12:33  Engine:
14:12:33   Version:          19.03.8
14:12:33   API version:      1.40 (minimum version 1.12)
14:12:33   Go version:       go1.12.17
14:12:33   Git commit:       afacb8b7f0
14:12:33   Built:            Wed Mar 11 01:30:32 2020
14:12:33   OS/Arch:          linux/amd64
14:12:33   Experimental:     true
14:12:33  containerd:
14:12:33   Version:          v1.2.13
14:12:33   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
14:12:33  runc:
14:12:33   Version:          1.0.0-rc10
14:12:33   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
14:12:33  docker-init:
14:12:33   Version:          0.18.0
14:12:33   GitCommit:        fec3683
14:12:33 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:12:33 88286f41530e: Pulling fs layer
14:12:33 88286f41530e: Download complete
14:12:34 88286f41530e: Pull complete
14:12:34 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:12:34 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:12:34 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:12:34 The push refers to repository [registry:5000/alpine]
14:12:34 5bef08742407: Preparing
14:12:34 5bef08742407: Pushed
14:12:34 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:12:35 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:12:35 03b1be98f3f9: Pulling fs layer
14:12:35 03b1be98f3f9: Verifying Checksum
14:12:35 03b1be98f3f9: Download complete
14:12:35 03b1be98f3f9: Pull complete
14:12:35 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:12:35 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:12:35 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:12:35 The push refers to repository [registry:5000/busybox]
14:12:35 6a749002dd6a: Preparing
14:12:35 6a749002dd6a: Pushed
14:12:35 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:12:37 Swarm initialized: current node (tlt3jhwv5tujgvdysp4edqmqj) is now a manager.
14:12:37 
14:12:37 To add a worker to this swarm, run the following command:
14:12:37 
14:12:37     docker swarm join --token SWMTKN-1-1mj2elss7pohpiw7ulz2hwivpfpoi8u5fq8efmig5cw4zxosi0-5kf5q9fqwqdoopg262fd3jaxv 172.20.0.3:2377
14:12:37 
14:12:37 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:12:37 
14:13:15 ✓  e2e/cli-plugins (13.984s)
14:13:15 ∅  e2e/cli-plugins/plugins/badmeta
14:13:15 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:13:15 ✓  e2e/context (34ms)
14:13:17 ✓  e2e/container (17.888s)
14:13:23 ✓  e2e/plugin (4.246s)
14:13:26 ✓  e2e/stack (2.253s)
14:13:26 ✓  e2e/system (278ms)
14:13:34 ✓  e2e/trust (6.538s)
14:13:39 ✓  e2e/image (25.454s)
14:13:39 ∅  e2e/internal/fixtures
14:13:39 ∅  e2e/plugin/basic
14:13:39 
14:13:39 === Skipped
14:13:39 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:13:39     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:13:39 
14:13:39 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:13:39     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:13:39         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:13:39 
14:13:39 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:13:39     --- SKIP: TestRemove/Kubernetes (0.00s)
14:13:39         remove_test.go:22: !environment.KubernetesEnabled()
14:13:39 
14:13:39 
14:13:39 DONE 88 tests, 3 skipped in 62.645s
14:13:40 Stopping cliendtoendsuite_notary-server_1      ... 
14:13:40 Stopping cliendtoendsuite_engine_1             ... 
14:13:40 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:13:40 Stopping cliendtoendsuite_registry_1           ... 
14:13:42 
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_notary-server_1      ... 
14:13:42 Removing cliendtoendsuite_engine_1             ... 
14:13:42 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:13:42 Removing cliendtoendsuite_registry_1           ... 
14:13:42 
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
14:13:42 Removing image cliendtoendsuite_notary-server
14:13:42 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