Skip to content
Success

Console Output

Pull request #2302 opened
21:42:22 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 3179a3b1e532fd0110637749f67c8a71c2c012ae+9b02509a6999f7df20af29fe51f473ec4236a86f (178a52b1982029d1c7ddc4257cf3718f4a860d49)
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-2302@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-031b054a99e38f758) in /home/ubuntu/workspace/cli_PR-2302
[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-2302@tmp/15bbb7b1-a96b-4c31-957e-537bd6ae9abe/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
21:42:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:42:26 chowning workspace
[Pipeline] sh
21:42:27 + uname -m
[Pipeline] sh
21:42:27 + pwd
21:42:27 + id -u
21:42:27 + id -g
21:42:27 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2302:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:42:28 Removing all docker containers
[Pipeline] sh
21:42:28 + docker container ls -aq
[Pipeline] echo
21:42:28 Docker containers have been removed
[Pipeline] echo
21:42:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:42:28 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
21:42:28 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
21:42:28 Using the ‘stage’ step without a block argument is deprecated
21:42:28 Entering stage Git Checkout
21:42:28 Proceeding
[Pipeline] checkout
21:42:28 using credential docker-jenkins-github-credentials
21:42:28 Cloning the remote Git repository
21:42:28 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2302 # 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/2302/head:refs/remotes/origin/PR-2302 +refs/heads/19.03:refs/remotes/origin/19.03
21:42:31 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2302/head:refs/remotes/origin/PR-2302 # 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/2302/head:refs/remotes/origin/PR-2302 +refs/heads/19.03:refs/remotes/origin/19.03
21:42:31 Merging remotes/origin/19.03 commit 9b02509a6999f7df20af29fe51f473ec4236a86f into PR head commit 3179a3b1e532fd0110637749f67c8a71c2c012ae
21:42:32 Merge succeeded, producing 3179a3b1e532fd0110637749f67c8a71c2c012ae
21:42:32 Checking out Revision 3179a3b1e532fd0110637749f67c8a71c2c012ae (PR-2302)
21:42:32 Commit message: "vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1 (CVE-2020-7919)"
21:42:32 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3179a3b1e532fd0110637749f67c8a71c2c012ae
 > git merge 9b02509a6999f7df20af29fe51f473ec4236a86f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3179a3b1e532fd0110637749f67c8a71c2c012ae
[Pipeline] stage
21:42:33 Using the ‘stage’ step without a block argument is deprecated
21:42:33 Entering stage Run end-to-end test suite
21:42:33 Proceeding
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
21:42:33 + docker version
21:42:33 Client: Docker Engine - Community
21:42:33  Version:           19.03.2
21:42:33  API version:       1.40
21:42:33  Go version:        go1.12.8
21:42:33  Git commit:        6a30dfc
21:42:33  Built:             Thu Aug 29 05:29:11 2019
21:42:33  OS/Arch:           linux/amd64
21:42:33  Experimental:      false
21:42:33 
21:42:33 Server: Docker Engine - Community
21:42:33  Engine:
21:42:33   Version:          19.03.2
21:42:33   API version:      1.40 (minimum version 1.12)
21:42:33   Go version:       go1.12.8
21:42:33   Git commit:       6a30dfc
21:42:33   Built:            Thu Aug 29 05:27:45 2019
21:42:33   OS/Arch:          linux/amd64
21:42:33   Experimental:     true
21:42:33  containerd:
21:42:33   Version:          1.2.6
21:42:33   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:42:33  runc:
21:42:33   Version:          1.0.0-rc8
21:42:33   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:42:33  docker-init:
21:42:33   Version:          0.18.0
21:42:33   GitCommit:        fec3683
[Pipeline] sh
21:42:33 + docker info
21:42:33 Client:
21:42:33  Debug Mode: false
21:42:33 
21:42:33 Server:
21:42:33  Containers: 0
21:42:33   Running: 0
21:42:33   Paused: 0
21:42:33   Stopped: 0
21:42:33  Images: 4
21:42:33  Server Version: 19.03.2
21:42:33  Storage Driver: overlay2
21:42:33   Backing Filesystem: extfs
21:42:33   Supports d_type: true
21:42:33   Native Overlay Diff: true
21:42:33  Logging Driver: json-file
21:42:33  Cgroup Driver: cgroupfs
21:42:33  Plugins:
21:42:33   Volume: local
21:42:33   Network: bridge host ipvlan macvlan null overlay
21:42:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
21:42:33  Swarm: inactive
21:42:33  Runtimes: runc
21:42:33  Default Runtime: runc
21:42:33  Init Binary: docker-init
21:42:33  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:42:33  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
21:42:33  init version: fec3683
21:42:33  Security Options:
21:42:33   apparmor
21:42:33   seccomp
21:42:33    Profile: default
21:42:33  Kernel Version: 4.15.0-1048-aws
21:42:33  Operating System: Ubuntu 18.04.3 LTS
21:42:33  OSType: linux
21:42:33  Architecture: x86_64
21:42:33  CPUs: 2
21:42:33  Total Memory: 7.501GiB
21:42:33  Name: ip-10-100-40-132
21:42:33  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
21:42:33  Docker Root Dir: /var/lib/docker
21:42:33  Debug Mode: false
21:42:33  Username: dockerbuildbot
21:42:33  Registry: https://index.docker.io/v1/
21:42:33  Labels:
21:42:33  Experimental: true
21:42:33  Insecure Registries:
21:42:33   127.0.0.0/8
21:42:33  Live Restore Enabled: true
21:42:33 
21:42:33 WARNING: No swap limit support
[Pipeline] sh
21:42:34 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
21:42:34 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
21:42:34 #2 [internal] load .dockerignore
21:42:34 #2 transferring context: 100B done
21:42:34 #2 DONE 0.0s
21:42:34 
21:42:34 #1 [internal] load build definition from Dockerfile.e2e
21:42:34 #1 transferring dockerfile: 1.58kB done
21:42:34 #1 DONE 0.0s
21:42:34 
21:42:34 #3 [internal] load metadata for docker.io/library/golang:1.12.16
21:42:34 #3 DONE 0.3s
21:42:34 
21:42:34 #4 [1/11] FROM docker.io/library/golang:1.12.16@sha256:ccabf6bf1f7466593e8a...
21:42:34 #4 resolve docker.io/library/golang:1.12.16@sha256:ccabf6bf1f7466593e8a9d22675adbbe1c3c633d63867b24a55fa8384f97bfd7 done
21:42:34 #4 sha256:aefdf1dbc40f8786235c23bbc9944621958fe652fb69a81e03f51ca127322df9 5.46kB / 5.46kB done
21:42:34 #4 sha256:ccabf6bf1f7466593e8a9d22675adbbe1c3c633d63867b24a55fa8384f97bfd7 1.70kB / 1.70kB done
21:42:34 #4 sha256:e91f186fb0f34d9a161808555dfda9798cdc94257b2df2abb4c60ff4b84db6e4 1.79kB / 1.79kB done
21:42:34 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 0B / 126.73MB 0.2s
21:42:34 #4 sha256:28e2613be191c319e9434dc532a1fcbcaf3624d5040e15ea5e9bb4ff9304a97f 126B / 126B 0.2s done
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 18.43MB / 126.73MB 0.4s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 28.48MB / 126.73MB 0.5s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 40.30MB / 126.73MB 0.7s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 48.39MB / 126.73MB 0.8s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 58.91MB / 126.73MB 0.9s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 67.26MB / 126.73MB 1.0s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 75.29MB / 126.73MB 1.1s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 83.38MB / 126.73MB 1.2s
21:42:35 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 92.50MB / 126.73MB 1.3s
21:42:36 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 112.58MB / 126.73MB 1.5s
21:42:36 #4 ...
21:42:36 
21:42:36 #10 [internal] load build context
21:42:36 #10 transferring context: 40.51MB 1.7s done
21:42:36 #10 DONE 1.7s
21:42:36 
21:42:36 #4 [1/11] FROM docker.io/library/golang:1.12.16@sha256:ccabf6bf1f7466593e8a...
21:42:36 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 126.73MB / 126.73MB 1.8s
21:42:36 #4 sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 126.73MB / 126.73MB 1.9s done
21:42:36 #4 extracting sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 0.1s
21:42:40 #4 extracting sha256:21a8f9cdd007894d18796ab0bb3cab281422d2e6385bd99f96e2a0f330382fd9 4.2s done
21:42:40 #4 extracting sha256:28e2613be191c319e9434dc532a1fcbcaf3624d5040e15ea5e9bb4ff9304a97f 0.0s done
21:42:41 #4 DONE 6.5s
21:42:41 
21:42:41 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
21:42:42 #5 0.956 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
21:42:42 #5 1.066 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
21:42:42 #5 1.073 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
21:42:42 #5 1.073 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [174 kB]
21:42:42 #5 1.181 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
21:42:42 #5 1.330 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
21:42:43 #5 2.460 Fetched 8324 kB in 2s (4738 kB/s)
21:42:44 #5 2.460 Reading package lists...
21:42:44 #5 3.060 Reading package lists...
21:42:44 #5 3.701 Building dependency tree...
21:42:44 #5 3.818 Reading state information...
21:42:44 #5 3.926 curl is already the newest version (7.64.0-4).
21:42:44 #5 3.926 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
21:42:44 #5 3.926 openssl is already the newest version (1.1.1d-0+deb10u2).
21:42:44 #5 3.926 openssl set to manually installed.
21:42:44 #5 3.926 The following additional packages will be installed:
21:42:44 #5 3.926   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
21:42:44 #5 3.927   libalgorithm-merge-perl libfakeroot patch xz-utils
21:42:44 #5 3.927 Suggested packages:
21:42:44 #5 3.928   bzip2-doc debian-keyring ed diffutils-doc
21:42:44 #5 3.996 The following NEW packages will be installed:
21:42:44 #5 3.996   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
21:42:44 #5 3.997   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
21:42:45 #5 4.267 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
21:42:45 #5 4.267 Need to get 2342 kB of archives.
21:42:45 #5 4.267 After this operation, 3601 kB of additional disk space will be used.
21:42:45 #5 4.267 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
21:42:45 #5 4.271 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
21:42:45 #5 4.278 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
21:42:45 #5 4.281 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
21:42:45 #5 4.310 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
21:42:45 #5 4.310 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
21:42:45 #5 4.314 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
21:42:45 #5 4.315 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
21:42:45 #5 4.315 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
21:42:45 #5 4.316 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
21:42:45 #5 4.452 debconf: delaying package configuration, since apt-utils is not installed
21:42:45 #5 4.477 Fetched 2342 kB in 0s (7593 kB/s)
21:42:45 #5 4.497 Selecting previously unselected package bzip2.
21:42:45 #5 4.497 (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.)
21:42:45 #5 4.576 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
21:42:45 #5 4.579 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:42:45 #5 4.611 Selecting previously unselected package xz-utils.
21:42:45 #5 4.613 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
21:42:45 #5 4.616 Unpacking xz-utils (5.2.4-1) ...
21:42:45 #5 4.652 Selecting previously unselected package patch.
21:42:45 #5 4.654 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
21:42:45 #5 4.657 Unpacking patch (2.7.6-3+deb10u1) ...
21:42:45 #5 4.693 Selecting previously unselected package dpkg-dev.
21:42:45 #5 4.695 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
21:42:45 #5 4.698 Unpacking dpkg-dev (1.19.7) ...
21:42:45 #5 4.795 Selecting previously unselected package build-essential.
21:42:45 #5 4.797 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
21:42:45 #5 4.801 Unpacking build-essential (12.6) ...
21:42:45 #5 4.828 Selecting previously unselected package libfakeroot:amd64.
21:42:45 #5 4.830 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
21:42:45 #5 4.836 Unpacking libfakeroot:amd64 (1.23-1) ...
21:42:45 #5 4.863 Selecting previously unselected package fakeroot.
21:42:45 #5 4.865 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
21:42:45 #5 4.868 Unpacking fakeroot (1.23-1) ...
21:42:45 #5 4.897 Selecting previously unselected package libalgorithm-diff-perl.
21:42:46 #5 4.899 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
21:42:46 #5 4.902 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
21:42:46 #5 4.927 Selecting previously unselected package libalgorithm-diff-xs-perl.
21:42:46 #5 4.929 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
21:42:46 #5 4.932 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:42:46 #5 4.955 Selecting previously unselected package libalgorithm-merge-perl.
21:42:46 #5 4.957 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
21:42:46 #5 4.960 Unpacking libalgorithm-merge-perl (0.08-3) ...
21:42:46 #5 4.992 Setting up libalgorithm-diff-perl (1.19.03-2) ...
21:42:46 #5 5.000 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:42:46 #5 5.008 Setting up libfakeroot:amd64 (1.23-1) ...
21:42:46 #5 5.019 Setting up fakeroot (1.23-1) ...
21:42:46 #5 5.034 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:42:46 #5 5.042 Setting up xz-utils (5.2.4-1) ...
21:42:46 #5 5.049 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:42:46 #5 5.057 Setting up patch (2.7.6-3+deb10u1) ...
21:42:46 #5 5.066 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:42:46 #5 5.074 Setting up libalgorithm-merge-perl (0.08-3) ...
21:42:46 #5 5.083 Setting up dpkg-dev (1.19.7) ...
21:42:46 #5 5.097 Setting up build-essential (12.6) ...
21:42:46 #5 5.106 Processing triggers for libc-bin (2.28-10) ...
21:42:47 #5 DONE 6.7s
21:42:47 
21:42:47 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
21:42:48 #6 0.703   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
21:42:48 #6 0.705                                  Dload  Upload   Total   Spent    Left  Speed
21:42:48 #6 0.706 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4709      0 --:--:-- --:--:-- --:--:--  4674
21:42:48 #6 0.953 
100 10.3M  100 10.3M    0     0  41.4M      0 --:--:-- --:--:-- --:--:-- 41.4M
21:42:48 #6 DONE 1.1s
21:42:49 
21:42:49 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
21:42:50 #7 DONE 1.3s
21:42:50 
21:42:50 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
21:42:51 #8 DONE 1.2s
21:42:51 
21:42:51 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
21:42:51 #9 DONE 0.0s
21:42:51 
21:42:51 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
21:42:51 #11 DONE 0.1s
21:42:51 
21:42:51 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
21:42:52 #12 0.700 Updating certificates in /etc/ssl/certs...
21:42:52 #12 1.217 1 added, 0 removed; done.
21:42:52 #12 1.217 Running hooks in /etc/ca-certificates/update.d...
21:42:52 #12 1.218 done.
21:42:52 #12 DONE 1.3s
21:42:52 
21:42:52 #13 [9/11] COPY . .
21:42:53 #13 DONE 0.6s
21:42:53 
21:42:53 #14 [10/11] RUN ./scripts/build/binary
21:42:54 #14 0.633 Building statically linked build/docker-linux-amd64
21:44:15 #14 DONE 73.7s
21:44:15 
21:44:15 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
21:44:15 #15 0.692 Building statically linked build/plugins-linux-amd64/docker-helloworld
21:44:15 #15 2.633 Building statically linked build/plugins-linux-amd64/docker-badmeta
21:44:15 #15 4.376 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
21:44:15 #15 DONE 6.5s
21:44:15 
21:44:15 #16 exporting to image
21:44:15 #16 exporting layers
21:44:15 #16 exporting layers 2.2s done
21:44:15 #16 writing image sha256:d8dfdd16a07f5ee9266833d047c08e1ecaca10d05d7c450a91f487d03a75af1b
21:44:15 #16 writing image sha256:d8dfdd16a07f5ee9266833d047c08e1ecaca10d05d7c450a91f487d03a75af1b done
21:44:15 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
21:44:15 #16 DONE 2.2s
21:44:15 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
21:44:17 Creating network "cliendtoendsuite_default" with the default driver
21:44:17 Pulling registry (registry:2)...
21:44:17 2: Pulling from library/registry
21:44:18 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
21:44:18 Status: Downloaded newer image for registry:2
21:44:18 Pulling engine (docker:stable-dind)...
21:44:18 stable-dind: Pulling from library/docker
21:44:22 Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4
21:44:22 Status: Downloaded newer image for docker:stable-dind
21:44:22 Building notary-server
21:44:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:44:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:44:22 server-0.5.0: Pulling from library/notary
21:44:23 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
21:44:23 Status: Downloaded newer image for notary:server-0.5.0
21:44:23  ---> 16b632e954ca
21:44:23 Step 3/3 : COPY ./notary/ /fixtures/
21:44:24  ---> caf661cdbb8b
21:44:24 Successfully built caf661cdbb8b
21:44:24 Successfully tagged cliendtoendsuite_notary-server:latest
21:44:24 Building evil-notary-server
21:44:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:44:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:44:24  ---> 16b632e954ca
21:44:24 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:44:24  ---> ff3015ce7b39
21:44:24 Successfully built ff3015ce7b39
21:44:24 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:44:24 Creating cliendtoendsuite_engine_1 ... 
21:44:24 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:44:24 Creating cliendtoendsuite_notary-server_1      ... 
21:44:24 Creating cliendtoendsuite_registry_1           ... 
21:44:28 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_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.3:2375
21:44:28 Client:
21:44:28  Version:           19.03.0-dev
21:44:28  API version:       1.40
21:44:28  Go version:        go1.12.16
21:44:28  Git commit:        
21:44:28  Built:             Wed Jan 29 21:42:53 2020
21:44:28  OS/Arch:           linux/amd64
21:44:28  Experimental:      false
21:44:28 
21:44:28 Server: Docker Engine - Community
21:44:28  Engine:
21:44:28   Version:          19.03.5
21:44:28   API version:      1.40 (minimum version 1.12)
21:44:28   Go version:       go1.12.12
21:44:28   Git commit:       633a0ea838
21:44:28   Built:            Wed Nov 13 07:28:45 2019
21:44:28   OS/Arch:          linux/amd64
21:44:28   Experimental:     false
21:44:28  containerd:
21:44:28   Version:          v1.2.10
21:44:28   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:44:28  runc:
21:44:28   Version:          1.0.0-rc8+dev
21:44:28   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:44:28  docker-init:
21:44:28   Version:          0.18.0
21:44:28   GitCommit:        fec3683
21:44:29 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:44:29 88286f41530e: Pulling fs layer
21:44:29 88286f41530e: Download complete
21:44:29 88286f41530e: Pull complete
21:44:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:29 The push refers to repository [registry:5000/alpine]
21:44:29 5bef08742407: Preparing
21:44:29 5bef08742407: Pushed
21:44:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:44:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:44:29 03b1be98f3f9: Pulling fs layer
21:44:30 03b1be98f3f9: Verifying Checksum
21:44:30 03b1be98f3f9: Download complete
21:44:30 03b1be98f3f9: Pull complete
21:44:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:30 The push refers to repository [registry:5000/busybox]
21:44:30 6a749002dd6a: Preparing
21:44:30 6a749002dd6a: Pushed
21:44:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:44:30 Swarm initialized: current node (kqpt0cfouecjgwglp5u7mjdbu) is now a manager.
21:44:30 
21:44:30 To add a worker to this swarm, run the following command:
21:44:30 
21:44:30     docker swarm join --token SWMTKN-1-2fv4aujvifep2fe6uvsd76sdu1j11jcqwzs0zljtqmprrltisw-6rqd5i81ec4kqrphwsd7ln5ww 172.18.0.3:2377
21:44:30 
21:44:30 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:44:30 
21:44:57 ✓  e2e/cli-plugins (2.824s)
21:44:57 ∅  e2e/cli-plugins/plugins/badmeta
21:44:57 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:44:57 ✓  e2e/context (50ms)
21:45:02 ✓  e2e/container (8.044s)
21:45:07 ✓  e2e/plugin (3.769s)
21:45:08 ✓  e2e/stack (581ms)
21:45:09 ✓  e2e/system (70ms)
21:45:09 ✓  e2e/image (11.901s)
21:45:09 ∅  e2e/internal/fixtures
21:45:09 ∅  e2e/plugin/basic
21:45:12 ✓  e2e/trust (2.274s)
21:45:12 
21:45:12 === Skipped
21:45:12 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:45:12     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:45:12 
21:45:12 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
21:45:12     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
21:45:12 
21:45:12 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:45:12     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:45:12         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:45:12 
21:45:12 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:45:12     --- SKIP: TestRemove/Kubernetes (0.00s)
21:45:12         remove_test.go:22: !environment.KubernetesEnabled()
21:45:12 
21:45:12 
21:45:12 DONE 88 tests, 4 skipped in 41.148s
21:45:12 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:45:12 Stopping cliendtoendsuite_registry_1           ... 
21:45:12 Stopping cliendtoendsuite_engine_1             ... 
21:45:12 Stopping cliendtoendsuite_notary-server_1      ... 
21:45:14 
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_evil-notary-server_1 ... 
21:45:14 Removing cliendtoendsuite_registry_1           ... 
21:45:14 Removing cliendtoendsuite_engine_1             ... 
21:45:14 Removing cliendtoendsuite_notary-server_1      ... 
21:45:14 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
21:45:14 Removing image cliendtoendsuite_notary-server
21:45:14 Removing image cliendtoendsuite_evil-notary-server
21:45:15 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
21:45:16 Creating network "cliendtoendsuite_default" with the default driver
21:45:16 Building evil-notary-server
21:45:16 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:45:16 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:45:16  ---> 16b632e954ca
21:45:16 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:45:16  ---> 4c70435ff07d
21:45:16 Successfully built 4c70435ff07d
21:45:16 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:45:16 Building notary-server
21:45:16 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:45:16 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:45:16  ---> 16b632e954ca
21:45:16 Step 3/3 : COPY ./notary/ /fixtures/
21:45:17  ---> d85a51c15593
21:45:17 Successfully built d85a51c15593
21:45:17 Successfully tagged cliendtoendsuite_notary-server:latest
21:45:17 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:45:17 Creating cliendtoendsuite_registry_1           ... 
21:45:17 Creating cliendtoendsuite_engine_1             ... 
21:45:17 Creating cliendtoendsuite_notary-server_1      ... 
21:45:21 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
21:45:21 Client:
21:45:21  Version:           19.03.0-dev
21:45:21  API version:       1.40
21:45:21  Go version:        go1.12.16
21:45:21  Git commit:        
21:45:21  Built:             Wed Jan 29 21:42:53 2020
21:45:21  OS/Arch:           linux/amd64
21:45:21  Experimental:      false
21:45:21 
21:45:21 Server: Docker Engine - Community
21:45:21  Engine:
21:45:21   Version:          19.03.5
21:45:21   API version:      1.40 (minimum version 1.12)
21:45:21   Go version:       go1.12.12
21:45:21   Git commit:       633a0ea838
21:45:21   Built:            Wed Nov 13 07:28:45 2019
21:45:21   OS/Arch:          linux/amd64
21:45:21   Experimental:     true
21:45:21  containerd:
21:45:21   Version:          v1.2.10
21:45:21   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:45:21  runc:
21:45:21   Version:          1.0.0-rc8+dev
21:45:21   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:45:21  docker-init:
21:45:21   Version:          0.18.0
21:45:21   GitCommit:        fec3683
21:45:21 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:45:21 88286f41530e: Pulling fs layer
21:45:21 88286f41530e: Download complete
21:45:21 88286f41530e: Pull complete
21:45:21 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:45:21 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:45:21 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:45:21 The push refers to repository [registry:5000/alpine]
21:45:21 5bef08742407: Preparing
21:45:21 5bef08742407: Pushed
21:45:21 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:45:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:45:22 03b1be98f3f9: Pulling fs layer
21:45:22 03b1be98f3f9: Verifying Checksum
21:45:22 03b1be98f3f9: Download complete
21:45:22 03b1be98f3f9: Pull complete
21:45:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:45:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:45:22 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:45:22 The push refers to repository [registry:5000/busybox]
21:45:22 6a749002dd6a: Preparing
21:45:22 6a749002dd6a: Pushed
21:45:22 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:45:23 Swarm initialized: current node (38efqnn7nadgptodb02b4hvl4) is now a manager.
21:45:23 
21:45:23 To add a worker to this swarm, run the following command:
21:45:23 
21:45:23     docker swarm join --token SWMTKN-1-2vmcntdin2zpch0x9az5h0yisbjdb8kf57a593cq0z3i0hfhpf-34pyfrnsy853o7v4wxnxgll5e 172.19.0.4:2377
21:45:23 
21:45:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:45:23 
21:45:55 ✓  e2e/cli-plugins (2.788s)
21:45:55 ∅  e2e/cli-plugins/plugins/badmeta
21:45:55 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:45:55 ✓  e2e/context (66ms)
21:45:57 ✓  e2e/container (7.877s)
21:46:01 ✓  e2e/plugin (3.386s)
21:46:02 ✓  e2e/stack (645ms)
21:46:03 ✓  e2e/system (69ms)
21:46:06 ✓  e2e/image (14.228s)
21:46:06 ∅  e2e/internal/fixtures
21:46:06 ∅  e2e/plugin/basic
21:46:07 ✓  e2e/trust (3.225s)
21:46:07 
21:46:07 === Skipped
21:46:07 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:46:07     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:46:07 
21:46:07 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:46:07     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:46:07         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:46:07 
21:46:07 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:46:07     --- SKIP: TestRemove/Kubernetes (0.00s)
21:46:07         remove_test.go:22: !environment.KubernetesEnabled()
21:46:07 
21:46:07 
21:46:07 DONE 88 tests, 3 skipped in 44.041s
21:46:07 Stopping cliendtoendsuite_notary-server_1      ... 
21:46:07 Stopping cliendtoendsuite_registry_1           ... 
21:46:07 Stopping cliendtoendsuite_engine_1             ... 
21:46:07 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:46:10 
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_notary-server_1      ... 
21:46:10 Removing cliendtoendsuite_registry_1           ... 
21:46:10 Removing cliendtoendsuite_engine_1             ... 
21:46:10 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:46:10 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
21:46:10 Removing image cliendtoendsuite_notary-server
21:46:10 Removing image cliendtoendsuite_evil-notary-server
21:46:10 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
21:46:11 Creating network "cliendtoendsuite_default" with the default driver
21:46:11 Building evil-notary-server
21:46:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:46:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:46:11  ---> 16b632e954ca
21:46:11 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:46:12  ---> f3b092b86f78
21:46:12 Successfully built f3b092b86f78
21:46:12 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:46:12 Building notary-server
21:46:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:46:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:46:12  ---> 16b632e954ca
21:46:12 Step 3/3 : COPY ./notary/ /fixtures/
21:46:12  ---> 8edf30f2c852
21:46:12 Successfully built 8edf30f2c852
21:46:12 Successfully tagged cliendtoendsuite_notary-server:latest
21:46:12 Building engine
21:46:12 Step 1/6 : FROM docker:test-dind
21:46:12 test-dind: Pulling from library/docker
21:46:16 Digest: sha256:7f81bbb44543583be6408b63dc1ddd53bb4f288cf630afbb27efc7957477186e
21:46:16 Status: Downloaded newer image for docker:test-dind
21:46:16  ---> 10251e5bf539
21:46:16 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
21:46:17  ---> Running in 0811fef95877
21:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
21:46:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
21:46:19 (1/4) Installing openssh-server-common (8.1_p1-r0)
21:46:19 (2/4) Installing openssh-server (8.1_p1-r0)
21:46:19 (3/4) Installing linux-pam (1.3.1-r1)
21:46:19 (4/4) Installing shadow (4.7-r1)
21:46:19 Executing busybox-1.31.1-r9.trigger
21:46:19 OK: 35 MiB in 50 packages
21:46:19 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
21:46:19 Removing intermediate container 0811fef95877
21:46:19  ---> c0b715d65699
21:46:19 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
21:46:19  ---> Running in 0dd1945795f7
21:46:21 Removing intermediate container 0dd1945795f7
21:46:21  ---> 6633e88a3e55
21:46:21 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
21:46:21  ---> a5b783c7ac1d
21:46:21 Step 5/6 : EXPOSE 22
21:46:21  ---> Running in c1902ffb3b64
21:46:21 Removing intermediate container c1902ffb3b64
21:46:21  ---> c98b5311bfbd
21:46:21 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
21:46:21  ---> Running in b05390a5f3fe
21:46:21 Removing intermediate container b05390a5f3fe
21:46:21  ---> 599aa9b47c63
21:46:21 Successfully built 599aa9b47c63
21:46:21 Successfully tagged docker:stable-dind
21:46:21 Creating cliendtoendsuite_engine_1 ... 
21:46:21 Creating cliendtoendsuite_registry_1 ... 
21:46:21 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:46:21 Creating cliendtoendsuite_notary-server_1      ... 
21:46:27 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
21:46:27 Client:
21:46:27  Version:           19.03.0-dev
21:46:27  API version:       1.40
21:46:27  Go version:        go1.12.16
21:46:27  Git commit:        
21:46:27  Built:             Wed Jan 29 21:42:53 2020
21:46:27  OS/Arch:           linux/amd64
21:46:27  Experimental:      false
21:46:27 
21:46:27 Server: Docker Engine - Community
21:46:27  Engine:
21:46:27   Version:          19.03.6-rc1
21:46:27   API version:      1.40 (minimum version 1.12)
21:46:27   Go version:       go1.12.15
21:46:27   Git commit:       77739a9875
21:46:27   Built:            Fri Jan 24 01:21:48 2020
21:46:27   OS/Arch:          linux/amd64
21:46:27   Experimental:     true
21:46:27  containerd:
21:46:27   Version:          v1.2.11
21:46:27   GitCommit:        f772c10a585ced6be8f86e8c58c2b998412dd963
21:46:27  runc:
21:46:27   Version:          1.0.0-rc9
21:46:27   GitCommit:        d736ef14f0288d6993a1845745d6756cfc9ddd5a
21:46:27  docker-init:
21:46:27   Version:          0.18.0
21:46:27   GitCommit:        fec3683
21:46:27 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:46:27 88286f41530e: Pulling fs layer
21:46:27 88286f41530e: Verifying Checksum
21:46:27 88286f41530e: Download complete
21:46:27 88286f41530e: Pull complete
21:46:28 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:46:28 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:46:28 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:46:28 The push refers to repository [registry:5000/alpine]
21:46:28 5bef08742407: Preparing
21:46:28 5bef08742407: Pushed
21:46:28 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:46:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:46:29 03b1be98f3f9: Pulling fs layer
21:46:29 03b1be98f3f9: Verifying Checksum
21:46:29 03b1be98f3f9: Download complete
21:46:29 03b1be98f3f9: Pull complete
21:46:29 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:46:29 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:46:29 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:46:29 The push refers to repository [registry:5000/busybox]
21:46:29 6a749002dd6a: Preparing
21:46:29 6a749002dd6a: Pushed
21:46:29 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:46:30 Swarm initialized: current node (pyu9zo24w1u8e3hoibxcd6g30) is now a manager.
21:46:30 
21:46:30 To add a worker to this swarm, run the following command:
21:46:30 
21:46:30     docker swarm join --token SWMTKN-1-09gm7zu153q9uidnfuzwri4l3osks6g8yizo6z6rud6x79875z-6p8app0fzl9gv4eqhsd7s0sya 172.20.0.3:2377
21:46:30 
21:46:30 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:46:30 
21:47:17 ✓  e2e/cli-plugins (13.713s)
21:47:17 ∅  e2e/cli-plugins/plugins/badmeta
21:47:17 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:47:17 ✓  e2e/context (31ms)
21:47:17 ✓  e2e/container (17.831s)
21:47:20 ✓  e2e/plugin (4.29s)
21:47:22 ✓  e2e/stack (2.107s)
21:47:23 ✓  e2e/system (311ms)
21:47:31 ✓  e2e/trust (6.564s)
21:47:36 ✓  e2e/image (25.526s)
21:47:36 ∅  e2e/internal/fixtures
21:47:36 ∅  e2e/plugin/basic
21:47:36 
21:47:36 === Skipped
21:47:36 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:47:36     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:47:36 
21:47:36 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:47:36     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:47:36         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:47:36 
21:47:36 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:47:36     --- SKIP: TestRemove/Kubernetes (0.00s)
21:47:36         remove_test.go:22: !environment.KubernetesEnabled()
21:47:36 
21:47:36 
21:47:36 DONE 88 tests, 3 skipped in 65.565s
21:47:36 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:47:36 Stopping cliendtoendsuite_notary-server_1      ... 
21:47:36 Stopping cliendtoendsuite_engine_1             ... 
21:47:36 Stopping cliendtoendsuite_registry_1           ... 
21:47:38 
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 ... 
21:47:38 Removing cliendtoendsuite_notary-server_1      ... 
21:47:38 Removing cliendtoendsuite_engine_1             ... 
21:47:38 Removing cliendtoendsuite_registry_1           ... 
21:47:38 
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
21:47:38 Removing image cliendtoendsuite_notary-server
21:47:38 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