Skip to content
Success

Console Output

Pull request #2194 opened
17:28:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 26dbc3226c7044063bc1ddc0a0fd73026b6644e6+37f9a88c696ae81be14c1697bd083d6421b4933c (a98f14f2fb33e0c6384591f0ba813e448acab8c0)
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-2194@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-066f30b8a891ca164) in /home/ubuntu/workspace/cli_PR-2194
[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-2194@tmp/e245fc39-1ea7-4d46-aa58-d49ae3621e7d/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
17:28:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:28:19 chowning workspace
[Pipeline] sh
17:28:19 + uname -m
[Pipeline] sh
17:28:20 + pwd
17:28:20 + id -u
17:28:20 + id -g
17:28:20 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2194:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:28:21 Removing all docker containers
[Pipeline] sh
17:28:21 + docker container ls -aq
17:28:21 + docker container rm -vf 901ae67b86aa
17:28:21 901ae67b86aa
[Pipeline] echo
17:28:21 Docker containers have been removed
[Pipeline] echo
17:28:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:28:21 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
17:28:21 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
17:28:21 Using the ‘stage’ step without a block argument is deprecated
17:28:21 Entering stage Git Checkout
17:28:21 Proceeding
[Pipeline] checkout
17:28:21 using credential docker-jenkins-github-credentials
17:28:21 Cloning the remote Git repository
17:28:21 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2194 # 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/2194/head:refs/remotes/origin/PR-2194 +refs/heads/master:refs/remotes/origin/master
17:28:24 Fetching without tags
17:28:24 Merging remotes/origin/master commit 37f9a88c696ae81be14c1697bd083d6421b4933c into PR head commit 26dbc3226c7044063bc1ddc0a0fd73026b6644e6
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2194/head:refs/remotes/origin/PR-2194 # 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/2194/head:refs/remotes/origin/PR-2194 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26dbc3226c7044063bc1ddc0a0fd73026b6644e6
17:28:25 Merge succeeded, producing 26dbc3226c7044063bc1ddc0a0fd73026b6644e6
17:28:25 Checking out Revision 26dbc3226c7044063bc1ddc0a0fd73026b6644e6 (PR-2194)
17:28:25 Commit message: "cp: allow trailing slash in non-existant destination"
17:28:25 First time build. Skipping changelog.
 > git merge 37f9a88c696ae81be14c1697bd083d6421b4933c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26dbc3226c7044063bc1ddc0a0fd73026b6644e6
[Pipeline] stage
17:28:26 Using the ‘stage’ step without a block argument is deprecated
17:28:26 Entering stage Run end-to-end test suite
17:28:26 Proceeding
[Pipeline] sh
17:28:26 + docker version
17:28:26 Client: Docker Engine - Community
17:28:26  Version:           19.03.2
17:28:26  API version:       1.40
17:28:26  Go version:        go1.12.8
17:28:26  Git commit:        6a30dfc
17:28:26  Built:             Thu Aug 29 05:29:11 2019
17:28:26  OS/Arch:           linux/amd64
17:28:26  Experimental:      false
17:28:26 
17:28:26 Server: Docker Engine - Community
17:28:26  Engine:
17:28:26   Version:          19.03.2
17:28:26   API version:      1.40 (minimum version 1.12)
17:28:26   Go version:       go1.12.8
17:28:26   Git commit:       6a30dfc
17:28:26   Built:            Thu Aug 29 05:27:45 2019
17:28:26   OS/Arch:          linux/amd64
17:28:26   Experimental:     true
17:28:26  containerd:
17:28:26   Version:          1.2.6
17:28:26   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:28:26  runc:
17:28:26   Version:          1.0.0-rc8
17:28:26   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:28:26  docker-init:
17:28:26   Version:          0.18.0
17:28:26   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
17:28:26 + docker info
17:28:27 Client:
17:28:27  Debug Mode: false
17:28:27 
17:28:27 Server:
17:28:27  Containers: 0
17:28:27   Running: 0
17:28:27   Paused: 0
17:28:27   Stopped: 0
17:28:27  Images: 47
17:28:27  Server Version: 19.03.2
17:28:27  Storage Driver: overlay2
17:28:27   Backing Filesystem: extfs
17:28:27   Supports d_type: true
17:28:27   Native Overlay Diff: true
17:28:27  Logging Driver: json-file
17:28:27  Cgroup Driver: cgroupfs
17:28:27  Plugins:
17:28:27   Volume: local
17:28:27   Network: bridge host ipvlan macvlan null overlay
17:28:27   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:28:27  Swarm: inactive
17:28:27  Runtimes: runc
17:28:27  Default Runtime: runc
17:28:27  Init Binary: docker-init
17:28:27  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:28:27  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
17:28:27  init version: fec3683
17:28:27  Security Options:
17:28:27   apparmor
17:28:27   seccomp
17:28:27    Profile: default
17:28:27  Kernel Version: 4.15.0-1048-aws
17:28:27  Operating System: Ubuntu 18.04.3 LTS
17:28:27  OSType: linux
17:28:27  Architecture: x86_64
17:28:27  CPUs: 2
17:28:27  Total Memory: 7.501GiB
17:28:27  Name: ip-10-100-60-43
17:28:27  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
17:28:27  Docker Root Dir: /var/lib/docker
17:28:27  Debug Mode: false
17:28:27  Username: dockerbuildbot
17:28:27  Registry: https://index.docker.io/v1/
17:28:27  Labels:
17:28:27  Experimental: true
17:28:27  Insecure Registries:
17:28:27   127.0.0.0/8
17:28:27  Live Restore Enabled: true
17:28:27 
17:28:27 WARNING: No swap limit support
[Pipeline] sh
17:28:27 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
17:28:27 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
17:28:27 #2 [internal] load .dockerignore
17:28:27 #2 transferring context: 100B done
17:28:27 #2 DONE 0.0s
17:28:27 
17:28:27 #1 [internal] load build definition from Dockerfile.e2e
17:28:27 #1 transferring dockerfile: 1.58kB done
17:28:27 #1 DONE 0.0s
17:28:27 
17:28:27 #3 [internal] load metadata for docker.io/library/golang:1.12.12
17:28:27 #3 DONE 0.3s
17:28:27 
17:28:27 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
17:28:27 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
17:28:28 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
17:28:28 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
17:28:28 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
17:28:28 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 0B / 126B 0.2s
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 0.2s
17:28:28 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 0.2s done
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 11.28MB / 127.97MB 0.4s
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 22.82MB / 127.97MB 0.5s
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 33.05MB / 127.97MB 0.6s
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 50.66MB / 127.97MB 0.9s
17:28:28 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 58.04MB / 127.97MB 1.0s
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 67.52MB / 127.97MB 1.1s
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 74.40MB / 127.97MB 1.2s
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 90.31MB / 127.97MB 1.4s
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 97.32MB / 127.97MB 1.5s
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 104.25MB / 127.97MB 1.6s
17:28:29 #4 ...
17:28:29 
17:28:29 #10 [internal] load build context
17:28:29 #10 transferring context: 44.00MB 1.6s done
17:28:29 #10 DONE 1.7s
17:28:29 
17:28:29 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
17:28:29 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 124.53MB / 127.97MB 1.9s
17:28:30 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 2.1s done
17:28:30 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
17:28:34 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.1s done
17:28:34 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
17:28:34 #4 DONE 6.5s
17:28:34 
17:28:34 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
17:28:35 #5 1.117 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
17:28:35 #5 1.129 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:28:35 #5 1.208 Get:3 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
17:28:35 #5 1.259 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
17:28:35 #5 1.412 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
17:28:36 #5 1.518 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [113 kB]
17:28:36 #5 2.597 Fetched 8227 kB in 2s (4748 kB/s)
17:28:37 #5 2.597 Reading package lists...
17:28:38 #5 3.199 Reading package lists...
17:28:38 #5 3.792 Building dependency tree...
17:28:38 #5 3.899 Reading state information...
17:28:38 #5 4.000 curl is already the newest version (7.64.0-4).
17:28:38 #5 4.000 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
17:28:38 #5 4.000 openssl is already the newest version (1.1.1d-0+deb10u2).
17:28:38 #5 4.000 openssl set to manually installed.
17:28:38 #5 4.000 The following additional packages will be installed:
17:28:38 #5 4.001   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:28:38 #5 4.001   libalgorithm-merge-perl libfakeroot patch xz-utils
17:28:38 #5 4.002 Suggested packages:
17:28:38 #5 4.002   bzip2-doc debian-keyring ed diffutils-doc
17:28:38 #5 4.070 The following NEW packages will be installed:
17:28:38 #5 4.070   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
17:28:38 #5 4.071   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
17:28:38 #5 4.337 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:28:38 #5 4.337 Need to get 2342 kB of archives.
17:28:38 #5 4.337 After this operation, 3601 kB of additional disk space will be used.
17:28:38 #5 4.337 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
17:28:38 #5 4.340 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
17:28:38 #5 4.343 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
17:28:38 #5 4.345 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
17:28:38 #5 4.364 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
17:28:38 #5 4.364 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
17:28:38 #5 4.367 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
17:28:38 #5 4.368 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
17:28:38 #5 4.369 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
17:28:38 #5 4.369 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
17:28:38 #5 4.530 debconf: delaying package configuration, since apt-utils is not installed
17:28:38 #5 4.554 Fetched 2342 kB in 0s (8150 kB/s)
17:28:38 #5 4.576 Selecting previously unselected package bzip2.
17:28:38 #5 4.576 (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.)
17:28:38 #5 4.653 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
17:28:38 #5 4.657 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:28:39 #5 4.690 Selecting previously unselected package xz-utils.
17:28:39 #5 4.690 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
17:28:39 #5 4.693 Unpacking xz-utils (5.2.4-1) ...
17:28:39 #5 4.733 Selecting previously unselected package patch.
17:28:39 #5 4.734 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
17:28:39 #5 4.737 Unpacking patch (2.7.6-3+deb10u1) ...
17:28:39 #5 4.774 Selecting previously unselected package dpkg-dev.
17:28:39 #5 4.774 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
17:28:39 #5 4.777 Unpacking dpkg-dev (1.19.7) ...
17:28:39 #5 4.878 Selecting previously unselected package build-essential.
17:28:39 #5 4.878 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
17:28:39 #5 4.881 Unpacking build-essential (12.6) ...
17:28:39 #5 4.909 Selecting previously unselected package libfakeroot:amd64.
17:28:39 #5 4.909 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
17:28:39 #5 4.915 Unpacking libfakeroot:amd64 (1.23-1) ...
17:28:39 #5 4.945 Selecting previously unselected package fakeroot.
17:28:39 #5 4.945 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
17:28:39 #5 4.947 Unpacking fakeroot (1.23-1) ...
17:28:39 #5 4.980 Selecting previously unselected package libalgorithm-diff-perl.
17:28:39 #5 4.980 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:28:39 #5 4.983 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:28:39 #5 5.009 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:28:39 #5 5.011 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
17:28:39 #5 5.013 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:28:39 #5 5.036 Selecting previously unselected package libalgorithm-merge-perl.
17:28:39 #5 5.038 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
17:28:39 #5 5.041 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:28:39 #5 5.073 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:28:39 #5 5.081 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:28:39 #5 5.089 Setting up libfakeroot:amd64 (1.23-1) ...
17:28:39 #5 5.099 Setting up fakeroot (1.23-1) ...
17:28:39 #5 5.114 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:28:39 #5 5.123 Setting up xz-utils (5.2.4-1) ...
17:28:39 #5 5.130 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:28:39 #5 5.137 Setting up patch (2.7.6-3+deb10u1) ...
17:28:39 #5 5.146 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:28:39 #5 5.154 Setting up libalgorithm-merge-perl (0.08-3) ...
17:28:39 #5 5.163 Setting up dpkg-dev (1.19.7) ...
17:28:39 #5 5.176 Setting up build-essential (12.6) ...
17:28:39 #5 5.185 Processing triggers for libc-bin (2.28-10) ...
17:28:41 #5 DONE 6.7s
17:28:41 
17:28:41 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
17:28:41 #6 0.687   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
17:28:41 #6 0.690                                  Dload  Upload   Total   Spent    Left  Speed
17:28:41 #6 0.691 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5184      0 --:--:-- --:--:-- --:--:--  5184
17:28:41 #6 0.939 
100 10.3M  100 10.3M    0     0  41.0M      0 --:--:-- --:--:-- --:--:-- 41.0M
17:28:42 #6 DONE 1.1s
17:28:42 
17:28:42 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
17:28:43 #7 DONE 1.1s
17:28:43 
17:28:43 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
17:28:44 #8 DONE 1.0s
17:28:44 
17:28:44 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
17:28:44 #9 DONE 0.0s
17:28:44 
17:28:44 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
17:28:44 #11 DONE 0.1s
17:28:44 
17:28:44 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
17:28:45 #12 0.940 Updating certificates in /etc/ssl/certs...
17:28:45 #12 1.444 1 added, 0 removed; done.
17:28:45 #12 1.444 Running hooks in /etc/ca-certificates/update.d...
17:28:45 #12 1.446 done.
17:28:45 #12 DONE 1.5s
17:28:45 
17:28:45 #13 [9/11] COPY . .
17:28:46 #13 DONE 0.9s
17:28:46 
17:28:46 #14 [10/11] RUN ./scripts/build/binary
17:28:47 #14 0.798 Building statically linked build/docker-linux-amd64
17:30:09 #14 DONE 82.6s
17:30:09 
17:30:09 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
17:30:09 #15 0.710 Building statically linked build/plugins-linux-amd64/docker-helloworld
17:30:12 #15 2.807 Building statically linked build/plugins-linux-amd64/docker-badmeta
17:30:14 #15 4.629 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
17:30:16 #15 DONE 6.8s
17:30:16 
17:30:16 #16 exporting to image
17:30:16 #16 exporting layers
17:30:18 #16 exporting layers 2.4s done
17:30:18 #16 writing image sha256:003e056c44eb70c72721957648764ab85841ba7586268580c0d7414ca4281ffe done
17:30:18 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
17:30:18 #16 DONE 2.4s
17:30:18 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
17:30:20 Creating network "cliendtoendsuite_default" with the default driver
17:30:20 Pulling engine (docker:stable-dind)...
17:30:20 stable-dind: Pulling from library/docker
17:30:26 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
17:30:26 Status: Downloaded newer image for docker:stable-dind
17:30:26 Building notary-server
17:30:26 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:30:26 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:30:26 server-0.5.0: Pulling from library/notary
17:30:27 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
17:30:27 Status: Downloaded newer image for notary:server-0.5.0
17:30:27  ---> 16b632e954ca
17:30:27 Step 3/3 : COPY ./notary/ /fixtures/
17:30:28  ---> 0396d65f218f
17:30:28 Successfully built 0396d65f218f
17:30:28 Successfully tagged cliendtoendsuite_notary-server:latest
17:30:28 Building evil-notary-server
17:30:28 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:30:28 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:30:28  ---> 16b632e954ca
17:30:28 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:30:28  ---> 1090b58c3570
17:30:28 Successfully built 1090b58c3570
17:30:28 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:30:28 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:30:28 Creating cliendtoendsuite_registry_1           ... 
17:30:28 Creating cliendtoendsuite_notary-server_1      ... 
17:30:28 Creating cliendtoendsuite_engine_1             ... 
17:30:31 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
17:31:18 Removing cliendtoendsuite_notary-server_1      ... 
17:31:18 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:31:18 Removing cliendtoendsuite_registry_1           ... 
17:31:18 
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
17:31:18 Removing image cliendtoendsuite_notary-server
17:31:18 Removing image cliendtoendsuite_evil-notary-server
17:31:18 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
17:31:20 Creating network "cliendtoendsuite_default" with the default driver
17:31:20 Building notary-server
17:31:20 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:31:20 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:31:20  ---> 16b632e954ca
17:31:20 Step 3/3 : COPY ./notary/ /fixtures/
17:31:20  ---> 0bc664802a18
17:31:20 Successfully built 0bc664802a18
17:31:20 Successfully tagged cliendtoendsuite_notary-server:latest
17:31:20 Building evil-notary-server
17:31:20 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:31:20 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:31:20  ---> 16b632e954ca
17:31:20 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:31:21  ---> 7bf000fcb5b6
17:31:21 Successfully built 7bf000fcb5b6
17:31:21 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:31:21 Creating cliendtoendsuite_engine_1 ... 
17:31:21 Creating cliendtoendsuite_notary-server_1 ... 
17:31:21 Creating cliendtoendsuite_registry_1      ... 
17:31:21 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:31:24 
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 tcp://172.19.0.4:2375
17:31:24 Client:
17:31:24  Version:           19.09.0-dev
17:31:24  API version:       1.40 (downgraded from 1.41)
17:31:24  Go version:        go1.12.12
17:31:24  Git commit:        
17:31:24  Built:             Tue Nov 12 17:28:47 2019
17:31:24  OS/Arch:           linux/amd64
17:31:24  Experimental:      false
17:31:24 
17:31:24 Server: Docker Engine - Community
17:31:24  Engine:
17:31:24   Version:          19.03.4
17:31:24   API version:      1.40 (minimum version 1.12)
17:31:24   Go version:       go1.12.10
17:31:24   Git commit:       9013bf583a
17:31:24   Built:            Fri Oct 18 15:55:51 2019
17:31:24   OS/Arch:          linux/amd64
17:31:24   Experimental:     true
17:31:24  containerd:
17:31:24   Version:          v1.2.10
17:31:24   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:31:24  runc:
17:31:24   Version:          1.0.0-rc8+dev
17:31:24   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:31:24  docker-init:
17:31:24   Version:          0.18.0
17:31:24   GitCommit:        fec3683
17:31:24 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:31:24 88286f41530e: Pulling fs layer
17:31:24 88286f41530e: Verifying Checksum
17:31:24 88286f41530e: Download complete
17:31:24 88286f41530e: Pull complete
17:31:24 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:31:24 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:31:24 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:31:25 The push refers to repository [registry:5000/alpine]
17:31:25 5bef08742407: Preparing
17:31:25 5bef08742407: Pushed
17:31:25 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:31:25 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:31:25 03b1be98f3f9: Pulling fs layer
17:31:25 03b1be98f3f9: Verifying Checksum
17:31:25 03b1be98f3f9: Download complete
17:31:25 03b1be98f3f9: Pull complete
17:31:25 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:31:25 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:31:25 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:31:26 The push refers to repository [registry:5000/busybox]
17:31:26 6a749002dd6a: Preparing
17:31:26 6a749002dd6a: Pushed
17:31:26 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:31:27 Swarm initialized: current node (5gbf0rsy6tf38rdp5ugv1a6hp) is now a manager.
17:31:27 
17:31:27 To add a worker to this swarm, run the following command:
17:31:27 
17:31:27     docker swarm join --token SWMTKN-1-1qnw2usmlh5gt3sqk2v4a4xguph9xoftmjtofj3qrquxhht05d-5zo038n0u1wtm36inc25w3mvu 172.19.0.4:2377
17:31:27 
17:31:27 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:31:27 
17:31:53 ✓  e2e/cli-plugins (2.803s)
17:31:53 ∅  e2e/cli-plugins/plugins/badmeta
17:31:53 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:31:53 ✓  e2e/context (59ms)
17:31:58 ✓  e2e/container (8.329s)
17:32:03 ✓  e2e/plugin (3.379s)
17:32:04 ✓  e2e/stack (661ms)
17:32:05 ✓  e2e/system (83ms)
17:32:09 ✓  e2e/image (15.174s)
17:32:09 ∅  e2e/internal/fixtures
17:32:09 ∅  e2e/plugin/basic
17:32:09 ✓  e2e/trust (3.359s)
17:32:09 
17:32:09 === Skipped
17:32:09 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:32:09     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:32:09 
17:32:09 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:32:09     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:32:09         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:32:09 
17:32:09 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:32:09     --- SKIP: TestRemove/Kubernetes (0.00s)
17:32:09         remove_test.go:22: !environment.KubernetesEnabled()
17:32:09 
17:32:09 
17:32:09 DONE 88 tests, 3 skipped in 42.235s
17:32:09 Stopping cliendtoendsuite_registry_1           ... 
17:32:09 Stopping cliendtoendsuite_notary-server_1      ... 
17:32:09 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:32:09 Stopping cliendtoendsuite_engine_1             ... 
17:32:11 
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_registry_1           ... 
17:32:11 Removing cliendtoendsuite_notary-server_1      ... 
17:32:11 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:32:11 Removing cliendtoendsuite_engine_1             ... 
17:32:11 
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
17:32:11 Removing image cliendtoendsuite_notary-server
17:32:11 Removing image cliendtoendsuite_evil-notary-server
17:32:12 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
17:32:13 Creating network "cliendtoendsuite_default" with the default driver
17:32:13 Building notary-server
17:32:13 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:32:13 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:32:13  ---> 16b632e954ca
17:32:13 Step 3/3 : COPY ./notary/ /fixtures/
17:32:14  ---> 6ca7e4a0bc1b
17:32:14 Successfully built 6ca7e4a0bc1b
17:32:14 Successfully tagged cliendtoendsuite_notary-server:latest
17:32:14 Building evil-notary-server
17:32:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:32:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:32:14  ---> 16b632e954ca
17:32:14 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:32:14  ---> fce34834e4e8
17:32:14 Successfully built fce34834e4e8
17:32:14 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:32:14 Building engine
17:32:14 Step 1/6 : FROM docker:test-dind
17:32:14 test-dind: Pulling from library/docker
17:32:18 Digest: sha256:cdc341d9ad19860700f550ed5bd8d913eacb65738735c0e0b57f1818da51aeac
17:32:18 Status: Downloaded newer image for docker:test-dind
17:32:18  ---> 447d74b87074
17:32:18 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
17:32:19  ---> Running in 05a87f42b9f6
17:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
17:32:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
17:32:21 (1/5) Installing openssh-keygen (8.1_p1-r0)
17:32:21 (2/5) Installing openssh-server-common (8.1_p1-r0)
17:32:21 (3/5) Installing openssh-server (8.1_p1-r0)
17:32:21 (4/5) Installing linux-pam (1.3.0-r1)
17:32:21 (5/5) Installing shadow (4.6-r2)
17:32:21 Executing busybox-1.30.1-r2.trigger
17:32:21 OK: 24 MiB in 45 packages
17:32:21 Creating mailbox file: No such file or directory
17:32:21 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:32:22 Removing intermediate container 05a87f42b9f6
17:32:22  ---> cf2a309b81b7
17:32:22 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
17:32:22  ---> Running in 2989393ecf76
17:32:23 Removing intermediate container 2989393ecf76
17:32:23  ---> 351c50a33d38
17:32:23 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
17:32:24  ---> d050ea002279
17:32:24 Step 5/6 : EXPOSE 22
17:32:24  ---> Running in c0a04557d358
17:32:24 Removing intermediate container c0a04557d358
17:32:24  ---> 647fb7ba6f30
17:32:24 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
17:32:24  ---> Running in 777f3b2f574f
17:32:24 Removing intermediate container 777f3b2f574f
17:32:24  ---> af3ff24d846b
17:32:24 Successfully built af3ff24d846b
17:32:24 Successfully tagged docker:stable-dind
17:32:24 Creating cliendtoendsuite_notary-server_1 ... 
17:32:24 Creating cliendtoendsuite_engine_1        ... 
17:32:24 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:32:24 Creating cliendtoendsuite_registry_1           ... 
17:32:27 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_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.4
17:32:27 Client:
17:32:27  Version:           19.09.0-dev
17:32:27  API version:       1.40 (downgraded from 1.41)
17:32:27  Go version:        go1.12.12
17:32:27  Git commit:        
17:32:27  Built:             Tue Nov 12 17:28:47 2019
17:32:27  OS/Arch:           linux/amd64
17:32:27  Experimental:      false
17:32:27 
17:32:27 Server: Docker Engine - Community
17:32:27  Engine:
17:32:27   Version:          19.03.5-rc1
17:32:27   API version:      1.40 (minimum version 1.12)
17:32:27   Go version:       go1.12.12
17:32:27   Git commit:       3e40132
17:32:27   Built:            Wed Nov  6 07:33:20 2019
17:32:27   OS/Arch:          linux/amd64
17:32:27   Experimental:     true
17:32:27  containerd:
17:32:27   Version:          v1.2.10
17:32:27   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:32:27  runc:
17:32:27   Version:          1.0.0-rc8+dev
17:32:27   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:32:27  docker-init:
17:32:27   Version:          0.18.0
17:32:27   GitCommit:        fec3683
17:32:28 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:32:28 88286f41530e: Pulling fs layer
17:32:28 88286f41530e: Download complete
17:32:28 88286f41530e: Pull complete
17:32:28 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:32:28 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:32:28 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:32:29 The push refers to repository [registry:5000/alpine]
17:32:29 5bef08742407: Preparing
17:32:29 5bef08742407: Pushed
17:32:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:32:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:32:29 03b1be98f3f9: Pulling fs layer
17:32:30 03b1be98f3f9: Verifying Checksum
17:32:30 03b1be98f3f9: Download complete
17:32:30 03b1be98f3f9: Pull complete
17:32:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:32:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:32:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:32:30 The push refers to repository [registry:5000/busybox]
17:32:30 6a749002dd6a: Preparing
17:32:30 6a749002dd6a: Pushed
17:32:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:32:31 Swarm initialized: current node (mp1ghkpsokaohl8mqy75k1ft2) is now a manager.
17:32:31 
17:32:31 To add a worker to this swarm, run the following command:
17:32:31 
17:32:31     docker swarm join --token SWMTKN-1-3xdrulo3c9l2lffyyojwr4cnblhnkxzwc3fzzte2g147192nsf-6y7acaqhxj8y6exwwx66mtzt3 172.20.0.4:2377
17:32:31 
17:32:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:32:31 
17:33:10 ✓  e2e/cli-plugins (13.673s)
17:33:10 ∅  e2e/cli-plugins/plugins/badmeta
17:33:10 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:33:10 ✓  e2e/context (47ms)
17:33:16 ✓  e2e/container (19.244s)
17:33:22 ✓  e2e/plugin (4.351s)
17:33:24 ✓  e2e/stack (2.119s)
17:33:24 ✓  e2e/system (254ms)
17:33:32 ✓  e2e/trust (6.691s)
17:33:36 ✓  e2e/image (25.971s)
17:33:36 ∅  e2e/internal/fixtures
17:33:36 ∅  e2e/plugin/basic
17:33:36 
17:33:36 === Skipped
17:33:36 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:33:36     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:33:36 
17:33:36 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:33:36     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:33:36         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:33:36 
17:33:36 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:33:36     --- SKIP: TestRemove/Kubernetes (0.00s)
17:33:36         remove_test.go:22: !environment.KubernetesEnabled()
17:33:36 
17:33:36 
17:33:36 DONE 88 tests, 3 skipped in 64.995s
17:33:37 Stopping cliendtoendsuite_registry_1           ... 
17:33:37 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:33:37 Stopping cliendtoendsuite_engine_1             ... 
17:33:37 Stopping cliendtoendsuite_notary-server_1      ... 
17:33:39 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
17:33:39 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:33:39 Removing cliendtoendsuite_engine_1             ... 
17:33:39 Removing cliendtoendsuite_notary-server_1      ... 
17:33:39 
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
17:33:39 Removing image cliendtoendsuite_notary-server
17:33:39 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