Skip to content
Success

Console Output

Pull request #2231 updated
06:17:20 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at ba63a92655c0bea4857b8d6cc4991498858b3c60 rather than 92982c1c65b55f5684d272d1a59ca682281ec320
Obtained Jenkinsfile from ba63a92655c0bea4857b8d6cc4991498858b3c60
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
Still waiting to schedule task
All nodes of label ‘linux&&x86_64’ are offline
Running on ubuntu-1804-overlay2 (i-06373b97b25f35cf2) in /home/ubuntu/workspace/cli_PR-2231
[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-2231@tmp/37cd34e1-3b0d-4a2a-b819-39232df86558/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
06:18:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
06:18:57 chowning workspace
[Pipeline] sh
06:18:57 + uname -m
[Pipeline] sh
06:18:58 + pwd
06:18:58 + id -u
06:18:58 + id -g
06:18:58 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2231:/workspace busybox chown -R 1000:1000 /workspace
06:18:58 Unable to find image 'busybox:latest' locally
06:18:58 latest: Pulling from library/busybox
06:18:58 322973677ef5: Pulling fs layer
06:18:58 322973677ef5: Verifying Checksum
06:18:58 322973677ef5: Download complete
06:18:58 322973677ef5: Pull complete
06:18:58 Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084
06:18:59 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
06:19:02 Removing all docker containers
[Pipeline] sh
06:19:02 + docker container ls -aq
[Pipeline] echo
06:19:02 Docker containers have been removed
[Pipeline] echo
06:19:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
06:19:02 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
06:19:02 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
06:19:02 Using the ‘stage’ step without a block argument is deprecated
06:19:02 Entering stage Git Checkout
06:19:02 Proceeding
[Pipeline] checkout
06:19:04 using credential docker-jenkins-github-credentials
06:19:04 Cloning the remote Git repository
06:19:04 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2231 # 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/2231/head:refs/remotes/origin/PR-2231 +refs/heads/master:refs/remotes/origin/master
06:19:09 Fetching without tags
06:19:09 Merging remotes/origin/master commit ba63a92655c0bea4857b8d6cc4991498858b3c60 into PR head commit 92982c1c65b55f5684d272d1a59ca682281ec320
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2231/head:refs/remotes/origin/PR-2231 # 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/2231/head:refs/remotes/origin/PR-2231 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 92982c1c65b55f5684d272d1a59ca682281ec320
06:19:09 Merge succeeded, producing 92982c1c65b55f5684d272d1a59ca682281ec320
06:19:09 Checking out Revision 92982c1c65b55f5684d272d1a59ca682281ec320 (PR-2231)
06:19:10 Commit message: "Change example networks"
06:19:10 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 92982c1c65b55f5684d272d1a59ca682281ec320
 > git rev-list --no-walk 65c94e2077d7d63e6c1ba42d28c3e8dfdd79fbe9 # timeout=10
[Pipeline] stage
06:19:11 Using the ‘stage’ step without a block argument is deprecated
06:19:11 Entering stage Run end-to-end test suite
06:19:11 Proceeding
[Pipeline] sh
06:19:12 + docker version
06:19:12 Client: Docker Engine - Community
06:19:12  Version:           19.03.2
06:19:12  API version:       1.40
06:19:12  Go version:        go1.12.8
06:19:12  Git commit:        6a30dfc
06:19:12  Built:             Thu Aug 29 05:29:11 2019
06:19:12  OS/Arch:           linux/amd64
06:19:12  Experimental:      false
06:19:12 
06:19:12 Server: Docker Engine - Community
06:19:12  Engine:
06:19:12   Version:          19.03.2
06:19:12   API version:      1.40 (minimum version 1.12)
06:19:12   Go version:       go1.12.8
06:19:12   Git commit:       6a30dfc
06:19:12   Built:            Thu Aug 29 05:27:45 2019
06:19:12   OS/Arch:          linux/amd64
06:19:12   Experimental:     true
06:19:12  containerd:
06:19:12   Version:          1.2.6
06:19:12   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
06:19:12  runc:
06:19:12   Version:          1.0.0-rc8
06:19:12   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
06:19:12  docker-init:
06:19:12   Version:          0.18.0
06:19:12   GitCommit:        fec3683
[Pipeline] sh
06:19:12 + docker info
06:19:24 Client:
06:19:24  Debug Mode: false
06:19:24 
06:19:24 Server:
06:19:24  Containers: 0
06:19:24   Running: 0
06:19:24   Paused: 0
06:19:24   Stopped: 0
06:19:24  Images: 1
06:19:24  Server Version: 19.03.2
06:19:24  Storage Driver: overlay2
06:19:24   Backing Filesystem: extfs
06:19:24   Supports d_type: true
06:19:24   Native Overlay Diff: true
06:19:24  Logging Driver: json-file
06:19:24  Cgroup Driver: cgroupfs
06:19:24  Plugins:
06:19:24   Volume: local
06:19:24   Network: bridge host ipvlan macvlan null overlay
06:19:24   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
06:19:24  Swarm: inactive
06:19:24  Runtimes: runc
06:19:24  Default Runtime: runc
06:19:24  Init Binary: docker-init
06:19:24  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
06:19:24  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
06:19:24  init version: fec3683
06:19:24  Security Options:
06:19:24   apparmor
06:19:24   seccomp
06:19:24    Profile: default
06:19:24  Kernel Version: 4.15.0-1048-aws
06:19:24  Operating System: Ubuntu 18.04.3 LTS
06:19:24  OSType: linux
06:19:24  Architecture: x86_64
06:19:24  CPUs: 2
06:19:24  Total Memory: 7.501GiB
06:19:24  Name: ip-10-100-88-0
06:19:24  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
06:19:24  Docker Root Dir: /var/lib/docker
06:19:24  Debug Mode: false
06:19:24  Username: dockerbuildbot
06:19:24  Registry: https://index.docker.io/v1/
06:19:24  Labels:
06:19:24  Experimental: true
06:19:24  Insecure Registries:
06:19:24   127.0.0.0/8
06:19:24  Live Restore Enabled: true
06:19:24 
06:19:24 WARNING: No swap limit support
[Pipeline] sh
06:19:25 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
06:19:25 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
06:19:25 #1 [internal] load .dockerignore
06:19:25 #1 transferring context: 100B done
06:19:25 #1 DONE 0.2s
06:19:25 
06:19:25 #2 [internal] load build definition from Dockerfile.e2e
06:19:25 #2 transferring dockerfile: 1.58kB done
06:19:25 #2 DONE 0.2s
06:19:25 
06:19:25 #3 [internal] load metadata for docker.io/library/golang:1.12.12
06:19:26 #3 DONE 0.4s
06:19:26 
06:19:26 #10 [internal] load build context
06:19:31 #10 transferring context: 25.39MB 4.6s
06:19:31 #10 transferring context: 42.03MB 5.9s done
06:19:32 #10 DONE 6.1s
06:19:32 
06:19:32 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
06:19:32 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
06:19:32 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.5s done
06:19:32 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
06:19:32 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
06:19:32 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 2.6s done
06:19:32 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.8s done
06:19:32 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
06:19:32 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 3.2s done
06:19:32 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 4.5s done
06:19:32 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 118.85MB / 127.97MB 6.0s
06:19:32 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 2.8s
06:19:32 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 3.5s done
06:19:32 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 126.96MB / 127.97MB 6.1s
06:19:32 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 6.4s done
06:19:35 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 6.1s done
06:19:35 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a
06:19:36 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.6s done
06:19:36 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4
06:19:36 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.5s done
06:19:36 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713
06:19:41 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 3.8s done
06:19:41 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62
06:19:46 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 4.4s done
06:19:46 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
06:19:50 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 5.0s
06:19:54 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 9.0s done
06:19:54 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
06:19:55 #4 DONE 29.0s
06:19:55 
06:19:55 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
06:19:56 #5 1.254 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
06:19:56 #5 1.272 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
06:19:56 #5 1.273 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
06:19:56 #5 1.392 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [167 kB]
06:19:56 #5 1.561 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
06:19:57 #5 2.169 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
06:19:58 #5 3.524 Fetched 8317 kB in 3s (3316 kB/s)
06:19:59 #5 3.524 Reading package lists...
06:20:00 #5 4.601 Reading package lists...
06:20:00 #5 5.552 Building dependency tree...
06:20:00 #5 5.738 Reading state information...
06:20:00 #5 5.902 curl is already the newest version (7.64.0-4).
06:20:00 #5 5.902 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
06:20:00 #5 5.902 openssl is already the newest version (1.1.1d-0+deb10u2).
06:20:00 #5 5.902 openssl set to manually installed.
06:20:00 #5 5.902 The following additional packages will be installed:
06:20:00 #5 5.903   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
06:20:00 #5 5.904   libalgorithm-merge-perl libfakeroot patch xz-utils
06:20:00 #5 5.905 Suggested packages:
06:20:00 #5 5.905   bzip2-doc debian-keyring ed diffutils-doc
06:20:00 #5 6.004 The following NEW packages will be installed:
06:20:01 #5 6.005   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
06:20:01 #5 6.007   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
06:20:01 #5 6.286 0 upgraded, 10 newly installed, 0 to remove and 18 not upgraded.
06:20:01 #5 6.286 Need to get 2342 kB of archives.
06:20:01 #5 6.286 After this operation, 3601 kB of additional disk space will be used.
06:20:01 #5 6.286 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
06:20:01 #5 6.289 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
06:20:01 #5 6.294 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
06:20:01 #5 6.302 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
06:20:01 #5 6.323 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
06:20:01 #5 6.325 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
06:20:01 #5 6.330 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
06:20:01 #5 6.332 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
06:20:01 #5 6.333 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
06:20:01 #5 6.334 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
06:20:01 #5 6.496 debconf: delaying package configuration, since apt-utils is not installed
06:20:01 #5 6.533 Fetched 2342 kB in 0s (7508 kB/s)
06:20:01 #5 6.554 Selecting previously unselected package bzip2.
06:20:01 #5 6.555 (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.)
06:20:01 #5 6.572 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
06:20:01 #5 6.575 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
06:20:01 #5 6.620 Selecting previously unselected package xz-utils.
06:20:01 #5 6.623 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
06:20:01 #5 6.627 Unpacking xz-utils (5.2.4-1) ...
06:20:01 #5 6.681 Selecting previously unselected package patch.
06:20:01 #5 6.684 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
06:20:01 #5 6.688 Unpacking patch (2.7.6-3+deb10u1) ...
06:20:01 #5 6.727 Selecting previously unselected package dpkg-dev.
06:20:01 #5 6.730 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
06:20:01 #5 6.734 Unpacking dpkg-dev (1.19.7) ...
06:20:01 #5 6.885 Selecting previously unselected package build-essential.
06:20:01 #5 6.889 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
06:20:01 #5 6.892 Unpacking build-essential (12.6) ...
06:20:01 #5 6.923 Selecting previously unselected package libfakeroot:amd64.
06:20:01 #5 6.927 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
06:20:01 #5 6.933 Unpacking libfakeroot:amd64 (1.23-1) ...
06:20:01 #5 6.969 Selecting previously unselected package fakeroot.
06:20:01 #5 6.973 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
06:20:01 #5 6.976 Unpacking fakeroot (1.23-1) ...
06:20:01 #5 7.018 Selecting previously unselected package libalgorithm-diff-perl.
06:20:01 #5 7.022 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
06:20:01 #5 7.026 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
06:20:02 #5 7.063 Selecting previously unselected package libalgorithm-diff-xs-perl.
06:20:02 #5 7.067 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
06:20:02 #5 7.075 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
06:20:02 #5 7.106 Selecting previously unselected package libalgorithm-merge-perl.
06:20:02 #5 7.110 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
06:20:02 #5 7.114 Unpacking libalgorithm-merge-perl (0.08-3) ...
06:20:02 #5 7.154 Setting up libalgorithm-diff-perl (1.19.03-2) ...
06:20:02 #5 7.164 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
06:20:02 #5 7.173 Setting up libfakeroot:amd64 (1.23-1) ...
06:20:02 #5 7.186 Setting up fakeroot (1.23-1) ...
06:20:02 #5 7.199 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
06:20:02 #5 7.210 Setting up xz-utils (5.2.4-1) ...
06:20:02 #5 7.218 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
06:20:02 #5 7.226 Setting up patch (2.7.6-3+deb10u1) ...
06:20:02 #5 7.237 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
06:20:02 #5 7.246 Setting up libalgorithm-merge-perl (0.08-3) ...
06:20:02 #5 7.256 Setting up dpkg-dev (1.19.7) ...
06:20:02 #5 7.271 Setting up build-essential (12.6) ...
06:20:02 #5 7.282 Processing triggers for libc-bin (2.28-10) ...
06:20:03 #5 DONE 8.5s
06:20:03 
06:20:03 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
06:20:04 #6 1.067   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
06:20:04 #6 1.067                                  Dload  Upload   Total   Spent    Left  Speed
06:20:04 #6 1.067 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4168      0 --:--:-- --:--:-- --:--:--  4168
06:20:05 #6 1.334 
100 10.3M  100 10.3M    0     0  38.6M      0 --:--:-- --:--:-- --:--:-- 38.6M
06:20:05 #6 DONE 1.5s
06:20:05 
06:20:05 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
06:20:06 #7 DONE 1.5s
06:20:06 
06:20:06 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
06:20:07 #8 DONE 1.6s
06:20:07 
06:20:07 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
06:20:07 #9 DONE 0.0s
06:20:08 
06:20:08 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
06:20:08 #11 DONE 0.1s
06:20:08 
06:20:08 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
06:20:09 #12 0.973 Updating certificates in /etc/ssl/certs...
06:20:09 #12 1.660 1 added, 0 removed; done.
06:20:09 #12 1.660 Running hooks in /etc/ca-certificates/update.d...
06:20:09 #12 1.661 done.
06:20:10 #12 DONE 1.8s
06:20:10 
06:20:10 #13 [9/11] COPY . .
06:20:11 #13 DONE 1.4s
06:20:11 
06:20:11 #14 [10/11] RUN ./scripts/build/binary
06:20:12 #14 0.916 Building statically linked build/docker-linux-amd64
06:22:33 #14 DONE 129.9s
06:22:33 
06:22:33 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
06:22:33 #15 0.971 Building statically linked build/plugins-linux-amd64/docker-helloworld
06:22:33 #15 2.298 Building statically linked build/plugins-linux-amd64/docker-badmeta
06:22:33 #15 3.410 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
06:22:33 #15 DONE 7.9s
06:22:33 
06:22:33 #16 exporting to image
06:22:33 #16 exporting layers
06:22:33 #16 exporting layers 2.8s done
06:22:33 #16 writing image sha256:a575231fd4c375f7a9052840bdf9482139d211be0949aebad2f2a93d561e4313 done
06:22:33 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
06:22:33 #16 DONE 2.8s
06:22:33 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-e2eclie2e2
06:22:33 Creating network "cliendtoendsuite_default" with the default driver
06:22:33 Pulling registry (registry:2)...
06:22:33 2: Pulling from library/registry
06:22:35 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
06:22:35 Status: Downloaded newer image for registry:2
06:22:35 Pulling engine (docker:stable-dind)...
06:22:35 stable-dind: Pulling from library/docker
06:22:42 Digest: sha256:8f2b876b7410dc1209bec396088e4307d1dba73a75fbe9d66dbd0b6468689488
06:22:42 Status: Downloaded newer image for docker:stable-dind
06:22:42 Building notary-server
06:22:42 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:22:42 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:22:42 server-0.5.0: Pulling from library/notary
06:22:43 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
06:22:43 Status: Downloaded newer image for notary:server-0.5.0
06:22:43  ---> 16b632e954ca
06:22:43 Step 3/3 : COPY ./notary/ /fixtures/
06:22:46  ---> f374dc67d193
06:22:46 Successfully built f374dc67d193
06:22:46 Successfully tagged cliendtoendsuite_notary-server:latest
06:22:46 Building evil-notary-server
06:22:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:22:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:22:46  ---> 16b632e954ca
06:22:46 Step 3/3 : COPY ./notary-evil/ /fixtures/
06:22:46  ---> 188c38529f53
06:22:46 Successfully built 188c38529f53
06:22:46 Successfully tagged cliendtoendsuite_evil-notary-server:latest
06:22:46 Creating cliendtoendsuite_evil-notary-server_1 ... 
06:22:46 Creating cliendtoendsuite_registry_1           ... 
06:22:46 Creating cliendtoendsuite_engine_1             ... 
06:22:46 Creating cliendtoendsuite_notary-server_1      ... 
06:22:51 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
06:22:51 Client:
06:22:51  Version:           19.09.0-dev
06:22:51  API version:       1.40 (downgraded from 1.41)
06:22:51  Go version:        go1.12.12
06:22:51  Git commit:        
06:22:51  Built:             Tue Dec 24 06:20:12 2019
06:22:51  OS/Arch:           linux/amd64
06:22:51  Experimental:      false
06:22:51 
06:22:51 Server: Docker Engine - Community
06:22:51  Engine:
06:22:51   Version:          19.03.5
06:22:51   API version:      1.40 (minimum version 1.12)
06:22:51   Go version:       go1.12.12
06:22:51   Git commit:       633a0ea838
06:22:51   Built:            Wed Nov 13 07:28:45 2019
06:22:51   OS/Arch:          linux/amd64
06:22:51   Experimental:     false
06:22:51  containerd:
06:22:51   Version:          v1.2.10
06:22:51   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
06:22:51  runc:
06:22:51   Version:          1.0.0-rc8+dev
06:22:51   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
06:22:51  docker-init:
06:22:51   Version:          0.18.0
06:22:51   GitCommit:        fec3683
06:22:51 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
06:22:51 88286f41530e: Pulling fs layer
06:22:51 88286f41530e: Verifying Checksum
06:22:51 88286f41530e: Download complete
06:22:51 88286f41530e: Pull complete
06:22:51 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:22:51 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:22:51 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:22:51 The push refers to repository [registry:5000/alpine]
06:22:51 5bef08742407: Preparing
06:22:52 5bef08742407: Pushed
06:22:52 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
06:22:52 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
06:22:52 03b1be98f3f9: Pulling fs layer
06:22:53 03b1be98f3f9: Verifying Checksum
06:22:53 03b1be98f3f9: Download complete
06:22:53 03b1be98f3f9: Pull complete
06:22:53 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:22:53 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:22:53 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:22:53 The push refers to repository [registry:5000/busybox]
06:22:53 6a749002dd6a: Preparing
06:22:54 6a749002dd6a: Pushed
06:22:54 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
06:22:54 Swarm initialized: current node (7oq8fgvlt799qtltizd4wbb4q) is now a manager.
06:22:54 
06:22:54 To add a worker to this swarm, run the following command:
06:22:54 
06:22:54     docker swarm join --token SWMTKN-1-1kbhyiro3oscqhybqxrqo3acniy1vahqbnsjw9tt3p29pk0o77-ajlqw7uxsn1z0k510bku9xotc 172.18.0.5:2377
06:22:54 
06:22:54 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
06:22:54 
06:23:26 ✓  e2e/cli-plugins (3.372s)
06:23:26 ∅  e2e/cli-plugins/plugins/badmeta
06:23:26 ∅  e2e/cli-plugins/plugins/nopersistentprerun
06:23:26 ✓  e2e/context (96ms)
06:23:26 ✓  e2e/global (141ms)
06:23:32 ✓  e2e/container (11.394s)
06:23:38 ✓  e2e/plugin (3.85s)
06:23:39 ✓  e2e/stack (596ms)
06:23:39 ✓  e2e/image (14.647s)
06:23:39 ∅  e2e/internal/fixtures
06:23:39 ∅  e2e/plugin/basic
06:23:39 ✓  e2e/system (65ms)
06:23:42 ✓  e2e/trust (2.082s)
06:23:42 
06:23:42 === Skipped
06:23:42 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
06:23:42     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
06:23:42 
06:23:42 === SKIP: e2e/image TestBuildIidFileSquash (0.13s)
06:23:42     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
06:23:42 
06:23:42 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
06:23:42     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
06:23:42         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
06:23:42 
06:23:42 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
06:23:42     --- SKIP: TestRemove/Kubernetes (0.00s)
06:23:42         remove_test.go:22: !environment.KubernetesEnabled()
06:23:42 
06:23:42 
06:23:42 DONE 89 tests, 4 skipped in 46.963s
06:23:42 Stopping cliendtoendsuite_engine_1             ... 
06:23:42 Stopping cliendtoendsuite_registry_1           ... 
06:23:42 Stopping cliendtoendsuite_notary-server_1      ... 
06:23:42 Stopping cliendtoendsuite_evil-notary-server_1 ... 
06:23:44 
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             ... 
06:23:44 Removing cliendtoendsuite_registry_1           ... 
06:23:44 Removing cliendtoendsuite_notary-server_1      ... 
06:23:44 Removing cliendtoendsuite_evil-notary-server_1 ... 
06:23:44 
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
06:23:44 Removing image cliendtoendsuite_notary-server
06:23:44 Removing image cliendtoendsuite_evil-notary-server
06:23:45 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-e2eclie2e2
06:23:46 Creating network "cliendtoendsuite_default" with the default driver
06:23:46 Building notary-server
06:23:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:23:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:23:46  ---> 16b632e954ca
06:23:46 Step 3/3 : COPY ./notary/ /fixtures/
06:23:46  ---> dfbeb74a455f
06:23:46 Successfully built dfbeb74a455f
06:23:46 Successfully tagged cliendtoendsuite_notary-server:latest
06:23:46 Building evil-notary-server
06:23:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:23:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:23:46  ---> 16b632e954ca
06:23:46 Step 3/3 : COPY ./notary-evil/ /fixtures/
06:23:46  ---> 2ae38950ad63
06:23:46 Successfully built 2ae38950ad63
06:23:46 Successfully tagged cliendtoendsuite_evil-notary-server:latest
06:23:46 Creating cliendtoendsuite_registry_1 ... 
06:23:46 Creating cliendtoendsuite_evil-notary-server_1 ... 
06:23:46 Creating cliendtoendsuite_notary-server_1      ... 
06:23:46 Creating cliendtoendsuite_engine_1             ... 
06:23:52 
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.19.0.5:2375
06:23:52 Client:
06:23:52  Version:           19.09.0-dev
06:23:52  API version:       1.40 (downgraded from 1.41)
06:23:52  Go version:        go1.12.12
06:23:52  Git commit:        
06:23:52  Built:             Tue Dec 24 06:20:12 2019
06:23:52  OS/Arch:           linux/amd64
06:23:52  Experimental:      false
06:23:52 
06:23:52 Server: Docker Engine - Community
06:23:52  Engine:
06:23:52   Version:          19.03.5
06:23:52   API version:      1.40 (minimum version 1.12)
06:23:52   Go version:       go1.12.12
06:23:52   Git commit:       633a0ea838
06:23:52   Built:            Wed Nov 13 07:28:45 2019
06:23:52   OS/Arch:          linux/amd64
06:23:52   Experimental:     true
06:23:52  containerd:
06:23:52   Version:          v1.2.10
06:23:52   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
06:23:52  runc:
06:23:52   Version:          1.0.0-rc8+dev
06:23:52   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
06:23:52  docker-init:
06:23:52   Version:          0.18.0
06:23:52   GitCommit:        fec3683
06:23:52 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
06:23:52 88286f41530e: Pulling fs layer
06:23:52 88286f41530e: Verifying Checksum
06:23:52 88286f41530e: Download complete
06:23:52 88286f41530e: Pull complete
06:23:52 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:23:52 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:23:52 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:23:52 The push refers to repository [registry:5000/alpine]
06:23:52 5bef08742407: Preparing
06:23:53 5bef08742407: Pushed
06:23:53 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
06:23:53 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
06:23:53 03b1be98f3f9: Pulling fs layer
06:23:53 03b1be98f3f9: Verifying Checksum
06:23:53 03b1be98f3f9: Download complete
06:23:53 03b1be98f3f9: Pull complete
06:23:53 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:23:53 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:23:53 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:23:53 The push refers to repository [registry:5000/busybox]
06:23:53 6a749002dd6a: Preparing
06:23:54 6a749002dd6a: Pushed
06:23:54 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
06:23:54 Swarm initialized: current node (laq2c2qogyk8k0mo1jkzs5oyr) is now a manager.
06:23:54 
06:23:54 To add a worker to this swarm, run the following command:
06:23:54 
06:23:54     docker swarm join --token SWMTKN-1-5oucwtaizapyjsim3okbli9jjuyz5pfw0qpleycnwbhbx4b3uj-3d4we5r3anfcl8uwewvf5vjw5 172.19.0.5:2377
06:23:54 
06:23:54 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
06:23:54 
06:24:12 ✓  e2e/cli-plugins (2.507s)
06:24:12 ∅  e2e/cli-plugins/plugins/badmeta
06:24:12 ∅  e2e/cli-plugins/plugins/nopersistentprerun
06:24:12 ✓  e2e/context (42ms)
06:24:12 ✓  e2e/global (132ms)
06:24:16 ✓  e2e/container (7.488s)
06:24:20 ✓  e2e/plugin (3.257s)
06:24:22 ✓  e2e/stack (667ms)
06:24:23 ✓  e2e/system (107ms)
06:24:27 ✓  e2e/image (13.987s)
06:24:27 ∅  e2e/internal/fixtures
06:24:27 ∅  e2e/plugin/basic
06:24:27 ✓  e2e/trust (3.247s)
06:24:27 
06:24:27 === Skipped
06:24:27 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
06:24:27     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
06:24:27 
06:24:27 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
06:24:27     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
06:24:27         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
06:24:27 
06:24:27 === SKIP: e2e/stack TestRemove/Kubernetes (0.01s)
06:24:27     --- SKIP: TestRemove/Kubernetes (0.01s)
06:24:27         remove_test.go:22: !environment.KubernetesEnabled()
06:24:27 
06:24:27 
06:24:27 DONE 89 tests, 3 skipped in 32.515s
06:24:27 Stopping cliendtoendsuite_notary-server_1      ... 
06:24:27 Stopping cliendtoendsuite_engine_1             ... 
06:24:27 Stopping cliendtoendsuite_evil-notary-server_1 ... 
06:24:27 Stopping cliendtoendsuite_registry_1           ... 
06:24:29 
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_notary-server_1      ... 
06:24:29 Removing cliendtoendsuite_engine_1             ... 
06:24:29 Removing cliendtoendsuite_evil-notary-server_1 ... 
06:24:29 Removing cliendtoendsuite_registry_1           ... 
06:24:29 
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
06:24:29 Removing image cliendtoendsuite_notary-server
06:24:29 Removing image cliendtoendsuite_evil-notary-server
06:24:30 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-e2eclie2e2
06:24:31 Creating network "cliendtoendsuite_default" with the default driver
06:24:31 Building notary-server
06:24:31 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:24:31 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:24:31  ---> 16b632e954ca
06:24:31 Step 3/3 : COPY ./notary/ /fixtures/
06:24:31  ---> a952e3cdd9d9
06:24:31 Successfully built a952e3cdd9d9
06:24:31 Successfully tagged cliendtoendsuite_notary-server:latest
06:24:31 Building engine
06:24:31 Step 1/6 : FROM docker:test-dind
06:24:32 test-dind: Pulling from library/docker
06:24:32 Digest: sha256:8f2b876b7410dc1209bec396088e4307d1dba73a75fbe9d66dbd0b6468689488
06:24:32 Status: Downloaded newer image for docker:test-dind
06:24:32  ---> ba63cfbc7677
06:24:32 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
06:24:32  ---> Running in 214a3b11ef80
06:24:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
06:24:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
06:24:33 (1/4) Installing openssh-server-common (8.1_p1-r0)
06:24:33 (2/4) Installing openssh-server (8.1_p1-r0)
06:24:33 (3/4) Installing linux-pam (1.3.0-r1)
06:24:33 (4/4) Installing shadow (4.6-r2)
06:24:33 Executing busybox-1.30.1-r2.trigger
06:24:33 OK: 35 MiB in 50 packages
06:24:34 Creating mailbox file: No such file or directory
06:24:34 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
06:24:35 Removing intermediate container 214a3b11ef80
06:24:35  ---> 61da1572f1bb
06:24:35 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
06:24:35  ---> Running in 5e90387a188b
06:24:36 Removing intermediate container 5e90387a188b
06:24:36  ---> 8143ca8ad2be
06:24:36 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
06:24:36  ---> 279e2bf85797
06:24:36 Step 5/6 : EXPOSE 22
06:24:36  ---> Running in 9093b377a32d
06:24:36 Removing intermediate container 9093b377a32d
06:24:36  ---> d02c042ca55e
06:24:36 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
06:24:37  ---> Running in 6703de107eaf
06:24:37 Removing intermediate container 6703de107eaf
06:24:37  ---> 1b63368769b6
06:24:37 Successfully built 1b63368769b6
06:24:37 Successfully tagged docker:stable-dind
06:24:37 Building evil-notary-server
06:24:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
06:24:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
06:24:37  ---> 16b632e954ca
06:24:37 Step 3/3 : COPY ./notary-evil/ /fixtures/
06:24:37  ---> 4edc415dfcc0
06:24:37 Successfully built 4edc415dfcc0
06:24:37 Successfully tagged cliendtoendsuite_evil-notary-server:latest
06:24:37 Creating cliendtoendsuite_notary-server_1 ... 
06:24:37 Creating cliendtoendsuite_registry_1      ... 
06:24:37 Creating cliendtoendsuite_engine_1        ... 
06:24:37 Creating cliendtoendsuite_evil-notary-server_1 ... 
06:24:42 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
06:24:43 Client:
06:24:43  Version:           19.09.0-dev
06:24:43  API version:       1.40 (downgraded from 1.41)
06:24:43  Go version:        go1.12.12
06:24:43  Git commit:        
06:24:43  Built:             Tue Dec 24 06:20:12 2019
06:24:43  OS/Arch:           linux/amd64
06:24:43  Experimental:      false
06:24:43 
06:24:43 Server: Docker Engine - Community
06:24:43  Engine:
06:24:43   Version:          19.03.5
06:24:43   API version:      1.40 (minimum version 1.12)
06:24:43   Go version:       go1.12.12
06:24:43   Git commit:       633a0ea838
06:24:43   Built:            Wed Nov 13 07:28:45 2019
06:24:43   OS/Arch:          linux/amd64
06:24:43   Experimental:     true
06:24:43  containerd:
06:24:43   Version:          v1.2.10
06:24:43   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
06:24:43  runc:
06:24:43   Version:          1.0.0-rc8+dev
06:24:43   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
06:24:43  docker-init:
06:24:43   Version:          0.18.0
06:24:43   GitCommit:        fec3683
06:24:43 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
06:24:43 88286f41530e: Pulling fs layer
06:24:43 88286f41530e: Verifying Checksum
06:24:43 88286f41530e: Download complete
06:24:43 88286f41530e: Pull complete
06:24:43 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:24:43 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:24:43 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
06:24:43 The push refers to repository [registry:5000/alpine]
06:24:43 5bef08742407: Preparing
06:24:44 5bef08742407: Pushed
06:24:44 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
06:24:44 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
06:24:44 03b1be98f3f9: Pulling fs layer
06:24:44 03b1be98f3f9: Verifying Checksum
06:24:44 03b1be98f3f9: Download complete
06:24:45 03b1be98f3f9: Pull complete
06:24:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:24:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:24:45 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
06:24:45 The push refers to repository [registry:5000/busybox]
06:24:45 6a749002dd6a: Preparing
06:24:45 6a749002dd6a: Pushed
06:24:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
06:24:46 Swarm initialized: current node (ljoq2tcfe46lcrnpku4ev857q) is now a manager.
06:24:46 
06:24:46 To add a worker to this swarm, run the following command:
06:24:46 
06:24:46     docker swarm join --token SWMTKN-1-5sb1k3pdwqm8sk9zp1l3epx3jxfhilddzh63s6mn9a8zg59jeo-3242jjwfw87e2zi4uiuo95vye 172.20.0.4:2377
06:24:46 
06:24:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
06:24:46 
06:25:18 ✓  e2e/cli-plugins (13.976s)
06:25:18 ∅  e2e/cli-plugins/plugins/badmeta
06:25:18 ∅  e2e/cli-plugins/plugins/nopersistentprerun
06:25:18 ✓  e2e/context (33ms)
06:25:18 ✓  e2e/global (263ms)
06:25:19 ✓  e2e/container (18.538s)
06:25:24 ✓  e2e/plugin (4.223s)
06:25:26 ✓  e2e/stack (2.031s)
06:25:27 ✓  e2e/system (251ms)
06:25:35 ✓  e2e/trust (6.636s)
06:25:40 ✓  e2e/image (24.79s)
06:25:40 ∅  e2e/internal/fixtures
06:25:40 ∅  e2e/plugin/basic
06:25:40 
06:25:40 === Skipped
06:25:40 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
06:25:40     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
06:25:40 
06:25:40 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
06:25:40     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
06:25:40         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
06:25:40 
06:25:40 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
06:25:40     --- SKIP: TestRemove/Kubernetes (0.00s)
06:25:40         remove_test.go:22: !environment.KubernetesEnabled()
06:25:40 
06:25:40 
06:25:40 DONE 89 tests, 3 skipped in 54.126s
06:25:40 Stopping cliendtoendsuite_engine_1             ... 
06:25:40 Stopping cliendtoendsuite_evil-notary-server_1 ... 
06:25:40 Stopping cliendtoendsuite_registry_1           ... 
06:25:40 Stopping cliendtoendsuite_notary-server_1      ... 
06:25:42 
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_engine_1             ... 
06:25:42 Removing cliendtoendsuite_evil-notary-server_1 ... 
06:25:42 Removing cliendtoendsuite_registry_1           ... 
06:25:42 Removing cliendtoendsuite_notary-server_1      ... 
06:25:42 
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
06:25:42 Removing image cliendtoendsuite_notary-server
06:25:42 Removing image cliendtoendsuite_evil-notary-server
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS