Skip to content
Success

Console Output

Pull request #2206 updated
14:54:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 54d085b857e954a8fc431a9a400f11bc3308efc1 rather than 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a
Obtained Jenkinsfile from 54d085b857e954a8fc431a9a400f11bc3308efc1
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
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1804-overlay2 (i-0126b47f38e40c896) in /home/ubuntu/workspace/cli_PR-2206
[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-2206@tmp/6f92c2b8-c650-4454-835d-31d1eb2a1ade/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:55:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:55:16 chowning workspace
[Pipeline] sh
14:55:16 + uname -m
[Pipeline] sh
14:55:16 + pwd
14:55:16 + id -u
14:55:16 + id -g
14:55:16 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2206:/workspace busybox chown -R 1000:1000 /workspace
14:55:16 Unable to find image 'busybox:latest' locally
14:55:16 latest: Pulling from library/busybox
14:55:16 0f8c40e1270f: Pulling fs layer
14:55:17 0f8c40e1270f: Verifying Checksum
14:55:17 0f8c40e1270f: Download complete
14:55:17 0f8c40e1270f: Pull complete
14:55:17 Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0
14:55:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:55:18 Removing all docker containers
[Pipeline] sh
14:55:18 + docker container ls -aq
14:55:18 + docker container rm -vf b3b9bd00a232
14:55:18 b3b9bd00a232
[Pipeline] echo
14:55:18 Docker containers have been removed
[Pipeline] echo
14:55:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:55:18 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
14:55:18 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
14:55:18 Using the ‘stage’ step without a block argument is deprecated
14:55:18 Entering stage Git Checkout
14:55:18 Proceeding
[Pipeline] checkout
14:55:18 using credential docker-jenkins-github-credentials
14:55:18 Cloning the remote Git repository
14:55:18 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2206 # 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/2206/head:refs/remotes/origin/PR-2206 +refs/heads/master:refs/remotes/origin/master
14:55:21 Fetching without tags
14:55:22 Merging remotes/origin/master commit 54d085b857e954a8fc431a9a400f11bc3308efc1 into PR head commit 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2206/head:refs/remotes/origin/PR-2206 # 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/2206/head:refs/remotes/origin/PR-2206 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a
14:55:22 Merge succeeded, producing 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a
14:55:22 Checking out Revision 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a (PR-2206)
14:55:22 Commit message: "Add `device_cgroup_rules` to list of unsupported fields"
14:55:22 First time build. Skipping changelog.
 > git merge 54d085b857e954a8fc431a9a400f11bc3308efc1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 315e4b22f438f27d79e4ebb1152f53ea7df5dc4a
 > git rev-list --no-walk 05d017fbcee9782d23f18a15d799f06c7235f487 # timeout=10
[Pipeline] stage
14:55:23 Using the ‘stage’ step without a block argument is deprecated
14:55:23 Entering stage Run end-to-end test suite
14:55:23 Proceeding
[Pipeline] sh
14:55:24 + docker version
14:55:24 Client: Docker Engine - Community
14:55:24  Version:           19.03.2
14:55:24  API version:       1.40
14:55:24  Go version:        go1.12.8
14:55:24  Git commit:        6a30dfc
14:55:24  Built:             Thu Aug 29 05:29:11 2019
14:55:24  OS/Arch:           linux/amd64
14:55:24  Experimental:      false
14:55:24 
14:55:24 Server: Docker Engine - Community
14:55:24  Engine:
14:55:24   Version:          19.03.2
14:55:24   API version:      1.40 (minimum version 1.12)
14:55:24   Go version:       go1.12.8
14:55:24   Git commit:       6a30dfc
14:55:24   Built:            Thu Aug 29 05:27:45 2019
14:55:24   OS/Arch:          linux/amd64
14:55:24   Experimental:     true
14:55:24  containerd:
14:55:24   Version:          1.2.6
14:55:24   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:55:24  runc:
14:55:24   Version:          1.0.0-rc8
14:55:24   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
14:55:24  docker-init:
14:55:24   Version:          0.18.0
14:55:24   GitCommit:        fec3683
[Pipeline] sh
14:55:24 + docker info
14:55:32 Client:
14:55:32  Debug Mode: false
14:55:32 
14:55:32 Server:
14:55:32  Containers: 0
14:55:32   Running: 0
14:55:32   Paused: 0
14:55:32   Stopped: 0
14:55:32  Images: 5
14:55:32  Server Version: 19.03.2
14:55:32  Storage Driver: overlay2
14:55:32   Backing Filesystem: extfs
14:55:32   Supports d_type: true
14:55:32   Native Overlay Diff: true
14:55:32  Logging Driver: json-file
14:55:32  Cgroup Driver: cgroupfs
14:55:32  Plugins:
14:55:32   Volume: local
14:55:32   Network: bridge host ipvlan macvlan null overlay
14:55:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:55:32  Swarm: inactive
14:55:32  Runtimes: runc
14:55:32  Default Runtime: runc
14:55:32  Init Binary: docker-init
14:55:32  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:55:32  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
14:55:32  init version: fec3683
14:55:32  Security Options:
14:55:32   apparmor
14:55:32   seccomp
14:55:32    Profile: default
14:55:32  Kernel Version: 4.15.0-1048-aws
14:55:32  Operating System: Ubuntu 18.04.3 LTS
14:55:32  OSType: linux
14:55:32  Architecture: x86_64
14:55:32  CPUs: 2
14:55:32  Total Memory: 7.501GiB
14:55:32  Name: ip-10-100-119-87
14:55:32  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
14:55:32  Docker Root Dir: /var/lib/docker
14:55:32  Debug Mode: false
14:55:32  Username: dockerbuildbot
14:55:32  Registry: https://index.docker.io/v1/
14:55:32  Labels:
14:55:32  Experimental: true
14:55:32  Insecure Registries:
14:55:32   127.0.0.0/8
14:55:32  Live Restore Enabled: true
14:55:32 
14:55:32 WARNING: No swap limit support
[Pipeline] sh
14:55:32 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
14:55:32 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
14:55:32 #2 [internal] load .dockerignore
14:55:32 #2 transferring context: 100B done
14:55:32 #2 DONE 0.0s
14:55:32 
14:55:32 #1 [internal] load build definition from Dockerfile.e2e
14:55:32 #1 transferring dockerfile: 1.58kB done
14:55:32 #1 DONE 0.0s
14:55:32 
14:55:32 #3 [internal] load metadata for docker.io/library/golang:1.12.12
14:55:33 #3 DONE 0.3s
14:55:33 
14:55:33 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
14:55:33 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
14:55:33 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 1.72MB / 127.97MB 0.2s
14:55:33 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 0.1s done
14:55:33 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
14:55:33 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
14:55:33 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
14:55:33 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 9.55MB / 127.97MB 0.3s
14:55:33 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 19.27MB / 127.97MB 0.4s
14:55:33 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 31.07MB / 127.97MB 0.5s
14:55:33 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 42.99MB / 127.97MB 0.7s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 50.88MB / 127.97MB 0.8s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 66.68MB / 127.97MB 1.0s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 75.92MB / 127.97MB 1.1s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 85.11MB / 127.97MB 1.2s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 93.81MB / 127.97MB 1.3s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 111.03MB / 127.97MB 1.5s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 120.94MB / 127.97MB 1.6s
14:55:34 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 1.7s
14:55:35 #4 ...
14:55:35 
14:55:35 #10 [internal] load build context
14:55:35 #10 transferring context: 44.00MB 1.9s done
14:55:35 #10 DONE 1.9s
14:55:35 
14:55:35 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
14:55:35 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 1.9s done
14:55:35 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
14:55:40 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.2s done
14:55:40 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
14:55:40 #4 DONE 6.5s
14:55:40 
14:55:40 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
14:55:40 #5 0.743 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
14:55:40 #5 0.753 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
14:55:40 #5 0.895 Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
14:55:40 #5 0.996 Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:55:40 #5 1.042 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
14:55:40 #5 1.154 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [158 kB]
14:55:42 #5 2.252 Fetched 8308 kB in 2s (5513 kB/s)
14:55:42 #5 2.252 Reading package lists...
14:55:43 #5 2.874 Reading package lists...
14:55:43 #5 3.482 Building dependency tree...
14:55:43 #5 3.613 Reading state information...
14:55:43 #5 3.724 curl is already the newest version (7.64.0-4).
14:55:43 #5 3.724 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
14:55:43 #5 3.724 openssl is already the newest version (1.1.1d-0+deb10u2).
14:55:43 #5 3.724 openssl set to manually installed.
14:55:43 #5 3.724 The following additional packages will be installed:
14:55:43 #5 3.724   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
14:55:43 #5 3.725   libalgorithm-merge-perl libfakeroot patch xz-utils
14:55:43 #5 3.726 Suggested packages:
14:55:43 #5 3.726   bzip2-doc debian-keyring ed diffutils-doc
14:55:43 #5 3.794 The following NEW packages will be installed:
14:55:43 #5 3.795   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
14:55:43 #5 3.796   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
14:55:43 #5 4.061 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded.
14:55:43 #5 4.061 Need to get 2342 kB of archives.
14:55:43 #5 4.061 After this operation, 3601 kB of additional disk space will be used.
14:55:43 #5 4.061 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:55:43 #5 4.063 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:55:43 #5 4.066 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
14:55:43 #5 4.069 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
14:55:43 #5 4.089 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
14:55:43 #5 4.089 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
14:55:43 #5 4.093 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
14:55:43 #5 4.094 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
14:55:43 #5 4.094 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
14:55:43 #5 4.095 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
14:55:44 #5 4.337 debconf: delaying package configuration, since apt-utils is not installed
14:55:44 #5 4.365 Fetched 2342 kB in 0s (8115 kB/s)
14:55:44 #5 4.399 Selecting previously unselected package bzip2.
14:55:44 #5 4.399 (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.)
14:55:44 #5 4.603 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:55:44 #5 4.609 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:55:44 #5 4.652 Selecting previously unselected package xz-utils.
14:55:44 #5 4.652 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
14:55:44 #5 4.658 Unpacking xz-utils (5.2.4-1) ...
14:55:44 #5 4.760 Selecting previously unselected package patch.
14:55:44 #5 4.762 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
14:55:44 #5 4.767 Unpacking patch (2.7.6-3+deb10u1) ...
14:55:44 #5 4.811 Selecting previously unselected package dpkg-dev.
14:55:44 #5 4.811 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
14:55:44 #5 4.816 Unpacking dpkg-dev (1.19.7) ...
14:55:44 #5 4.936 Selecting previously unselected package build-essential.
14:55:44 #5 4.938 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
14:55:44 #5 4.942 Unpacking build-essential (12.6) ...
14:55:44 #5 4.985 Selecting previously unselected package libfakeroot:amd64.
14:55:44 #5 4.987 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
14:55:44 #5 4.998 Unpacking libfakeroot:amd64 (1.23-1) ...
14:55:44 #5 5.039 Selecting previously unselected package fakeroot.
14:55:44 #5 5.039 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
14:55:44 #5 5.043 Unpacking fakeroot (1.23-1) ...
14:55:44 #5 5.092 Selecting previously unselected package libalgorithm-diff-perl.
14:55:44 #5 5.094 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
14:55:44 #5 5.098 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
14:55:44 #5 5.133 Selecting previously unselected package libalgorithm-diff-xs-perl.
14:55:44 #5 5.133 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
14:55:44 #5 5.137 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
14:55:44 #5 5.165 Selecting previously unselected package libalgorithm-merge-perl.
14:55:44 #5 5.167 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
14:55:44 #5 5.172 Unpacking libalgorithm-merge-perl (0.08-3) ...
14:55:44 #5 5.216 Setting up libalgorithm-diff-perl (1.19.03-2) ...
14:55:44 #5 5.228 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:55:44 #5 5.239 Setting up libfakeroot:amd64 (1.23-1) ...
14:55:44 #5 5.256 Setting up fakeroot (1.23-1) ...
14:55:44 #5 5.287 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:55:45 #5 5.299 Setting up xz-utils (5.2.4-1) ...
14:55:45 #5 5.308 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:55:45 #5 5.317 Setting up patch (2.7.6-3+deb10u1) ...
14:55:45 #5 5.330 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
14:55:45 #5 5.343 Setting up libalgorithm-merge-perl (0.08-3) ...
14:55:45 #5 5.357 Setting up dpkg-dev (1.19.7) ...
14:55:45 #5 5.377 Setting up build-essential (12.6) ...
14:55:45 #5 5.392 Processing triggers for libc-bin (2.28-10) ...
14:55:47 #5 DONE 7.6s
14:55:47 
14:55:47 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
14:55:48 #6 0.746   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
14:55:48 #6 0.748                                  Dload  Upload   Total   Spent    Left  Speed
14:55:48 #6 0.750 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4345      0 --:--:-- --:--:-- --:--:--  4345
14:55:48 #6 1.010 
100 10.3M  100 10.3M    0     0  39.2M      0 --:--:-- --:--:-- --:--:-- 39.2M
14:55:48 #6 DONE 1.1s
14:55:48 
14:55:48 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
14:55:49 #7 DONE 1.1s
14:55:49 
14:55:49 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
14:55:50 #8 DONE 1.0s
14:55:50 
14:55:50 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
14:55:50 #9 DONE 0.0s
14:55:50 
14:55:50 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
14:55:50 #11 DONE 0.1s
14:55:50 
14:55:50 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
14:55:51 #12 0.672 Updating certificates in /etc/ssl/certs...
14:55:51 #12 1.183 1 added, 0 removed; done.
14:55:51 #12 1.184 Running hooks in /etc/ca-certificates/update.d...
14:55:51 #12 1.186 done.
14:55:51 #12 DONE 1.3s
14:55:51 
14:55:51 #13 [9/11] COPY . .
14:55:52 #13 DONE 0.8s
14:55:52 
14:55:52 #14 [10/11] RUN ./scripts/build/binary
14:55:53 #14 0.652 Building statically linked build/docker-linux-amd64
14:57:14 #14 DONE 81.6s
14:57:14 
14:57:14 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
14:57:15 #15 0.705 Building statically linked build/plugins-linux-amd64/docker-helloworld
14:57:17 #15 2.718 Building statically linked build/plugins-linux-amd64/docker-badmeta
14:57:18 #15 4.549 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
14:57:21 #15 DONE 6.9s
14:57:21 
14:57:21 #16 exporting to image
14:57:21 #16 exporting layers
14:57:23 #16 exporting layers 2.5s done
14:57:23 #16 writing image sha256:c53c114ed44d75ee3c06ce9525d75d4b98c483105cb556272558c47d5c835c3b done
14:57:23 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
14:57:23 #16 DONE 2.5s
14:57:23 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
14:57:24 Creating network "cliendtoendsuite_default" with the default driver
14:57:24 Pulling registry (registry:2)...
14:57:25 2: Pulling from library/registry
14:57:26 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
14:57:26 Status: Downloaded newer image for registry:2
14:57:26 Pulling engine (docker:stable-dind)...
14:57:26 stable-dind: Pulling from library/docker
14:57:30 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4
14:57:30 Status: Downloaded newer image for docker:stable-dind
14:57:30 Building notary-server
14:57:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:57:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:57:30 server-0.5.0: Pulling from library/notary
14:57:30 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
14:57:30 Status: Downloaded newer image for notary:server-0.5.0
14:57:30  ---> 16b632e954ca
14:57:30 Step 3/3 : COPY ./notary/ /fixtures/
14:57:32  ---> 62facd755f4b
14:57:32 Successfully built 62facd755f4b
14:57:32 Successfully tagged cliendtoendsuite_notary-server:latest
14:57:32 Building evil-notary-server
14:57:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:57:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:57:32  ---> 16b632e954ca
14:57:32 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:57:32  ---> 15e4c22712e6
14:57:32 Successfully built 15e4c22712e6
14:57:32 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:57:32 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:57:32 Creating cliendtoendsuite_registry_1           ... 
14:57:32 Creating cliendtoendsuite_notary-server_1      ... 
14:57:32 Creating cliendtoendsuite_engine_1             ... 
14:57:37 
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.5:2375
14:57:37 Client:
14:57:37  Version:           19.09.0-dev
14:57:37  API version:       1.40 (downgraded from 1.41)
14:57:37  Go version:        go1.12.12
14:57:37  Git commit:        
14:57:37  Built:             Wed Nov 27 14:55:53 2019
14:57:37  OS/Arch:           linux/amd64
14:57:37  Experimental:      false
14:57:37 
14:57:37 Server: Docker Engine - Community
14:57:37  Engine:
14:57:37   Version:          19.03.5
14:57:37   API version:      1.40 (minimum version 1.12)
14:57:37   Go version:       go1.12.12
14:57:37   Git commit:       633a0ea838
14:57:37   Built:            Wed Nov 13 07:28:45 2019
14:57:37   OS/Arch:          linux/amd64
14:57:37   Experimental:     false
14:57:37  containerd:
14:57:37   Version:          v1.2.10
14:57:37   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:57:37  runc:
14:57:37   Version:          1.0.0-rc8+dev
14:57:37   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:57:37  docker-init:
14:57:37   Version:          0.18.0
14:57:37   GitCommit:        fec3683
14:57:37 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:57:38 88286f41530e: Pulling fs layer
14:57:38 88286f41530e: Verifying Checksum
14:57:38 88286f41530e: Download complete
14:57:38 88286f41530e: Pull complete
14:57:38 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:57:38 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:57:38 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:57:38 The push refers to repository [registry:5000/alpine]
14:57:38 5bef08742407: Preparing
14:57:38 5bef08742407: Pushed
14:57:38 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:57:38 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:57:38 03b1be98f3f9: Pulling fs layer
14:57:38 03b1be98f3f9: Verifying Checksum
14:57:38 03b1be98f3f9: Download complete
14:57:39 03b1be98f3f9: Pull complete
14:57:39 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:57:39 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:57:39 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:57:39 The push refers to repository [registry:5000/busybox]
14:57:39 6a749002dd6a: Preparing
14:57:39 6a749002dd6a: Pushed
14:57:39 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:57:39 Swarm initialized: current node (etca3erhn7olkl7yeocnd2b3d) is now a manager.
14:57:39 
14:57:39 To add a worker to this swarm, run the following command:
14:57:39 
14:57:39     docker swarm join --token SWMTKN-1-2cw4o38wgrdzy2hzrsah06oqq8ukjs0y805jfxs9tfyyz8ihpj-9xka7jxifkd3mxux0c78eug5g 172.18.0.5:2377
14:57:39 
14:57:39 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:57:39 
14:58:06 ✓  e2e/cli-plugins (2.879s)
14:58:06 ∅  e2e/cli-plugins/plugins/badmeta
14:58:06 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:58:06 ✓  e2e/context (56ms)
14:58:11 ✓  e2e/container (8.048s)
14:58:15 ✓  e2e/plugin (3.549s)
14:58:17 ✓  e2e/stack (597ms)
14:58:17 ✓  e2e/system (69ms)
14:58:18 ✓  e2e/image (12.269s)
14:58:18 ∅  e2e/internal/fixtures
14:58:18 ∅  e2e/plugin/basic
14:58:20 ✓  e2e/trust (2.25s)
14:58:20 
14:58:20 === Skipped
14:58:20 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:58:20     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:58:20 
14:58:20 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
14:58:20     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
14:58:20 
14:58:20 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:58:20     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:58:20         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:58:20 
14:58:20 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:58:20     --- SKIP: TestRemove/Kubernetes (0.00s)
14:58:20         remove_test.go:22: !environment.KubernetesEnabled()
14:58:20 
14:58:20 
14:58:20 DONE 88 tests, 4 skipped in 40.665s
14:58:21 Stopping cliendtoendsuite_engine_1             ... 
14:58:21 Stopping cliendtoendsuite_registry_1           ... 
14:58:21 Stopping cliendtoendsuite_notary-server_1      ... 
14:58:21 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:58:23 
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             ... 
14:58:23 Removing cliendtoendsuite_registry_1           ... 
14:58:23 Removing cliendtoendsuite_notary-server_1      ... 
14:58:23 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:58:23 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
14:58:23 Removing image cliendtoendsuite_notary-server
14:58:23 Removing image cliendtoendsuite_evil-notary-server
14:58:23 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
14:58:24 Creating network "cliendtoendsuite_default" with the default driver
14:58:24 Building notary-server
14:58:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:58:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:58:24  ---> 16b632e954ca
14:58:24 Step 3/3 : COPY ./notary/ /fixtures/
14:58:25  ---> ecd2ea7f08cc
14:58:25 Successfully built ecd2ea7f08cc
14:58:25 Successfully tagged cliendtoendsuite_notary-server:latest
14:58:25 Building evil-notary-server
14:58:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:58:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:58:25  ---> 16b632e954ca
14:58:25 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:58:25  ---> 6ec5c67ee408
14:58:25 Successfully built 6ec5c67ee408
14:58:25 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:58:25 Creating cliendtoendsuite_registry_1 ... 
14:58:25 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:58:25 Creating cliendtoendsuite_notary-server_1      ... 
14:58:25 Creating cliendtoendsuite_engine_1             ... 
14:58:29 
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.19.0.5:2375
14:58:29 Client:
14:58:29  Version:           19.09.0-dev
14:58:29  API version:       1.40 (downgraded from 1.41)
14:58:29  Go version:        go1.12.12
14:58:29  Git commit:        
14:58:29  Built:             Wed Nov 27 14:55:53 2019
14:58:29  OS/Arch:           linux/amd64
14:58:29  Experimental:      false
14:58:29 
14:58:29 Server: Docker Engine - Community
14:58:29  Engine:
14:58:29   Version:          19.03.5
14:58:29   API version:      1.40 (minimum version 1.12)
14:58:29   Go version:       go1.12.12
14:58:29   Git commit:       633a0ea838
14:58:29   Built:            Wed Nov 13 07:28:45 2019
14:58:29   OS/Arch:          linux/amd64
14:58:29   Experimental:     true
14:58:29  containerd:
14:58:29   Version:          v1.2.10
14:58:29   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:58:29  runc:
14:58:29   Version:          1.0.0-rc8+dev
14:58:29   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:58:29  docker-init:
14:58:29   Version:          0.18.0
14:58:29   GitCommit:        fec3683
14:58:29 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:58:29 88286f41530e: Pulling fs layer
14:58:29 88286f41530e: Verifying Checksum
14:58:29 88286f41530e: Download complete
14:58:29 88286f41530e: Pull complete
14:58:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:58:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:58:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:58:30 The push refers to repository [registry:5000/alpine]
14:58:30 5bef08742407: Preparing
14:58:30 5bef08742407: Pushed
14:58:30 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:58:30 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:58:30 03b1be98f3f9: Pulling fs layer
14:58:30 03b1be98f3f9: Download complete
14:58:30 03b1be98f3f9: Pull complete
14:58:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:58:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:58:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:58:30 The push refers to repository [registry:5000/busybox]
14:58:30 6a749002dd6a: Preparing
14:58:31 6a749002dd6a: Pushed
14:58:31 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:58:31 Swarm initialized: current node (lpqftvolsk3m12ypodmhhsewr) is now a manager.
14:58:31 
14:58:31 To add a worker to this swarm, run the following command:
14:58:31 
14:58:31     docker swarm join --token SWMTKN-1-0lsjgmn0qy4bpnudf5jgo2qvjvdibsb4efdh7rr25z3nrqtj1z-20o1yryfz5prc8nqdn7zxucf9 172.19.0.5:2377
14:58:31 
14:58:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:58:31 
14:59:03 ✓  e2e/cli-plugins (2.874s)
14:59:03 ∅  e2e/cli-plugins/plugins/badmeta
14:59:03 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:59:03 ✓  e2e/context (55ms)
14:59:05 ✓  e2e/container (8.299s)
14:59:09 ✓  e2e/plugin (3.192s)
14:59:10 ✓  e2e/stack (621ms)
14:59:11 ✓  e2e/system (82ms)
14:59:16 ✓  e2e/trust (3.662s)
14:59:16 ✓  e2e/image (15.747s)
14:59:16 ∅  e2e/internal/fixtures
14:59:16 ∅  e2e/plugin/basic
14:59:16 
14:59:16 === Skipped
14:59:16 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:59:16     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:59:16 
14:59:16 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:59:16     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:59:16         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:59:16 
14:59:16 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:59:16     --- SKIP: TestRemove/Kubernetes (0.00s)
14:59:16         remove_test.go:22: !environment.KubernetesEnabled()
14:59:16 
14:59:16 
14:59:16 DONE 88 tests, 3 skipped in 44.233s
14:59:16 Stopping cliendtoendsuite_notary-server_1      ... 
14:59:16 Stopping cliendtoendsuite_engine_1             ... 
14:59:16 Stopping cliendtoendsuite_registry_1           ... 
14:59:16 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:59:18 
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_notary-server_1      ... 
14:59:18 Removing cliendtoendsuite_engine_1             ... 
14:59:18 Removing cliendtoendsuite_registry_1           ... 
14:59:18 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:59: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
14:59:18 Removing image cliendtoendsuite_notary-server
14:59:18 Removing image cliendtoendsuite_evil-notary-server
14:59:19 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
14:59:20 Creating network "cliendtoendsuite_default" with the default driver
14:59:20 Building notary-server
14:59:20 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:59:20 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:59:20  ---> 16b632e954ca
14:59:20 Step 3/3 : COPY ./notary/ /fixtures/
14:59:20  ---> e9e1a31e0ed9
14:59:20 Successfully built e9e1a31e0ed9
14:59:20 Successfully tagged cliendtoendsuite_notary-server:latest
14:59:20 Building evil-notary-server
14:59:20 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:59:20 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:59:20  ---> 16b632e954ca
14:59:20 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:59:21  ---> 4d72790e110b
14:59:21 Successfully built 4d72790e110b
14:59:21 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:59:21 Building engine
14:59:21 Step 1/6 : FROM docker:test-dind
14:59:21 test-dind: Pulling from library/docker
14:59:21 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4
14:59:21 Status: Downloaded newer image for docker:test-dind
14:59:21  ---> a4b37e66ffc7
14:59:21 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
14:59:21  ---> Running in a3183adca99a
14:59:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
14:59:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
14:59:23 (1/5) Installing openssh-keygen (8.1_p1-r0)
14:59:23 (2/5) Installing openssh-server-common (8.1_p1-r0)
14:59:23 (3/5) Installing openssh-server (8.1_p1-r0)
14:59:23 (4/5) Installing linux-pam (1.3.0-r1)
14:59:23 (5/5) Installing shadow (4.6-r2)
14:59:23 Executing busybox-1.30.1-r2.trigger
14:59:23 OK: 24 MiB in 45 packages
14:59:23 Creating mailbox file: No such file or directory
14:59:24 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:59:24 Removing intermediate container a3183adca99a
14:59:24  ---> b841555ae966
14:59:24 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:59:24  ---> Running in ae51c3323374
14:59:25 Removing intermediate container ae51c3323374
14:59:25  ---> 3715cd9698de
14:59:25 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:59:25  ---> 8ac90b47a639
14:59:25 Step 5/6 : EXPOSE 22
14:59:25  ---> Running in fa2513f74a11
14:59:26 Removing intermediate container fa2513f74a11
14:59:26  ---> 3f4b4318a3bb
14:59:26 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:59:26  ---> Running in aec1cc994cc5
14:59:26 Removing intermediate container aec1cc994cc5
14:59:26  ---> 14e848255532
14:59:26 Successfully built 14e848255532
14:59:26 Successfully tagged docker:stable-dind
14:59:26 Creating cliendtoendsuite_notary-server_1 ... 
14:59:26 Creating cliendtoendsuite_registry_1      ... 
14:59:26 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:59:26 Creating cliendtoendsuite_engine_1             ... 
14:59:30 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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