Skip to content
Success

Console Output

Push event to branch 18.09
16:03:51 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 50c4621fc82a4fc979829d9d876282a97ec0cc1e
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-040863a6550167000) in /home/ubuntu/workspace/cli_18.09
[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_18.09@tmp/7ebe3580-e464-4e44-884f-57d9c906f34c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:03:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:03:54 chowning workspace
[Pipeline] sh
16:03:54 + uname -m
[Pipeline] sh
16:03:54 + pwd
16:03:54 + id -u
16:03:54 + id -g
16:03:54 + docker run --rm -v /home/ubuntu/workspace/cli_18.09:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:03:55 Removing all docker containers
[Pipeline] sh
16:03:56 + docker container ls -aq
[Pipeline] echo
16:03:56 Docker containers have been removed
[Pipeline] echo
16:03:56 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:03:56 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
16:03:56 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
16:03:56 Using the ‘stage’ step without a block argument is deprecated
16:03:56 Entering stage Git Checkout
16:03:56 Proceeding
[Pipeline] checkout
16:03:56 using credential docker-jenkins-github-credentials
16:03:56 Cloning the remote Git repository
16:03:56 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_18.09 # 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/heads/18.09:refs/remotes/origin/18.09
16:03:58 Fetching without tags
16:03:59 Checking out Revision 50c4621fc82a4fc979829d9d876282a97ec0cc1e (18.09)
 > git config remote.origin.url https://github.com/docker/cli.git # 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/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50c4621fc82a4fc979829d9d876282a97ec0cc1e
16:03:59 Commit message: "Merge pull request #2100 from kolyshkin/18.09-revendor-d-d"
[Pipeline] stage
16:04:00 Using the ‘stage’ step without a block argument is deprecated
16:04:00 Entering stage Run end-to-end test suite
16:04:00 Proceeding
[Pipeline] sh
 > git rev-list --no-walk 6219337a3738a0776692b12e790bbf3205e2c878 # timeout=10
16:04:00 + docker version
16:04:00 Client: Docker Engine - Community
16:04:00  Version:           19.03.2
16:04:00  API version:       1.40
16:04:00  Go version:        go1.12.8
16:04:00  Git commit:        6a30dfc
16:04:00  Built:             Thu Aug 29 05:29:11 2019
16:04:00  OS/Arch:           linux/amd64
16:04:00  Experimental:      false
16:04:00 
16:04:00 Server: Docker Engine - Community
16:04:00  Engine:
16:04:00   Version:          19.03.2
16:04:00   API version:      1.40 (minimum version 1.12)
16:04:00   Go version:       go1.12.8
16:04:00   Git commit:       6a30dfc
16:04:00   Built:            Thu Aug 29 05:27:45 2019
16:04:00   OS/Arch:          linux/amd64
16:04:00   Experimental:     true
16:04:00  containerd:
16:04:00   Version:          1.2.6
16:04:00   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:04:00  runc:
16:04:00   Version:          1.0.0-rc8
16:04:00   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:04:00  docker-init:
16:04:00   Version:          0.18.0
16:04:00   GitCommit:        fec3683
[Pipeline] sh
16:04:00 + E2E_UNIQUE_ID=clie2e7 IMAGE_TAG=clie2e7 make -f docker.Makefile test-e2e
16:04:00 docker build -t docker-cli-e2eclie2e7 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
16:04:01 Sending build context to Docker daemon  38.54MB

16:04:01 Step 1/18 : ARG GO_VERSION=1.12.12
16:04:01 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
16:04:01 a4d1531: Pulling from docker/containerd-shim-process
16:04:01 13b7b73e4c8f: Pulling fs layer
16:04:02 13b7b73e4c8f: Verifying Checksum
16:04:02 13b7b73e4c8f: Download complete
16:04:02 13b7b73e4c8f: Pull complete
16:04:02 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
16:04:02 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
16:04:02  ---> 88d1b3a51187
16:04:02 Step 3/18 : FROM golang:${GO_VERSION}
16:04:02 1.12.12: Pulling from library/golang
16:04:02 c7b7d16361e0: Pulling fs layer
16:04:02 b7a128769df1: Pulling fs layer
16:04:02 1128949d0793: Pulling fs layer
16:04:02 667692510b70: Pulling fs layer
16:04:02 c70d80036479: Pulling fs layer
16:04:02 1de3250885d9: Pulling fs layer
16:04:02 5edd1231cc13: Pulling fs layer
16:04:02 c70d80036479: Waiting
16:04:02 1de3250885d9: Waiting
16:04:02 5edd1231cc13: Waiting
16:04:02 667692510b70: Waiting
16:04:02 1128949d0793: Verifying Checksum
16:04:02 1128949d0793: Download complete
16:04:03 b7a128769df1: Verifying Checksum
16:04:03 b7a128769df1: Download complete
16:04:03 c7b7d16361e0: Verifying Checksum
16:04:03 c7b7d16361e0: Download complete
16:04:03 667692510b70: Verifying Checksum
16:04:03 667692510b70: Download complete
16:04:03 5edd1231cc13: Verifying Checksum
16:04:03 5edd1231cc13: Download complete
16:04:04 c70d80036479: Verifying Checksum
16:04:04 c70d80036479: Download complete
16:04:05 1de3250885d9: Verifying Checksum
16:04:05 1de3250885d9: Download complete
16:04:06 c7b7d16361e0: Pull complete
16:04:07 b7a128769df1: Pull complete
16:04:07 1128949d0793: Pull complete
16:04:09 667692510b70: Pull complete
16:04:12 c70d80036479: Pull complete
16:04:17 1de3250885d9: Pull complete
16:04:17 5edd1231cc13: Pull complete
16:04:17 Digest: sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09
16:04:17 Status: Downloaded newer image for golang:1.12.12
16:04:17  ---> 25f57e47afce
16:04:17 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/*
16:04:20  ---> Running in 44e9f68895b7
16:04:21 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
16:04:21 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
16:04:21 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
16:04:21 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.9 kB]
16:04:21 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
16:04:21 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
16:04:23 Fetched 8214 kB in 2s (4763 kB/s)
16:04:23 Reading package lists...
16:04:24 Reading package lists...
16:04:24 Building dependency tree...
16:04:24 Reading state information...
16:04:24 curl is already the newest version (7.64.0-4).
16:04:24 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
16:04:24 openssl is already the newest version (1.1.1d-0+deb10u2).
16:04:24 openssl set to manually installed.
16:04:24 The following additional packages will be installed:
16:04:24   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:04:24   libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0
16:04:24   libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0
16:04:24   libnftables0 libnftnl11 nftables patch xz-utils
16:04:24 Suggested packages:
16:04:24   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
16:04:24 The following NEW packages will be installed:
16:04:24   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
16:04:24   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
16:04:24   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
16:04:24   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
16:04:24   libnftnl11 libseccomp-dev nftables patch xz-utils
16:04:24 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:04:24 Need to get 4292 kB of archives.
16:04:24 After this operation, 12.4 MB of additional disk space will be used.
16:04:24 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
16:04:24 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
16:04:24 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
16:04:24 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
16:04:24 Get:5 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
16:04:24 Get:6 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
16:04:24 Get:7 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
16:04:24 Get:8 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:04:24 Get:9 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
16:04:24 Get:10 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
16:04:24 Get:11 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:04:24 Get:12 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:04:24 Get:13 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
16:04:24 Get:14 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
16:04:24 Get:15 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:04:24 Get:16 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
16:04:24 Get:17 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
16:04:24 Get:18 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
16:04:24 Get:19 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
16:04:24 Get:20 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
16:04:24 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
16:04:24 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:04:24 Get:23 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
16:04:24 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
16:04:24 Get:25 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
16:04:24 debconf: delaying package configuration, since apt-utils is not installed
16:04:24 Fetched 4292 kB in 0s (11.3 MB/s)
16:04:24 Selecting previously unselected package libjansson4:amd64.
16:04:24 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
16:04:24 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ...
16:04:24 Unpacking libjansson4:amd64 (2.12-1) ...
16:04:24 Selecting previously unselected package libnftnl11:amd64.
16:04:24 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ...
16:04:24 Unpacking libnftnl11:amd64 (1.1.2-2) ...
16:04:25 Selecting previously unselected package libnftables0:amd64.
16:04:25 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ...
16:04:25 Unpacking libnftables0:amd64 (0.9.0-2) ...
16:04:25 Selecting previously unselected package nftables.
16:04:25 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ...
16:04:25 Unpacking nftables (0.9.0-2) ...
16:04:25 Selecting previously unselected package libip4tc0:amd64.
16:04:25 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ...
16:04:25 Unpacking libip4tc0:amd64 (1.8.2-4) ...
16:04:25 Selecting previously unselected package libip6tc0:amd64.
16:04:25 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ...
16:04:25 Unpacking libip6tc0:amd64 (1.8.2-4) ...
16:04:25 Selecting previously unselected package libiptc0:amd64.
16:04:25 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ...
16:04:25 Unpacking libiptc0:amd64 (1.8.2-4) ...
16:04:25 Selecting previously unselected package libnfnetlink0:amd64.
16:04:25 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:04:25 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:04:25 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:04:25 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
16:04:25 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:04:25 Selecting previously unselected package iptables.
16:04:25 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ...
16:04:25 Unpacking iptables (1.8.2-4) ...
16:04:25 Selecting previously unselected package bzip2.
16:04:25 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:04:25 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:04:25 Selecting previously unselected package xz-utils.
16:04:25 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ...
16:04:25 Unpacking xz-utils (5.2.4-1) ...
16:04:25 Selecting previously unselected package liblzo2-2:amd64.
16:04:25 Preparing to unpack .../12-liblzo2-2_2.10-0.1_amd64.deb ...
16:04:25 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
16:04:25 Selecting previously unselected package btrfs-progs.
16:04:25 Preparing to unpack .../13-btrfs-progs_4.20.1-2_amd64.deb ...
16:04:25 Unpacking btrfs-progs (4.20.1-2) ...
16:04:25 Selecting previously unselected package patch.
16:04:25 Preparing to unpack .../14-patch_2.7.6-3+deb10u1_amd64.deb ...
16:04:25 Unpacking patch (2.7.6-3+deb10u1) ...
16:04:25 Selecting previously unselected package dpkg-dev.
16:04:25 Preparing to unpack .../15-dpkg-dev_1.19.7_all.deb ...
16:04:25 Unpacking dpkg-dev (1.19.7) ...
16:04:25 Selecting previously unselected package build-essential.
16:04:25 Preparing to unpack .../16-build-essential_12.6_amd64.deb ...
16:04:25 Unpacking build-essential (12.6) ...
16:04:25 Selecting previously unselected package libfakeroot:amd64.
16:04:25 Preparing to unpack .../17-libfakeroot_1.23-1_amd64.deb ...
16:04:25 Unpacking libfakeroot:amd64 (1.23-1) ...
16:04:25 Selecting previously unselected package fakeroot.
16:04:25 Preparing to unpack .../18-fakeroot_1.23-1_amd64.deb ...
16:04:25 Unpacking fakeroot (1.23-1) ...
16:04:25 Selecting previously unselected package libalgorithm-diff-perl.
16:04:25 Preparing to unpack .../19-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:04:25 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:04:25 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:04:25 Preparing to unpack .../20-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
16:04:25 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:04:25 Selecting previously unselected package libalgorithm-merge-perl.
16:04:25 Preparing to unpack .../21-libalgorithm-merge-perl_0.08-3_all.deb ...
16:04:25 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:04:25 Selecting previously unselected package libapparmor1:amd64.
16:04:25 Preparing to unpack .../22-libapparmor1_2.13.2-10_amd64.deb ...
16:04:25 Unpacking libapparmor1:amd64 (2.13.2-10) ...
16:04:25 Selecting previously unselected package libapparmor-dev:amd64.
16:04:25 Preparing to unpack .../23-libapparmor-dev_2.13.2-10_amd64.deb ...
16:04:25 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
16:04:25 Selecting previously unselected package libseccomp-dev:amd64.
16:04:25 Preparing to unpack .../24-libseccomp-dev_2.3.3-4_amd64.deb ...
16:04:25 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
16:04:26 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
16:04:26 Setting up libip6tc0:amd64 (1.8.2-4) ...
16:04:26 Setting up libapparmor1:amd64 (2.13.2-10) ...
16:04:26 Setting up libip4tc0:amd64 (1.8.2-4) ...
16:04:26 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:04:26 Setting up liblzo2-2:amd64 (2.10-0.1) ...
16:04:26 Setting up libnftnl11:amd64 (1.1.2-2) ...
16:04:26 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:04:26 Setting up libfakeroot:amd64 (1.23-1) ...
16:04:26 Setting up libjansson4:amd64 (2.12-1) ...
16:04:26 Setting up fakeroot (1.23-1) ...
16:04:26 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:04:26 Setting up libiptc0:amd64 (1.8.2-4) ...
16:04:26 Setting up xz-utils (5.2.4-1) ...
16:04:26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:04:26 Setting up patch (2.7.6-3+deb10u1) ...
16:04:26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:04:26 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
16:04:26 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:04:26 Setting up libalgorithm-merge-perl (0.08-3) ...
16:04:26 Setting up libnftables0:amd64 (0.9.0-2) ...
16:04:26 Setting up btrfs-progs (4.20.1-2) ...
16:04:26 Setting up dpkg-dev (1.19.7) ...
16:04:26 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:04:26 Setting up build-essential (12.6) ...
16:04:26 Setting up nftables (0.9.0-2) ...
16:04:26 Setting up iptables (1.8.2-4) ...
16:04:26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:04:26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:04:26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:04:26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:04:26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:04:26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:04:26 Processing triggers for libc-bin (2.28-10) ...
16:04:27 Removing intermediate container 44e9f68895b7
16:04:27  ---> bf12c8fd2f8e
16:04:27 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
16:04:27  ---> Running in 3257a8e93586
16:04:27 Removing intermediate container 3257a8e93586
16:04:27  ---> cf8006e99969
16:04:27 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
16:04:27  ---> Running in beef956267c6
16:04:28   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:04:28                                  Dload  Upload   Total   Spent    Left  Speed
16:04:28 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5990      0 --:--:-- --:--:-- --:--:--  5990
16:04:28 
100 10.3M  100 10.3M    0     0  45.4M      0 --:--:-- --:--:-- --:--:-- 45.4M
16:04:29 Removing intermediate container beef956267c6
16:04:29  ---> d8759d106e2f
16:04:29 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
16:04:29  ---> Running in 604ab2fb13b6
16:04:29 Removing intermediate container 604ab2fb13b6
16:04:29  ---> 4bd0b5e2e8c8
16:04:29 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
16:04:29  ---> Running in b0b220dc10d8
16:04:31 Removing intermediate container b0b220dc10d8
16:04:31  ---> e6a257b7720c
16:04:31 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
16:04:31  ---> Running in 298c49ef54f7
16:04:31 Removing intermediate container 298c49ef54f7
16:04:31  ---> 346a299ccd1a
16:04:31 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
16:04:31  ---> Running in f1add4f99185
16:04:31 Removing intermediate container f1add4f99185
16:04:31  ---> c262fb75bbb2
16:04:31 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
16:04:31  ---> 26aec041c3eb
16:04:31 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
16:04:31  ---> Running in fc86103228f2
16:04:32 Updating certificates in /etc/ssl/certs...
16:04:32 1 added, 0 removed; done.
16:04:32 Running hooks in /etc/ca-certificates/update.d...
16:04:32 done.
16:04:33 Removing intermediate container fc86103228f2
16:04:33  ---> 030b3b2eec21
16:04:33 Step 13/18 : COPY . .
16:04:36  ---> d8fc6b52a69c
16:04:36 Step 14/18 : ARG VERSION
16:04:36  ---> Running in b838ee758707
16:04:36 Removing intermediate container b838ee758707
16:04:36  ---> 5d7a3c511948
16:04:36 Step 15/18 : ARG GITCOMMIT
16:04:36  ---> Running in cc11665c1b8f
16:04:36 Removing intermediate container cc11665c1b8f
16:04:36  ---> 5b0abc325f99
16:04:36 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
16:04:36  ---> Running in 38cdadac765d
16:04:36 Removing intermediate container 38cdadac765d
16:04:36  ---> 53e31bf387af
16:04:36 Step 17/18 : RUN ./scripts/build/binary
16:04:36  ---> Running in 27c15a6b10e9
16:04:37 Building statically linked build/docker-linux-amd64
16:05:59 Removing intermediate container 27c15a6b10e9
16:05:59  ---> 3aab561430a1
16:05:59 Step 18/18 : CMD ./scripts/test/e2e/entry
16:05:59  ---> Running in d3ab5aad4000
16:05:59 Removing intermediate container d3ab5aad4000
16:05:59  ---> 1a1f702f029f
16:05:59 Successfully built 1a1f702f029f
16:05:59 Successfully tagged docker-cli-e2eclie2e7:latest
16:05:59 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e7
16:05:59 Creating network "cliendtoendsuite_default" with the default driver
16:05:59 Pulling registry (registry:2)...
16:05:59 2: Pulling from library/registry
16:05:59 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
16:05:59 Status: Downloaded newer image for registry:2
16:05:59 Pulling engine (docker:stable-dind)...
16:05:59 stable-dind: Pulling from library/docker
16:05:59 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
16:05:59 Status: Downloaded newer image for docker:stable-dind
16:05:59 Building notary-server
16:05:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:05:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:05:59 server-0.5.0: Pulling from library/notary
16:05:59 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
16:05:59 Status: Downloaded newer image for notary:server-0.5.0
16:05:59  ---> 16b632e954ca
16:05:59 Step 3/3 : COPY ./notary/ /fixtures/
16:05:59  ---> 730c4a245998
16:05:59 Successfully built 730c4a245998
16:05:59 Successfully tagged cliendtoendsuite_notary-server:latest
16:05:59 Creating cliendtoendsuite_notary-server_1 ... 
16:05:59 Creating cliendtoendsuite_registry_1      ... 
16:05:59 Creating cliendtoendsuite_engine_1        ... 
16:06:02 
Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
16:06:02 Client:
16:06:02  Version:           18.09.0-dev
16:06:02  API version:       1.39
16:06:02  Go version:        go1.12.12
16:06:02  Git commit:        
16:06:02  Built:             Wed Oct 23 16:04:37 2019
16:06:02  OS/Arch:           linux/amd64
16:06:02  Experimental:      false
16:06:02 
16:06:02 Server: Docker Engine - Community
16:06:02  Engine:
16:06:02   Version:          19.03.4
16:06:02   API version:      1.40 (minimum version 1.12)
16:06:02   Go version:       go1.12.10
16:06:02   Git commit:       9013bf583a
16:06:02   Built:            Fri Oct 18 15:55:51 2019
16:06:02   OS/Arch:          linux/amd64
16:06:02   Experimental:     false
16:06:02  containerd:
16:06:02   Version:          v1.2.10
16:06:02   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:06:02  runc:
16:06:02   Version:          1.0.0-rc8+dev
16:06:02   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:06:02  docker-init:
16:06:02   Version:          0.18.0
16:06:02   GitCommit:        fec3683
16:06:02 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:06:02 88286f41530e: Pulling fs layer
16:06:02 88286f41530e: Verifying Checksum
16:06:02 88286f41530e: Download complete
16:06:03 88286f41530e: Pull complete
16:06:03 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:06:03 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:06:03 The push refers to repository [registry:5000/alpine]
16:06:03 5bef08742407: Preparing
16:06:03 5bef08742407: Pushed
16:06:03 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:06:03 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:06:03 03b1be98f3f9: Pulling fs layer
16:06:03 03b1be98f3f9: Verifying Checksum
16:06:03 03b1be98f3f9: Download complete
16:06:03 03b1be98f3f9: Pull complete
16:06:03 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:06:03 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:06:03 The push refers to repository [registry:5000/busybox]
16:06:03 6a749002dd6a: Preparing
16:06:04 6a749002dd6a: Pushed
16:06:04 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:06:04 Swarm initialized: current node (19yotlj02sfyc8ntd5h04owpx) is now a manager.
16:06:04 
16:06:04 To add a worker to this swarm, run the following command:
16:06:04 
16:06:04     docker swarm join --token SWMTKN-1-0j37b7ku9sz3i1ztc9o3rcawhlioa39fz2ym6rmiey1ikgdcge-4qya920lwmt6r8y0xl4zfsaap 172.18.0.4:2377
16:06:04 
16:06:04 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:06:04 
16:06:14 === RUN   TestAttachExitCode
16:06:14 --- PASS: TestAttachExitCode (1.05s)
16:06:14 === RUN   TestCreateWithContentTrust
16:06:14 --- PASS: TestCreateWithContentTrust (1.20s)
16:06:14 === RUN   TestKillContainer
16:06:14 --- PASS: TestKillContainer (0.93s)
16:06:14 === RUN   TestRunAttachedFromRemoteImageAndRemove
16:06:14 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.84s)
16:06:14 === RUN   TestRunWithContentTrust
16:06:14 --- PASS: TestRunWithContentTrust (1.50s)
16:06:14 PASS
16:06:14 ok  	github.com/docker/cli/e2e/container	5.520s
16:06:21 === RUN   TestBuildFromContextDirectoryWithTag
16:06:21 --- PASS: TestBuildFromContextDirectoryWithTag (1.44s)
16:06:21 === RUN   TestTrustedBuild
16:06:21 --- PASS: TestTrustedBuild (2.71s)
16:06:21 === RUN   TestTrustedBuildUntrustedImage
16:06:21 --- PASS: TestTrustedBuildUntrustedImage (0.12s)
16:06:21 === RUN   TestBuildIidFileSquash
16:06:21 --- SKIP: TestBuildIidFileSquash (0.07s)
16:06:21     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
16:06:21 === RUN   TestPullWithContentTrust
16:06:21 --- PASS: TestPullWithContentTrust (0.75s)
16:06:21 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
16:06:21 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.38s)
16:06:21 === RUN   TestPushWithContentTrust
16:06:21 --- PASS: TestPushWithContentTrust (0.38s)
16:06:21 === RUN   TestPushWithContentTrustUnreachableServer
16:06:21 --- PASS: TestPushWithContentTrustUnreachableServer (0.22s)
16:06:21 === RUN   TestPushWithContentTrustExistingTag
16:06:21 --- PASS: TestPushWithContentTrustExistingTag (0.80s)
16:06:21 === RUN   TestPushWithContentTrustReleasesDelegationOnly
16:06:21 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.28s)
16:06:21 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
16:06:21 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.23s)
16:06:21 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
16:06:21 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.26s)
16:06:21 PASS
16:06:21 ok  	github.com/docker/cli/e2e/image	11.656s
16:06:21 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
16:06:21 === RUN   TestInstallWithContentTrust
16:06:21 --- PASS: TestInstallWithContentTrust (3.60s)
16:06:21 === RUN   TestInstallWithContentTrustUntrusted
16:06:21 --- PASS: TestInstallWithContentTrustUntrusted (0.14s)
16:06:21 PASS
16:06:21 ok  	github.com/docker/cli/e2e/plugin	3.756s
16:06:22 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
16:06:23 === RUN   TestDeployWithNamedResources
16:06:23 === RUN   TestDeployWithNamedResources/Swarm
16:06:23 === RUN   TestDeployWithNamedResources/Kubernetes
16:06:23 --- PASS: TestDeployWithNamedResources (0.19s)
16:06:23     --- PASS: TestDeployWithNamedResources/Swarm (0.19s)
16:06:23     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:06:23         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:06:23 === RUN   TestStackDeployHelp
16:06:23 === RUN   TestStackDeployHelp/Swarm
16:06:23 === RUN   TestStackDeployHelp/Kubernetes
16:06:23 --- PASS: TestStackDeployHelp (0.09s)
16:06:23     --- PASS: TestStackDeployHelp/Swarm (0.05s)
16:06:23     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
16:06:23 === RUN   TestRemove
16:06:23 === RUN   TestRemove/Swarm
16:06:23 === RUN   TestRemove/Kubernetes
16:06:23 --- PASS: TestRemove (0.32s)
16:06:23     --- PASS: TestRemove/Swarm (0.32s)
16:06:23     --- SKIP: TestRemove/Kubernetes (0.00s)
16:06:23         remove_test.go:22: !environment.KubernetesEnabled()
16:06:23 PASS
16:06:23 ok  	github.com/docker/cli/e2e/stack	0.607s
16:06:23 === RUN   TestInspectInvalidReference
16:06:23 --- PASS: TestInspectInvalidReference (0.05s)
16:06:23 PASS
16:06:23 ok  	github.com/docker/cli/e2e/system	0.057s
16:06:25 === RUN   TestRevokeImage
16:06:25 --- PASS: TestRevokeImage (0.45s)
16:06:25 === RUN   TestRevokeRepo
16:06:25 --- PASS: TestRevokeRepo (0.76s)
16:06:25 === RUN   TestSignLocalImage
16:06:25 --- PASS: TestSignLocalImage (0.31s)
16:06:25 === RUN   TestSignWithLocalFlag
16:06:25 --- PASS: TestSignWithLocalFlag (0.60s)
16:06:25 PASS
16:06:25 ok  	github.com/docker/cli/e2e/trust	2.126s
16:06:26 Stopping cliendtoendsuite_registry_1      ... 
16:06:26 Stopping cliendtoendsuite_engine_1        ... 
16:06:26 Stopping cliendtoendsuite_notary-server_1 ... 
16:06:29 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
16:06:29 Removing cliendtoendsuite_engine_1        ... 
16:06:29 Removing cliendtoendsuite_notary-server_1 ... 
16:06:29 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
16:06:29 Removing image cliendtoendsuite_notary-server
16:06:29 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e7
16:06:30 Creating network "cliendtoendsuite_default" with the default driver
16:06:30 Building notary-server
16:06:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:06:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:06:30  ---> 16b632e954ca
16:06:30 Step 3/3 : COPY ./notary/ /fixtures/
16:06:31  ---> 990e32766fcc
16:06:31 Successfully built 990e32766fcc
16:06:31 Successfully tagged cliendtoendsuite_notary-server:latest
16:06:31 Creating cliendtoendsuite_engine_1 ... 
16:06:31 Creating cliendtoendsuite_notary-server_1 ... 
16:06:31 Creating cliendtoendsuite_registry_1      ... 
16:06: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
16:06:35 Client:
16:06:35  Version:           18.09.0-dev
16:06:35  API version:       1.39
16:06:35  Go version:        go1.12.12
16:06:35  Git commit:        
16:06:35  Built:             Wed Oct 23 16:04:37 2019
16:06:35  OS/Arch:           linux/amd64
16:06:35  Experimental:      false
16:06:35 
16:06:35 Server: Docker Engine - Community
16:06:35  Engine:
16:06:35   Version:          19.03.4
16:06:35   API version:      1.40 (minimum version 1.12)
16:06:35   Go version:       go1.12.10
16:06:35   Git commit:       9013bf583a
16:06:35   Built:            Fri Oct 18 15:55:51 2019
16:06:35   OS/Arch:          linux/amd64
16:06:35   Experimental:     true
16:06:35  containerd:
16:06:35   Version:          v1.2.10
16:06:35   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:06:35  runc:
16:06:35   Version:          1.0.0-rc8+dev
16:06:35   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:06:35  docker-init:
16:06:35   Version:          0.18.0
16:06:35   GitCommit:        fec3683
16:06:35 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:06:35 88286f41530e: Pulling fs layer
16:06:35 88286f41530e: Verifying Checksum
16:06:35 88286f41530e: Download complete
16:06:35 88286f41530e: Pull complete
16:06:35 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:06:35 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:06:35 The push refers to repository [registry:5000/alpine]
16:06:35 5bef08742407: Preparing
16:06:36 5bef08742407: Pushed
16:06:36 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:06:36 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:06:36 03b1be98f3f9: Pulling fs layer
16:06:36 03b1be98f3f9: Verifying Checksum
16:06:36 03b1be98f3f9: Download complete
16:06:36 03b1be98f3f9: Pull complete
16:06:36 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:06:36 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:06:36 The push refers to repository [registry:5000/busybox]
16:06:36 6a749002dd6a: Preparing
16:06:36 6a749002dd6a: Pushed
16:06:36 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:06:37 Swarm initialized: current node (7z24zan5zb6kc9b23meq15dj4) is now a manager.
16:06:37 
16:06:37 To add a worker to this swarm, run the following command:
16:06:37 
16:06:37     docker swarm join --token SWMTKN-1-2b6c5rzl587lp4j5ctdlrpnj7tgszj7h9lmhif51y7ttf86s0x-60rabihnpg6eh9iy6yjvcj1eh 172.19.0.2:2377
16:06:37 
16:06:37 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:06:37 
16:06:47 === RUN   TestAttachExitCode
16:06:47 --- PASS: TestAttachExitCode (1.00s)
16:06:47 === RUN   TestCreateWithContentTrust
16:06:47 --- PASS: TestCreateWithContentTrust (0.80s)
16:06:47 === RUN   TestKillContainer
16:06:47 --- PASS: TestKillContainer (0.88s)
16:06:47 === RUN   TestRunAttachedFromRemoteImageAndRemove
16:06:47 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.02s)
16:06:47 === RUN   TestRunWithContentTrust
16:06:47 --- PASS: TestRunWithContentTrust (1.48s)
16:06:47 PASS
16:06:47 ok  	github.com/docker/cli/e2e/container	5.189s
16:06:59 === RUN   TestBuildFromContextDirectoryWithTag
16:06:59 --- PASS: TestBuildFromContextDirectoryWithTag (1.34s)
16:06:59 === RUN   TestTrustedBuild
16:06:59 --- PASS: TestTrustedBuild (2.90s)
16:06:59 === RUN   TestTrustedBuildUntrustedImage
16:06:59 --- PASS: TestTrustedBuildUntrustedImage (0.13s)
16:06:59 === RUN   TestBuildIidFileSquash
16:06:59 --- PASS: TestBuildIidFileSquash (3.43s)
16:06:59 === RUN   TestPullWithContentTrust
16:06:59 --- PASS: TestPullWithContentTrust (0.89s)
16:06:59 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
16:06:59 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.81s)
16:06:59 === RUN   TestPushWithContentTrust
16:06:59 --- PASS: TestPushWithContentTrust (0.37s)
16:06:59 === RUN   TestPushWithContentTrustUnreachableServer
16:06:59 --- PASS: TestPushWithContentTrustUnreachableServer (0.23s)
16:06:59 === RUN   TestPushWithContentTrustExistingTag
16:06:59 --- PASS: TestPushWithContentTrustExistingTag (0.68s)
16:06:59 === RUN   TestPushWithContentTrustReleasesDelegationOnly
16:06:59 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.22s)
16:06:59 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
16:06:59 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.57s)
16:06:59 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
16:06:59 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.55s)
16:06:59 PASS
16:06:59 ok  	github.com/docker/cli/e2e/image	15.131s
16:06:59 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
16:06:59 === RUN   TestInstallWithContentTrust
16:06:59 --- PASS: TestInstallWithContentTrust (3.14s)
16:06:59 === RUN   TestInstallWithContentTrustUntrusted
16:06:59 --- PASS: TestInstallWithContentTrustUntrusted (0.19s)
16:06:59 PASS
16:06:59 ok  	github.com/docker/cli/e2e/plugin	3.332s
16:06:59 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
16:06:59 === RUN   TestDeployWithNamedResources
16:06:59 === RUN   TestDeployWithNamedResources/Swarm
16:06:59 === RUN   TestDeployWithNamedResources/Kubernetes
16:06:59 --- PASS: TestDeployWithNamedResources (0.18s)
16:06:59     --- PASS: TestDeployWithNamedResources/Swarm (0.18s)
16:06:59     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:06:59         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:06:59 === RUN   TestStackDeployHelp
16:06:59 === RUN   TestStackDeployHelp/Swarm
16:06:59 === RUN   TestStackDeployHelp/Kubernetes
16:06:59 --- PASS: TestStackDeployHelp (0.10s)
16:06:59     --- PASS: TestStackDeployHelp/Swarm (0.04s)
16:06:59     --- PASS: TestStackDeployHelp/Kubernetes (0.06s)
16:06:59 === RUN   TestRemove
16:06:59 === RUN   TestRemove/Swarm
16:06:59 === RUN   TestRemove/Kubernetes
16:06:59 --- PASS: TestRemove (0.35s)
16:06:59     --- PASS: TestRemove/Swarm (0.35s)
16:06:59     --- SKIP: TestRemove/Kubernetes (0.00s)
16:06:59         remove_test.go:22: !environment.KubernetesEnabled()
16:06:59 PASS
16:06:59 ok  	github.com/docker/cli/e2e/stack	0.638s
16:06:59 === RUN   TestInspectInvalidReference
16:06:59 --- PASS: TestInspectInvalidReference (0.05s)
16:06:59 PASS
16:06:59 ok  	github.com/docker/cli/e2e/system	0.057s
16:06:59 === RUN   TestRevokeImage
16:06:59 --- PASS: TestRevokeImage (0.66s)
16:06:59 === RUN   TestRevokeRepo
16:06:59 --- PASS: TestRevokeRepo (0.74s)
16:06:59 === RUN   TestSignLocalImage
16:06:59 --- PASS: TestSignLocalImage (0.30s)
16:06:59 === RUN   TestSignWithLocalFlag
16:06:59 --- PASS: TestSignWithLocalFlag (0.60s)
16:06:59 PASS
16:06:59 ok  	github.com/docker/cli/e2e/trust	2.313s
16:07:00 Stopping cliendtoendsuite_registry_1      ... 
16:07:00 Stopping cliendtoendsuite_notary-server_1 ... 
16:07:00 Stopping cliendtoendsuite_engine_1        ... 
16:07:02 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
16:07:02 Removing cliendtoendsuite_notary-server_1 ... 
16:07:02 Removing cliendtoendsuite_engine_1        ... 
16:07:02 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
16:07:02 Removing image cliendtoendsuite_notary-server
16:07:02 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e7
16:07:04 Creating network "cliendtoendsuite_default" with the default driver
16:07:04 Building engine
16:07:04 Step 1/6 : FROM docker:test-dind
16:07:04 test-dind: Pulling from library/docker
16:07:04 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
16:07:04 Status: Downloaded newer image for docker:test-dind
16:07:04  ---> eaed9efc02d2
16:07:04 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
16:07:04  ---> Running in f2b8145202f3
16:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:07:06 (1/5) Installing openssh-keygen (8.1_p1-r0)
16:07:06 (2/5) Installing openssh-server-common (8.1_p1-r0)
16:07:06 (3/5) Installing openssh-server (8.1_p1-r0)
16:07:06 (4/5) Installing linux-pam (1.3.0-r1)
16:07:06 (5/5) Installing shadow (4.6-r2)
16:07:06 Executing busybox-1.30.1-r2.trigger
16:07:06 OK: 24 MiB in 45 packages
16:07:06 Creating mailbox file: No such file or directory
16:07:07 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
16:07:08 Removing intermediate container f2b8145202f3
16:07:08  ---> afd137a1eba4
16:07:08 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
16:07:08  ---> Running in 66ad88643c7a
16:07:09 Removing intermediate container 66ad88643c7a
16:07:09  ---> 20ab3095f599
16:07:09 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
16:07:09  ---> 7b0a825dfb9f
16:07:09 Step 5/6 : EXPOSE 22
16:07:09  ---> Running in 2364772f74b9
16:07:09 Removing intermediate container 2364772f74b9
16:07:09  ---> c3077d6319bb
16:07:09 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
16:07:09  ---> Running in 5663cec41f1b
16:07:10 Removing intermediate container 5663cec41f1b
16:07:10  ---> cfdf99fb24ce
16:07:10 Successfully built cfdf99fb24ce
16:07:10 Successfully tagged docker:stable-dind
16:07:10 Building notary-server
16:07:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:07:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:07:10  ---> 16b632e954ca
16:07:10 Step 3/3 : COPY ./notary/ /fixtures/
16:07:10  ---> 796e0b139281
16:07:10 Successfully built 796e0b139281
16:07:10 Successfully tagged cliendtoendsuite_notary-server:latest
16:07:10 Creating cliendtoendsuite_notary-server_1 ... 
16:07:10 Creating cliendtoendsuite_registry_1      ... 
16:07:10 Creating cliendtoendsuite_engine_1        ... 
16:07:14 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.2
16:07:14 Client:
16:07:14  Version:           18.09.0-dev
16:07:14  API version:       1.39
16:07:14  Go version:        go1.12.12
16:07:14  Git commit:        
16:07:14  Built:             Wed Oct 23 16:04:37 2019
16:07:14  OS/Arch:           linux/amd64
16:07:14  Experimental:      false
16:07:14 
16:07:14 Server: Docker Engine - Community
16:07:14  Engine:
16:07:14   Version:          19.03.4
16:07:14   API version:      1.40 (minimum version 1.12)
16:07:14   Go version:       go1.12.10
16:07:14   Git commit:       9013bf583a
16:07:14   Built:            Fri Oct 18 15:55:51 2019
16:07:14   OS/Arch:          linux/amd64
16:07:14   Experimental:     true
16:07:14  containerd:
16:07:14   Version:          v1.2.10
16:07:14   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:07:14  runc:
16:07:14   Version:          1.0.0-rc8+dev
16:07:14   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:07:14  docker-init:
16:07:14   Version:          0.18.0
16:07:14   GitCommit:        fec3683
16:07:15 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:07:15 88286f41530e: Pulling fs layer
16:07:15 88286f41530e: Download complete
16:07:15 88286f41530e: Pull complete
16:07:15 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:07:15 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:07:15 The push refers to repository [registry:5000/alpine]
16:07:15 5bef08742407: Preparing
16:07:15 5bef08742407: Pushed
16:07:16 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:07:16 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:07:16 03b1be98f3f9: Pulling fs layer
16:07:16 03b1be98f3f9: Verifying Checksum
16:07:16 03b1be98f3f9: Download complete
16:07:16 03b1be98f3f9: Pull complete
16:07:16 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:07:16 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:07:17 The push refers to repository [registry:5000/busybox]
16:07:17 6a749002dd6a: Preparing
16:07:17 6a749002dd6a: Pushed
16:07:17 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:07:18 Swarm initialized: current node (bq1jcjed3qief3jfj96n2u3eg) is now a manager.
16:07:18 
16:07:18 To add a worker to this swarm, run the following command:
16:07:18 
16:07:18     docker swarm join --token SWMTKN-1-2lpg9ddqc68aglyik8curejwivx7z86ci1suum5eynjg6rwe2t-bes800e0wrapiv1drg7ell0te 172.20.0.2:2377
16:07:18 
16:07:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:07:18 
16:07:36 === RUN   TestAttachExitCode
16:07:36 --- PASS: TestAttachExitCode (1.72s)
16:07:36 === RUN   TestCreateWithContentTrust
16:07:36 --- PASS: TestCreateWithContentTrust (2.75s)
16:07:36 === RUN   TestKillContainer
16:07:36 --- PASS: TestKillContainer (1.44s)
16:07:36 === RUN   TestRunAttachedFromRemoteImageAndRemove
16:07:36 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.23s)
16:07:36 === RUN   TestRunWithContentTrust
16:07:36 --- PASS: TestRunWithContentTrust (3.68s)
16:07:36 PASS
16:07:36 ok  	github.com/docker/cli/e2e/container	11.830s
16:07:51 === RUN   TestBuildFromContextDirectoryWithTag
16:07:51 --- PASS: TestBuildFromContextDirectoryWithTag (1.70s)
16:07:51 === RUN   TestTrustedBuild
16:07:51 --- PASS: TestTrustedBuild (5.49s)
16:07:51 === RUN   TestTrustedBuildUntrustedImage
16:07:51 --- PASS: TestTrustedBuildUntrustedImage (0.31s)
16:07:51 === RUN   TestBuildIidFileSquash
16:07:51 --- PASS: TestBuildIidFileSquash (3.33s)
16:07:51 === RUN   TestPullWithContentTrust
16:07:51 --- PASS: TestPullWithContentTrust (3.05s)
16:07:51 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
16:07:51 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.48s)
16:07:51 === RUN   TestPushWithContentTrust
16:07:51 --- PASS: TestPushWithContentTrust (0.91s)
16:07:51 === RUN   TestPushWithContentTrustUnreachableServer
16:07:51 --- PASS: TestPushWithContentTrustUnreachableServer (0.86s)
16:07:51 === RUN   TestPushWithContentTrustExistingTag
16:07:51 --- PASS: TestPushWithContentTrustExistingTag (1.81s)
16:07:51 === RUN   TestPushWithContentTrustReleasesDelegationOnly
16:07:51 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.80s)
16:07:51 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
16:07:51 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.07s)
16:07:51 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
16:07:51 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (2.03s)
16:07:51 PASS
16:07:51 ok  	github.com/docker/cli/e2e/image	26.849s
16:07:51 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
16:07:51 === RUN   TestInstallWithContentTrust
16:07:51 --- PASS: TestInstallWithContentTrust (4.74s)
16:07:51 === RUN   TestInstallWithContentTrustUntrusted
16:07:51 --- PASS: TestInstallWithContentTrustUntrusted (0.49s)
16:07:51 PASS
16:07:51 ok  	github.com/docker/cli/e2e/plugin	5.236s
16:07:51 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
16:07:51 === RUN   TestDeployWithNamedResources
16:07:51 === RUN   TestDeployWithNamedResources/Swarm
16:07:51 === RUN   TestDeployWithNamedResources/Kubernetes
16:07:51 --- PASS: TestDeployWithNamedResources (0.56s)
16:07:51     --- PASS: TestDeployWithNamedResources/Swarm (0.56s)
16:07:51     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:07:51         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:07:51 === RUN   TestStackDeployHelp
16:07:51 === RUN   TestStackDeployHelp/Swarm
16:07:51 === RUN   TestStackDeployHelp/Kubernetes
16:07:51 --- PASS: TestStackDeployHelp (0.05s)
16:07:51     --- PASS: TestStackDeployHelp/Swarm (0.02s)
16:07:51     --- PASS: TestStackDeployHelp/Kubernetes (0.02s)
16:07:51 === RUN   TestRemove
16:07:51 === RUN   TestRemove/Swarm
16:07:51 === RUN   TestRemove/Kubernetes
16:07:51 --- PASS: TestRemove (1.40s)
16:07:51     --- PASS: TestRemove/Swarm (1.40s)
16:07:51     --- SKIP: TestRemove/Kubernetes (0.00s)
16:07:51         remove_test.go:22: !environment.KubernetesEnabled()
16:07:51 PASS
16:07:51 ok  	github.com/docker/cli/e2e/stack	2.011s
16:07:51 === RUN   TestInspectInvalidReference
16:07:51 --- PASS: TestInspectInvalidReference (0.25s)
16:07:51 PASS
16:07:51 ok  	github.com/docker/cli/e2e/system	0.250s
16:07:54 === RUN   TestRevokeImage
16:07:54 --- PASS: TestRevokeImage (1.47s)
16:07:54 === RUN   TestRevokeRepo
16:07:54 --- PASS: TestRevokeRepo (2.41s)
16:07:54 === RUN   TestSignLocalImage
16:07:54 --- PASS: TestSignLocalImage (0.91s)
16:07:54 === RUN   TestSignWithLocalFlag
16:07:54 --- PASS: TestSignWithLocalFlag (1.75s)
16:07:54 PASS
16:07:54 ok  	github.com/docker/cli/e2e/trust	6.548s
16:07:54 Stopping cliendtoendsuite_engine_1        ... 
16:07:54 Stopping cliendtoendsuite_registry_1      ... 
16:07:54 Stopping cliendtoendsuite_notary-server_1 ... 
16:07:56 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
16:07:56 Removing cliendtoendsuite_registry_1      ... 
16:07:56 Removing cliendtoendsuite_notary-server_1 ... 
16:07:56 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
16:07:56 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