Skip to content
Success

Console Output

Pull request #2100 updated
20:10:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba+9787a2d94b25689d83440e76e8d09dc0516315c8 (5d7266f2bf1d7ee71874d696365f01bd2716fbdf)
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-0b9e85b02fcd96020) 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/b60c985f-ed2a-4a85-ab9c-b3a3dd4d7533/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:10:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:10:14 chowning workspace
[Pipeline] sh
20:10:15 + uname -m
[Pipeline] sh
20:10:15 + pwd
20:10:15 + id -u
20:10:15 + id -g
20:10:15 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2100:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
20:10:16 Removing all docker containers
[Pipeline] sh
20:10:17 + docker container ls -aq
[Pipeline] echo
20:10:17 Docker containers have been removed
[Pipeline] echo
20:10:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:10:17 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:10:17 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:10:17 Using the ‘stage’ step without a block argument is deprecated
20:10:17 Entering stage Git Checkout
20:10:17 Proceeding
[Pipeline] checkout
20:10:17 using credential docker-jenkins-github-credentials
20:10:17 Cloning the remote Git repository
20:10:17 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:10:19 Fetching without tags
20:10:19 Merging remotes/origin/18.09 commit 9787a2d94b25689d83440e76e8d09dc0516315c8 into PR head commit 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba
20:10:20 Merge succeeded, producing 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba
20:10:20 Checking out Revision 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba (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 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba
 > git merge 9787a2d94b25689d83440e76e8d09dc0516315c8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a0a5f0de697df92f2f08bd12fa234ca3cb6a2ba
20:10:20 Commit message: "vendor: bump prometheus/* to match docker/engine"
 > git rev-list --no-walk 7a964b3b60bdf1110eb9da652f904446aaedb00e # timeout=10
[Pipeline] stage
20:10:21 Using the ‘stage’ step without a block argument is deprecated
20:10:21 Entering stage Run end-to-end test suite
20:10:21 Proceeding
[Pipeline] sh
20:10:21 + docker version
20:10:21 Client: Docker Engine - Community
20:10:21  Version:           19.03.2
20:10:21  API version:       1.40
20:10:21  Go version:        go1.12.8
20:10:21  Git commit:        6a30dfc
20:10:21  Built:             Thu Aug 29 05:29:11 2019
20:10:21  OS/Arch:           linux/amd64
20:10:21  Experimental:      false
20:10:21 
20:10:21 Server: Docker Engine - Community
20:10:21  Engine:
20:10:21   Version:          19.03.2
20:10:21   API version:      1.40 (minimum version 1.12)
20:10:21   Go version:       go1.12.8
20:10:21   Git commit:       6a30dfc
20:10:21   Built:            Thu Aug 29 05:27:45 2019
20:10:21   OS/Arch:          linux/amd64
20:10:21   Experimental:     true
20:10:21  containerd:
20:10:21   Version:          1.2.6
20:10:21   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:10:21  runc:
20:10:21   Version:          1.0.0-rc8
20:10:21   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:10:21  docker-init:
20:10:21   Version:          0.18.0
20:10:21   GitCommit:        fec3683
[Pipeline] sh
20:10:21 + E2E_UNIQUE_ID=clie2e4 IMAGE_TAG=clie2e4 make -f docker.Makefile test-e2e
20:10:21 docker build -t docker-cli-e2eclie2e4 --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:10:22 Sending build context to Docker daemon  38.53MB

20:10:22 Step 1/18 : ARG GO_VERSION=1.11.13
20:10:22 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
20:10:22 a4d1531: Pulling from docker/containerd-shim-process
20:10:22 13b7b73e4c8f: Pulling fs layer
20:10:22 13b7b73e4c8f: Verifying Checksum
20:10:22 13b7b73e4c8f: Download complete
20:10:22 13b7b73e4c8f: Pull complete
20:10:22 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
20:10:22 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
20:10:22  ---> 88d1b3a51187
20:10:22 Step 3/18 : FROM golang:${GO_VERSION}
20:10:23 1.11.13: Pulling from library/golang
20:10:23 4ae16bd47783: Pulling fs layer
20:10:23 bbab4ec87ac4: Pulling fs layer
20:10:23 2ea1f7804402: Pulling fs layer
20:10:23 96465440c208: Pulling fs layer
20:10:23 16a3d8aca6cd: Pulling fs layer
20:10:23 3a62db25bdbe: Pulling fs layer
20:10:23 8c47c6b16c60: Pulling fs layer
20:10:23 16a3d8aca6cd: Waiting
20:10:23 3a62db25bdbe: Waiting
20:10:23 8c47c6b16c60: Waiting
20:10:23 96465440c208: Waiting
20:10:23 bbab4ec87ac4: Verifying Checksum
20:10:23 bbab4ec87ac4: Download complete
20:10:23 2ea1f7804402: Verifying Checksum
20:10:23 2ea1f7804402: Download complete
20:10:23 4ae16bd47783: Verifying Checksum
20:10:23 4ae16bd47783: Download complete
20:10:24 16a3d8aca6cd: Verifying Checksum
20:10:24 16a3d8aca6cd: Download complete
20:10:24 8c47c6b16c60: Verifying Checksum
20:10:24 8c47c6b16c60: Download complete
20:10:24 96465440c208: Verifying Checksum
20:10:24 96465440c208: Download complete
20:10:25 3a62db25bdbe: Verifying Checksum
20:10:25 3a62db25bdbe: Download complete
20:10:26 4ae16bd47783: Pull complete
20:10:27 bbab4ec87ac4: Pull complete
20:10:27 2ea1f7804402: Pull complete
20:10:29 96465440c208: Pull complete
20:10:32 16a3d8aca6cd: Pull complete
20:10:37 3a62db25bdbe: Pull complete
20:10:37 8c47c6b16c60: Pull complete
20:10:37 Digest: sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04
20:10:37 Status: Downloaded newer image for golang:1.11.13
20:10:37  ---> 43a154fee764
20:10:37 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:10:38  ---> Running in a8989989e976
20:10:39 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
20:10:39 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
20:10:39 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
20:10:39 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB]
20:10:39 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
20:10:39 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
20:10:40 Fetched 8206 kB in 2s (4949 kB/s)
20:10:41 Reading package lists...
20:10:41 Reading package lists...
20:10:41 Building dependency tree...
20:10:41 Reading state information...
20:10:41 curl is already the newest version (7.64.0-4).
20:10:41 openssh-client is already the newest version (1:7.9p1-10).
20:10:41 openssl is already the newest version (1.1.1c-1).
20:10:41 openssl set to manually installed.
20:10:41 The following additional packages will be installed:
20:10:41   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
20:10:41   libalgorithm-merge-perl libapparmor1 libbz2-1.0 libfakeroot libip4tc0
20:10:41   libip6tc0 libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3
20:10:41   libnfnetlink0 libnftables0 libnftnl11 nftables patch xz-utils
20:10:41 Suggested packages:
20:10:41   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
20:10:42 The following NEW packages will be installed:
20:10:42   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
20:10:42   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
20:10:42   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
20:10:42   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
20:10:42   libnftnl11 libseccomp-dev nftables patch xz-utils
20:10:42 The following packages will be upgraded:
20:10:42   libbz2-1.0
20:10:42 1 upgraded, 25 newly installed, 0 to remove and 30 not upgraded.
20:10:42 Need to get 4337 kB of archives.
20:10:42 After this operation, 12.4 MB of additional disk space will be used.
20:10:42 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
20:10:42 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:10:42 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
20:10:42 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
20:10:42 Get:5 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB]
20:10:42 Get:6 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:10:42 Get:7 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:10:42 Get:8 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:10:42 Get:9 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:10:42 Get:10 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:10:42 Get:11 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:10:42 Get:12 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:10:42 Get:13 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:10:42 Get:14 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
20:10:42 Get:15 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
20:10:42 Get:16 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
20:10:42 Get:17 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
20:10:42 Get:18 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
20:10:42 Get:19 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
20:10:42 Get:20 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
20:10:42 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
20:10:42 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
20:10:42 Get:23 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
20:10:42 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:10:42 Get:25 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:10:42 Get:26 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:10:42 debconf: delaying package configuration, since apt-utils is not installed
20:10:42 Fetched 4337 kB in 0s (12.6 MB/s)
20:10:42 Selecting previously unselected package libjansson4:amd64.
20:10: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 ... 15394 files and directories currently installed.)
20:10:42 Preparing to unpack .../libjansson4_2.12-1_amd64.deb ...
20:10:42 Unpacking libjansson4:amd64 (2.12-1) ...
20:10:42 Selecting previously unselected package libnftnl11:amd64.
20:10:42 Preparing to unpack .../libnftnl11_1.1.2-2_amd64.deb ...
20:10:42 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:10:42 Selecting previously unselected package libnftables0:amd64.
20:10:42 Preparing to unpack .../libnftables0_0.9.0-2_amd64.deb ...
20:10:42 Unpacking libnftables0:amd64 (0.9.0-2) ...
20:10:42 Selecting previously unselected package nftables.
20:10:42 Preparing to unpack .../nftables_0.9.0-2_amd64.deb ...
20:10:42 Unpacking nftables (0.9.0-2) ...
20:10:42 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ...
20:10:42 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ...
20:10:42 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ...
20:10:42 Selecting previously unselected package libip4tc0:amd64.
20:10: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:10:42 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ...
20:10:42 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:10:42 Selecting previously unselected package libip6tc0:amd64.
20:10:42 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
20:10:42 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:10:42 Selecting previously unselected package libiptc0:amd64.
20:10:42 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
20:10:42 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:10:42 Selecting previously unselected package libnfnetlink0:amd64.
20:10:42 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:10:42 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:10:42 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:10:42 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:10:42 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:10:42 Selecting previously unselected package iptables.
20:10:42 Preparing to unpack .../05-iptables_1.8.2-4_amd64.deb ...
20:10:42 Unpacking iptables (1.8.2-4) ...
20:10:43 Selecting previously unselected package bzip2.
20:10:43 Preparing to unpack .../06-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:10:43 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:10:43 Selecting previously unselected package xz-utils.
20:10:43 Preparing to unpack .../07-xz-utils_5.2.4-1_amd64.deb ...
20:10:43 Unpacking xz-utils (5.2.4-1) ...
20:10:43 Selecting previously unselected package liblzo2-2:amd64.
20:10:43 Preparing to unpack .../08-liblzo2-2_2.10-0.1_amd64.deb ...
20:10:43 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
20:10:43 Selecting previously unselected package btrfs-progs.
20:10:43 Preparing to unpack .../09-btrfs-progs_4.20.1-2_amd64.deb ...
20:10:43 Unpacking btrfs-progs (4.20.1-2) ...
20:10:43 Selecting previously unselected package patch.
20:10:43 Preparing to unpack .../10-patch_2.7.6-3+deb10u1_amd64.deb ...
20:10:43 Unpacking patch (2.7.6-3+deb10u1) ...
20:10:43 Selecting previously unselected package dpkg-dev.
20:10:43 Preparing to unpack .../11-dpkg-dev_1.19.7_all.deb ...
20:10:43 Unpacking dpkg-dev (1.19.7) ...
20:10:43 Selecting previously unselected package build-essential.
20:10:43 Preparing to unpack .../12-build-essential_12.6_amd64.deb ...
20:10:43 Unpacking build-essential (12.6) ...
20:10:43 Selecting previously unselected package libfakeroot:amd64.
20:10:43 Preparing to unpack .../13-libfakeroot_1.23-1_amd64.deb ...
20:10:43 Unpacking libfakeroot:amd64 (1.23-1) ...
20:10:43 Selecting previously unselected package fakeroot.
20:10:43 Preparing to unpack .../14-fakeroot_1.23-1_amd64.deb ...
20:10:43 Unpacking fakeroot (1.23-1) ...
20:10:43 Selecting previously unselected package libalgorithm-diff-perl.
20:10:43 Preparing to unpack .../15-libalgorithm-diff-perl_1.19.03-2_all.deb ...
20:10:43 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
20:10:43 Selecting previously unselected package libalgorithm-diff-xs-perl.
20:10:43 Preparing to unpack .../16-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
20:10:43 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:10:43 Selecting previously unselected package libalgorithm-merge-perl.
20:10:43 Preparing to unpack .../17-libalgorithm-merge-perl_0.08-3_all.deb ...
20:10:43 Unpacking libalgorithm-merge-perl (0.08-3) ...
20:10:43 Selecting previously unselected package libapparmor1:amd64.
20:10:43 Preparing to unpack .../18-libapparmor1_2.13.2-10_amd64.deb ...
20:10:43 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:10:43 Selecting previously unselected package libapparmor-dev:amd64.
20:10:43 Preparing to unpack .../19-libapparmor-dev_2.13.2-10_amd64.deb ...
20:10:43 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:10:43 Selecting previously unselected package libseccomp-dev:amd64.
20:10:43 Preparing to unpack .../20-libseccomp-dev_2.3.3-4_amd64.deb ...
20:10:43 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:10:43 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:10:43 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:10:43 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:10:43 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:10:43 Setting up libalgorithm-diff-perl (1.19.03-2) ...
20:10:43 Setting up liblzo2-2:amd64 (2.10-0.1) ...
20:10:43 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:10:43 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:10:43 Setting up libfakeroot:amd64 (1.23-1) ...
20:10:43 Setting up libjansson4:amd64 (2.12-1) ...
20:10:43 Setting up fakeroot (1.23-1) ...
20:10:43 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
20:10:43 Setting up libiptc0:amd64 (1.8.2-4) ...
20:10:43 Setting up xz-utils (5.2.4-1) ...
20:10:43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:10:43 Setting up patch (2.7.6-3+deb10u1) ...
20:10:43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:10:43 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:10:43 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:10:43 Setting up libalgorithm-merge-perl (0.08-3) ...
20:10:43 Setting up libnftables0:amd64 (0.9.0-2) ...
20:10:43 Setting up btrfs-progs (4.20.1-2) ...
20:10:43 Setting up dpkg-dev (1.19.7) ...
20:10:43 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:10:43 Setting up build-essential (12.6) ...
20:10:43 Setting up nftables (0.9.0-2) ...
20:10:43 Setting up iptables (1.8.2-4) ...
20:10:43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:10:44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:10:44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:10:44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:10:44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:10:44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:10:44 Processing triggers for libc-bin (2.28-10) ...
20:10:44 Removing intermediate container a8989989e976
20:10:44  ---> aeb56e71e669
20:10:44 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
20:10:45  ---> Running in efc8991b073e
20:10:45 Removing intermediate container efc8991b073e
20:10:45  ---> 9d0094434423
20:10:45 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:10:45  ---> Running in 72217abab3d3
20:10:45   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:10:45                                  Dload  Upload   Total   Spent    Left  Speed
20:10:45 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6049      0 --:--:-- --:--:-- --:--:--  6049
20:10:46 
100 10.3M  100 10.3M    0     0  47.0M      0 --:--:-- --:--:-- --:--:-- 47.0M
20:10:46 Removing intermediate container 72217abab3d3
20:10:46  ---> 79c2165f29d7
20:10:46 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
20:10:46  ---> Running in 5f15b563e4f0
20:10:46 Removing intermediate container 5f15b563e4f0
20:10:46  ---> 64b8b2773f54
20:10: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:10:47  ---> Running in ab6243e5f397
20:10:48 Removing intermediate container ab6243e5f397
20:10:48  ---> 8cdce3e8e3c3
20:10:48 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
20:10:48  ---> Running in 29ca6d22989a
20:10:48 Removing intermediate container 29ca6d22989a
20:10:48  ---> 66022c8f8a44
20:10:48 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
20:10:48  ---> Running in 8374b99e7711
20:10:48 Removing intermediate container 8374b99e7711
20:10:48  ---> 8a45ac3ce3e4
20:10:48 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
20:10:49  ---> e0fcfd44fffd
20:10:49 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
20:10:49  ---> Running in 7410321e6eb3
20:10:50 Updating certificates in /etc/ssl/certs...
20:10:50 1 added, 0 removed; done.
20:10:50 Running hooks in /etc/ca-certificates/update.d...
20:10:50 done.
20:10:50 Removing intermediate container 7410321e6eb3
20:10:50  ---> 9b3649bebb65
20:10:50 Step 13/18 : COPY . .
20:10:53  ---> 019f78b231db
20:10:53 Step 14/18 : ARG VERSION
20:10:53  ---> Running in 313728f5d5c6
20:10:53 Removing intermediate container 313728f5d5c6
20:10:53  ---> 567182ec7a89
20:10:53 Step 15/18 : ARG GITCOMMIT
20:10:53  ---> Running in 3a3baf08f3ba
20:10:53 Removing intermediate container 3a3baf08f3ba
20:10:53  ---> 620ba2d527d4
20:10:53 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
20:10:53  ---> Running in 6b8c2e67c052
20:10:53 Removing intermediate container 6b8c2e67c052
20:10:53  ---> 4fe6bf5dd424
20:10:53 Step 17/18 : RUN ./scripts/build/binary
20:10:53  ---> Running in 92a2b0b7a629
20:10:54 Building statically linked build/docker-linux-amd64
20:12:02 Removing intermediate container 92a2b0b7a629
20:12:02  ---> c48703dfdd23
20:12:02 Step 18/18 : CMD ./scripts/test/e2e/entry
20:12:02  ---> Running in 7dfc438fb2c9
20:12:02 Removing intermediate container 7dfc438fb2c9
20:12:02  ---> 70b541a1bbb4
20:12:02 Successfully built 70b541a1bbb4
20:12:02 Successfully tagged docker-cli-e2eclie2e4:latest
20:12:02 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
20:12:02 Creating network "cliendtoendsuite_default" with the default driver
20:12:02 Pulling registry (registry:2)...
20:12:02 2: Pulling from library/registry
20:12:02 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
20:12:02 Status: Downloaded newer image for registry:2
20:12:02 Pulling engine (docker:stable-dind)...
20:12:02 stable-dind: Pulling from library/docker
20:12:02 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
20:12:02 Status: Downloaded newer image for docker:stable-dind
20:12:02 Building notary-server
20:12:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:12:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:12:02 server-0.5.0: Pulling from library/notary
20:12:02 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
20:12:02 Status: Downloaded newer image for notary:server-0.5.0
20:12:02  ---> 16b632e954ca
20:12:02 Step 3/3 : COPY ./notary/ /fixtures/
20:12:02  ---> 3dc27010568a
20:12:02 Successfully built 3dc27010568a
20:12:02 Successfully tagged cliendtoendsuite_notary-server:latest
20:12:02 Creating cliendtoendsuite_notary-server_1 ... 
20:12:02 Creating cliendtoendsuite_engine_1        ... 
20:12:02 Creating cliendtoendsuite_registry_1      ... 
20:12:05 
Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
20:12:05 Client:
20:12:05  Version:           18.09.0-dev
20:12:05  API version:       1.39
20:12:05  Go version:        go1.11.13
20:12:05  Git commit:        
20:12:05  Built:             Tue Sep 24 20:10:54 2019
20:12:05  OS/Arch:           linux/amd64
20:12:05  Experimental:      false
20:12:05 
20:12:05 Server: Docker Engine - Community
20:12:05  Engine:
20:12:05   Version:          19.03.2
20:12:05   API version:      1.40 (minimum version 1.12)
20:12:05   Go version:       go1.12.8
20:12:05   Git commit:       6a30dfca03
20:12:05   Built:            Thu Aug 29 05:32:56 2019
20:12:05   OS/Arch:          linux/amd64
20:12:05   Experimental:     false
20:12:05  containerd:
20:12:05   Version:          v1.2.6
20:12:05   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:12:05  runc:
20:12:05   Version:          1.0.0-rc8
20:12:05   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:12:05  docker-init:
20:12:05   Version:          0.18.0
20:12:05   GitCommit:        fec3683
20:12:05 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:12:05 88286f41530e: Pulling fs layer
20:12:05 88286f41530e: Verifying Checksum
20:12:05 88286f41530e: Download complete
20:12:05 88286f41530e: Pull complete
20:12:05 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:12:05 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:12:05 The push refers to repository [registry:5000/alpine]
20:12:05 5bef08742407: Preparing
20:12:06 5bef08742407: Pushed
20:12:06 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:12:06 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:12:06 03b1be98f3f9: Pulling fs layer
20:12:06 03b1be98f3f9: Verifying Checksum
20:12:06 03b1be98f3f9: Download complete
20:12:06 03b1be98f3f9: Pull complete
20:12:06 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:12:06 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:12:06 The push refers to repository [registry:5000/busybox]
20:12:06 6a749002dd6a: Preparing
20:12:06 6a749002dd6a: Pushed
20:12:06 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:12:07 Swarm initialized: current node (l6qv4rnlhdr97yjf6cvssg4nk) is now a manager.
20:12:07 
20:12:07 To add a worker to this swarm, run the following command:
20:12:07 
20:12:07     docker swarm join --token SWMTKN-1-22mgo7p0brxn2m1gjjjhjq30221cjs6lncyctkovfqfr7jq7gw-4xmqq53vbkrcvq1lpkbydcgzr 172.18.0.3:2377
20:12:07 
20:12:07 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:12:07 
20:12:17 === RUN   TestAttachExitCode
20:12:17 --- PASS: TestAttachExitCode (1.19s)
20:12:17 === RUN   TestCreateWithContentTrust
20:12:17 --- PASS: TestCreateWithContentTrust (0.86s)
20:12:17 === RUN   TestKillContainer
20:12:17 --- PASS: TestKillContainer (1.06s)
20:12:17 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:12:17 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.84s)
20:12:17 === RUN   TestRunWithContentTrust
20:12:17 --- PASS: TestRunWithContentTrust (1.72s)
20:12:17 PASS
20:12:17 ok  	github.com/docker/cli/e2e/container	5.671s
20:12:23 === RUN   TestBuildFromContextDirectoryWithTag
20:12:23 --- PASS: TestBuildFromContextDirectoryWithTag (1.35s)
20:12:23 === RUN   TestTrustedBuild
20:12:23 --- PASS: TestTrustedBuild (2.49s)
20:12:23 === RUN   TestTrustedBuildUntrustedImage
20:12:23 --- PASS: TestTrustedBuildUntrustedImage (0.14s)
20:12:23 === RUN   TestBuildIidFileSquash
20:12:23 --- SKIP: TestBuildIidFileSquash (0.04s)
20:12:23     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:12:23 === RUN   TestPullWithContentTrust
20:12:23 --- PASS: TestPullWithContentTrust (0.75s)
20:12:23 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:12:23 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.07s)
20:12:23 === RUN   TestPushWithContentTrust
20:12:23 --- PASS: TestPushWithContentTrust (0.39s)
20:12:23 === RUN   TestPushWithContentTrustUnreachableServer
20:12:23 --- PASS: TestPushWithContentTrustUnreachableServer (0.24s)
20:12:23 === RUN   TestPushWithContentTrustExistingTag
20:12:23 --- PASS: TestPushWithContentTrustExistingTag (0.70s)
20:12:23 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:12:23 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.22s)
20:12:23 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:12:23 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.47s)
20:12:23 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:12:23 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (0.90s)
20:12:23 PASS
20:12:23 ok  	github.com/docker/cli/e2e/image	10.756s
20:12:23 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:12:23 === RUN   TestInstallWithContentTrust
20:12:23 --- PASS: TestInstallWithContentTrust (3.50s)
20:12:23 === RUN   TestInstallWithContentTrustUntrusted
20:12:23 --- PASS: TestInstallWithContentTrustUntrusted (0.19s)
20:12:23 PASS
20:12:23 ok  	github.com/docker/cli/e2e/plugin	3.689s
20:12:24 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:12:25 === RUN   TestDeployWithNamedResources
20:12:25 === RUN   TestDeployWithNamedResources/Swarm
20:12:25 === RUN   TestDeployWithNamedResources/Kubernetes
20:12:25 --- PASS: TestDeployWithNamedResources (0.20s)
20:12:25     --- PASS: TestDeployWithNamedResources/Swarm (0.20s)
20:12:25     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:12:25         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:12:25 === RUN   TestStackDeployHelp
20:12:25 === RUN   TestStackDeployHelp/Swarm
20:12:25 === RUN   TestStackDeployHelp/Kubernetes
20:12:25 --- PASS: TestStackDeployHelp (0.09s)
20:12:25     --- PASS: TestStackDeployHelp/Swarm (0.03s)
20:12:25     --- PASS: TestStackDeployHelp/Kubernetes (0.05s)
20:12:25 === RUN   TestRemove
20:12:25 === RUN   TestRemove/Swarm
20:12:25 === RUN   TestRemove/Kubernetes
20:12:25 --- PASS: TestRemove (0.35s)
20:12:25     --- PASS: TestRemove/Swarm (0.35s)
20:12:25     --- SKIP: TestRemove/Kubernetes (0.00s)
20:12:25         remove_test.go:22: !environment.KubernetesEnabled()
20:12:25 PASS
20:12:25 ok  	github.com/docker/cli/e2e/stack	0.639s
20:12:25 === RUN   TestInspectInvalidReference
20:12:25 --- PASS: TestInspectInvalidReference (0.05s)
20:12:25 PASS
20:12:25 ok  	github.com/docker/cli/e2e/system	0.057s
20:12:27 === RUN   TestRevokeImage
20:12:27 --- PASS: TestRevokeImage (0.45s)
20:12:27 === RUN   TestRevokeRepo
20:12:27 --- PASS: TestRevokeRepo (0.73s)
20:12:27 === RUN   TestSignLocalImage
20:12:27 --- PASS: TestSignLocalImage (0.30s)
20:12:27 === RUN   TestSignWithLocalFlag
20:12:27 --- PASS: TestSignWithLocalFlag (0.58s)
20:12:27 PASS
20:12:27 ok  	github.com/docker/cli/e2e/trust	2.056s
20:12:27 Stopping cliendtoendsuite_registry_1      ... 
20:12:27 Stopping cliendtoendsuite_engine_1        ... 
20:12:27 Stopping cliendtoendsuite_notary-server_1 ... 
20:12:29 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
20:12:29 Removing cliendtoendsuite_engine_1        ... 
20:12:29 Removing cliendtoendsuite_notary-server_1 ... 
20:12:29 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
20:12:29 Removing image cliendtoendsuite_notary-server
20:12:30 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
20:12:31 Creating network "cliendtoendsuite_default" with the default driver
20:12:31 Building notary-server
20:12:31 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:12:31 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:12:31  ---> 16b632e954ca
20:12:31 Step 3/3 : COPY ./notary/ /fixtures/
20:12:31  ---> 324bdb51d2a4
20:12:31 Successfully built 324bdb51d2a4
20:12:31 Successfully tagged cliendtoendsuite_notary-server:latest
20:12:31 Creating cliendtoendsuite_notary-server_1 ... 
20:12:31 Creating cliendtoendsuite_engine_1        ... 
20:12:31 Creating cliendtoendsuite_registry_1      ... 
20:12:35 
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.19.0.2:2375
20:12:35 Client:
20:12:35  Version:           18.09.0-dev
20:12:35  API version:       1.39
20:12:35  Go version:        go1.11.13
20:12:35  Git commit:        
20:12:35  Built:             Tue Sep 24 20:10:54 2019
20:12:35  OS/Arch:           linux/amd64
20:12:35  Experimental:      false
20:12:35 
20:12:35 Server: Docker Engine - Community
20:12:35  Engine:
20:12:35   Version:          19.03.2
20:12:35   API version:      1.40 (minimum version 1.12)
20:12:35   Go version:       go1.12.8
20:12:35   Git commit:       6a30dfca03
20:12:35   Built:            Thu Aug 29 05:32:56 2019
20:12:35   OS/Arch:          linux/amd64
20:12:35   Experimental:     true
20:12:35  containerd:
20:12:35   Version:          v1.2.6
20:12:35   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:12:35  runc:
20:12:35   Version:          1.0.0-rc8
20:12:35   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:12:35  docker-init:
20:12:35   Version:          0.18.0
20:12:35   GitCommit:        fec3683
20:12:35 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:12:35 88286f41530e: Pulling fs layer
20:12:35 88286f41530e: Verifying Checksum
20:12:35 88286f41530e: Download complete
20:12:35 88286f41530e: Pull complete
20:12:35 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:12:35 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:12:35 The push refers to repository [registry:5000/alpine]
20:12:35 5bef08742407: Preparing
20:12:35 5bef08742407: Pushed
20:12:35 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:12:35 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:12:36 03b1be98f3f9: Pulling fs layer
20:12:36 03b1be98f3f9: Verifying Checksum
20:12:36 03b1be98f3f9: Download complete
20:12:36 03b1be98f3f9: Pull complete
20:12:36 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:12:36 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:12:36 The push refers to repository [registry:5000/busybox]
20:12:36 6a749002dd6a: Preparing
20:12:36 6a749002dd6a: Pushed
20:12:36 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:12:36 Swarm initialized: current node (ta92p3d4ix1mqx1j3gvenop3t) is now a manager.
20:12:36 
20:12:36 To add a worker to this swarm, run the following command:
20:12:36 
20:12:36     docker swarm join --token SWMTKN-1-34jyzsob67peytg4r2lgh1q0dujo76d0yd9k0d6z6c01pfrtn5-0wov2u3tsogso8vf992kbjc6u 172.19.0.2:2377
20:12:36 
20:12:36 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:12:36 
20:12:46 === RUN   TestAttachExitCode
20:12:46 --- PASS: TestAttachExitCode (1.00s)
20:12:46 === RUN   TestCreateWithContentTrust
20:12:46 --- PASS: TestCreateWithContentTrust (0.79s)
20:12:46 === RUN   TestKillContainer
20:12:46 --- PASS: TestKillContainer (0.99s)
20:12:46 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:12:46 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.01s)
20:12:46 === RUN   TestRunWithContentTrust
20:12:46 --- PASS: TestRunWithContentTrust (1.59s)
20:12:46 PASS
20:12:46 ok  	github.com/docker/cli/e2e/container	5.381s
20:12:54 === RUN   TestBuildFromContextDirectoryWithTag
20:12:54 --- PASS: TestBuildFromContextDirectoryWithTag (1.33s)
20:12:54 === RUN   TestTrustedBuild
20:12:54 --- PASS: TestTrustedBuild (2.50s)
20:12:54 === RUN   TestTrustedBuildUntrustedImage
20:12:54 --- PASS: TestTrustedBuildUntrustedImage (0.13s)
20:12:54 === RUN   TestBuildIidFileSquash
20:12:54 --- PASS: TestBuildIidFileSquash (2.68s)
20:12:54 === RUN   TestPullWithContentTrust
20:12:54 --- PASS: TestPullWithContentTrust (0.96s)
20:12:54 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:12:54 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.09s)
20:12:54 === RUN   TestPushWithContentTrust
20:12:54 --- PASS: TestPushWithContentTrust (0.31s)
20:12:54 === RUN   TestPushWithContentTrustUnreachableServer
20:12:54 --- PASS: TestPushWithContentTrustUnreachableServer (0.13s)
20:12:54 === RUN   TestPushWithContentTrustExistingTag
20:12:54 --- PASS: TestPushWithContentTrustExistingTag (0.44s)
20:12:54 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:12:54 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.00s)
20:12:54 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:12:54 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.47s)
20:12:54 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:12:54 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.40s)
20:12:54 PASS
20:12:54 ok  	github.com/docker/cli/e2e/image	13.450s
20:12:54 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:12:54 === RUN   TestInstallWithContentTrust
20:12:54 --- PASS: TestInstallWithContentTrust (3.40s)
20:12:54 === RUN   TestInstallWithContentTrustUntrusted
20:12:54 --- PASS: TestInstallWithContentTrustUntrusted (0.16s)
20:12:54 PASS
20:12:54 ok  	github.com/docker/cli/e2e/plugin	3.565s
20:12:54 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:12:55 === RUN   TestDeployWithNamedResources
20:12:55 === RUN   TestDeployWithNamedResources/Swarm
20:12:55 === RUN   TestDeployWithNamedResources/Kubernetes
20:12:55 --- PASS: TestDeployWithNamedResources (0.22s)
20:12:55     --- PASS: TestDeployWithNamedResources/Swarm (0.22s)
20:12:55     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:12:55         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:12:55 === RUN   TestStackDeployHelp
20:12:55 === RUN   TestStackDeployHelp/Swarm
20:12:55 === RUN   TestStackDeployHelp/Kubernetes
20:12:55 --- PASS: TestStackDeployHelp (0.10s)
20:12:55     --- PASS: TestStackDeployHelp/Swarm (0.04s)
20:12:55     --- PASS: TestStackDeployHelp/Kubernetes (0.05s)
20:12:55 === RUN   TestRemove
20:12:55 === RUN   TestRemove/Swarm
20:12:55 === RUN   TestRemove/Kubernetes
20:12:55 --- PASS: TestRemove (0.31s)
20:12:55     --- PASS: TestRemove/Swarm (0.31s)
20:12:55     --- SKIP: TestRemove/Kubernetes (0.00s)
20:12:55         remove_test.go:22: !environment.KubernetesEnabled()
20:12:55 PASS
20:12:55 ok  	github.com/docker/cli/e2e/stack	0.646s
20:12:55 === RUN   TestInspectInvalidReference
20:12:55 --- PASS: TestInspectInvalidReference (0.06s)
20:12:55 PASS
20:12:55 ok  	github.com/docker/cli/e2e/system	0.062s
20:12:58 === RUN   TestRevokeImage
20:12:58 --- PASS: TestRevokeImage (0.44s)
20:12:58 === RUN   TestRevokeRepo
20:12:58 --- PASS: TestRevokeRepo (0.79s)
20:12:58 === RUN   TestSignLocalImage
20:12:58 --- PASS: TestSignLocalImage (0.31s)
20:12:58 === RUN   TestSignWithLocalFlag
20:12:58 --- PASS: TestSignWithLocalFlag (0.61s)
20:12:58 PASS
20:12:58 ok  	github.com/docker/cli/e2e/trust	2.164s
20:12:58 Stopping cliendtoendsuite_registry_1      ... 
20:12:58 Stopping cliendtoendsuite_notary-server_1 ... 
20:12:58 Stopping cliendtoendsuite_engine_1        ... 
20:13:00 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
20:13:00 Removing cliendtoendsuite_notary-server_1 ... 
20:13:00 Removing cliendtoendsuite_engine_1        ... 
20:13:00 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
20:13:00 Removing image cliendtoendsuite_notary-server
20:13:00 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
20:13:02 Creating network "cliendtoendsuite_default" with the default driver
20:13:02 Building engine
20:13:02 Step 1/6 : FROM docker:test-dind
20:13:02 test-dind: Pulling from library/docker
20:13:02 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
20:13:02 Status: Downloaded newer image for docker:test-dind
20:13:02  ---> 5768e15eefd1
20:13:02 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:13:02  ---> Running in 67f336832cbf
20:13:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:13:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:13:04 (1/5) Installing openssh-keygen (8.0_p1-r0)
20:13:04 (2/5) Installing openssh-server-common (8.0_p1-r0)
20:13:04 (3/5) Installing openssh-server (8.0_p1-r0)
20:13:04 (4/5) Installing linux-pam (1.3.0-r1)
20:13:04 (5/5) Installing shadow (4.6-r2)
20:13:04 Executing busybox-1.30.1-r2.trigger
20:13:04 OK: 24 MiB in 45 packages
20:13:04 Creating mailbox file: No such file or directory
20:13:05 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
20:13:05 Removing intermediate container 67f336832cbf
20:13:05  ---> 394a661bec67
20:13:05 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:13:05  ---> Running in 8d0f0cf9ae6c
20:13:07 Removing intermediate container 8d0f0cf9ae6c
20:13:07  ---> 459a9687fce9
20:13:07 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:13:07  ---> 3afe5f52398f
20:13:07 Step 5/6 : EXPOSE 22
20:13:07  ---> Running in d9e05f41b78c
20:13:07 Removing intermediate container d9e05f41b78c
20:13:07  ---> fbbb125ce7cd
20:13:07 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:13:07  ---> Running in 3c08eb9d2721
20:13:07 Removing intermediate container 3c08eb9d2721
20:13:07  ---> e016ecbacd8b
20:13:07 Successfully built e016ecbacd8b
20:13:07 Successfully tagged docker:stable-dind
20:13:07 Building notary-server
20:13:07 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:13:07 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:13:07  ---> 16b632e954ca
20:13:07 Step 3/3 : COPY ./notary/ /fixtures/
20:13:07  ---> 8eb84c4a1a79
20:13:07 Successfully built 8eb84c4a1a79
20:13:07 Successfully tagged cliendtoendsuite_notary-server:latest
20:13:07 Creating cliendtoendsuite_registry_1 ... 
20:13:07 Creating cliendtoendsuite_notary-server_1 ... 
20:13:07 Creating cliendtoendsuite_engine_1        ... 
20:13:10 
Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
20:13:11 Client:
20:13:11  Version:           18.09.0-dev
20:13:11  API version:       1.39
20:13:11  Go version:        go1.11.13
20:13:11  Git commit:        
20:13:11  Built:             Tue Sep 24 20:10:54 2019
20:13:11  OS/Arch:           linux/amd64
20:13:11  Experimental:      false
20:13:11 
20:13:11 Server: Docker Engine - Community
20:13:11  Engine:
20:13:11   Version:          19.03.2
20:13:11   API version:      1.40 (minimum version 1.12)
20:13:11   Go version:       go1.12.8
20:13:11   Git commit:       6a30dfca03
20:13:11   Built:            Thu Aug 29 05:32:56 2019
20:13:11   OS/Arch:          linux/amd64
20:13:11   Experimental:     true
20:13:11  containerd:
20:13:11   Version:          v1.2.6
20:13:11   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:13:11  runc:
20:13:11   Version:          1.0.0-rc8
20:13:11   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:13:11  docker-init:
20:13:11   Version:          0.18.0
20:13:11   GitCommit:        fec3683
20:13:11 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:13:11 88286f41530e: Pulling fs layer
20:13:11 88286f41530e: Verifying Checksum
20:13:11 88286f41530e: Download complete
20:13:11 88286f41530e: Pull complete
20:13:11 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:13:11 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:13:12 The push refers to repository [registry:5000/alpine]
20:13:12 5bef08742407: Preparing
20:13:12 5bef08742407: Pushed
20:13:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:13:13 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:13:13 03b1be98f3f9: Pulling fs layer
20:13:13 03b1be98f3f9: Verifying Checksum
20:13:13 03b1be98f3f9: Download complete
20:13:13 03b1be98f3f9: Pull complete
20:13:13 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:13:13 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:13:13 The push refers to repository [registry:5000/busybox]
20:13:13 6a749002dd6a: Preparing
20:13:13 6a749002dd6a: Pushed
20:13:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:13:14 Swarm initialized: current node (jl6jir5m0lgb44jds5rk4n12s) is now a manager.
20:13:14 
20:13:14 To add a worker to this swarm, run the following command:
20:13:14 
20:13:14     docker swarm join --token SWMTKN-1-0w4pxdpwl86ok1rxosll1td9vnhkt5nhv3g2p00b774d7xj2m2-54t2gl2v7xffm6c5n0ezjw29o 172.20.0.4:2377
20:13:14 
20:13:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:13:14 
20:13:32 === RUN   TestAttachExitCode
20:13:32 --- PASS: TestAttachExitCode (1.94s)
20:13:32 === RUN   TestCreateWithContentTrust
20:13:32 --- PASS: TestCreateWithContentTrust (2.72s)
20:13:32 === RUN   TestKillContainer
20:13:32 --- PASS: TestKillContainer (1.86s)
20:13:32 === RUN   TestRunAttachedFromRemoteImageAndRemove
20:13:32 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.29s)
20:13:32 === RUN   TestRunWithContentTrust
20:13:32 --- PASS: TestRunWithContentTrust (3.64s)
20:13:32 PASS
20:13:32 ok  	github.com/docker/cli/e2e/container	12.452s
20:13:47 === RUN   TestBuildFromContextDirectoryWithTag
20:13:47 --- PASS: TestBuildFromContextDirectoryWithTag (1.83s)
20:13:47 === RUN   TestTrustedBuild
20:13:47 --- PASS: TestTrustedBuild (5.66s)
20:13:47 === RUN   TestTrustedBuildUntrustedImage
20:13:47 --- PASS: TestTrustedBuildUntrustedImage (0.28s)
20:13:47 === RUN   TestBuildIidFileSquash
20:13:47 --- PASS: TestBuildIidFileSquash (3.09s)
20:13:47 === RUN   TestPullWithContentTrust
20:13:47 --- PASS: TestPullWithContentTrust (2.82s)
20:13:47 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
20:13:47 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.41s)
20:13:47 === RUN   TestPushWithContentTrust
20:13:47 --- PASS: TestPushWithContentTrust (0.79s)
20:13:47 === RUN   TestPushWithContentTrustUnreachableServer
20:13:47 --- PASS: TestPushWithContentTrustUnreachableServer (0.78s)
20:13:47 === RUN   TestPushWithContentTrustExistingTag
20:13:47 --- PASS: TestPushWithContentTrustExistingTag (1.69s)
20:13:47 === RUN   TestPushWithContentTrustReleasesDelegationOnly
20:13:47 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.70s)
20:13:47 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
20:13:47 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.10s)
20:13:47 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
20:13:47 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.83s)
20:13:47 PASS
20:13:47 ok  	github.com/docker/cli/e2e/image	25.977s
20:13:47 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
20:13:47 === RUN   TestInstallWithContentTrust
20:13:47 --- PASS: TestInstallWithContentTrust (4.64s)
20:13:47 === RUN   TestInstallWithContentTrustUntrusted
20:13:47 --- PASS: TestInstallWithContentTrustUntrusted (0.51s)
20:13:47 PASS
20:13:47 ok  	github.com/docker/cli/e2e/plugin	5.157s
20:13:47 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
20:13:47 === RUN   TestDeployWithNamedResources
20:13:47 === RUN   TestDeployWithNamedResources/Swarm
20:13:47 === RUN   TestDeployWithNamedResources/Kubernetes
20:13:47 --- PASS: TestDeployWithNamedResources (0.54s)
20:13:47     --- PASS: TestDeployWithNamedResources/Swarm (0.54s)
20:13:47     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:13:47         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:13:47 === RUN   TestStackDeployHelp
20:13:47 === RUN   TestStackDeployHelp/Swarm
20:13:47 === RUN   TestStackDeployHelp/Kubernetes
20:13:47 --- PASS: TestStackDeployHelp (0.09s)
20:13:47     --- PASS: TestStackDeployHelp/Swarm (0.05s)
20:13:47     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
20:13:47 === RUN   TestRemove
20:13:47 === RUN   TestRemove/Swarm
20:13:47 === RUN   TestRemove/Kubernetes
20:13:47 --- PASS: TestRemove (1.30s)
20:13:47     --- PASS: TestRemove/Swarm (1.30s)
20:13:47     --- SKIP: TestRemove/Kubernetes (0.00s)
20:13:47         remove_test.go:22: !environment.KubernetesEnabled()
20:13:47 PASS
20:13:47 ok  	github.com/docker/cli/e2e/stack	1.929s
20:13:47 === RUN   TestInspectInvalidReference
20:13:47 --- PASS: TestInspectInvalidReference (0.25s)
20:13:47 PASS
20:13:47 ok  	github.com/docker/cli/e2e/system	0.255s
20:13:49 === RUN   TestRevokeImage
20:13:49 --- PASS: TestRevokeImage (1.43s)
20:13:49 === RUN   TestRevokeRepo
20:13:49 --- PASS: TestRevokeRepo (2.11s)
20:13:49 === RUN   TestSignLocalImage
20:13:49 --- PASS: TestSignLocalImage (0.88s)
20:13:49 === RUN   TestSignWithLocalFlag
20:13:49 --- PASS: TestSignWithLocalFlag (1.63s)
20:13:49 PASS
20:13:49 ok  	github.com/docker/cli/e2e/trust	6.053s
20:13:50 Stopping cliendtoendsuite_registry_1      ... 
20:13:50 Stopping cliendtoendsuite_engine_1        ... 
20:13:50 Stopping cliendtoendsuite_notary-server_1 ... 
20:13:52 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
20:13:52 Removing cliendtoendsuite_engine_1        ... 
20:13:52 Removing cliendtoendsuite_notary-server_1 ... 
20:13:52 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
20:13:52 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