Skip to content
Success

Console Output

Pull request #2100 updated
20:22:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 880e763594d1668685348ec962759bd81af9f7f8+9787a2d94b25689d83440e76e8d09dc0516315c8 (11d5cdac0e8bbc93c589eb32d2ef3f6defba218b)
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04a52caac21dccb17) in /home/ubuntu/workspace/cli_PR-2100
[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-2100@tmp/b94d5941-b06d-49ca-8519-adcbddb28a12/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
20:22:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:22:12 chowning workspace
[Pipeline] sh
20:22:12 + uname -m
[Pipeline] sh
20:22:13 + pwd
20:22:13 + id -u
20:22:13 + id -g
20:22:13 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2100:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
20:22:14 Removing all docker containers
[Pipeline] sh
20:22:14 + docker container ls -aq
[Pipeline] echo
20:22:14 Docker containers have been removed
[Pipeline] echo
20:22:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:22:14 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:22:14 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:22:14 Using the ‘stage’ step without a block argument is deprecated
20:22:14 Entering stage Git Checkout
20:22:14 Proceeding
[Pipeline] checkout
20:22:14 using credential docker-jenkins-github-credentials
20:22:14 Cloning the remote Git repository
20:22:14 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2100 # 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/2100/head:refs/remotes/origin/PR-2100 +refs/heads/18.09:refs/remotes/origin/18.09
20:22:17 Fetching without tags
20:22:17 Merging remotes/origin/18.09 commit 9787a2d94b25689d83440e76e8d09dc0516315c8 into PR head commit 880e763594d1668685348ec962759bd81af9f7f8
20:22:17 Merge succeeded, producing 880e763594d1668685348ec962759bd81af9f7f8
20:22:17 Checking out Revision 880e763594d1668685348ec962759bd81af9f7f8 (PR-2100)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2100/head:refs/remotes/origin/PR-2100 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # 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/2100/head:refs/remotes/origin/PR-2100 +refs/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 880e763594d1668685348ec962759bd81af9f7f8
 > git merge 9787a2d94b25689d83440e76e8d09dc0516315c8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
20:22:18 Commit message: "vendor: bump swarmkit"
[Pipeline] stage
20:22:18 Using the ‘stage’ step without a block argument is deprecated
20:22:18 Entering stage Run end-to-end test suite
20:22:18 Proceeding
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 880e763594d1668685348ec962759bd81af9f7f8
 > git rev-list --no-walk 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba # timeout=10
20:22:19 + docker version
20:22:19 Client: Docker Engine - Community
20:22:19  Version:           19.03.2
20:22:19  API version:       1.40
20:22:19  Go version:        go1.12.8
20:22:19  Git commit:        6a30dfc
20:22:19  Built:             Thu Aug 29 05:29:11 2019
20:22:19  OS/Arch:           linux/amd64
20:22:19  Experimental:      false
20:22:19 
20:22:19 Server: Docker Engine - Community
20:22:19  Engine:
20:22:19   Version:          19.03.2
20:22:19   API version:      1.40 (minimum version 1.12)
20:22:19   Go version:       go1.12.8
20:22:19   Git commit:       6a30dfc
20:22:19   Built:            Thu Aug 29 05:27:45 2019
20:22:19   OS/Arch:          linux/amd64
20:22:19   Experimental:     true
20:22:19  containerd:
20:22:19   Version:          1.2.6
20:22:19   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:22:19  runc:
20:22:19   Version:          1.0.0-rc8
20:22:19   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:22:19  docker-init:
20:22:19   Version:          0.18.0
20:22:19   GitCommit:        fec3683
[Pipeline] sh
20:22:19 + E2E_UNIQUE_ID=clie2e5 IMAGE_TAG=clie2e5 make -f docker.Makefile test-e2e
20:22:19 docker build -t docker-cli-e2eclie2e5 --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:22:20 Sending build context to Docker daemon  38.54MB

20:22:20 Step 1/18 : ARG GO_VERSION=1.11.13
20:22:20 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
20:22:20 a4d1531: Pulling from docker/containerd-shim-process
20:22:20 13b7b73e4c8f: Pulling fs layer
20:22:20 13b7b73e4c8f: Verifying Checksum
20:22:20 13b7b73e4c8f: Download complete
20:22:20 13b7b73e4c8f: Pull complete
20:22:20 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
20:22:20 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
20:22:20  ---> 88d1b3a51187
20:22:20 Step 3/18 : FROM golang:${GO_VERSION}
20:22:20 1.11.13: Pulling from library/golang
20:22:21 4ae16bd47783: Pulling fs layer
20:22:21 bbab4ec87ac4: Pulling fs layer
20:22:21 2ea1f7804402: Pulling fs layer
20:22:21 96465440c208: Pulling fs layer
20:22:21 16a3d8aca6cd: Pulling fs layer
20:22:21 3a62db25bdbe: Pulling fs layer
20:22:21 8c47c6b16c60: Pulling fs layer
20:22:21 16a3d8aca6cd: Waiting
20:22:21 3a62db25bdbe: Waiting
20:22:21 8c47c6b16c60: Waiting
20:22:21 96465440c208: Waiting
20:22:21 bbab4ec87ac4: Verifying Checksum
20:22:21 bbab4ec87ac4: Download complete
20:22:21 2ea1f7804402: Verifying Checksum
20:22:21 2ea1f7804402: Download complete
20:22:21 4ae16bd47783: Verifying Checksum
20:22:21 4ae16bd47783: Download complete
20:22:22 96465440c208: Verifying Checksum
20:22:22 96465440c208: Download complete
20:22:22 8c47c6b16c60: Verifying Checksum
20:22:22 8c47c6b16c60: Download complete
20:22:22 16a3d8aca6cd: Verifying Checksum
20:22:22 16a3d8aca6cd: Download complete
20:22:23 3a62db25bdbe: Verifying Checksum
20:22:23 3a62db25bdbe: Download complete
20:22:25 4ae16bd47783: Pull complete
20:22:25 bbab4ec87ac4: Pull complete
20:22:25 2ea1f7804402: Pull complete
20:22:27 96465440c208: Pull complete
20:22:29 16a3d8aca6cd: Pull complete
20:22:34 3a62db25bdbe: Pull complete
20:22:34 8c47c6b16c60: Pull complete
20:22:34 Digest: sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04
20:22:34 Status: Downloaded newer image for golang:1.11.13
20:22:34  ---> 43a154fee764
20:22:34 Step 4/18 : RUN apt-get update && apt-get install -y     build-essential     curl     openssl     btrfs-tools     libapparmor-dev     libseccomp-dev     iptables     openssh-client     && rm -rf /var/lib/apt/lists/*
20:22:37  ---> Running in 2c421ee6cb0a
20:22:37 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
20:22:38 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB]
20:22:38 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
20:22:38 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
20:22:38 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
20:22:38 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
20:22:39 Fetched 8206 kB in 2s (5199 kB/s)
20:22:39 Reading package lists...
20:22:40 Reading package lists...
20:22:40 Building dependency tree...
20:22:40 Reading state information...
20:22:40 curl is already the newest version (7.64.0-4).
20:22:40 openssh-client is already the newest version (1:7.9p1-10).
20:22:40 openssl is already the newest version (1.1.1c-1).
20:22:40 openssl set to manually installed.
20:22:40 The following additional packages will be installed:
20:22:40   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
20:22:40   libalgorithm-merge-perl libapparmor1 libbz2-1.0 libfakeroot libip4tc0
20:22:40   libip6tc0 libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3
20:22:40   libnfnetlink0 libnftables0 libnftnl11 nftables patch xz-utils
20:22:40 Suggested packages:
20:22:40   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
20:22:41 The following NEW packages will be installed:
20:22:41   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
20:22:41   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
20:22:41   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
20:22:41   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
20:22:41   libnftnl11 libseccomp-dev nftables patch xz-utils
20:22:41 The following packages will be upgraded:
20:22:41   libbz2-1.0
20:22:41 1 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:22:41 Need to get 4337 kB of archives.
20:22:41 After this operation, 12.4 MB of additional disk space will be used.
20:22:41 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
20:22:41 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:22:41 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
20:22:41 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
20:22:41 Get:5 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB]
20:22:41 Get:6 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:22:41 Get:7 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:22:41 Get:8 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:22:41 Get:9 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:22:41 Get:10 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:22:41 Get:11 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:22:41 Get:12 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:22:41 Get:13 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:22:41 Get:14 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
20:22:41 Get:15 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
20:22:41 Get:16 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
20:22:41 Get:17 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
20:22:41 Get:18 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
20:22:41 Get:19 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
20:22:41 Get:20 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
20:22:41 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
20:22:41 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
20:22:41 Get:23 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
20:22:41 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:22:41 Get:25 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:22:41 Get:26 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:22:41 debconf: delaying package configuration, since apt-utils is not installed
20:22:41 Fetched 4337 kB in 0s (13.7 MB/s)
20:22:41 Selecting previously unselected package libjansson4:amd64.
20:22:41 (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.)
20:22:41 Preparing to unpack .../libjansson4_2.12-1_amd64.deb ...
20:22:41 Unpacking libjansson4:amd64 (2.12-1) ...
20:22:41 Selecting previously unselected package libnftnl11:amd64.
20:22:41 Preparing to unpack .../libnftnl11_1.1.2-2_amd64.deb ...
20:22:41 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:22:41 Selecting previously unselected package libnftables0:amd64.
20:22:41 Preparing to unpack .../libnftables0_0.9.0-2_amd64.deb ...
20:22:41 Unpacking libnftables0:amd64 (0.9.0-2) ...
20:22:41 Selecting previously unselected package nftables.
20:22:41 Preparing to unpack .../nftables_0.9.0-2_amd64.deb ...
20:22:41 Unpacking nftables (0.9.0-2) ...
20:22:41 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ...
20:22:41 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ...
20:22:41 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ...
20:22:41 Selecting previously unselected package libip4tc0:amd64.
20:22:42 (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 ... 15434 files and directories currently installed.)
20:22:42 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ...
20:22:42 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:22:42 Selecting previously unselected package libip6tc0:amd64.
20:22:42 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
20:22:42 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:22:42 Selecting previously unselected package libiptc0:amd64.
20:22:42 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
20:22:42 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:22:42 Selecting previously unselected package libnfnetlink0:amd64.
20:22:42 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:22:42 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:22:42 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:22:42 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:22:42 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:22:42 Selecting previously unselected package iptables.
20:22:42 Preparing to unpack .../05-iptables_1.8.2-4_amd64.deb ...
20:22:42 Unpacking iptables (1.8.2-4) ...
20:22:42 Selecting previously unselected package bzip2.
20:22:42 Preparing to unpack .../06-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:22:42 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:22:42 Selecting previously unselected package xz-utils.
20:22:42 Preparing to unpack .../07-xz-utils_5.2.4-1_amd64.deb ...
20:22:42 Unpacking xz-utils (5.2.4-1) ...
20:22:42 Selecting previously unselected package liblzo2-2:amd64.
20:22:42 Preparing to unpack .../08-liblzo2-2_2.10-0.1_amd64.deb ...
20:22:42 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
20:22:42 Selecting previously unselected package btrfs-progs.
20:22:42 Preparing to unpack .../09-btrfs-progs_4.20.1-2_amd64.deb ...
20:22:42 Unpacking btrfs-progs (4.20.1-2) ...
20:22:42 Selecting previously unselected package patch.
20:22:42 Preparing to unpack .../10-patch_2.7.6-3+deb10u1_amd64.deb ...
20:22:42 Unpacking patch (2.7.6-3+deb10u1) ...
20:22:42 Selecting previously unselected package dpkg-dev.
20:22:42 Preparing to unpack .../11-dpkg-dev_1.19.7_all.deb ...
20:22:42 Unpacking dpkg-dev (1.19.7) ...
20:22:42 Selecting previously unselected package build-essential.
20:22:42 Preparing to unpack .../12-build-essential_12.6_amd64.deb ...
20:22:42 Unpacking build-essential (12.6) ...
20:22:42 Selecting previously unselected package libfakeroot:amd64.
20:22:42 Preparing to unpack .../13-libfakeroot_1.23-1_amd64.deb ...
20:22:42 Unpacking libfakeroot:amd64 (1.23-1) ...
20:22:42 Selecting previously unselected package fakeroot.
20:22:42 Preparing to unpack .../14-fakeroot_1.23-1_amd64.deb ...
20:22:42 Unpacking fakeroot (1.23-1) ...
20:22:43 Selecting previously unselected package libalgorithm-diff-perl.
20:22:43 Preparing to unpack .../15-libalgorithm-diff-perl_1.19.03-2_all.deb ...
20:22:43 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
20:22:43 Selecting previously unselected package libalgorithm-diff-xs-perl.
20:22:43 Preparing to unpack .../16-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
20:22:43 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:22:43 Selecting previously unselected package libalgorithm-merge-perl.
20:22:43 Preparing to unpack .../17-libalgorithm-merge-perl_0.08-3_all.deb ...
20:22:43 Unpacking libalgorithm-merge-perl (0.08-3) ...
20:22:43 Selecting previously unselected package libapparmor1:amd64.
20:22:43 Preparing to unpack .../18-libapparmor1_2.13.2-10_amd64.deb ...
20:22:43 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:22:43 Selecting previously unselected package libapparmor-dev:amd64.
20:22:43 Preparing to unpack .../19-libapparmor-dev_2.13.2-10_amd64.deb ...
20:22:43 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:22:43 Selecting previously unselected package libseccomp-dev:amd64.
20:22:43 Preparing to unpack .../20-libseccomp-dev_2.3.3-4_amd64.deb ...
20:22:43 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:22:43 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:22:43 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:22:43 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:22:43 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:22:43 Setting up libalgorithm-diff-perl (1.19.03-2) ...
20:22:43 Setting up liblzo2-2:amd64 (2.10-0.1) ...
20:22:43 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:22:43 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:22:43 Setting up libfakeroot:amd64 (1.23-1) ...
20:22:43 Setting up libjansson4:amd64 (2.12-1) ...
20:22:43 Setting up fakeroot (1.23-1) ...
20:22:43 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
20:22:43 Setting up libiptc0:amd64 (1.8.2-4) ...
20:22:43 Setting up xz-utils (5.2.4-1) ...
20:22:43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:22:43 Setting up patch (2.7.6-3+deb10u1) ...
20:22:43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:22:43 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:22:43 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:22:43 Setting up libalgorithm-merge-perl (0.08-3) ...
20:22:43 Setting up libnftables0:amd64 (0.9.0-2) ...
20:22:43 Setting up btrfs-progs (4.20.1-2) ...
20:22:43 Setting up dpkg-dev (1.19.7) ...
20:22:43 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:22:43 Setting up build-essential (12.6) ...
20:22:43 Setting up nftables (0.9.0-2) ...
20:22:43 Setting up iptables (1.8.2-4) ...
20:22:43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:22:43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:22:43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:22:43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:22:43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:22:43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:22:43 Processing triggers for libc-bin (2.28-10) ...
20:22:44 Removing intermediate container 2c421ee6cb0a
20:22:44  ---> fa8591422687
20:22:44 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
20:22:44  ---> Running in 289e9cc2b4c3
20:22:44 Removing intermediate container 289e9cc2b4c3
20:22:44  ---> 2176730c5c57
20:22:44 Step 6/18 : RUN curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose     && chmod +x /usr/local/bin/docker-compose
20:22:44  ---> Running in c3dcc977c2a0
20:22:45   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:22:45                                  Dload  Upload   Total   Spent    Left  Speed
20:22:45 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5990      0 --:--:-- --:--:-- --:--:--  5990
20:22:45 
100 10.3M  100 10.3M    0     0  46.8M      0 --:--:-- --:--:-- --:--:-- 46.8M
20:22:46 Removing intermediate container c3dcc977c2a0
20:22:46  ---> b7158775b1d1
20:22:46 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
20:22:46  ---> Running in 54641baff834
20:22:46 Removing intermediate container 54641baff834
20:22:46  ---> cd3e638a3c24
20:22:46 Step 8/18 : RUN curl -Ls https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 -o /usr/local/bin/notary     && chmod +x /usr/local/bin/notary
20:22:46  ---> Running in 015c15f48a6b
20:22:48 Removing intermediate container 015c15f48a6b
20:22:48  ---> 27eb45789f83
20:22:48 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
20:22:48  ---> Running in eb456096a676
20:22:49 Removing intermediate container eb456096a676
20:22:49  ---> 794dd4d2edb0
20:22:49 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
20:22:49  ---> Running in aa406efea87b
20:22:49 Removing intermediate container aa406efea87b
20:22:49  ---> 2ea13bf1e202
20:22:49 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
20:22:49  ---> 4589bac1afba
20:22:49 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
20:22:49  ---> Running in 5a452e0be211
20:22:50 Updating certificates in /etc/ssl/certs...
20:22:50 1 added, 0 removed; done.
20:22:50 Running hooks in /etc/ca-certificates/update.d...
20:22:50 done.
20:22:51 Removing intermediate container 5a452e0be211
20:22:51  ---> c5810a15f0fc
20:22:51 Step 13/18 : COPY . .
20:22:55  ---> 3f4d7a395813
20:22:55 Step 14/18 : ARG VERSION
20:22:55  ---> Running in cc3b021e2a8e
20:22:55 Removing intermediate container cc3b021e2a8e
20:22:55  ---> 71c4927408ed
20:22:55 Step 15/18 : ARG GITCOMMIT
20:22:55  ---> Running in 83c6be7a7f25
20:22:55 Removing intermediate container 83c6be7a7f25
20:22:55  ---> 22f3dd26c5d5
20:22:55 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
20:22:55  ---> Running in 3a49e9479a31
20:22:55 Removing intermediate container 3a49e9479a31
20:22:55  ---> 59743e48ea30
20:22:55 Step 17/18 : RUN ./scripts/build/binary
20:22:55  ---> Running in 1fc28073053f
20:22:56 Building statically linked build/docker-linux-amd64
20:24:04 Removing intermediate container 1fc28073053f
20:24:04  ---> d48a7dc113b8
20:24:04 Step 18/18 : CMD ./scripts/test/e2e/entry
20:24:04  ---> Running in f988a9718ed2
20:24:04 Removing intermediate container f988a9718ed2
20:24:04  ---> 7751c5ad9153
20:24:04 Successfully built 7751c5ad9153
20:24:04 Successfully tagged docker-cli-e2eclie2e5:latest
20:24:04 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e5
20:24:04 Creating network "cliendtoendsuite_default" with the default driver
20:24:04 Pulling registry (registry:2)...
20:24:04 2: Pulling from library/registry
20:24:04 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
20:24:04 Status: Downloaded newer image for registry:2
20:24:04 Pulling engine (docker:stable-dind)...
20:24:04 stable-dind: Pulling from library/docker
20:24:06 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
20:24:06 Status: Downloaded newer image for docker:stable-dind
20:24:06 Building notary-server
20:24:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:24:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:24:06 server-0.5.0: Pulling from library/notary
20:24:06 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
20:24:06 Status: Downloaded newer image for notary:server-0.5.0
20:24:06  ---> 16b632e954ca
20:24:06 Step 3/3 : COPY ./notary/ /fixtures/
20:24:09  ---> 464091b01642
20:24:09 Successfully built 464091b01642
20:24:09 Successfully tagged cliendtoendsuite_notary-server:latest
20:24:09 Creating cliendtoendsuite_notary-server_1 ... 
20:24:09 Creating cliendtoendsuite_registry_1      ... 
20:24:09 Creating cliendtoendsuite_engine_1        ... 
20:24:12 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
20:24:12 Client:
20:24:12  Version:           18.09.0-dev
20:24:12  API version:       1.39
20:24:12  Go version:        go1.11.13
20:24:12  Git commit:        
20:24:12  Built:             Tue Sep 24 20:22:56 2019
20:24:12  OS/Arch:           linux/amd64
20:24:12  Experimental:      false
20:24:12 
20:24:12 Server: Docker Engine - Community
20:24:12  Engine:
20:24:12   Version:          19.03.2
20:24:12   API version:      1.40 (minimum version 1.12)
20:24:12   Go version:       go1.12.8
20:24:12   Git commit:       6a30dfca03
20:24:12   Built:            Thu Aug 29 05:32:56 2019
20:24:12   OS/Arch:          linux/amd64
20:24:12   Experimental:     false
20:24:12  containerd:
20:24:12   Version:          v1.2.6
20:24:12   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:24:12  runc:
20:24:12   Version:          1.0.0-rc8
20:24:12   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:24:12  docker-init:
20:24:12   Version:          0.18.0
20:24:12   GitCommit:        fec3683
20:24:12 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:24:12 88286f41530e: Pulling fs layer
20:24:13 88286f41530e: Verifying Checksum
20:24:13 88286f41530e: Download complete
20:24:13 88286f41530e: Pull complete
20:24:13 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:24:13 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:24:13 The push refers to repository [registry:5000/alpine]
20:24:13 5bef08742407: Preparing
20:24:13 5bef08742407: Pushed
20:24:13 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:24:13 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:24:13 03b1be98f3f9: Pulling fs layer
20:24:13 03b1be98f3f9: Verifying Checksum
20:24:13 03b1be98f3f9: Download complete
20:24:14 03b1be98f3f9: Pull complete
20:24:14 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:24:14 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:24:14 The push refers to repository [registry:5000/busybox]
20:24:14 6a749002dd6a: Preparing
20:24:14 6a749002dd6a: Pushed
20:24:14 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:24:14 Swarm initialized: current node (16po88fwwl4566jl2l6cjuwik) is now a manager.
20:24:14 
20:24:14 To add a worker to this swarm, run the following command:
20:24:14 
20:24:14     docker swarm join --token SWMTKN-1-1rw9qgeqdp49y55tj3a70p8i908wsgx0leygrek0bvech1hl2f-5o2z536g3mzs86jerlfgek544 172.18.0.4:2377
20:24:14 
20:24:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:24:14 
20:24:24 === RUN   TestAttachExitCode
20:24:24 --- PASS: TestAttachExitCode (1.17s)
20:24:24 === RUN   TestCreateWithContentTrust
20:24:24 --- PASS: TestCreateWithContentTrust (0.89s)
20:24:24 === RUN   TestKillContainer
20:24:24 --- PASS: TestKillContainer (1.15s)
20:24:24 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:24:24 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.08s)
20:24:24 === RUN   TestRunWithContentTrust
20:24:24 --- PASS: TestRunWithContentTrust (1.76s)
20:24:24 PASS
20:24:24 ok  	github.com/docker/cli/e2e/container	6.045s
20:24:31 === RUN   TestBuildFromContextDirectoryWithTag
20:24:31 --- PASS: TestBuildFromContextDirectoryWithTag (1.53s)
20:24:31 === RUN   TestTrustedBuild
20:24:31 --- PASS: TestTrustedBuild (2.84s)
20:24:31 === RUN   TestTrustedBuildUntrustedImage
20:24:31 --- PASS: TestTrustedBuildUntrustedImage (0.11s)
20:24:31 === RUN   TestBuildIidFileSquash
20:24:31 --- SKIP: TestBuildIidFileSquash (0.04s)
20:24:31     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:24:31 === RUN   TestPullWithContentTrust
20:24:31 --- PASS: TestPullWithContentTrust (0.79s)
20:24:31 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:24:31 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.27s)
20:24:31 === RUN   TestPushWithContentTrust
20:24:31 --- PASS: TestPushWithContentTrust (0.40s)
20:24:31 === RUN   TestPushWithContentTrustUnreachableServer
20:24:31 --- PASS: TestPushWithContentTrustUnreachableServer (0.26s)
20:24:31 === RUN   TestPushWithContentTrustExistingTag
20:24:31 --- PASS: TestPushWithContentTrustExistingTag (0.74s)
20:24:31 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:24:31 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.17s)
20:24:31 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:24:31 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.28s)
20:24:31 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:24:31 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.17s)
20:24:31 PASS
20:24:31 ok  	github.com/docker/cli/e2e/image	11.618s
20:24:31 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:24:31 === RUN   TestInstallWithContentTrust
20:24:31 --- PASS: TestInstallWithContentTrust (3.58s)
20:24:31 === RUN   TestInstallWithContentTrustUntrusted
20:24:31 --- PASS: TestInstallWithContentTrustUntrusted (0.17s)
20:24:31 PASS
20:24:31 ok  	github.com/docker/cli/e2e/plugin	3.754s
20:24:32 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:24:33 === RUN   TestDeployWithNamedResources
20:24:33 === RUN   TestDeployWithNamedResources/Swarm
20:24:33 === RUN   TestDeployWithNamedResources/Kubernetes
20:24:33 --- PASS: TestDeployWithNamedResources (0.18s)
20:24:33     --- PASS: TestDeployWithNamedResources/Swarm (0.18s)
20:24:33     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:24:33         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:24:33 === RUN   TestStackDeployHelp
20:24:33 === RUN   TestStackDeployHelp/Swarm
20:24:33 === RUN   TestStackDeployHelp/Kubernetes
20:24:33 --- PASS: TestStackDeployHelp (0.12s)
20:24:33     --- PASS: TestStackDeployHelp/Swarm (0.06s)
20:24:33     --- PASS: TestStackDeployHelp/Kubernetes (0.06s)
20:24:33 === RUN   TestRemove
20:24:33 === RUN   TestRemove/Swarm
20:24:33 === RUN   TestRemove/Kubernetes
20:24:33 --- PASS: TestRemove (0.31s)
20:24:33     --- PASS: TestRemove/Swarm (0.31s)
20:24:33     --- SKIP: TestRemove/Kubernetes (0.00s)
20:24:33         remove_test.go:22: !environment.KubernetesEnabled()
20:24:33 PASS
20:24:33 ok  	github.com/docker/cli/e2e/stack	0.608s
20:24:33 === RUN   TestInspectInvalidReference
20:24:33 --- PASS: TestInspectInvalidReference (0.06s)
20:24:33 PASS
20:24:33 ok  	github.com/docker/cli/e2e/system	0.066s
20:24:35 === RUN   TestRevokeImage
20:24:35 --- PASS: TestRevokeImage (0.56s)
20:24:35 === RUN   TestRevokeRepo
20:24:35 --- PASS: TestRevokeRepo (0.84s)
20:24:35 === RUN   TestSignLocalImage
20:24:35 --- PASS: TestSignLocalImage (0.33s)
20:24:35 === RUN   TestSignWithLocalFlag
20:24:35 --- PASS: TestSignWithLocalFlag (0.62s)
20:24:35 PASS
20:24:35 ok  	github.com/docker/cli/e2e/trust	2.356s
20:24:36 Stopping cliendtoendsuite_engine_1        ... 
20:24:36 Stopping cliendtoendsuite_registry_1      ... 
20:24:36 Stopping cliendtoendsuite_notary-server_1 ... 
20:24:37 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
20:24:37 Removing cliendtoendsuite_registry_1      ... 
20:24:37 Removing cliendtoendsuite_notary-server_1 ... 
20:24:37 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
20:24:38 Removing image cliendtoendsuite_notary-server
20:24:38 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e5
20:24:40 Creating network "cliendtoendsuite_default" with the default driver
20:24:40 Building notary-server
20:24:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:24:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:24:40  ---> 16b632e954ca
20:24:40 Step 3/3 : COPY ./notary/ /fixtures/
20:24:40  ---> f1edcb9ff4af
20:24:40 Successfully built f1edcb9ff4af
20:24:40 Successfully tagged cliendtoendsuite_notary-server:latest
20:24:40 Creating cliendtoendsuite_notary-server_1 ... 
20:24:40 Creating cliendtoendsuite_registry_1      ... 
20:24:40 Creating cliendtoendsuite_engine_1        ... 
20:24:43 
Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
20:24:43 Client:
20:24:43  Version:           18.09.0-dev
20:24:43  API version:       1.39
20:24:43  Go version:        go1.11.13
20:24:43  Git commit:        
20:24:43  Built:             Tue Sep 24 20:22:56 2019
20:24:43  OS/Arch:           linux/amd64
20:24:43  Experimental:      false
20:24:43 
20:24:43 Server: Docker Engine - Community
20:24:43  Engine:
20:24:43   Version:          19.03.2
20:24:43   API version:      1.40 (minimum version 1.12)
20:24:43   Go version:       go1.12.8
20:24:43   Git commit:       6a30dfca03
20:24:43   Built:            Thu Aug 29 05:32:56 2019
20:24:43   OS/Arch:          linux/amd64
20:24:43   Experimental:     true
20:24:43  containerd:
20:24:43   Version:          v1.2.6
20:24:43   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:24:43  runc:
20:24:43   Version:          1.0.0-rc8
20:24:43   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:24:43  docker-init:
20:24:43   Version:          0.18.0
20:24:43   GitCommit:        fec3683
20:24:43 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:24:44 88286f41530e: Pulling fs layer
20:24:44 88286f41530e: Verifying Checksum
20:24:44 88286f41530e: Download complete
20:24:44 88286f41530e: Pull complete
20:24:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:24:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:24:44 The push refers to repository [registry:5000/alpine]
20:24:44 5bef08742407: Preparing
20:24:44 5bef08742407: Pushed
20:24:44 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:24:45 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:24:45 03b1be98f3f9: Pulling fs layer
20:24:45 03b1be98f3f9: Verifying Checksum
20:24:45 03b1be98f3f9: Download complete
20:24:45 03b1be98f3f9: Pull complete
20:24:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:24:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:24:45 The push refers to repository [registry:5000/busybox]
20:24:45 6a749002dd6a: Preparing
20:24:45 6a749002dd6a: Pushed
20:24:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:24:46 Swarm initialized: current node (rmivr7zqzf50jpfzottkm9rub) is now a manager.
20:24:46 
20:24:46 To add a worker to this swarm, run the following command:
20:24:46 
20:24:46     docker swarm join --token SWMTKN-1-68djqgrvsyjoj0thzlvkoa9m3cfnlqwif7jd9xg7kel2qv9a05-1yu04vipyayy045wqxzkdwll2 172.19.0.4:2377
20:24:46 
20:24:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:24:46 
20:24:56 === RUN   TestAttachExitCode
20:24:56 --- PASS: TestAttachExitCode (1.35s)
20:24:56 === RUN   TestCreateWithContentTrust
20:24:56 --- PASS: TestCreateWithContentTrust (0.87s)
20:24:56 === RUN   TestKillContainer
20:24:56 --- PASS: TestKillContainer (1.06s)
20:24:56 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:24:56 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.10s)
20:24:56 === RUN   TestRunWithContentTrust
20:24:56 --- PASS: TestRunWithContentTrust (1.62s)
20:24:56 PASS
20:24:56 ok  	github.com/docker/cli/e2e/container	6.000s
20:25:06 === RUN   TestBuildFromContextDirectoryWithTag
20:25:06 --- PASS: TestBuildFromContextDirectoryWithTag (1.68s)
20:25:06 === RUN   TestTrustedBuild
20:25:06 --- PASS: TestTrustedBuild (2.58s)
20:25:06 === RUN   TestTrustedBuildUntrustedImage
20:25:06 --- PASS: TestTrustedBuildUntrustedImage (0.15s)
20:25:06 === RUN   TestBuildIidFileSquash
20:25:06 --- PASS: TestBuildIidFileSquash (3.19s)
20:25:06 === RUN   TestPullWithContentTrust
20:25:06 --- PASS: TestPullWithContentTrust (1.07s)
20:25:06 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:25:06 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.04s)
20:25:06 === RUN   TestPushWithContentTrust
20:25:06 --- PASS: TestPushWithContentTrust (0.27s)
20:25:06 === RUN   TestPushWithContentTrustUnreachableServer
20:25:06 --- PASS: TestPushWithContentTrustUnreachableServer (0.15s)
20:25:06 === RUN   TestPushWithContentTrustExistingTag
20:25:06 --- PASS: TestPushWithContentTrustExistingTag (0.63s)
20:25:06 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:25:06 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.20s)
20:25:06 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:25:06 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.62s)
20:25:06 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:25:06 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.38s)
20:25:06 PASS
20:25:06 ok  	github.com/docker/cli/e2e/image	14.962s
20:25:06 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:25:06 === RUN   TestInstallWithContentTrust
20:25:06 --- PASS: TestInstallWithContentTrust (3.44s)
20:25:06 === RUN   TestInstallWithContentTrustUntrusted
20:25:06 --- PASS: TestInstallWithContentTrustUntrusted (0.14s)
20:25:06 PASS
20:25:06 ok  	github.com/docker/cli/e2e/plugin	3.591s
20:25:06 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:25:06 === RUN   TestDeployWithNamedResources
20:25:06 === RUN   TestDeployWithNamedResources/Swarm
20:25:06 === RUN   TestDeployWithNamedResources/Kubernetes
20:25:06 --- PASS: TestDeployWithNamedResources (0.19s)
20:25:06     --- PASS: TestDeployWithNamedResources/Swarm (0.19s)
20:25:06     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:25:06         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:25:06 === RUN   TestStackDeployHelp
20:25:06 === RUN   TestStackDeployHelp/Swarm
20:25:06 === RUN   TestStackDeployHelp/Kubernetes
20:25:06 --- PASS: TestStackDeployHelp (0.08s)
20:25:06     --- PASS: TestStackDeployHelp/Swarm (0.04s)
20:25:06     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
20:25:06 === RUN   TestRemove
20:25:06 === RUN   TestRemove/Swarm
20:25:06 === RUN   TestRemove/Kubernetes
20:25:06 --- PASS: TestRemove (0.32s)
20:25:06     --- PASS: TestRemove/Swarm (0.32s)
20:25:06     --- SKIP: TestRemove/Kubernetes (0.00s)
20:25:06         remove_test.go:22: !environment.KubernetesEnabled()
20:25:06 PASS
20:25:06 ok  	github.com/docker/cli/e2e/stack	0.595s
20:25:06 === RUN   TestInspectInvalidReference
20:25:06 --- PASS: TestInspectInvalidReference (0.07s)
20:25:06 PASS
20:25:06 ok  	github.com/docker/cli/e2e/system	0.071s
20:25:08 === RUN   TestRevokeImage
20:25:08 --- PASS: TestRevokeImage (0.47s)
20:25:08 === RUN   TestRevokeRepo
20:25:08 --- PASS: TestRevokeRepo (0.85s)
20:25:08 === RUN   TestSignLocalImage
20:25:08 --- PASS: TestSignLocalImage (0.32s)
20:25:08 === RUN   TestSignWithLocalFlag
20:25:08 --- PASS: TestSignWithLocalFlag (0.61s)
20:25:08 PASS
20:25:08 ok  	github.com/docker/cli/e2e/trust	2.261s
20:25:08 Stopping cliendtoendsuite_engine_1        ... 
20:25:08 Stopping cliendtoendsuite_registry_1      ... 
20:25:08 Stopping cliendtoendsuite_notary-server_1 ... 
20:25:10 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
20:25:10 Removing cliendtoendsuite_registry_1      ... 
20:25:10 Removing cliendtoendsuite_notary-server_1 ... 
20:25:10 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
20:25:10 Removing image cliendtoendsuite_notary-server
20:25:11 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e5
20:25:12 Creating network "cliendtoendsuite_default" with the default driver
20:25:12 Building engine
20:25:12 Step 1/6 : FROM docker:test-dind
20:25:13 test-dind: Pulling from library/docker
20:25:13 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
20:25:13 Status: Downloaded newer image for docker:test-dind
20:25:13  ---> 5768e15eefd1
20:25:13 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
20:25:13  ---> Running in 5ddc17571270
20:25:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:25:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:25:15 (1/5) Installing openssh-keygen (8.0_p1-r0)
20:25:15 (2/5) Installing openssh-server-common (8.0_p1-r0)
20:25:15 (3/5) Installing openssh-server (8.0_p1-r0)
20:25:15 (4/5) Installing linux-pam (1.3.0-r1)
20:25:15 (5/5) Installing shadow (4.6-r2)
20:25:15 Executing busybox-1.30.1-r2.trigger
20:25:15 OK: 24 MiB in 45 packages
20:25:15 Creating mailbox file: No such file or directory
20:25:16 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
20:25:16 Removing intermediate container 5ddc17571270
20:25:16  ---> 5f9f586c7b3b
20:25:16 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:25:17  ---> Running in be7fde75d3eb
20:25:18 Removing intermediate container be7fde75d3eb
20:25:18  ---> 1902870cd9e3
20:25:18 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:25:18  ---> acbca5454cfc
20:25:18 Step 5/6 : EXPOSE 22
20:25:18  ---> Running in 6c09b9846a58
20:25:18 Removing intermediate container 6c09b9846a58
20:25:18  ---> 241007a7332a
20:25:18 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:25:19  ---> Running in 8ab93382db6c
20:25:19 Removing intermediate container 8ab93382db6c
20:25:19  ---> 235915af83fe
20:25:19 Successfully built 235915af83fe
20:25:19 Successfully tagged docker:stable-dind
20:25:19 Building notary-server
20:25:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:25:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:25:19  ---> 16b632e954ca
20:25:19 Step 3/3 : COPY ./notary/ /fixtures/
20:25:19  ---> 137ebd824475
20:25:19 Successfully built 137ebd824475
20:25:19 Successfully tagged cliendtoendsuite_notary-server:latest
20:25:19 Creating cliendtoendsuite_registry_1 ... 
20:25:19 Creating cliendtoendsuite_engine_1   ... 
20:25:19 Creating cliendtoendsuite_notary-server_1 ... 
20:25:22 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.2
20:25:22 Client:
20:25:22  Version:           18.09.0-dev
20:25:22  API version:       1.39
20:25:22  Go version:        go1.11.13
20:25:22  Git commit:        
20:25:22  Built:             Tue Sep 24 20:22:56 2019
20:25:22  OS/Arch:           linux/amd64
20:25:22  Experimental:      false
20:25:22 
20:25:22 Server: Docker Engine - Community
20:25:22  Engine:
20:25:22   Version:          19.03.2
20:25:22   API version:      1.40 (minimum version 1.12)
20:25:22   Go version:       go1.12.8
20:25:22   Git commit:       6a30dfca03
20:25:22   Built:            Thu Aug 29 05:32:56 2019
20:25:22   OS/Arch:          linux/amd64
20:25:22   Experimental:     true
20:25:22  containerd:
20:25:22   Version:          v1.2.6
20:25:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:25:22  runc:
20:25:22   Version:          1.0.0-rc8
20:25:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:25:22  docker-init:
20:25:22   Version:          0.18.0
20:25:22   GitCommit:        fec3683
20:25:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:25:23 88286f41530e: Pulling fs layer
20:25:23 88286f41530e: Download complete
20:25:23 88286f41530e: Pull complete
20:25:23 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:25:23 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:25:24 The push refers to repository [registry:5000/alpine]
20:25:24 5bef08742407: Preparing
20:25:24 5bef08742407: Pushed
20:25:24 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:25:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:25:24 03b1be98f3f9: Pulling fs layer
20:25:25 03b1be98f3f9: Verifying Checksum
20:25:25 03b1be98f3f9: Download complete
20:25:25 03b1be98f3f9: Pull complete
20:25:25 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:25:25 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:25:25 The push refers to repository [registry:5000/busybox]
20:25:25 6a749002dd6a: Preparing
20:25:25 6a749002dd6a: Pushed
20:25:25 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:25:26 Swarm initialized: current node (qls99e8hnyv6cualha4v7bdk7) is now a manager.
20:25:26 
20:25:26 To add a worker to this swarm, run the following command:
20:25:26 
20:25:26     docker swarm join --token SWMTKN-1-1u4ols9852ucbz85cw13equwmixhj6aur48hnghw9m3ex8os2c-5zqanmrmo4s7z8omjylsq8e9m 172.20.0.2:2377
20:25:26 
20:25:26 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:25:26 
20:25:44 === RUN   TestAttachExitCode
20:25:44 --- PASS: TestAttachExitCode (1.98s)
20:25:44 === RUN   TestCreateWithContentTrust
20:25:44 --- PASS: TestCreateWithContentTrust (2.70s)
20:25:44 === RUN   TestKillContainer
20:25:44 --- PASS: TestKillContainer (1.94s)
20:25:44 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:25:44 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.51s)
20:25:44 === RUN   TestRunWithContentTrust
20:25:44 --- PASS: TestRunWithContentTrust (3.75s)
20:25:44 PASS
20:25:44 ok  	github.com/docker/cli/e2e/container	12.882s
20:25:59 === RUN   TestBuildFromContextDirectoryWithTag
20:25:59 --- PASS: TestBuildFromContextDirectoryWithTag (1.97s)
20:25:59 === RUN   TestTrustedBuild
20:25:59 --- PASS: TestTrustedBuild (6.06s)
20:25:59 === RUN   TestTrustedBuildUntrustedImage
20:25:59 --- PASS: TestTrustedBuildUntrustedImage (0.36s)
20:25:59 === RUN   TestBuildIidFileSquash
20:25:59 --- PASS: TestBuildIidFileSquash (3.79s)
20:25:59 === RUN   TestPullWithContentTrust
20:25:59 --- PASS: TestPullWithContentTrust (2.89s)
20:25:59 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:25:59 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.51s)
20:25:59 === RUN   TestPushWithContentTrust
20:25:59 --- PASS: TestPushWithContentTrust (0.94s)
20:25:59 === RUN   TestPushWithContentTrustUnreachableServer
20:25:59 --- PASS: TestPushWithContentTrustUnreachableServer (0.84s)
20:25:59 === RUN   TestPushWithContentTrustExistingTag
20:25:59 --- PASS: TestPushWithContentTrustExistingTag (1.56s)
20:25:59 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:25:59 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.87s)
20:25:59 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:25:59 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.12s)
20:25:59 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:25:59 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.95s)
20:25:59 PASS
20:25:59 ok  	github.com/docker/cli/e2e/image	27.863s
20:25:59 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:25:59 === RUN   TestInstallWithContentTrust
20:25:59 --- PASS: TestInstallWithContentTrust (4.57s)
20:25:59 === RUN   TestInstallWithContentTrustUntrusted
20:25:59 --- PASS: TestInstallWithContentTrustUntrusted (0.45s)
20:25:59 PASS
20:25:59 ok  	github.com/docker/cli/e2e/plugin	5.029s
20:25:59 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:25:59 === RUN   TestDeployWithNamedResources
20:25:59 === RUN   TestDeployWithNamedResources/Swarm
20:25:59 === RUN   TestDeployWithNamedResources/Kubernetes
20:25:59 --- PASS: TestDeployWithNamedResources (0.52s)
20:25:59     --- PASS: TestDeployWithNamedResources/Swarm (0.52s)
20:25:59     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:25:59         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:25:59 === RUN   TestStackDeployHelp
20:25:59 === RUN   TestStackDeployHelp/Swarm
20:25:59 === RUN   TestStackDeployHelp/Kubernetes
20:25:59 --- PASS: TestStackDeployHelp (0.05s)
20:25:59     --- PASS: TestStackDeployHelp/Swarm (0.03s)
20:25:59     --- PASS: TestStackDeployHelp/Kubernetes (0.02s)
20:25:59 === RUN   TestRemove
20:25:59 === RUN   TestRemove/Swarm
20:25:59 === RUN   TestRemove/Kubernetes
20:25:59 --- PASS: TestRemove (1.36s)
20:25:59     --- PASS: TestRemove/Swarm (1.36s)
20:25:59     --- SKIP: TestRemove/Kubernetes (0.00s)
20:25:59         remove_test.go:22: !environment.KubernetesEnabled()
20:25:59 PASS
20:25:59 ok  	github.com/docker/cli/e2e/stack	1.938s
20:25:59 === RUN   TestInspectInvalidReference
20:25:59 --- PASS: TestInspectInvalidReference (0.28s)
20:25:59 PASS
20:25:59 ok  	github.com/docker/cli/e2e/system	0.286s
20:26:02 === RUN   TestRevokeImage
20:26:02 --- PASS: TestRevokeImage (1.43s)
20:26:02 === RUN   TestRevokeRepo
20:26:02 --- PASS: TestRevokeRepo (2.42s)
20:26:02 === RUN   TestSignLocalImage
20:26:02 --- PASS: TestSignLocalImage (0.86s)
20:26:02 === RUN   TestSignWithLocalFlag
20:26:02 --- PASS: TestSignWithLocalFlag (1.73s)
20:26:02 PASS
20:26:02 ok  	github.com/docker/cli/e2e/trust	6.444s
20:26:02 Stopping cliendtoendsuite_notary-server_1 ... 
20:26:02 Stopping cliendtoendsuite_registry_1      ... 
20:26:02 Stopping cliendtoendsuite_engine_1        ... 
20:26:04 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_notary-server_1 ... 
20:26:04 Removing cliendtoendsuite_registry_1      ... 
20:26:04 Removing cliendtoendsuite_engine_1        ... 
20:26:04 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
20:26:04 Removing image cliendtoendsuite_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