Skip to content
Success

Console Output

Push event to branch 18.09
17:53:05 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0fcc210e232c0f1d1748c66146e3f2bc146ed228
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 9d211b4b26f02e228a3affd71de33f5afd9f4d88
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 9d211b4b26f02e228a3affd71de33f5afd9f4d88 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d211b4b26f02e228a3affd71de33f5afd9f4d88
Commit message: "Merge pull request #15 from docker/add-groovydocs"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1804-overlay2 (i-0bd64dd3fa9491bc9) 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/48123d4d-3f2b-44ce-b87b-cc4b0cc39781/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
17:54:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:54:14 chowning workspace
[Pipeline] sh
17:54:15 + uname -m
[Pipeline] sh
17:54:15 + pwd
17:54:15 + id -u
17:54:15 + id -g
17:54:15 + docker run --rm -v /home/ubuntu/workspace/cli_18.09:/workspace busybox chown -R 1000:1000 /workspace
17:54:15 Unable to find image 'busybox:latest' locally
17:54:16 latest: Pulling from library/busybox
17:54:16 7c9d20b9b6cd: Pulling fs layer
17:54:16 7c9d20b9b6cd: Download complete
17:54:17 7c9d20b9b6cd: Pull complete
17:54:17 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
17:54:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
17:54:20 Removing all docker containers
[Pipeline] sh
17:54:21 + docker container ls -aq
[Pipeline] echo
17:54:21 Docker containers have been removed
[Pipeline] echo
17:54:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:54:21 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
17:54:21 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
17:54:21 Using the ‘stage’ step without a block argument is deprecated
17:54:21 Entering stage Git Checkout
17:54:21 Proceeding
[Pipeline] checkout
17:54:23 using credential docker-jenkins-github-credentials
17:54:23 Cloning the remote Git repository
17:54:23 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
17:54:29 Fetching without tags
 > 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
17:54:29 Checking out Revision 0fcc210e232c0f1d1748c66146e3f2bc146ed228 (18.09)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0fcc210e232c0f1d1748c66146e3f2bc146ed228
17:54:31 Commit message: "Merge pull request #2118 from thaJeztah/18.09_backport_bump_yaml.v2_2.2.3"
[Pipeline] stage
17:54:31 Using the ‘stage’ step without a block argument is deprecated
17:54:31 Entering stage Run end-to-end test suite
17:54:31 Proceeding
[Pipeline] sh
 > git rev-list --no-walk 575d6fa7822e1edebc108aec8d2fb6b1b78b177d # timeout=10
17:54:32 + docker version
17:54:32 Client: Docker Engine - Community
17:54:32  Version:           19.03.2
17:54:32  API version:       1.40
17:54:32  Go version:        go1.12.8
17:54:32  Git commit:        6a30dfc
17:54:32  Built:             Thu Aug 29 05:29:11 2019
17:54:32  OS/Arch:           linux/amd64
17:54:32  Experimental:      false
17:54:32 
17:54:32 Server: Docker Engine - Community
17:54:32  Engine:
17:54:32   Version:          19.03.2
17:54:32   API version:      1.40 (minimum version 1.12)
17:54:32   Go version:       go1.12.8
17:54:32   Git commit:       6a30dfc
17:54:32   Built:            Thu Aug 29 05:27:45 2019
17:54:32   OS/Arch:          linux/amd64
17:54:32   Experimental:     true
17:54:32  containerd:
17:54:32   Version:          1.2.6
17:54:32   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:54:32  runc:
17:54:32   Version:          1.0.0-rc8
17:54:32   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:54:32  docker-init:
17:54:32   Version:          0.18.0
17:54:32   GitCommit:        fec3683
[Pipeline] sh
17:54:32 + E2E_UNIQUE_ID=clie2e4 IMAGE_TAG=clie2e4 make -f docker.Makefile test-e2e
17:54:32 docker build -t docker-cli-e2eclie2e4 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
17:54:33 Sending build context to Docker daemon  38.42MB

17:54:33 Step 1/18 : ARG GO_VERSION=1.12.10
17:54:33 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
17:54:34 a4d1531: Pulling from docker/containerd-shim-process
17:54:34 13b7b73e4c8f: Pulling fs layer
17:54:34 13b7b73e4c8f: Verifying Checksum
17:54:34 13b7b73e4c8f: Download complete
17:54:34 13b7b73e4c8f: Pull complete
17:54:34 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
17:54:34 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
17:54:34  ---> 88d1b3a51187
17:54:34 Step 3/18 : FROM golang:${GO_VERSION}
17:54:35 1.12.10: Pulling from library/golang
17:54:35 4a56a430b2ba: Pulling fs layer
17:54:35 4b5cacb629f5: Pulling fs layer
17:54:35 14408c8d4f9a: Pulling fs layer
17:54:35 ea67eaa7dd42: Pulling fs layer
17:54:35 a2a2197e145e: Pulling fs layer
17:54:35 33b8ad332cc6: Pulling fs layer
17:54:35 aa30e10913db: Pulling fs layer
17:54:35 ea67eaa7dd42: Waiting
17:54:35 a2a2197e145e: Waiting
17:54:35 33b8ad332cc6: Waiting
17:54:35 aa30e10913db: Waiting
17:54:35 4b5cacb629f5: Verifying Checksum
17:54:35 4b5cacb629f5: Download complete
17:54:35 14408c8d4f9a: Verifying Checksum
17:54:35 14408c8d4f9a: Download complete
17:54:36 4a56a430b2ba: Verifying Checksum
17:54:36 4a56a430b2ba: Download complete
17:54:37 ea67eaa7dd42: Verifying Checksum
17:54:37 ea67eaa7dd42: Download complete
17:54:37 aa30e10913db: Verifying Checksum
17:54:37 aa30e10913db: Download complete
17:54:38 a2a2197e145e: Verifying Checksum
17:54:38 a2a2197e145e: Download complete
17:54:41 33b8ad332cc6: Verifying Checksum
17:54:41 33b8ad332cc6: Download complete
17:54:43 4a56a430b2ba: Pull complete
17:54:43 4b5cacb629f5: Pull complete
17:54:43 14408c8d4f9a: Pull complete
17:54:47 ea67eaa7dd42: Pull complete
17:54:51 a2a2197e145e: Pull complete
17:54:59 33b8ad332cc6: Pull complete
17:54:59 aa30e10913db: Pull complete
17:54:59 Digest: sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39
17:54:59 Status: Downloaded newer image for golang:1.12.10
17:54:59  ---> f945ea07f224
17:54:59 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/*
17:55:01  ---> Running in abfa7b07fb66
17:55:02 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
17:55:02 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
17:55:02 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:55:02 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [96.2 kB]
17:55:02 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
17:55:03 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
17:55:04 Fetched 8210 kB in 2s (3483 kB/s)
17:55:05 Reading package lists...
17:55:06 Reading package lists...
17:55:06 Building dependency tree...
17:55:06 Reading state information...
17:55:06 curl is already the newest version (7.64.0-4).
17:55:06 openssh-client is already the newest version (1:7.9p1-10).
17:55:06 The following additional packages will be installed:
17:55:06   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:55:06   libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0
17:55:06   libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0
17:55:06   libnftables0 libnftnl11 nftables patch xz-utils
17:55:06 Suggested packages:
17:55:06   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
17:55:06 The following NEW packages will be installed:
17:55:06   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
17:55:06   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
17:55:06   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
17:55:06   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
17:55:06   libnftnl11 libseccomp-dev nftables patch xz-utils
17:55:06 The following packages will be upgraded:
17:55:06   openssl
17:55:07 1 upgraded, 25 newly installed, 0 to remove and 8 not upgraded.
17:55:07 Need to get 5135 kB of archives.
17:55:07 After this operation, 12.4 MB of additional disk space will be used.
17:55:07 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
17:55:07 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
17:55:07 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
17:55:07 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
17:55:07 Get:5 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
17:55:07 Get:6 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
17:55:07 Get:7 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
17:55:07 Get:8 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
17:55:07 Get:9 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:55:07 Get:10 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
17:55:07 Get:11 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
17:55:07 Get:12 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
17:55:07 Get:13 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
17:55:07 Get:14 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
17:55:07 Get:15 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
17:55:07 Get:16 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
17:55:07 Get:17 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
17:55:07 Get:18 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
17:55:07 Get:19 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
17:55:07 Get:20 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
17:55:07 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
17:55:07 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
17:55:07 Get:23 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
17:55:07 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
17:55:07 Get:25 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
17:55:07 Get:26 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
17:55:07 debconf: delaying package configuration, since apt-utils is not installed
17:55:07 Fetched 5135 kB in 0s (14.3 MB/s)
17:55:07 Selecting previously unselected package libjansson4:amd64.
17:55:07 (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.)
17:55:07 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ...
17:55:07 Unpacking libjansson4:amd64 (2.12-1) ...
17:55:07 Selecting previously unselected package libnftnl11:amd64.
17:55:07 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ...
17:55:07 Unpacking libnftnl11:amd64 (1.1.2-2) ...
17:55:07 Selecting previously unselected package libnftables0:amd64.
17:55:07 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ...
17:55:07 Unpacking libnftables0:amd64 (0.9.0-2) ...
17:55:07 Selecting previously unselected package nftables.
17:55:07 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ...
17:55:07 Unpacking nftables (0.9.0-2) ...
17:55:07 Selecting previously unselected package libip4tc0:amd64.
17:55:07 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ...
17:55:07 Unpacking libip4tc0:amd64 (1.8.2-4) ...
17:55:07 Selecting previously unselected package libip6tc0:amd64.
17:55:07 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ...
17:55:07 Unpacking libip6tc0:amd64 (1.8.2-4) ...
17:55:07 Selecting previously unselected package libiptc0:amd64.
17:55:07 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ...
17:55:07 Unpacking libiptc0:amd64 (1.8.2-4) ...
17:55:07 Selecting previously unselected package libnfnetlink0:amd64.
17:55:07 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:55:07 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:55:07 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:55:07 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
17:55:07 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
17:55:07 Selecting previously unselected package iptables.
17:55:07 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ...
17:55:07 Unpacking iptables (1.8.2-4) ...
17:55:07 Selecting previously unselected package bzip2.
17:55:07 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
17:55:07 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:55:07 Selecting previously unselected package xz-utils.
17:55:07 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ...
17:55:07 Unpacking xz-utils (5.2.4-1) ...
17:55:08 Selecting previously unselected package liblzo2-2:amd64.
17:55:08 Preparing to unpack .../12-liblzo2-2_2.10-0.1_amd64.deb ...
17:55:08 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
17:55:08 Selecting previously unselected package btrfs-progs.
17:55:08 Preparing to unpack .../13-btrfs-progs_4.20.1-2_amd64.deb ...
17:55:08 Unpacking btrfs-progs (4.20.1-2) ...
17:55:08 Selecting previously unselected package patch.
17:55:08 Preparing to unpack .../14-patch_2.7.6-3+deb10u1_amd64.deb ...
17:55:08 Unpacking patch (2.7.6-3+deb10u1) ...
17:55:08 Selecting previously unselected package dpkg-dev.
17:55:08 Preparing to unpack .../15-dpkg-dev_1.19.7_all.deb ...
17:55:08 Unpacking dpkg-dev (1.19.7) ...
17:55:08 Selecting previously unselected package build-essential.
17:55:08 Preparing to unpack .../16-build-essential_12.6_amd64.deb ...
17:55:08 Unpacking build-essential (12.6) ...
17:55:08 Selecting previously unselected package libfakeroot:amd64.
17:55:08 Preparing to unpack .../17-libfakeroot_1.23-1_amd64.deb ...
17:55:08 Unpacking libfakeroot:amd64 (1.23-1) ...
17:55:08 Selecting previously unselected package fakeroot.
17:55:08 Preparing to unpack .../18-fakeroot_1.23-1_amd64.deb ...
17:55:08 Unpacking fakeroot (1.23-1) ...
17:55:08 Selecting previously unselected package libalgorithm-diff-perl.
17:55:08 Preparing to unpack .../19-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:55:08 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:55:08 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:55:08 Preparing to unpack .../20-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
17:55:08 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:55:08 Selecting previously unselected package libalgorithm-merge-perl.
17:55:08 Preparing to unpack .../21-libalgorithm-merge-perl_0.08-3_all.deb ...
17:55:08 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:55:08 Selecting previously unselected package libapparmor1:amd64.
17:55:08 Preparing to unpack .../22-libapparmor1_2.13.2-10_amd64.deb ...
17:55:08 Unpacking libapparmor1:amd64 (2.13.2-10) ...
17:55:08 Selecting previously unselected package libapparmor-dev:amd64.
17:55:08 Preparing to unpack .../23-libapparmor-dev_2.13.2-10_amd64.deb ...
17:55:08 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
17:55:09 Selecting previously unselected package libseccomp-dev:amd64.
17:55:09 Preparing to unpack .../24-libseccomp-dev_2.3.3-4_amd64.deb ...
17:55:09 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
17:55:09 Preparing to unpack .../25-openssl_1.1.1d-0+deb10u1_amd64.deb ...
17:55:09 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
17:55:09 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
17:55:09 Setting up libip6tc0:amd64 (1.8.2-4) ...
17:55:09 Setting up libapparmor1:amd64 (2.13.2-10) ...
17:55:09 Setting up libip4tc0:amd64 (1.8.2-4) ...
17:55:09 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:55:09 Setting up liblzo2-2:amd64 (2.10-0.1) ...
17:55:09 Setting up libnftnl11:amd64 (1.1.2-2) ...
17:55:09 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:55:09 Setting up libfakeroot:amd64 (1.23-1) ...
17:55:09 Setting up libjansson4:amd64 (2.12-1) ...
17:55:09 Setting up fakeroot (1.23-1) ...
17:55:09 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:55:09 Setting up libiptc0:amd64 (1.8.2-4) ...
17:55:09 Setting up xz-utils (5.2.4-1) ...
17:55:09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:55:09 Setting up patch (2.7.6-3+deb10u1) ...
17:55:09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:55:09 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
17:55:09 Setting up openssl (1.1.1d-0+deb10u1) ...
17:55:09 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:55:09 Setting up libalgorithm-merge-perl (0.08-3) ...
17:55:09 Setting up libnftables0:amd64 (0.9.0-2) ...
17:55:09 Setting up btrfs-progs (4.20.1-2) ...
17:55:09 Setting up dpkg-dev (1.19.7) ...
17:55:09 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
17:55:09 Setting up build-essential (12.6) ...
17:55:09 Setting up nftables (0.9.0-2) ...
17:55:10 Setting up iptables (1.8.2-4) ...
17:55:10 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:55:10 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:55:10 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:55:10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:55:10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:55:10 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:55:10 Processing triggers for libc-bin (2.28-10) ...
17:55:11 Removing intermediate container abfa7b07fb66
17:55:11  ---> f34b11ee712e
17:55:11 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
17:55:11  ---> Running in 08734caa5a1c
17:55:11 Removing intermediate container 08734caa5a1c
17:55:11  ---> e95d98c00764
17:55:11 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
17:55:11  ---> Running in d8bfb957247a
17:55:12   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
17:55:12                                  Dload  Upload   Total   Spent    Left  Speed
17:55:12 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5508      0 --:--:-- --:--:-- --:--:--  5508
17:55:12 
 81 10.3M   81 8683k    0     0  39.8M      0 --:--:-- --:--:-- --:--:-- 39.8M
100 10.3M  100 10.3M    0     0  44.6M      0 --:--:-- --:--:-- --:--:-- 98.7M
17:55:13 Removing intermediate container d8bfb957247a
17:55:13  ---> a415fbc7fe44
17:55:13 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
17:55:14  ---> Running in edc7327ec3dd
17:55:14 Removing intermediate container edc7327ec3dd
17:55:14  ---> 36611bd2e146
17:55:14 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
17:55:14  ---> Running in 2cb96da1658e
17:55:16 Removing intermediate container 2cb96da1658e
17:55:16  ---> b28d30f7cabf
17:55:16 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
17:55:16  ---> Running in e2a489b16636
17:55:16 Removing intermediate container e2a489b16636
17:55:16  ---> 6d80cb7ee256
17:55:16 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
17:55:16  ---> Running in 8afec07da7cf
17:55:16 Removing intermediate container 8afec07da7cf
17:55:16  ---> 058708b09089
17:55:16 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
17:55:17  ---> 126ecbd0bfac
17:55:17 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
17:55:17  ---> Running in 2c9e19bfecc5
17:55:18 Updating certificates in /etc/ssl/certs...
17:55:19 1 added, 0 removed; done.
17:55:19 Running hooks in /etc/ca-certificates/update.d...
17:55:19 done.
17:55:20 Removing intermediate container 2c9e19bfecc5
17:55:20  ---> a5c95ae431af
17:55:20 Step 13/18 : COPY . .
17:55:24  ---> ea8b50da4cf8
17:55:24 Step 14/18 : ARG VERSION
17:55:24  ---> Running in 9cd79d9957d9
17:55:24 Removing intermediate container 9cd79d9957d9
17:55:24  ---> c0e0d4bf1755
17:55:24 Step 15/18 : ARG GITCOMMIT
17:55:24  ---> Running in 471d4e6f394a
17:55:24 Removing intermediate container 471d4e6f394a
17:55:24  ---> 345a31bac2e8
17:55:24 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
17:55:24  ---> Running in 8c8e11924344
17:55:24 Removing intermediate container 8c8e11924344
17:55:24  ---> 21a0e2757b19
17:55:24 Step 17/18 : RUN ./scripts/build/binary
17:55:24  ---> Running in f6a98be0c1d8
17:55:25 Building statically linked build/docker-linux-amd64
17:56:46 Removing intermediate container f6a98be0c1d8
17:56:46  ---> 0d8659a820bd
17:56:46 Step 18/18 : CMD ./scripts/test/e2e/entry
17:56:46  ---> Running in 0227ff5bb5ad
17:56:46 Removing intermediate container 0227ff5bb5ad
17:56:46  ---> 1f385b560f47
17:56:46 Successfully built 1f385b560f47
17:56:46 Successfully tagged docker-cli-e2eclie2e4:latest
17:56:46 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
17:56:46 Creating network "cliendtoendsuite_default" with the default driver
17:56:46 Pulling registry (registry:2)...
17:56:46 2: Pulling from library/registry
17:56:46 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
17:56:46 Status: Downloaded newer image for registry:2
17:56:46 Pulling engine (docker:stable-dind)...
17:56:46 stable-dind: Pulling from library/docker
17:56:46 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
17:56:46 Status: Downloaded newer image for docker:stable-dind
17:56:46 Building notary-server
17:56:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:56:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:56:46 server-0.5.0: Pulling from library/notary
17:56:46 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
17:56:46 Status: Downloaded newer image for notary:server-0.5.0
17:56:46  ---> 16b632e954ca
17:56:46 Step 3/3 : COPY ./notary/ /fixtures/
17:56:46  ---> 6d8830e36ee0
17:56:46 Successfully built 6d8830e36ee0
17:56:46 Successfully tagged cliendtoendsuite_notary-server:latest
17:56:46 Creating cliendtoendsuite_notary-server_1 ... 
17:56:46 Creating cliendtoendsuite_engine_1        ... 
17:56:46 Creating cliendtoendsuite_registry_1      ... 
17:56:48 
Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
17:56:48 Client:
17:56:48  Version:           18.09.0-dev
17:56:48  API version:       1.39
17:56:48  Go version:        go1.12.10
17:56:48  Git commit:        
17:56:48  Built:             Thu Oct  3 17:55:25 2019
17:56:48  OS/Arch:           linux/amd64
17:56:48  Experimental:      false
17:56:48 
17:56:48 Server: Docker Engine - Community
17:56:48  Engine:
17:56:48   Version:          19.03.2
17:56:48   API version:      1.40 (minimum version 1.12)
17:56:48   Go version:       go1.12.8
17:56:48   Git commit:       6a30dfca03
17:56:48   Built:            Thu Aug 29 05:32:56 2019
17:56:48   OS/Arch:          linux/amd64
17:56:48   Experimental:     false
17:56:48  containerd:
17:56:48   Version:          v1.2.6
17:56:48   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:56:48  runc:
17:56:48   Version:          1.0.0-rc8
17:56:48   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:56:48  docker-init:
17:56:48   Version:          0.18.0
17:56:48   GitCommit:        fec3683
17:56:49 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:56:49 88286f41530e: Pulling fs layer
17:56:49 88286f41530e: Download complete
17:56:49 88286f41530e: Pull complete
17:56:49 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:56:49 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:56:49 The push refers to repository [registry:5000/alpine]
17:56:49 5bef08742407: Preparing
17:56:49 5bef08742407: Pushed
17:56:49 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:56:49 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:56:49 03b1be98f3f9: Pulling fs layer
17:56:50 03b1be98f3f9: Verifying Checksum
17:56:50 03b1be98f3f9: Download complete
17:56:50 03b1be98f3f9: Pull complete
17:56:50 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:56:50 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:56:50 The push refers to repository [registry:5000/busybox]
17:56:50 6a749002dd6a: Preparing
17:56:50 6a749002dd6a: Pushed
17:56:50 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:56:50 Swarm initialized: current node (0s3antaig3fw1lywodbqakdc9) is now a manager.
17:56:50 
17:56:50 To add a worker to this swarm, run the following command:
17:56:50 
17:56:50     docker swarm join --token SWMTKN-1-1gg1bslprcuyojk72rnnr5xh8wu4e2l66uj5hrxlmpaoy6qit2-bf8wt0viodr2gcgm5ej7umhui 172.18.0.3:2377
17:56:50 
17:56:50 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:56:50 
17:57:00 === RUN   TestAttachExitCode
17:57:00 --- PASS: TestAttachExitCode (1.11s)
17:57:00 === RUN   TestCreateWithContentTrust
17:57:00 --- PASS: TestCreateWithContentTrust (0.83s)
17:57:00 === RUN   TestKillContainer
17:57:00 --- PASS: TestKillContainer (0.75s)
17:57:00 === RUN   TestRunAttachedFromRemoteImageAndRemove
17:57:00 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.92s)
17:57:00 === RUN   TestRunWithContentTrust
17:57:00 --- PASS: TestRunWithContentTrust (1.41s)
17:57:00 PASS
17:57:00 ok  	github.com/docker/cli/e2e/container	5.016s
17:57:07 === RUN   TestBuildFromContextDirectoryWithTag
17:57:07 --- PASS: TestBuildFromContextDirectoryWithTag (1.86s)
17:57:07 === RUN   TestTrustedBuild
17:57:07 --- PASS: TestTrustedBuild (2.41s)
17:57:07 === RUN   TestTrustedBuildUntrustedImage
17:57:07 --- PASS: TestTrustedBuildUntrustedImage (0.14s)
17:57:07 === RUN   TestBuildIidFileSquash
17:57:07 --- SKIP: TestBuildIidFileSquash (0.03s)
17:57:07     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
17:57:07 === RUN   TestPullWithContentTrust
17:57:07 --- PASS: TestPullWithContentTrust (0.93s)
17:57:07 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
17:57:07 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.16s)
17:57:07 === RUN   TestPushWithContentTrust
17:57:07 --- PASS: TestPushWithContentTrust (0.46s)
17:57:07 === RUN   TestPushWithContentTrustUnreachableServer
17:57:07 --- PASS: TestPushWithContentTrustUnreachableServer (0.23s)
17:57:07 === RUN   TestPushWithContentTrustExistingTag
17:57:07 --- PASS: TestPushWithContentTrustExistingTag (0.68s)
17:57:07 === RUN   TestPushWithContentTrustReleasesDelegationOnly
17:57:07 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.20s)
17:57:07 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
17:57:07 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.00s)
17:57:07 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
17:57:07 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.42s)
17:57:07 PASS
17:57:07 ok  	github.com/docker/cli/e2e/image	11.537s
17:57:07 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
17:57:07 === RUN   TestInstallWithContentTrust
17:57:07 --- PASS: TestInstallWithContentTrust (3.74s)
17:57:07 === RUN   TestInstallWithContentTrustUntrusted
17:57:07 --- PASS: TestInstallWithContentTrustUntrusted (0.16s)
17:57:07 PASS
17:57:07 ok  	github.com/docker/cli/e2e/plugin	3.903s
17:57:08 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
17:57:09 === RUN   TestDeployWithNamedResources
17:57:09 === RUN   TestDeployWithNamedResources/Swarm
17:57:09 === RUN   TestDeployWithNamedResources/Kubernetes
17:57:09 --- PASS: TestDeployWithNamedResources (0.18s)
17:57:09     --- PASS: TestDeployWithNamedResources/Swarm (0.18s)
17:57:09     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:57:09         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:57:09 === RUN   TestStackDeployHelp
17:57:09 === RUN   TestStackDeployHelp/Swarm
17:57:09 === RUN   TestStackDeployHelp/Kubernetes
17:57:09 --- PASS: TestStackDeployHelp (0.13s)
17:57:09     --- PASS: TestStackDeployHelp/Swarm (0.05s)
17:57:09     --- PASS: TestStackDeployHelp/Kubernetes (0.08s)
17:57:09 === RUN   TestRemove
17:57:09 === RUN   TestRemove/Swarm
17:57:09 === RUN   TestRemove/Kubernetes
17:57:09 --- PASS: TestRemove (0.33s)
17:57:09     --- PASS: TestRemove/Swarm (0.33s)
17:57:09     --- SKIP: TestRemove/Kubernetes (0.00s)
17:57:09         remove_test.go:22: !environment.KubernetesEnabled()
17:57:09 PASS
17:57:09 ok  	github.com/docker/cli/e2e/stack	0.650s
17:57:09 === RUN   TestInspectInvalidReference
17:57:09 --- PASS: TestInspectInvalidReference (0.05s)
17:57:09 PASS
17:57:09 ok  	github.com/docker/cli/e2e/system	0.057s
17:57:11 === RUN   TestRevokeImage
17:57:11 --- PASS: TestRevokeImage (0.46s)
17:57:11 === RUN   TestRevokeRepo
17:57:11 --- PASS: TestRevokeRepo (0.75s)
17:57:11 === RUN   TestSignLocalImage
17:57:11 --- PASS: TestSignLocalImage (0.30s)
17:57:11 === RUN   TestSignWithLocalFlag
17:57:11 --- PASS: TestSignWithLocalFlag (0.60s)
17:57:11 PASS
17:57:11 ok  	github.com/docker/cli/e2e/trust	2.110s
17:57:12 Stopping cliendtoendsuite_registry_1      ... 
17:57:12 Stopping cliendtoendsuite_notary-server_1 ... 
17:57:12 Stopping cliendtoendsuite_engine_1        ... 
17:57:14 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
17:57:14 Removing cliendtoendsuite_notary-server_1 ... 
17:57:14 Removing cliendtoendsuite_engine_1        ... 
17:57:14 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
17:57:14 Removing image cliendtoendsuite_notary-server
17:57:14 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
17:57:15 Creating network "cliendtoendsuite_default" with the default driver
17:57:15 Building notary-server
17:57:16 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:57:16 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:57:16  ---> 16b632e954ca
17:57:16 Step 3/3 : COPY ./notary/ /fixtures/
17:57:16  ---> 893e4f7934a6
17:57:16 Successfully built 893e4f7934a6
17:57:16 Successfully tagged cliendtoendsuite_notary-server:latest
17:57:16 Creating cliendtoendsuite_notary-server_1 ... 
17:57:16 Creating cliendtoendsuite_engine_1        ... 
17:57:16 Creating cliendtoendsuite_registry_1      ... 
17:57:20 
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.19.0.4:2375
17:57:20 Client:
17:57:20  Version:           18.09.0-dev
17:57:20  API version:       1.39
17:57:20  Go version:        go1.12.10
17:57:20  Git commit:        
17:57:20  Built:             Thu Oct  3 17:55:25 2019
17:57:20  OS/Arch:           linux/amd64
17:57:20  Experimental:      false
17:57:20 
17:57:20 Server: Docker Engine - Community
17:57:20  Engine:
17:57:20   Version:          19.03.2
17:57:20   API version:      1.40 (minimum version 1.12)
17:57:20   Go version:       go1.12.8
17:57:20   Git commit:       6a30dfca03
17:57:20   Built:            Thu Aug 29 05:32:56 2019
17:57:20   OS/Arch:          linux/amd64
17:57:20   Experimental:     true
17:57:20  containerd:
17:57:20   Version:          v1.2.6
17:57:20   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:57:20  runc:
17:57:20   Version:          1.0.0-rc8
17:57:20   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:57:20  docker-init:
17:57:20   Version:          0.18.0
17:57:20   GitCommit:        fec3683
17:57:20 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:57:20 88286f41530e: Pulling fs layer
17:57:21 88286f41530e: Verifying Checksum
17:57:21 88286f41530e: Download complete
17:57:21 88286f41530e: Pull complete
17:57:21 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:57:21 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:57:21 The push refers to repository [registry:5000/alpine]
17:57:21 5bef08742407: Preparing
17:57:21 5bef08742407: Pushed
17:57:21 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:57:21 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:57:21 03b1be98f3f9: Pulling fs layer
17:57:22 03b1be98f3f9: Verifying Checksum
17:57:22 03b1be98f3f9: Download complete
17:57:22 03b1be98f3f9: Pull complete
17:57:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:57:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:57:22 The push refers to repository [registry:5000/busybox]
17:57:22 6a749002dd6a: Preparing
17:57:22 6a749002dd6a: Pushed
17:57:22 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:57:22 Swarm initialized: current node (ne434zj71rv6sdrap98pcfdwq) is now a manager.
17:57:22 
17:57:22 To add a worker to this swarm, run the following command:
17:57:22 
17:57:22     docker swarm join --token SWMTKN-1-2md1dz4x02seyofcpymq7heqd5mdgtj7mumm2plkfkylef1kwb-diyuwfy40joz1xe143rorua22 172.19.0.4:2377
17:57:22 
17:57:22 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:57:22 
17:57:32 === RUN   TestAttachExitCode
17:57:32 --- PASS: TestAttachExitCode (1.01s)
17:57:32 === RUN   TestCreateWithContentTrust
17:57:32 --- PASS: TestCreateWithContentTrust (0.81s)
17:57:32 === RUN   TestKillContainer
17:57:32 --- PASS: TestKillContainer (0.77s)
17:57:32 === RUN   TestRunAttachedFromRemoteImageAndRemove
17:57:32 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.94s)
17:57:32 === RUN   TestRunWithContentTrust
17:57:32 --- PASS: TestRunWithContentTrust (1.39s)
17:57:32 PASS
17:57:32 ok  	github.com/docker/cli/e2e/container	4.930s
17:57:42 === RUN   TestBuildFromContextDirectoryWithTag
17:57:42 --- PASS: TestBuildFromContextDirectoryWithTag (1.76s)
17:57:42 === RUN   TestTrustedBuild
17:57:42 --- PASS: TestTrustedBuild (2.40s)
17:57:42 === RUN   TestTrustedBuildUntrustedImage
17:57:42 --- PASS: TestTrustedBuildUntrustedImage (0.13s)
17:57:42 === RUN   TestBuildIidFileSquash
17:57:42 --- PASS: TestBuildIidFileSquash (2.94s)
17:57:42 === RUN   TestPullWithContentTrust
17:57:42 --- PASS: TestPullWithContentTrust (0.90s)
17:57:42 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
17:57:42 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.70s)
17:57:42 === RUN   TestPushWithContentTrust
17:57:42 --- PASS: TestPushWithContentTrust (0.34s)
17:57:42 === RUN   TestPushWithContentTrustUnreachableServer
17:57:42 --- PASS: TestPushWithContentTrustUnreachableServer (0.22s)
17:57:42 === RUN   TestPushWithContentTrustExistingTag
17:57:42 --- PASS: TestPushWithContentTrustExistingTag (0.69s)
17:57:42 === RUN   TestPushWithContentTrustReleasesDelegationOnly
17:57:42 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.30s)
17:57:42 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
17:57:42 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.47s)
17:57:42 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
17:57:42 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.44s)
17:57:42 PASS
17:57:42 ok  	github.com/docker/cli/e2e/image	14.298s
17:57:42 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
17:57:42 === RUN   TestInstallWithContentTrust
17:57:42 --- PASS: TestInstallWithContentTrust (2.98s)
17:57:42 === RUN   TestInstallWithContentTrustUntrusted
17:57:42 --- PASS: TestInstallWithContentTrustUntrusted (0.13s)
17:57:42 PASS
17:57:42 ok  	github.com/docker/cli/e2e/plugin	3.115s
17:57:42 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
17:57:42 === RUN   TestDeployWithNamedResources
17:57:42 === RUN   TestDeployWithNamedResources/Swarm
17:57:42 === RUN   TestDeployWithNamedResources/Kubernetes
17:57:42 --- PASS: TestDeployWithNamedResources (0.19s)
17:57:42     --- PASS: TestDeployWithNamedResources/Swarm (0.19s)
17:57:42     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:57:42         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:57:42 === RUN   TestStackDeployHelp
17:57:42 === RUN   TestStackDeployHelp/Swarm
17:57:42 === RUN   TestStackDeployHelp/Kubernetes
17:57:42 --- PASS: TestStackDeployHelp (0.08s)
17:57:42     --- PASS: TestStackDeployHelp/Swarm (0.04s)
17:57:42     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
17:57:42 === RUN   TestRemove
17:57:42 === RUN   TestRemove/Swarm
17:57:42 === RUN   TestRemove/Kubernetes
17:57:42 --- PASS: TestRemove (0.29s)
17:57:42     --- PASS: TestRemove/Swarm (0.29s)
17:57:42     --- SKIP: TestRemove/Kubernetes (0.00s)
17:57:42         remove_test.go:22: !environment.KubernetesEnabled()
17:57:42 PASS
17:57:42 ok  	github.com/docker/cli/e2e/stack	0.561s
17:57:42 === RUN   TestInspectInvalidReference
17:57:42 --- PASS: TestInspectInvalidReference (0.05s)
17:57:42 PASS
17:57:42 ok  	github.com/docker/cli/e2e/system	0.057s
17:57:44 === RUN   TestRevokeImage
17:57:44 --- PASS: TestRevokeImage (0.57s)
17:57:44 === RUN   TestRevokeRepo
17:57:44 --- PASS: TestRevokeRepo (0.75s)
17:57:44 === RUN   TestSignLocalImage
17:57:44 --- PASS: TestSignLocalImage (0.30s)
17:57:44 === RUN   TestSignWithLocalFlag
17:57:44 --- PASS: TestSignWithLocalFlag (0.57s)
17:57:44 PASS
17:57:44 ok  	github.com/docker/cli/e2e/trust	2.207s
17:57:44 Stopping cliendtoendsuite_registry_1      ... 
17:57:44 Stopping cliendtoendsuite_engine_1        ... 
17:57:44 Stopping cliendtoendsuite_notary-server_1 ... 
17:57:46 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
17:57:46 Removing cliendtoendsuite_engine_1        ... 
17:57:46 Removing cliendtoendsuite_notary-server_1 ... 
17:57:46 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
17:57:46 Removing image cliendtoendsuite_notary-server
17:57:47 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e4
17:57:48 Creating network "cliendtoendsuite_default" with the default driver
17:57:48 Building engine
17:57:48 Step 1/6 : FROM docker:test-dind
17:57:48 test-dind: Pulling from library/docker
17:57:53 Digest: sha256:516f6bf33d465e1a3e78e346699662365eb1e73b10ef9fe67b5ffe61a460a07e
17:57:53 Status: Downloaded newer image for docker:test-dind
17:57:53  ---> 0b12195ced5d
17:57:53 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
17:57:53  ---> Running in ed8f68ab03ce
17:57:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
17:57:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
17:57:55 (1/5) Installing openssh-keygen (8.0_p1-r0)
17:57:55 (2/5) Installing openssh-server-common (8.0_p1-r0)
17:57:55 (3/5) Installing openssh-server (8.0_p1-r0)
17:57:55 (4/5) Installing linux-pam (1.3.0-r1)
17:57:55 (5/5) Installing shadow (4.6-r2)
17:57:55 Executing busybox-1.30.1-r2.trigger
17:57:55 OK: 24 MiB in 45 packages
17:57:55 Creating mailbox file: No such file or directory
17:57:56 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:57:56 Removing intermediate container ed8f68ab03ce
17:57:56  ---> 9833f18356d3
17:57:56 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
17:57:56  ---> Running in d66a01bd9281
17:57:58 Removing intermediate container d66a01bd9281
17:57:58  ---> da4acbe9965a
17:57:58 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
17:57:58  ---> d818f90e16af
17:57:58 Step 5/6 : EXPOSE 22
17:57:58  ---> Running in 9b6e0de1835c
17:57:58 Removing intermediate container 9b6e0de1835c
17:57:58  ---> 3cb414d16391
17:57:58 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
17:57:58  ---> Running in b54cea75af5a
17:57:58 Removing intermediate container b54cea75af5a
17:57:58  ---> 4f57f358c0e3
17:57:58 Successfully built 4f57f358c0e3
17:57:58 Successfully tagged docker:stable-dind
17:57:58 Building notary-server
17:57:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:57:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:57:58  ---> 16b632e954ca
17:57:58 Step 3/3 : COPY ./notary/ /fixtures/
17:57:58  ---> f863c2e28e2d
17:57:58 Successfully built f863c2e28e2d
17:57:58 Successfully tagged cliendtoendsuite_notary-server:latest
17:57:58 Creating cliendtoendsuite_registry_1 ... 
17:57:58 Creating cliendtoendsuite_engine_1   ... 
17:57:58 Creating cliendtoendsuite_notary-server_1 ... 
17:58: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 ssh://penguin@172.20.0.4
17:58:03 Client:
17:58:03  Version:           18.09.0-dev
17:58:03  API version:       1.39
17:58:03  Go version:        go1.12.10
17:58:03  Git commit:        
17:58:03  Built:             Thu Oct  3 17:55:25 2019
17:58:03  OS/Arch:           linux/amd64
17:58:03  Experimental:      false
17:58:03 
17:58:03 Server: Docker Engine - Community
17:58:03  Engine:
17:58:03   Version:          19.03.3-beta2
17:58:03   API version:      1.40 (minimum version 1.12)
17:58:03   Go version:       go1.12.10
17:58:03   Git commit:       dede96ff4c
17:58:03   Built:            Sat Sep 28 05:20:09 2019
17:58:03   OS/Arch:          linux/amd64
17:58:03   Experimental:     true
17:58:03  containerd:
17:58:03   Version:          v1.2.10
17:58:03   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:58:03  runc:
17:58:03   Version:          1.0.0-rc8+dev
17:58:03   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:58:03  docker-init:
17:58:03   Version:          0.18.0
17:58:03   GitCommit:        fec3683
17:58:03 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:58:03 88286f41530e: Pulling fs layer
17:58:03 88286f41530e: Verifying Checksum
17:58:03 88286f41530e: Download complete
17:58:03 88286f41530e: Pull complete
17:58:03 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:58:03 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:58:04 The push refers to repository [registry:5000/alpine]
17:58:04 5bef08742407: Preparing
17:58:04 5bef08742407: Pushed
17:58:04 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:58:04 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:58:04 03b1be98f3f9: Pulling fs layer
17:58:05 03b1be98f3f9: Verifying Checksum
17:58:05 03b1be98f3f9: Pull complete
17:58:05 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:58:05 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:58:05 The push refers to repository [registry:5000/busybox]
17:58:05 6a749002dd6a: Preparing
17:58:05 6a749002dd6a: Pushed
17:58:05 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:58:07 Swarm initialized: current node (jvle0iyxzvpk5v7mkvrcv3z02) is now a manager.
17:58:07 
17:58:07 To add a worker to this swarm, run the following command:
17:58:07 
17:58:07     docker swarm join --token SWMTKN-1-1rd6ku6p6wn24bjkee0u12ap6xsc4d88u4oykk57b91urrd1jw-diyol9bqvr9dqzvsabl1tqzxy 172.20.0.4:2377
17:58:07 
17:58:07 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:58:07 
17:58:25 === RUN   TestAttachExitCode
17:58:25 --- PASS: TestAttachExitCode (1.68s)
17:58:25 === RUN   TestCreateWithContentTrust
17:58:25 --- PASS: TestCreateWithContentTrust (2.70s)
17:58:25 === RUN   TestKillContainer
17:58:25 --- PASS: TestKillContainer (1.55s)
17:58:25 === RUN   TestRunAttachedFromRemoteImageAndRemove
17:58:25 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.10s)
17:58:25 === RUN   TestRunWithContentTrust
17:58:25 --- PASS: TestRunWithContentTrust (3.55s)
17:58:25 PASS
17:58:25 ok  	github.com/docker/cli/e2e/container	11.578s
17:58:40 === RUN   TestBuildFromContextDirectoryWithTag
17:58:40 --- PASS: TestBuildFromContextDirectoryWithTag (1.68s)
17:58:40 === RUN   TestTrustedBuild
17:58:40 --- PASS: TestTrustedBuild (5.45s)
17:58:40 === RUN   TestTrustedBuildUntrustedImage
17:58:40 --- PASS: TestTrustedBuildUntrustedImage (0.29s)
17:58:40 === RUN   TestBuildIidFileSquash
17:58:40 --- PASS: TestBuildIidFileSquash (3.07s)
17:58:40 === RUN   TestPullWithContentTrust
17:58:40 --- PASS: TestPullWithContentTrust (3.11s)
17:58:40 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
17:58:40 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.68s)
17:58:40 === RUN   TestPushWithContentTrust
17:58:40 --- PASS: TestPushWithContentTrust (1.01s)
17:58:40 === RUN   TestPushWithContentTrustUnreachableServer
17:58:40 --- PASS: TestPushWithContentTrustUnreachableServer (0.84s)
17:58:40 === RUN   TestPushWithContentTrustExistingTag
17:58:40 --- PASS: TestPushWithContentTrustExistingTag (1.55s)
17:58:40 === RUN   TestPushWithContentTrustReleasesDelegationOnly
17:58:40 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.77s)
17:58:40 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
17:58:40 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.90s)
17:58:40 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
17:58:40 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.98s)
17:58:40 PASS
17:58:40 ok  	github.com/docker/cli/e2e/image	26.327s
17:58:40 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
17:58:40 === RUN   TestInstallWithContentTrust
17:58:40 --- PASS: TestInstallWithContentTrust (4.75s)
17:58:40 === RUN   TestInstallWithContentTrustUntrusted
17:58:40 --- PASS: TestInstallWithContentTrustUntrusted (0.47s)
17:58:40 PASS
17:58:40 ok  	github.com/docker/cli/e2e/plugin	5.219s
17:58:40 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
17:58:40 === RUN   TestDeployWithNamedResources
17:58:40 === RUN   TestDeployWithNamedResources/Swarm
17:58:40 === RUN   TestDeployWithNamedResources/Kubernetes
17:58:40 --- PASS: TestDeployWithNamedResources (0.57s)
17:58:40     --- PASS: TestDeployWithNamedResources/Swarm (0.57s)
17:58:40     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:58:40         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:58:40 === RUN   TestStackDeployHelp
17:58:40 === RUN   TestStackDeployHelp/Swarm
17:58:40 === RUN   TestStackDeployHelp/Kubernetes
17:58:40 --- PASS: TestStackDeployHelp (0.09s)
17:58:40     --- PASS: TestStackDeployHelp/Swarm (0.05s)
17:58:40     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
17:58:40 === RUN   TestRemove
17:58:40 === RUN   TestRemove/Swarm
17:58:40 === RUN   TestRemove/Kubernetes
17:58:40 --- PASS: TestRemove (1.31s)
17:58:40     --- PASS: TestRemove/Swarm (1.31s)
17:58:40     --- SKIP: TestRemove/Kubernetes (0.00s)
17:58:40         remove_test.go:22: !environment.KubernetesEnabled()
17:58:40 PASS
17:58:40 ok  	github.com/docker/cli/e2e/stack	1.982s
17:58:40 === RUN   TestInspectInvalidReference
17:58:40 --- PASS: TestInspectInvalidReference (0.27s)
17:58:40 PASS
17:58:40 ok  	github.com/docker/cli/e2e/system	0.272s
17:58:41 === RUN   TestRevokeImage
17:58:41 --- PASS: TestRevokeImage (1.43s)
17:58:41 === RUN   TestRevokeRepo
17:58:41 --- PASS: TestRevokeRepo (2.32s)
17:58:41 === RUN   TestSignLocalImage
17:58:41 --- PASS: TestSignLocalImage (0.85s)
17:58:41 === RUN   TestSignWithLocalFlag
17:58:41 --- PASS: TestSignWithLocalFlag (1.76s)
17:58:41 PASS
17:58:41 ok  	github.com/docker/cli/e2e/trust	6.365s
17:58:42 Stopping cliendtoendsuite_registry_1      ... 
17:58:42 Stopping cliendtoendsuite_notary-server_1 ... 
17:58:42 Stopping cliendtoendsuite_engine_1        ... 
17:58:44 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
17:58:44 Removing cliendtoendsuite_notary-server_1 ... 
17:58:44 Removing cliendtoendsuite_engine_1        ... 
17:58:44 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
17:58:44 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