Skip to content
Success

Console Output

Pull request #2142 opened
16:06:50 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from f283350a95be26e52616b6bc725956c5349e28ef+a8ff7f821017ae3d5347392c82718d6cba221681 (0e0f9656d9e2bf396e2e55a15e002c227727273e)
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-2142@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
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1804-overlay2 (i-044c22c1a79a699dd) in /home/ubuntu/workspace/cli_PR-2142
[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-2142@tmp/e705e9ee-6d2f-45ab-afe7-805b01a5448e/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
16:08:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:08:14 chowning workspace
[Pipeline] sh
16:08:14 + uname -m
[Pipeline] sh
16:08:15 + pwd
16:08:15 + id -u
16:08:15 + id -g
16:08:15 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2142:/workspace busybox chown -R 1000:1000 /workspace
16:08:15 Unable to find image 'busybox:latest' locally
16:08:15 latest: Pulling from library/busybox
16:08:15 7c9d20b9b6cd: Pulling fs layer
16:08:15 7c9d20b9b6cd: Download complete
16:08:16 7c9d20b9b6cd: Pull complete
16:08:16 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
16:08:16 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:08:20 Removing all docker containers
[Pipeline] sh
16:08:20 + docker container ls -aq
[Pipeline] echo
16:08:21 Docker containers have been removed
[Pipeline] echo
16:08:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:08:21 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
16:08:21 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
16:08:21 Using the ‘stage’ step without a block argument is deprecated
16:08:21 Entering stage Git Checkout
16:08:21 Proceeding
[Pipeline] checkout
16:08:23 using credential docker-jenkins-github-credentials
16:08:23 Cloning the remote Git repository
16:08:23 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2142 # 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/2142/head:refs/remotes/origin/PR-2142 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2142/head:refs/remotes/origin/PR-2142 # timeout=10
16:08:30 Fetching without tags
16:08:31 Merging remotes/origin/master commit a8ff7f821017ae3d5347392c82718d6cba221681 into PR head commit f283350a95be26e52616b6bc725956c5349e28ef
 > 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/2142/head:refs/remotes/origin/PR-2142 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f283350a95be26e52616b6bc725956c5349e28ef
 > git merge a8ff7f821017ae3d5347392c82718d6cba221681 # timeout=10
16:08:32 Merge succeeded, producing 0b12d30a575b0d3ce395afc7a548105eb32817df
16:08:32 Checking out Revision 0b12d30a575b0d3ce395afc7a548105eb32817df (PR-2142)
16:08:33 Commit message: "Merge commit 'a8ff7f821017ae3d5347392c82718d6cba221681' into HEAD"
16:08:33 First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b12d30a575b0d3ce395afc7a548105eb32817df
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] stage
16:08:34 Using the ‘stage’ step without a block argument is deprecated
16:08:34 Entering stage Run end-to-end test suite
16:08:34 Proceeding
[Pipeline] sh
16:08:35 + docker version
16:08:35 Client: Docker Engine - Community
16:08:35  Version:           19.03.2
16:08:35  API version:       1.40
16:08:35  Go version:        go1.12.8
16:08:35  Git commit:        6a30dfc
16:08:35  Built:             Thu Aug 29 05:29:11 2019
16:08:35  OS/Arch:           linux/amd64
16:08:35  Experimental:      false
16:08:35 
16:08:35 Server: Docker Engine - Community
16:08:35  Engine:
16:08:35   Version:          19.03.2
16:08:35   API version:      1.40 (minimum version 1.12)
16:08:35   Go version:       go1.12.8
16:08:35   Git commit:       6a30dfc
16:08:35   Built:            Thu Aug 29 05:27:45 2019
16:08:35   OS/Arch:          linux/amd64
16:08:35   Experimental:     true
16:08:35  containerd:
16:08:35   Version:          1.2.6
16:08:35   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:08:35  runc:
16:08:35   Version:          1.0.0-rc8
16:08:35   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:08:35  docker-init:
16:08:35   Version:          0.18.0
16:08:35   GitCommit:        fec3683
[Pipeline] sh
16:08:35 + docker info
16:08:41 Client:
16:08:41  Debug Mode: false
16:08:41 
16:08:41 Server:
16:08:41  Containers: 0
16:08:41   Running: 0
16:08:41   Paused: 0
16:08:41   Stopped: 0
16:08:41  Images: 1
16:08:41  Server Version: 19.03.2
16:08:41  Storage Driver: overlay2
16:08:41   Backing Filesystem: extfs
16:08:41   Supports d_type: true
16:08:41   Native Overlay Diff: true
16:08:41  Logging Driver: json-file
16:08:41  Cgroup Driver: cgroupfs
16:08:41  Plugins:
16:08:41   Volume: local
16:08:41   Network: bridge host ipvlan macvlan null overlay
16:08:41   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:08:41  Swarm: inactive
16:08:41  Runtimes: runc
16:08:41  Default Runtime: runc
16:08:41  Init Binary: docker-init
16:08:41  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:08:41  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
16:08:41  init version: fec3683
16:08:41  Security Options:
16:08:41   apparmor
16:08:41   seccomp
16:08:41    Profile: default
16:08:41  Kernel Version: 4.15.0-1048-aws
16:08:41  Operating System: Ubuntu 18.04.3 LTS
16:08:41  OSType: linux
16:08:41  Architecture: x86_64
16:08:41  CPUs: 2
16:08:41  Total Memory: 7.501GiB
16:08:41  Name: ip-10-100-60-50
16:08:41  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
16:08:41  Docker Root Dir: /var/lib/docker
16:08:41  Debug Mode: false
16:08:41  Username: dockerbuildbot
16:08:41  Registry: https://index.docker.io/v1/
16:08:41  Labels:
16:08:41  Experimental: true
16:08:41  Insecure Registries:
16:08:41   127.0.0.0/8
16:08:41  Live Restore Enabled: true
16:08:41 
16:08:41 WARNING: No swap limit support
[Pipeline] sh
16:08:42 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
16:08:42 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
16:08:42 #2 [internal] load .dockerignore
16:08:42 #2 transferring context: 100B done
16:08:42 #2 DONE 0.2s
16:08:42 
16:08:42 #1 [internal] load build definition from Dockerfile.e2e
16:08:42 #1 transferring dockerfile: 1.58kB done
16:08:42 #1 DONE 0.2s
16:08:42 
16:08:42 #3 [internal] load metadata for docker.io/library/golang:1.12.10
16:08:43 #3 DONE 0.4s
16:08:43 
16:08:43 #10 [internal] load build context
16:08:47 #10 transferring context: 42.42MB 4.1s done
16:08:47 #10 DONE 4.3s
16:08:47 
16:08:47 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:c2f4fdb24e20b6fdd8f1...
16:08:47 #4 resolve docker.io/library/golang:1.12.10@sha256:c2f4fdb24e20b6fdd8f157bbc42535d3ed85e397fd40e964816319b3bb277947 done
16:08:47 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
16:08:47 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
16:08:47 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.9s done
16:08:47 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
16:08:47 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.7s done
16:08:47 #4 sha256:c2f4fdb24e20b6fdd8f157bbc42535d3ed85e397fd40e964816319b3bb277947 2.16kB / 2.16kB done
16:08:47 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 3.2s done
16:08:47 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 3.4s done
16:08:47 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 106.34MB / 127.96MB 4.2s
16:08:47 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 2.7s
16:08:47 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 3.5s done
16:08:47 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 115.07MB / 127.96MB 4.2s
16:08:47 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.44MB / 127.96MB 4.4s
16:08:48 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 5.1s done
16:08:50 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 5.9s done
16:08:50 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
16:08:51 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.5s done
16:08:51 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
16:08:51 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.4s done
16:08:51 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
16:08:55 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 3.6s done
16:08:55 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
16:09:00 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 3.7s done
16:09:00 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
16:09:05 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 5.0s
16:09:05 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 5.6s done
16:09:05 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
16:09:06 #4 DONE 23.1s
16:09:06 
16:09:06 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
16:09:07 #5 1.460 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
16:09:07 #5 1.472 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:09:07 #5 1.477 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
16:09:07 #5 1.606 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.2 kB]
16:09:08 #5 1.756 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
16:09:08 #5 2.316 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
16:09:09 #5 3.664 Fetched 8214 kB in 2s (3343 kB/s)
16:09:10 #5 3.664 Reading package lists...
16:09:11 #5 4.477 Reading package lists...
16:09:11 #5 5.289 Building dependency tree...
16:09:11 #5 5.423 Reading state information...
16:09:11 #5 5.524 curl is already the newest version (7.64.0-4).
16:09:11 #5 5.524 The following additional packages will be installed:
16:09:11 #5 5.525   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:09:11 #5 5.525   libalgorithm-merge-perl libfakeroot patch xz-utils
16:09:11 #5 5.526 Suggested packages:
16:09:11 #5 5.526   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
16:09:11 #5 5.526   diffutils-doc
16:09:11 #5 5.526 Recommended packages:
16:09:11 #5 5.526   xauth
16:09:11 #5 5.598 The following NEW packages will be installed:
16:09:11 #5 5.598   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
16:09:11 #5 5.600   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
16:09:11 #5 5.601 The following packages will be upgraded:
16:09:11 #5 5.601   openssh-client openssl
16:09:12 #5 5.882 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
16:09:12 #5 5.882 Need to get 3968 kB of archives.
16:09:12 #5 5.882 After this operation, 3602 kB of additional disk space will be used.
16:09:12 #5 5.882 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:09:12 #5 5.882 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
16:09:12 #5 5.886 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:09:12 #5 5.892 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:09:12 #5 5.894 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
16:09:12 #5 5.905 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u2 [843 kB]
16:09:12 #5 5.933 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
16:09:12 #5 5.933 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
16:09:12 #5 5.934 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
16:09:12 #5 5.935 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
16:09:12 #5 5.936 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
16:09:12 #5 5.936 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:09:12 #5 6.062 debconf: delaying package configuration, since apt-utils is not installed
16:09:12 #5 6.088 Fetched 3968 kB in 0s (12.7 MB/s)
16:09:12 #5 6.112 Selecting previously unselected package bzip2.
16:09:12 #5 6.112 (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.)
16:09:12 #5 6.125 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:09:12 #5 6.132 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:09:12 #5 6.192 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
16:09:12 #5 6.219 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
16:09:12 #5 6.790 Selecting previously unselected package xz-utils.
16:09:12 #5 6.791 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
16:09:12 #5 6.796 Unpacking xz-utils (5.2.4-1) ...
16:09:12 #5 6.853 Selecting previously unselected package patch.
16:09:12 #5 6.853 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
16:09:12 #5 6.860 Unpacking patch (2.7.6-3+deb10u1) ...
16:09:13 #5 6.968 Selecting previously unselected package dpkg-dev.
16:09:13 #5 6.971 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
16:09:13 #5 6.977 Unpacking dpkg-dev (1.19.7) ...
16:09:13 #5 7.128 Selecting previously unselected package build-essential.
16:09:13 #5 7.128 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
16:09:13 #5 7.134 Unpacking build-essential (12.6) ...
16:09:13 #5 7.193 Selecting previously unselected package libfakeroot:amd64.
16:09:13 #5 7.193 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
16:09:13 #5 7.206 Unpacking libfakeroot:amd64 (1.23-1) ...
16:09:13 #5 7.249 Selecting previously unselected package fakeroot.
16:09:13 #5 7.252 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
16:09:13 #5 7.257 Unpacking fakeroot (1.23-1) ...
16:09:13 #5 7.300 Selecting previously unselected package libalgorithm-diff-perl.
16:09:13 #5 7.303 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:09:13 #5 7.307 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:09:13 #5 7.345 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:09:13 #5 7.347 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
16:09:13 #5 7.353 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:09:13 #5 7.387 Selecting previously unselected package libalgorithm-merge-perl.
16:09:13 #5 7.389 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
16:09:13 #5 7.394 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:09:13 #5 7.471 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u2_amd64.deb ...
16:09:13 #5 7.488 Unpacking openssl (1.1.1d-0+deb10u2) over (1.1.1c-1) ...
16:09:13 #5 7.894 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:09:13 #5 7.908 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
16:09:13 #5 7.949 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:09:13 #5 7.977 Setting up libfakeroot:amd64 (1.23-1) ...
16:09:13 #5 7.999 Setting up fakeroot (1.23-1) ...
16:09:14 #5 8.011 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:09:14 #5 8.027 Setting up xz-utils (5.2.4-1) ...
16:09:14 #5 8.044 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:09:14 #5 8.056 Setting up patch (2.7.6-3+deb10u1) ...
16:09:14 #5 8.070 Setting up openssl (1.1.1d-0+deb10u2) ...
16:09:14 #5 8.093 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:09:14 #5 8.110 Setting up libalgorithm-merge-perl (0.08-3) ...
16:09:14 #5 8.126 Setting up dpkg-dev (1.19.7) ...
16:09:14 #5 8.152 Setting up build-essential (12.6) ...
16:09:14 #5 8.166 Processing triggers for libc-bin (2.28-10) ...
16:09:22 #5 DONE 15.8s
16:09:22 
16:09:22 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
16:09:22 #6 0.985   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:09:22 #6 0.985                                  Dload  Upload   Total   Spent    Left  Speed
16:09:22 #6 0.985 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4168      0 --:--:-- --:--:-- --:--:--  4168
16:09:23 #6 1.325 
100 10.3M  100 10.3M    0     0  30.2M      0 --:--:-- --:--:-- --:--:-- 30.2M
16:09:23 #6 DONE 1.5s
16:09:23 
16:09:23 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
16:09:25 #7 DONE 2.0s
16:09:25 
16:09:25 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
16:09:26 #8 DONE 1.4s
16:09:26 
16:09:26 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
16:09:26 #9 DONE 0.0s
16:09:26 
16:09:26 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
16:09:27 #11 DONE 0.1s
16:09:27 
16:09:27 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
16:09:28 #12 0.908 Updating certificates in /etc/ssl/certs...
16:09:28 #12 1.575 1 added, 0 removed; done.
16:09:28 #12 1.576 Running hooks in /etc/ca-certificates/update.d...
16:09:28 #12 1.577 done.
16:09:28 #12 DONE 1.9s
16:09:28 
16:09:28 #13 [9/11] COPY . .
16:09:30 #13 DONE 1.5s
16:09:30 
16:09:30 #14 [10/11] RUN ./scripts/build/binary
16:09:31 #14 1.189 Building statically linked build/docker-linux-amd64
16:11:08 #14 DONE 92.3s
16:11:08 
16:11:08 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
16:11:08 #15 0.714 Building statically linked build/plugins-linux-amd64/docker-helloworld
16:11:08 #15 3.023 Building statically linked build/plugins-linux-amd64/docker-badmeta
16:11:08 #15 4.769 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
16:11:10 #15 DONE 7.3s
16:11:10 
16:11:10 #16 exporting to image
16:11:10 #16 exporting layers
16:11:12 #16 exporting layers 2.5s done
16:11:12 #16 writing image sha256:d1cb9a25d7e846cb5384fc4f6d464467af295d53684306fc46317a3dc105114e done
16:11:12 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
16:11:12 #16 DONE 2.5s
16:11: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 docker-cli-e2eclie2e1
16:11:13 Creating network "cliendtoendsuite_default" with the default driver
16:11:13 Pulling registry (registry:2)...
16:11:13 2: Pulling from library/registry
16:11:15 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
16:11:15 Status: Downloaded newer image for registry:2
16:11:15 Pulling engine (docker:stable-dind)...
16:11:15 stable-dind: Pulling from library/docker
16:11:19 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
16:11:19 Status: Downloaded newer image for docker:stable-dind
16:11:19 Building notary-server
16:11:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:11:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:11:19 server-0.5.0: Pulling from library/notary
16:11:20 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
16:11:20 Status: Downloaded newer image for notary:server-0.5.0
16:11:20  ---> 16b632e954ca
16:11:20 Step 3/3 : COPY ./notary/ /fixtures/
16:11:22  ---> 292029d3e223
16:11:22 Successfully built 292029d3e223
16:11:22 Successfully tagged cliendtoendsuite_notary-server:latest
16:11:22 Building evil-notary-server
16:11:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:11:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:11:22  ---> 16b632e954ca
16:11:22 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:11:22  ---> 95e753b0203f
16:11:22 Successfully built 95e753b0203f
16:11:22 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:11:22 Creating cliendtoendsuite_registry_1 ... 
16:11:22 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:11:22 Creating cliendtoendsuite_notary-server_1      ... 
16:11:22 Creating cliendtoendsuite_engine_1             ... 
16:11:26 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
16:12:16 Removing cliendtoendsuite_notary-server_1      ... 
16:12:16 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:12:16 Removing cliendtoendsuite_registry_1           ... 
16:12:16 
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
16:12:16 Removing image cliendtoendsuite_notary-server
16:12:16 Removing image cliendtoendsuite_evil-notary-server
16:12:16 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
16:12:17 Creating network "cliendtoendsuite_default" with the default driver
16:12:18 Building evil-notary-server
16:12:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:12:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:12:18  ---> 16b632e954ca
16:12:18 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:12:18  ---> ed8a1087f175
16:12:18 Successfully built ed8a1087f175
16:12:18 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:12:18 Building notary-server
16:12:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:12:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:12:18  ---> 16b632e954ca
16:12:18 Step 3/3 : COPY ./notary/ /fixtures/
16:12:18  ---> 6a95ec9980cd
16:12:18 Successfully built 6a95ec9980cd
16:12:18 Successfully tagged cliendtoendsuite_notary-server:latest
16:12:18 Creating cliendtoendsuite_registry_1 ... 
16:12:18 Creating cliendtoendsuite_engine_1   ... 
16:12:18 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:12:18 Creating cliendtoendsuite_notary-server_1      ... 
16:12:24 
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.19.0.4:2375
16:12:24 Client:
16:12:24  Version:           19.09.0-dev
16:12:24  API version:       1.40 (downgraded from 1.41)
16:12:24  Go version:        go1.12.10
16:12:24  Git commit:        
16:12:24  Built:             Fri Oct 18 16:09:31 2019
16:12:24  OS/Arch:           linux/amd64
16:12:24  Experimental:      false
16:12:24 
16:12:24 Server: Docker Engine - Community
16:12:24  Engine:
16:12:24   Version:          19.03.3
16:12:24   API version:      1.40 (minimum version 1.12)
16:12:24   Go version:       go1.12.10
16:12:24   Git commit:       a872fc2f86
16:12:24   Built:            Tue Oct  8 01:01:20 2019
16:12:24   OS/Arch:          linux/amd64
16:12:24   Experimental:     true
16:12:24  containerd:
16:12:24   Version:          v1.2.10
16:12:24   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:12:24  runc:
16:12:24   Version:          1.0.0-rc8+dev
16:12:24   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:12:24  docker-init:
16:12:24   Version:          0.18.0
16:12:24   GitCommit:        fec3683
16:12:24 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:12:24 88286f41530e: Pulling fs layer
16:12:24 88286f41530e: Verifying Checksum
16:12:24 88286f41530e: Download complete
16:12:24 88286f41530e: Pull complete
16:12:24 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:24 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:24 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:24 The push refers to repository [registry:5000/alpine]
16:12:24 5bef08742407: Preparing
16:12:25 5bef08742407: Pushed
16:12:25 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:12:25 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:12:25 03b1be98f3f9: Pulling fs layer
16:12:25 03b1be98f3f9: Verifying Checksum
16:12:25 03b1be98f3f9: Download complete
16:12:25 03b1be98f3f9: Pull complete
16:12:25 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:25 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:25 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:25 The push refers to repository [registry:5000/busybox]
16:12:25 6a749002dd6a: Preparing
16:12:26 6a749002dd6a: Pushed
16:12:26 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:12:26 Swarm initialized: current node (daj0vr20qjdxi67qgnd4zd9eb) is now a manager.
16:12:26 
16:12:26 To add a worker to this swarm, run the following command:
16:12:26 
16:12:26     docker swarm join --token SWMTKN-1-2s38sk8ytb4mgmc9kpjt4szvddjizm4u9f8dkwakhvqcwvpsdx-ap9i16yx95rjnm5pfkwd7de66 172.19.0.4:2377
16:12:26 
16:12:26 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:12:26 
16:12:58 ✓  e2e/cli-plugins (2.499s)
16:12:58 ∅  e2e/cli-plugins/plugins/badmeta
16:12:58 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:12:58 ✓  e2e/context (46ms)
16:13:02 ✓  e2e/container (9.464s)
16:13:06 ✓  e2e/plugin (3.569s)
16:13:07 ✓  e2e/stack (659ms)
16:13:08 ✓  e2e/system (70ms)
16:13:11 ✓  e2e/image (16.519s)
16:13:11 ∅  e2e/internal/fixtures
16:13:11 ∅  e2e/plugin/basic
16:13:12 ✓  e2e/trust (3.762s)
16:13:12 
16:13:12 === Skipped
16:13:12 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:13:12     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:13:12 
16:13:12 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:13:12     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:13:12         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:13:12 
16:13:12 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:13:12     --- SKIP: TestRemove/Kubernetes (0.00s)
16:13:12         remove_test.go:22: !environment.KubernetesEnabled()
16:13:12 
16:13:12 
16:13:12 DONE 88 tests, 3 skipped in 45.882s
16:13:13 Stopping cliendtoendsuite_notary-server_1      ... 
16:13:13 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:13:13 Stopping cliendtoendsuite_engine_1             ... 
16:13:13 Stopping cliendtoendsuite_registry_1           ... 
16:13:15 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
16:13:15 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:13:15 Removing cliendtoendsuite_engine_1             ... 
16:13:15 Removing cliendtoendsuite_registry_1           ... 
16:13:15 
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
16:13:15 Removing image cliendtoendsuite_notary-server
16:13:15 Removing image cliendtoendsuite_evil-notary-server
16:13:15 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
16:13:17 Creating network "cliendtoendsuite_default" with the default driver
16:13:17 Building evil-notary-server
16:13:17 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:13:17 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:13:17  ---> 16b632e954ca
16:13:17 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:13:17  ---> 293d865ccc15
16:13:17 Successfully built 293d865ccc15
16:13:17 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:13:17 Building engine
16:13:17 Step 1/6 : FROM docker:test-dind
16:13:17 test-dind: Pulling from library/docker
16:13:23 Digest: sha256:fda52fc6ddb6aded7db99287cb1ba1772b04db2c7336dc60565319ec2c425b50
16:13:23 Status: Downloaded newer image for docker:test-dind
16:13:23  ---> 0cf610ae0792
16:13:23 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
16:13:24  ---> Running in 7512ce79e751
16:13:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:13:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:13:26 (1/5) Installing openssh-keygen (8.1_p1-r0)
16:13:26 (2/5) Installing openssh-server-common (8.1_p1-r0)
16:13:26 (3/5) Installing openssh-server (8.1_p1-r0)
16:13:26 (4/5) Installing linux-pam (1.3.0-r1)
16:13:26 (5/5) Installing shadow (4.6-r2)
16:13:26 Executing busybox-1.30.1-r2.trigger
16:13:26 OK: 24 MiB in 45 packages
16:13:26 Creating mailbox file: No such file or directory
16:13:27 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
16:13:28 Removing intermediate container 7512ce79e751
16:13:28  ---> e0313d31cdf4
16:13:28 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
16:13:28  ---> Running in fb912c9d241e
16:13:29 Removing intermediate container fb912c9d241e
16:13:29  ---> e27fabc97ba9
16:13:29 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
16:13:29  ---> 6165f12ec560
16:13:29 Step 5/6 : EXPOSE 22
16:13:29  ---> Running in c911324ef8e7
16:13:29 Removing intermediate container c911324ef8e7
16:13:29  ---> 1d55ffa7805a
16:13:29 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
16:13:29  ---> Running in 8561b5850051
16:13:29 Removing intermediate container 8561b5850051
16:13:29  ---> 2cf1f7685206
16:13:29 Successfully built 2cf1f7685206
16:13:29 Successfully tagged docker:stable-dind
16:13:29 Building notary-server
16:13:29 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:13:29 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:13:29  ---> 16b632e954ca
16:13:29 Step 3/3 : COPY ./notary/ /fixtures/
16:13:30  ---> 6e4d86d67a2d
16:13:30 Successfully built 6e4d86d67a2d
16:13:30 Successfully tagged cliendtoendsuite_notary-server:latest
16:13:30 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:13:30 Creating cliendtoendsuite_notary-server_1      ... 
16:13:30 Creating cliendtoendsuite_engine_1             ... 
16:13:30 Creating cliendtoendsuite_registry_1           ... 
16:13:35 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
16:13:35 Client:
16:13:35  Version:           19.09.0-dev
16:13:35  API version:       1.40 (downgraded from 1.41)
16:13:35  Go version:        go1.12.10
16:13:35  Git commit:        
16:13:35  Built:             Fri Oct 18 16:09:31 2019
16:13:35  OS/Arch:           linux/amd64
16:13:35  Experimental:      false
16:13:35 
16:13:35 Server: Docker Engine - Community
16:13:35  Engine:
16:13:35   Version:          19.03.4-rc1
16:13:35   API version:      1.40 (minimum version 1.12)
16:13:35   Go version:       go1.12.10
16:13:35   Git commit:       4ba2b1c606
16:13:35   Built:            Mon Oct 14 21:38:08 2019
16:13:35   OS/Arch:          linux/amd64
16:13:35   Experimental:     true
16:13:35  containerd:
16:13:35   Version:          v1.2.10
16:13:35   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:13:35  runc:
16:13:35   Version:          1.0.0-rc8+dev
16:13:35   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:13:35  docker-init:
16:13:35   Version:          0.18.0
16:13:35   GitCommit:        fec3683
16:13:36 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:13:36 88286f41530e: Pulling fs layer
16:13:36 88286f41530e: Download complete
16:13:36 88286f41530e: Pull complete
16:13:36 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:36 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:36 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:37 The push refers to repository [registry:5000/alpine]
16:13:37 5bef08742407: Preparing
16:13:37 5bef08742407: Pushed
16:13:37 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:13:37 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:13:37 03b1be98f3f9: Pulling fs layer
16:13:37 03b1be98f3f9: Verifying Checksum
16:13:37 03b1be98f3f9: Download complete
16:13:37 03b1be98f3f9: Pull complete
16:13:37 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:37 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:37 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:38 The push refers to repository [registry:5000/busybox]
16:13:38 6a749002dd6a: Preparing
16:13:38 6a749002dd6a: Pushed
16:13:38 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:13:39 Swarm initialized: current node (lsksbp26no2mcs63nol5wsfim) is now a manager.
16:13:39 
16:13:39 To add a worker to this swarm, run the following command:
16:13:39 
16:13:39     docker swarm join --token SWMTKN-1-2l79syhbeyc3axxku9jgkhbxuvizhcr1vq0a1bbon7yujt3p4f-bdqf211j9al9kawtfbz87r6k1 172.20.0.5:2377
16:13:39 
16:13:39 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:13:39 
16:14:18 ✓  e2e/cli-plugins (14.01s)
16:14:18 ∅  e2e/cli-plugins/plugins/badmeta
16:14:18 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:14:19 ✓  e2e/context (28ms)
16:14:24 ✓  e2e/container (19.088s)
16:14:29 ✓  e2e/plugin (4.426s)
16:14:33 ✓  e2e/stack (2.254s)
16:14:33 ✓  e2e/system (267ms)
16:14:41 ✓  e2e/trust (7.148s)
16:14:47 ✓  e2e/image (26.841s)
16:14:47 ∅  e2e/internal/fixtures
16:14:47 ∅  e2e/plugin/basic
16:14:47 
16:14:47 === Skipped
16:14:47 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:14:47     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:14:47 
16:14:47 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:14:47     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:14:47         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:14:47 
16:14:47 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:14:47     --- SKIP: TestRemove/Kubernetes (0.00s)
16:14:47         remove_test.go:22: !environment.KubernetesEnabled()
16:14:47 
16:14:47 
16:14:47 DONE 88 tests, 3 skipped in 67.296s
16:14:47 Stopping cliendtoendsuite_notary-server_1      ... 
16:14:47 Stopping cliendtoendsuite_registry_1           ... 
16:14:47 Stopping cliendtoendsuite_engine_1             ... 
16:14:47 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:14:49 
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      ... 
16:14:49 Removing cliendtoendsuite_registry_1           ... 
16:14:49 Removing cliendtoendsuite_engine_1             ... 
16:14:49 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:14:49 
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
16:14:49 Removing image cliendtoendsuite_notary-server
16:14:49 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