Skip to content
Success

Console Output

Pull request #2232 updated
11:36:24 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from aef6b04a7ce7dd56f0fa4facafaca976aff46c16+ba63a92655c0bea4857b8d6cc4991498858b3c60 (70e7900151e114c0e69cf86ee2abbf76632ae4dc)
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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --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)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05d55fc0db25a515b) in /home/ubuntu/workspace/cli_PR-2232
[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-2232@tmp/131e9c2b-1f63-4bcf-b67e-850fc0a6df89/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
11:36:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:36:28 chowning workspace
[Pipeline] sh
11:36:28 + uname -m
[Pipeline] sh
11:36:28 + pwd
11:36:28 + id -u
11:36:28 + id -g
11:36:28 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2232:/workspace busybox chown -R 1000:1000 /workspace
11:36:28 Unable to find image 'busybox:latest' locally
11:36:28 latest: Pulling from library/busybox
11:36:28 bdbbaa22dec6: Pulling fs layer
11:36:29 bdbbaa22dec6: Verifying Checksum
11:36:29 bdbbaa22dec6: Download complete
11:36:29 bdbbaa22dec6: Pull complete
11:36:29 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
11:36:29 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:36:31 Removing all docker containers
[Pipeline] sh
11:36:31 + docker container ls -aq
[Pipeline] echo
11:36:31 Docker containers have been removed
[Pipeline] echo
11:36:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:36:31 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:36:31 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:36:31 Using the ‘stage’ step without a block argument is deprecated
11:36:31 Entering stage Git Checkout
11:36:31 Proceeding
[Pipeline] checkout
11:36:31 using credential docker-jenkins-github-credentials
11:36:31 Cloning the remote Git repository
11:36:31 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2232 # 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/2232/head:refs/remotes/origin/PR-2232 +refs/heads/master:refs/remotes/origin/master
11:36:34 Fetching without tags
11:36:34 Merging remotes/origin/master commit ba63a92655c0bea4857b8d6cc4991498858b3c60 into PR head commit aef6b04a7ce7dd56f0fa4facafaca976aff46c16
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2232/head:refs/remotes/origin/PR-2232 # 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/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/2232/head:refs/remotes/origin/PR-2232 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aef6b04a7ce7dd56f0fa4facafaca976aff46c16
11:36:35 Merge succeeded, producing aef6b04a7ce7dd56f0fa4facafaca976aff46c16
11:36:35 Checking out Revision aef6b04a7ce7dd56f0fa4facafaca976aff46c16 (PR-2232)
11:36:35 Commit message: "Fix docker ps table headers with custom format and "split" or "join""
11:36:35 First time build. Skipping changelog.
 > git merge ba63a92655c0bea4857b8d6cc4991498858b3c60 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aef6b04a7ce7dd56f0fa4facafaca976aff46c16
 > git rev-list --no-walk 28a12a720a5b060245eaeca38b02284d1e2c0fe0 # timeout=10
[Pipeline] stage
11:36:36 Using the ‘stage’ step without a block argument is deprecated
11:36:36 Entering stage Run end-to-end test suite
11:36:36 Proceeding
[Pipeline] sh
11:36:36 + docker version
11:36:36 Client: Docker Engine - Community
11:36:36  Version:           19.03.2
11:36:36  API version:       1.40
11:36:36  Go version:        go1.12.8
11:36:36  Git commit:        6a30dfc
11:36:36  Built:             Thu Aug 29 05:29:11 2019
11:36:36  OS/Arch:           linux/amd64
11:36:36  Experimental:      false
11:36:36 
11:36:36 Server: Docker Engine - Community
11:36:36  Engine:
11:36:36   Version:          19.03.2
11:36:36   API version:      1.40 (minimum version 1.12)
11:36:36   Go version:       go1.12.8
11:36:36   Git commit:       6a30dfc
11:36:36   Built:            Thu Aug 29 05:27:45 2019
11:36:36   OS/Arch:          linux/amd64
11:36:36   Experimental:     true
11:36:36  containerd:
11:36:36   Version:          1.2.6
11:36:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:36:36  runc:
11:36:36   Version:          1.0.0-rc8
11:36:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:36:36  docker-init:
11:36:36   Version:          0.18.0
11:36:36   GitCommit:        fec3683
[Pipeline] sh
11:36:36 + docker info
11:36:49 Client:
11:36:49  Debug Mode: false
11:36:49 
11:36:49 Server:
11:36:49  Containers: 0
11:36:49   Running: 0
11:36:49   Paused: 0
11:36:49   Stopped: 0
11:36:49  Images: 2
11:36:49  Server Version: 19.03.2
11:36:49  Storage Driver: overlay2
11:36:49   Backing Filesystem: extfs
11:36:49   Supports d_type: true
11:36:49   Native Overlay Diff: true
11:36:49  Logging Driver: json-file
11:36:49  Cgroup Driver: cgroupfs
11:36:49  Plugins:
11:36:49   Volume: local
11:36:49   Network: bridge host ipvlan macvlan null overlay
11:36:49   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:36:49  Swarm: inactive
11:36:49  Runtimes: runc
11:36:49  Default Runtime: runc
11:36:49  Init Binary: docker-init
11:36:49  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:36:49  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
11:36:49  init version: fec3683
11:36:49  Security Options:
11:36:49   apparmor
11:36:49   seccomp
11:36:49    Profile: default
11:36:49  Kernel Version: 4.15.0-1048-aws
11:36:49  Operating System: Ubuntu 18.04.3 LTS
11:36:49  OSType: linux
11:36:49  Architecture: x86_64
11:36:49  CPUs: 2
11:36:49  Total Memory: 7.501GiB
11:36:49  Name: ip-10-100-43-198
11:36:49  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
11:36:49  Docker Root Dir: /var/lib/docker
11:36:49  Debug Mode: false
11:36:49  Username: dockerbuildbot
11:36:49  Registry: https://index.docker.io/v1/
11:36:49  Labels:
11:36:49  Experimental: true
11:36:49  Insecure Registries:
11:36:49   127.0.0.0/8
11:36:49  Live Restore Enabled: true
11:36:49 
11:36:49 WARNING: No swap limit support
[Pipeline] sh
11:36:49 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
11:36:49 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
11:36:49 #1 [internal] load .dockerignore
11:36:49 #1 transferring context: 100B done
11:36:49 #1 DONE 0.0s
11:36:49 
11:36:49 #2 [internal] load build definition from Dockerfile.e2e
11:36:49 #2 transferring dockerfile: 1.58kB done
11:36:49 #2 DONE 0.0s
11:36:49 
11:36:49 #3 [internal] load metadata for docker.io/library/golang:1.12.12
11:36:49 #3 DONE 0.3s
11:36:49 
11:36:49 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
11:36:49 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
11:36:49 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
11:36:49 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
11:36:49 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
11:36:49 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 0.2s
11:36:49 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 0B / 126B 0.2s
11:36:49 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 0.2s done
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 13.49MB / 127.97MB 0.4s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 23.35MB / 127.97MB 0.5s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 30.12MB / 127.97MB 0.6s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 48.99MB / 127.97MB 0.8s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 57.55MB / 127.97MB 0.9s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 67.37MB / 127.97MB 1.0s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 86.56MB / 127.97MB 1.3s
11:36:50 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 93.71MB / 127.97MB 1.4s
11:36:51 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 101.21MB / 127.97MB 1.5s
11:36:51 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 109.69MB / 127.97MB 1.6s
11:36:51 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 121.02MB / 127.97MB 1.8s
11:36:51 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 2.0s
11:36:51 #4 ...
11:36:51 
11:36:51 #10 [internal] load build context
11:36:51 #10 transferring context: 42.04MB 1.9s done
11:36:51 #10 DONE 2.1s
11:36:51 
11:36:51 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
11:36:52 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 2.3s done
11:36:52 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
11:36:57 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.2s done
11:36:57 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
11:36:57 #4 DONE 6.8s
11:36:57 
11:36:57 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
11:36:57 #5 0.749 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:36:57 #5 0.760 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
11:36:57 #5 0.849 Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
11:36:57 #5 1.004 Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
11:36:57 #5 1.007 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
11:36:57 #5 1.125 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [167 kB]
11:36:58 #5 2.205 Fetched 8317 kB in 1s (5720 kB/s)
11:36:59 #5 2.205 Reading package lists...
11:36:59 #5 2.801 Reading package lists...
11:36:59 #5 3.397 Building dependency tree...
11:37:00 #5 3.501 Reading state information...
11:37:00 #5 3.599 curl is already the newest version (7.64.0-4).
11:37:00 #5 3.599 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
11:37:00 #5 3.599 openssl is already the newest version (1.1.1d-0+deb10u2).
11:37:00 #5 3.599 openssl set to manually installed.
11:37:00 #5 3.599 The following additional packages will be installed:
11:37:00 #5 3.600   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:37:00 #5 3.600   libalgorithm-merge-perl libfakeroot patch xz-utils
11:37:00 #5 3.601 Suggested packages:
11:37:00 #5 3.601   bzip2-doc debian-keyring ed diffutils-doc
11:37:00 #5 3.675 The following NEW packages will be installed:
11:37:00 #5 3.675   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
11:37:00 #5 3.676   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
11:37:00 #5 3.943 0 upgraded, 10 newly installed, 0 to remove and 18 not upgraded.
11:37:00 #5 3.943 Need to get 2342 kB of archives.
11:37:00 #5 3.943 After this operation, 3601 kB of additional disk space will be used.
11:37:00 #5 3.943 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
11:37:00 #5 3.947 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
11:37:00 #5 3.952 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:37:00 #5 3.955 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
11:37:00 #5 3.979 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:37:00 #5 3.979 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:37:00 #5 3.980 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:37:00 #5 3.981 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:37:00 #5 3.982 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:37:00 #5 3.982 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:37:00 #5 4.090 debconf: delaying package configuration, since apt-utils is not installed
11:37:00 #5 4.114 Fetched 2342 kB in 0s (7917 kB/s)
11:37:00 #5 4.134 Selecting previously unselected package bzip2.
11:37:00 #5 4.134 (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.)
11:37:00 #5 4.141 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
11:37:00 #5 4.147 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
11:37:00 #5 4.192 Selecting previously unselected package xz-utils.
11:37:00 #5 4.194 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
11:37:00 #5 4.198 Unpacking xz-utils (5.2.4-1) ...
11:37:00 #5 4.268 Selecting previously unselected package patch.
11:37:00 #5 4.270 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
11:37:00 #5 4.274 Unpacking patch (2.7.6-3+deb10u1) ...
11:37:00 #5 4.312 Selecting previously unselected package dpkg-dev.
11:37:01 #5 4.313 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
11:37:01 #5 4.317 Unpacking dpkg-dev (1.19.7) ...
11:37:01 #5 4.425 Selecting previously unselected package build-essential.
11:37:01 #5 4.425 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
11:37:01 #5 4.428 Unpacking build-essential (12.6) ...
11:37:01 #5 4.460 Selecting previously unselected package libfakeroot:amd64.
11:37:01 #5 4.461 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
11:37:01 #5 4.470 Unpacking libfakeroot:amd64 (1.23-1) ...
11:37:01 #5 4.532 Selecting previously unselected package fakeroot.
11:37:01 #5 4.534 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
11:37:01 #5 4.537 Unpacking fakeroot (1.23-1) ...
11:37:01 #5 4.578 Selecting previously unselected package libalgorithm-diff-perl.
11:37:01 #5 4.580 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:37:01 #5 4.584 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:37:01 #5 4.617 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:37:01 #5 4.617 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:37:01 #5 4.620 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:37:01 #5 4.647 Selecting previously unselected package libalgorithm-merge-perl.
11:37:01 #5 4.647 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
11:37:01 #5 4.651 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:37:01 #5 4.691 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:37:01 #5 4.701 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:37:01 #5 4.712 Setting up libfakeroot:amd64 (1.23-1) ...
11:37:01 #5 4.726 Setting up fakeroot (1.23-1) ...
11:37:01 #5 4.744 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:37:01 #5 4.755 Setting up xz-utils (5.2.4-1) ...
11:37:01 #5 4.764 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:37:01 #5 4.772 Setting up patch (2.7.6-3+deb10u1) ...
11:37:01 #5 4.782 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:37:01 #5 4.794 Setting up libalgorithm-merge-perl (0.08-3) ...
11:37:01 #5 4.806 Setting up dpkg-dev (1.19.7) ...
11:37:01 #5 4.828 Setting up build-essential (12.6) ...
11:37:01 #5 4.839 Processing triggers for libc-bin (2.28-10) ...
11:37:03 #5 DONE 6.9s
11:37:03 
11:37:03 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
11:37:04 #6 0.674   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:37:04 #6 0.676                                  Dload  Upload   Total   Spent    Left  Speed
11:37:04 #6 0.677 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4314      0 --:--:-- --:--:-- --:--:--  4314
11:37:04 #6 0.922 
  0 10.3M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.3M  100 10.3M    0     0  30.3M      0 --:--:-- --:--:-- --:--:--  111M
11:37:04 #6 DONE 1.1s
11:37:04 
11:37:04 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
11:37:05 #7 DONE 1.1s
11:37:05 
11:37:05 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
11:37:06 #8 DONE 1.0s
11:37:06 
11:37:06 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
11:37:06 #9 DONE 0.0s
11:37:06 
11:37:06 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
11:37:06 #11 DONE 0.1s
11:37:06 
11:37:06 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
11:37:07 #12 0.671 Updating certificates in /etc/ssl/certs...
11:37:07 #12 1.183 1 added, 0 removed; done.
11:37:08 #12 1.183 Running hooks in /etc/ca-certificates/update.d...
11:37:08 #12 1.184 done.
11:37:08 #12 DONE 1.3s
11:37:08 
11:37:08 #13 [9/11] COPY . .
11:37:09 #13 DONE 0.8s
11:37:09 
11:37:09 #14 [10/11] RUN ./scripts/build/binary
11:37:09 #14 0.622 Building statically linked build/docker-linux-amd64
11:38:31 #14 DONE 74.7s
11:38:31 
11:38:31 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
11:38:31 #15 0.673 Building statically linked build/plugins-linux-amd64/docker-helloworld
11:38:31 #15 1.945 Building statically linked build/plugins-linux-amd64/docker-badmeta
11:38:31 #15 2.988 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
11:38:31 #15 DONE 4.3s
11:38:31 
11:38:31 #16 exporting to image
11:38:31 #16 exporting layers
11:38:31 #16 exporting layers 2.1s done
11:38:31 #16 writing image sha256:953f834ed6efddf8e764e392fa2f25a817194a2477fd1a1c73f1a8fdac929011 done
11:38:31 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
11:38:31 #16 DONE 2.1s
11:38:31 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-e2eclie2e3
11:38:31 Creating network "cliendtoendsuite_default" with the default driver
11:38:31 Pulling registry (registry:2)...
11:38:31 2: Pulling from library/registry
11:38:32 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
11:38:32 Status: Downloaded newer image for registry:2
11:38:32 Pulling engine (docker:stable-dind)...
11:38:32 stable-dind: Pulling from library/docker
11:38:36 Digest: sha256:1b27b33d9c6228a0c3aed77effde7dd394441d2e29667227394018ebc5bb3201
11:38:36 Status: Downloaded newer image for docker:stable-dind
11:38:36 Building notary-server
11:38:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:38:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:38:37 server-0.5.0: Pulling from library/notary
11:38:38 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
11:38:38 Status: Downloaded newer image for notary:server-0.5.0
11:38:38  ---> 16b632e954ca
11:38:38 Step 3/3 : COPY ./notary/ /fixtures/
11:38:39  ---> 2e2d1433a7b2
11:38:39 Successfully built 2e2d1433a7b2
11:38:39 Successfully tagged cliendtoendsuite_notary-server:latest
11:38:39 Building evil-notary-server
11:38:39 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:38:39 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:38:39  ---> 16b632e954ca
11:38:39 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:38:39  ---> c46a30813fac
11:38:39 Successfully built c46a30813fac
11:38:39 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:38:39 Creating cliendtoendsuite_registry_1 ... 
11:38:39 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:38:39 Creating cliendtoendsuite_notary-server_1      ... 
11:38:39 Creating cliendtoendsuite_engine_1             ... 
11:38:44 
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.3:2375
11:38:44 Client:
11:38:44  Version:           19.09.0-dev
11:38:44  API version:       1.40 (downgraded from 1.41)
11:38:44  Go version:        go1.12.12
11:38:44  Git commit:        
11:38:44  Built:             Fri Dec 27 11:37:09 2019
11:38:44  OS/Arch:           linux/amd64
11:38:44  Experimental:      false
11:38:44 
11:38:44 Server: Docker Engine - Community
11:38:44  Engine:
11:38:44   Version:          19.03.5
11:38:44   API version:      1.40 (minimum version 1.12)
11:38:44   Go version:       go1.12.12
11:38:44   Git commit:       633a0ea838
11:38:44   Built:            Wed Nov 13 07:28:45 2019
11:38:44   OS/Arch:          linux/amd64
11:38:44   Experimental:     false
11:38:44  containerd:
11:38:44   Version:          v1.2.10
11:38:44   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:38:44  runc:
11:38:44   Version:          1.0.0-rc8+dev
11:38:44   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:38:44  docker-init:
11:38:44   Version:          0.18.0
11:38:44   GitCommit:        fec3683
11:38:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:38:44 88286f41530e: Pulling fs layer
11:38:44 88286f41530e: Download complete
11:38:45 88286f41530e: Pull complete
11:38:45 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:38:45 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:38:45 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:38:45 The push refers to repository [registry:5000/alpine]
11:38:45 5bef08742407: Preparing
11:38:45 5bef08742407: Pushed
11:38:45 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:38:45 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:38:46 03b1be98f3f9: Pulling fs layer
11:38:46 03b1be98f3f9: Verifying Checksum
11:38:46 03b1be98f3f9: Download complete
11:38:46 03b1be98f3f9: Pull complete
11:38:46 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:38:46 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:38:46 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:38:46 The push refers to repository [registry:5000/busybox]
11:38:46 6a749002dd6a: Preparing
11:38:46 6a749002dd6a: Pushed
11:38:46 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:38:47 Swarm initialized: current node (qwktagbdyxv1q3ak6nzd2foaj) is now a manager.
11:38:47 
11:38:47 To add a worker to this swarm, run the following command:
11:38:47 
11:38:47     docker swarm join --token SWMTKN-1-20kkn51wtjqz4r8pqifl0szt8zw84eubj9osn04vlbtholqenz-aq2o3sfr0zezt0moi39h24rhq 172.18.0.3:2377
11:38:47 
11:38:47 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:38:47 
11:39:05 ✓  e2e/cli-plugins (2.379s)
11:39:05 ∅  e2e/cli-plugins/plugins/badmeta
11:39:05 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:39:05 ✓  e2e/context (51ms)
11:39:05 ✓  e2e/global (115ms)
11:39:10 ✓  e2e/container (8.164s)
11:39:15 ✓  e2e/plugin (3.77s)
11:39:16 ✓  e2e/stack (556ms)
11:39:16 ✓  e2e/image (11.48s)
11:39:16 ∅  e2e/internal/fixtures
11:39:16 ∅  e2e/plugin/basic
11:39:16 ✓  e2e/system (96ms)
11:39:19 ✓  e2e/trust (2.118s)
11:39:19 
11:39:19 === Skipped
11:39:19 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:39:19     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:39:19 
11:39:19 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
11:39:19     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
11:39:19 
11:39:19 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:39:19     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:39:19         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:39:19 
11:39:19 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:39:19     --- SKIP: TestRemove/Kubernetes (0.00s)
11:39:19         remove_test.go:22: !environment.KubernetesEnabled()
11:39:19 
11:39:19 
11:39:19 DONE 89 tests, 4 skipped in 32.169s
11:39:19 Stopping cliendtoendsuite_notary-server_1      ... 
11:39:19 Stopping cliendtoendsuite_engine_1             ... 
11:39:19 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:39:19 Stopping cliendtoendsuite_registry_1           ... 
11:39: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_notary-server_1      ... 
11:39:21 Removing cliendtoendsuite_engine_1             ... 
11:39:21 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:39:21 Removing cliendtoendsuite_registry_1           ... 
11:39: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
11:39:21 Removing image cliendtoendsuite_notary-server
11:39:21 Removing image cliendtoendsuite_evil-notary-server
11:39:22 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-e2eclie2e3
11:39:23 Creating network "cliendtoendsuite_default" with the default driver
11:39:23 Building evil-notary-server
11:39:23 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:39:23 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:39:23  ---> 16b632e954ca
11:39:23 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:39:23  ---> ce3b96077dcd
11:39:23 Successfully built ce3b96077dcd
11:39:23 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:39:23 Building notary-server
11:39:23 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:39:23 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:39:23  ---> 16b632e954ca
11:39:23 Step 3/3 : COPY ./notary/ /fixtures/
11:39:24  ---> 6847c5622f1a
11:39:24 Successfully built 6847c5622f1a
11:39:24 Successfully tagged cliendtoendsuite_notary-server:latest
11:39:24 Creating cliendtoendsuite_registry_1 ... 
11:39:24 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:39:24 Creating cliendtoendsuite_engine_1             ... 
11:39:24 Creating cliendtoendsuite_notary-server_1      ... 
11:39:29 
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
11:39:29 Client:
11:39:29  Version:           19.09.0-dev
11:39:29  API version:       1.40 (downgraded from 1.41)
11:39:29  Go version:        go1.12.12
11:39:29  Git commit:        
11:39:29  Built:             Fri Dec 27 11:37:09 2019
11:39:29  OS/Arch:           linux/amd64
11:39:29  Experimental:      false
11:39:29 
11:39:29 Server: Docker Engine - Community
11:39:29  Engine:
11:39:29   Version:          19.03.5
11:39:29   API version:      1.40 (minimum version 1.12)
11:39:29   Go version:       go1.12.12
11:39:29   Git commit:       633a0ea838
11:39:29   Built:            Wed Nov 13 07:28:45 2019
11:39:29   OS/Arch:          linux/amd64
11:39:29   Experimental:     true
11:39:29  containerd:
11:39:29   Version:          v1.2.10
11:39:29   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:39:29  runc:
11:39:29   Version:          1.0.0-rc8+dev
11:39:29   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:39:29  docker-init:
11:39:29   Version:          0.18.0
11:39:29   GitCommit:        fec3683
11:39:29 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:39:29 88286f41530e: Pulling fs layer
11:39:29 88286f41530e: Verifying Checksum
11:39:29 88286f41530e: Download complete
11:39:29 88286f41530e: Pull complete
11:39:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:39:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:39:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:39:30 The push refers to repository [registry:5000/alpine]
11:39:30 5bef08742407: Preparing
11:39:30 5bef08742407: Pushed
11:39:30 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:39:30 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:39:30 03b1be98f3f9: Pulling fs layer
11:39:30 03b1be98f3f9: Verifying Checksum
11:39:30 03b1be98f3f9: Download complete
11:39:30 03b1be98f3f9: Pull complete
11:39:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:39:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:39:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:39:30 The push refers to repository [registry:5000/busybox]
11:39:30 6a749002dd6a: Preparing
11:39:30 6a749002dd6a: Pushed
11:39:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:39:31 Swarm initialized: current node (zhq31tmlrajtc29c0hay22ald) is now a manager.
11:39:31 
11:39:31 To add a worker to this swarm, run the following command:
11:39:31 
11:39:31     docker swarm join --token SWMTKN-1-3cjeuxkdsx8ofe9bf2w830r1h5q79miuj9b8y6mx8yaug33k6m-73w1d3z1gtel0qb7uk12u8bqn 172.19.0.2:2377
11:39:31 
11:39:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:39:31 
11:39:49 ✓  e2e/cli-plugins (2.463s)
11:39:49 ∅  e2e/cli-plugins/plugins/badmeta
11:39:49 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:39:49 ✓  e2e/context (53ms)
11:39:49 ✓  e2e/global (104ms)
11:39:54 ✓  e2e/container (7.99s)
11:39:58 ✓  e2e/plugin (2.996s)
11:39:59 ✓  e2e/stack (543ms)
11:39:59 ✓  e2e/system (48ms)
11:40:04 ✓  e2e/trust (3.775s)
11:40:04 ✓  e2e/image (15.156s)
11:40:04 ∅  e2e/internal/fixtures
11:40:04 ∅  e2e/plugin/basic
11:40:04 
11:40:04 === Skipped
11:40:04 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:40:04     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:40:04 
11:40:04 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:40:04     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:40:04         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:40:04 
11:40:04 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:40:04     --- SKIP: TestRemove/Kubernetes (0.00s)
11:40:04         remove_test.go:22: !environment.KubernetesEnabled()
11:40:04 
11:40:04 
11:40:04 DONE 89 tests, 3 skipped in 33.154s
11:40:05 Stopping cliendtoendsuite_notary-server_1      ... 
11:40:05 Stopping cliendtoendsuite_engine_1             ... 
11:40:05 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:40:05 Stopping cliendtoendsuite_registry_1           ... 
11:40:07 
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      ... 
11:40:07 Removing cliendtoendsuite_engine_1             ... 
11:40:07 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:40:07 Removing cliendtoendsuite_registry_1           ... 
11:40:07 
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
11:40:07 Removing image cliendtoendsuite_notary-server
11:40:07 Removing image cliendtoendsuite_evil-notary-server
11:40:07 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-e2eclie2e3
11:40:09 Creating network "cliendtoendsuite_default" with the default driver
11:40:09 Building notary-server
11:40:09 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:40:09 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:40:09  ---> 16b632e954ca
11:40:09 Step 3/3 : COPY ./notary/ /fixtures/
11:40:09  ---> b428413d4de5
11:40:09 Successfully built b428413d4de5
11:40:09 Successfully tagged cliendtoendsuite_notary-server:latest
11:40:09 Building evil-notary-server
11:40:09 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:40:09 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:40:09  ---> 16b632e954ca
11:40:09 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:40:09  ---> a049f4a0369e
11:40:09 Successfully built a049f4a0369e
11:40:09 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:40:09 Building engine
11:40:09 Step 1/6 : FROM docker:test-dind
11:40:10 test-dind: Pulling from library/docker
11:40:10 Digest: sha256:1b27b33d9c6228a0c3aed77effde7dd394441d2e29667227394018ebc5bb3201
11:40:10 Status: Downloaded newer image for docker:test-dind
11:40:10  ---> a90db1182c99
11:40:10 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
11:40:10  ---> Running in 6f4f6001291d
11:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
11:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
11:40:11 (1/4) Installing openssh-server-common (8.1_p1-r0)
11:40:11 (2/4) Installing openssh-server (8.1_p1-r0)
11:40:11 (3/4) Installing linux-pam (1.3.1-r1)
11:40:11 (4/4) Installing shadow (4.7-r1)
11:40:11 Executing busybox-1.31.1-r8.trigger
11:40:11 OK: 35 MiB in 50 packages
11:40:12 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
11:40:12 Removing intermediate container 6f4f6001291d
11:40:12  ---> b5178d1e2886
11:40:12 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
11:40:12  ---> Running in cca3b53a04e9
11:40:13 Removing intermediate container cca3b53a04e9
11:40:13  ---> 83312081838c
11:40:13 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
11:40:14  ---> 0713ebd7a4cd
11:40:14 Step 5/6 : EXPOSE 22
11:40:14  ---> Running in 4e5e70ab62a4
11:40:14 Removing intermediate container 4e5e70ab62a4
11:40:14  ---> 76cb4903422d
11:40:14 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
11:40:14  ---> Running in 6a2b07ae89cd
11:40:14 Removing intermediate container 6a2b07ae89cd
11:40:14  ---> 72c01985a1ca
11:40:14 Successfully built 72c01985a1ca
11:40:14 Successfully tagged docker:stable-dind
11:40:14 Creating cliendtoendsuite_notary-server_1 ... 
11:40:14 Creating cliendtoendsuite_registry_1      ... 
11:40:14 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:40:14 Creating cliendtoendsuite_engine_1             ... 
11:40:19 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
11:40:20 Client:
11:40:20  Version:           19.09.0-dev
11:40:20  API version:       1.40 (downgraded from 1.41)
11:40:20  Go version:        go1.12.12
11:40:20  Git commit:        
11:40:20  Built:             Fri Dec 27 11:37:09 2019
11:40:20  OS/Arch:           linux/amd64
11:40:20  Experimental:      false
11:40:20 
11:40:20 Server: Docker Engine - Community
11:40:20  Engine:
11:40:20   Version:          19.03.5
11:40:20   API version:      1.40 (minimum version 1.12)
11:40:20   Go version:       go1.12.12
11:40:20   Git commit:       633a0ea838
11:40:20   Built:            Wed Nov 13 07:28:45 2019
11:40:20   OS/Arch:          linux/amd64
11:40:20   Experimental:     true
11:40:20  containerd:
11:40:20   Version:          v1.2.10
11:40:20   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:40:20  runc:
11:40:20   Version:          1.0.0-rc8+dev
11:40:20   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:40:20  docker-init:
11:40:20   Version:          0.18.0
11:40:20   GitCommit:        fec3683
11:40:20 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:40:20 88286f41530e: Pulling fs layer
11:40:20 88286f41530e: Verifying Checksum
11:40:20 88286f41530e: Download complete
11:40:20 88286f41530e: Pull complete
11:40:20 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:40:20 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:40:20 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:40:21 The push refers to repository [registry:5000/alpine]
11:40:21 5bef08742407: Preparing
11:40:21 5bef08742407: Pushed
11:40:21 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:40:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:40:22 03b1be98f3f9: Pulling fs layer
11:40:22 03b1be98f3f9: Verifying Checksum
11:40:22 03b1be98f3f9: Download complete
11:40:22 03b1be98f3f9: Pull complete
11:40:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:40:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:40:22 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:40:22 The push refers to repository [registry:5000/busybox]
11:40:22 6a749002dd6a: Preparing
11:40:22 6a749002dd6a: Pushed
11:40:22 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:40:23 Swarm initialized: current node (rhcev2i9avoi0oz18tlihiqd7) is now a manager.
11:40:23 
11:40:23 To add a worker to this swarm, run the following command:
11:40:23 
11:40:23     docker swarm join --token SWMTKN-1-20n7crrm52r9zi9dd68bote76z9a2rwhii6t0w70n9aleooboj-3wz48ntzsqjbauyn1e51aovhu 172.20.0.5:2377
11:40:23 
11:40:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:40:23 
11:40:55 ✓  e2e/cli-plugins (13.648s)
11:40:55 ∅  e2e/cli-plugins/plugins/badmeta
11:40:55 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:40:55 ✓  e2e/context (65ms)
11:40:55 ✓  e2e/global (289ms)
11:40:56 ✓  e2e/container (18.675s)
11:41:02 ✓  e2e/plugin (4.128s)
11:41:04 ✓  e2e/stack (2.135s)
11:41:04 ✓  e2e/system (231ms)
11:41:13 ✓  e2e/trust (6.638s)
11:41:19 ✓  e2e/image (26.098s)
11:41:19 ∅  e2e/internal/fixtures
11:41:19 ∅  e2e/plugin/basic
11:41:19 
11:41:19 === Skipped
11:41:19 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:41:19     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:41:19 
11:41:19 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:41:19     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:41:19         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:41:19 
11:41:19 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:41:19     --- SKIP: TestRemove/Kubernetes (0.00s)
11:41:19         remove_test.go:22: !environment.KubernetesEnabled()
11:41:19 
11:41:19 
11:41:19 DONE 89 tests, 3 skipped in 54.844s
11:41:19 Stopping cliendtoendsuite_engine_1             ... 
11:41:19 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:41:19 Stopping cliendtoendsuite_registry_1           ... 
11:41:19 Stopping cliendtoendsuite_notary-server_1      ... 
11:41:21 
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             ... 
11:41:21 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:41:21 Removing cliendtoendsuite_registry_1           ... 
11:41:21 Removing cliendtoendsuite_notary-server_1      ... 
11:41: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
11:41:21 Removing image cliendtoendsuite_notary-server
11:41:21 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