Skip to content
Success

Console Output

Pull request #2317 updated
11:24:29 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch 18.09 at c2ae869f6fc46733561f30c1907340dbfdcdf2e8 rather than 83338088ba62991970db23d6001ae51b5fe6f424
Obtained Jenkinsfile from c2ae869f6fc46733561f30c1907340dbfdcdf2e8
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 EC2 (managed-agents) - ubuntu-1804-overlay2 (i-000f145846c999d93) in /home/ubuntu/workspace/cli_PR-2317
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-2317@tmp/c1c28bf4-4cca-47d5-ad8a-1550bdabae32/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
11:24:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:24:33 chowning workspace
[Pipeline] sh
11:24:33 + uname -m
[Pipeline] sh
11:24:33 + pwd
11:24:33 + id -u
11:24:33 + id -g
11:24:33 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2317:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:24:34 Removing all docker containers
[Pipeline] sh
11:24:34 + docker container ls -aq
[Pipeline] echo
11:24:34 Docker containers have been removed
[Pipeline] echo
11:24:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:24:34 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:24:34 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:24:34 Using the ‘stage’ step without a block argument is deprecated
11:24:34 Entering stage Git Checkout
11:24:34 Proceeding
[Pipeline] checkout
11:24:34 using credential docker-jenkins-github-credentials
11:24:34 Cloning the remote Git repository
11:24:34 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2317 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2317/head:refs/remotes/origin/PR-2317 +refs/heads/18.09:refs/remotes/origin/18.09
11:24:37 Fetching without tags
11:24:37 Merging remotes/origin/18.09 commit c2ae869f6fc46733561f30c1907340dbfdcdf2e8 into PR head commit 83338088ba62991970db23d6001ae51b5fe6f424
11:24:37 Merge succeeded, producing 83338088ba62991970db23d6001ae51b5fe6f424
11:24:37 Checking out Revision 83338088ba62991970db23d6001ae51b5fe6f424 (PR-2317)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2317/head:refs/remotes/origin/PR-2317 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2317/head:refs/remotes/origin/PR-2317 +refs/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83338088ba62991970db23d6001ae51b5fe6f424
 > git merge c2ae869f6fc46733561f30c1907340dbfdcdf2e8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83338088ba62991970db23d6001ae51b5fe6f424
11:24:38 Commit message: "Test cases vols+driver+/-external on schema 3.4+"
11:24:38 First time build. Skipping changelog.
[Pipeline] stage
11:24:38 Using the ‘stage’ step without a block argument is deprecated
11:24:38 Entering stage Run end-to-end test suite
11:24:38 Proceeding
[Pipeline] sh
11:24:39 + docker version
11:24:39 Client: Docker Engine - Community
11:24:39  Version:           19.03.5
11:24:39  API version:       1.40
11:24:39  Go version:        go1.12.12
11:24:39  Git commit:        633a0ea838
11:24:39  Built:             Wed Nov 13 07:29:52 2019
11:24:39  OS/Arch:           linux/amd64
11:24:39  Experimental:      false
11:24:39 
11:24:39 Server: Docker Engine - Community
11:24:39  Engine:
11:24:39   Version:          19.03.5
11:24:39   API version:      1.40 (minimum version 1.12)
11:24:39   Go version:       go1.12.12
11:24:39   Git commit:       633a0ea838
11:24:39   Built:            Wed Nov 13 07:28:22 2019
11:24:39   OS/Arch:          linux/amd64
11:24:39   Experimental:     true
11:24:39  containerd:
11:24:39   Version:          1.2.10
11:24:39   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:24:39  runc:
11:24:39   Version:          1.0.0-rc8+dev
11:24:39   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:24:39  docker-init:
11:24:39   Version:          0.18.0
11:24:39   GitCommit:        fec3683
[Pipeline] sh
 > git rev-list --no-walk 6ecc101c5c997b97f257fb2cffea34c0c0c6a5aa # timeout=10
11:24:39 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 make -f docker.Makefile test-e2e
11:24:39 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
11:24:39 Sending build context to Docker daemon  38.51MB

11:24:39 Step 1/18 : ARG GO_VERSION=1.12.12
11:24:39 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
11:24:40 a4d1531: Pulling from docker/containerd-shim-process
11:24:40 13b7b73e4c8f: Pulling fs layer
11:24:41 13b7b73e4c8f: Verifying Checksum
11:24:41 13b7b73e4c8f: Download complete
11:24:41 13b7b73e4c8f: Pull complete
11:24:41 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
11:24:41 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
11:24:41  ---> 88d1b3a51187
11:24:41 Step 3/18 : FROM golang:${GO_VERSION}
11:24:41 1.12.12: Pulling from library/golang
11:24:41 c7b7d16361e0: Pulling fs layer
11:24:41 b7a128769df1: Pulling fs layer
11:24:41 1128949d0793: Pulling fs layer
11:24:41 667692510b70: Pulling fs layer
11:24:41 c70d80036479: Pulling fs layer
11:24:41 1de3250885d9: Pulling fs layer
11:24:41 5edd1231cc13: Pulling fs layer
11:24:41 c70d80036479: Waiting
11:24:41 1de3250885d9: Waiting
11:24:41 5edd1231cc13: Waiting
11:24:41 667692510b70: Waiting
11:24:41 1128949d0793: Verifying Checksum
11:24:41 1128949d0793: Download complete
11:24:41 b7a128769df1: Verifying Checksum
11:24:41 b7a128769df1: Download complete
11:24:42 c7b7d16361e0: Verifying Checksum
11:24:42 c7b7d16361e0: Download complete
11:24:42 c70d80036479: Download complete
11:24:42 5edd1231cc13: Verifying Checksum
11:24:42 5edd1231cc13: Download complete
11:24:42 667692510b70: Verifying Checksum
11:24:42 667692510b70: Download complete
11:24:44 1de3250885d9: Download complete
11:24:44 c7b7d16361e0: Pull complete
11:24:45 b7a128769df1: Pull complete
11:24:45 1128949d0793: Pull complete
11:24:47 667692510b70: Pull complete
11:24:50 c70d80036479: Pull complete
11:24:54 1de3250885d9: Pull complete
11:24:54 5edd1231cc13: Pull complete
11:24:54 Digest: sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09
11:24:54 Status: Downloaded newer image for golang:1.12.12
11:24:54  ---> 25f57e47afce
11:24:54 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/*
11:24:55  ---> Running in ba19b6e25b62
11:24:56 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:24:56 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
11:24:56 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
11:24:56 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [176 kB]
11:24:57 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
11:24:57 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
11:24:58 Fetched 8325 kB in 2s (4728 kB/s)
11:24:59 Reading package lists...
11:24:59 Reading package lists...
11:24:59 Building dependency tree...
11:24:59 Reading state information...
11:24:59 curl is already the newest version (7.64.0-4).
11:24:59 openssl is already the newest version (1.1.1d-0+deb10u2).
11:24:59 openssl set to manually installed.
11:24:59 The following additional packages will be installed:
11:24:59   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:24:59   libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0
11:24:59   libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0
11:24:59   libnftables0 libnftnl11 nftables patch xz-utils
11:24:59 Suggested packages:
11:24:59   duperemove bzip2-doc debian-keyring kmod seccomp keychain libpam-ssh
11:24:59   monkeysphere ssh-askpass ed diffutils-doc
11:24:59 Recommended packages:
11:24:59   xauth
11:24:59 The following NEW packages will be installed:
11:24:59   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
11:24:59   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:24:59   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
11:24:59   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
11:24:59   libnftnl11 libseccomp-dev nftables patch xz-utils
11:24:59 The following packages will be upgraded:
11:24:59   openssh-client
11:25:00 1 upgraded, 25 newly installed, 0 to remove and 24 not upgraded.
11:25:00 Need to get 5074 kB of archives.
11:25:00 After this operation, 12.4 MB of additional disk space will be used.
11:25:00 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
11:25:00 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
11:25:00 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
11:25:00 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
11:25:00 Get:5 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
11:25:00 Get:6 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
11:25:00 Get:7 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
11:25:00 Get:8 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:25:00 Get:9 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
11:25:00 Get:10 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
11:25:00 Get:11 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
11:25:00 Get:12 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
11:25:00 Get:13 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
11:25:00 Get:14 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
11:25:00 Get:15 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
11:25:00 Get:16 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:25:00 Get:17 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
11:25:00 Get:18 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:25:00 Get:19 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:25:00 Get:20 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:25:00 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:25:00 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:25:00 Get:23 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:25:00 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
11:25:00 Get:25 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
11:25:00 Get:26 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
11:25:00 debconf: delaying package configuration, since apt-utils is not installed
11:25:00 Fetched 5074 kB in 0s (15.3 MB/s)
11:25:00 Selecting previously unselected package libjansson4:amd64.
11:25:00 (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.)
11:25:00 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ...
11:25:00 Unpacking libjansson4:amd64 (2.12-1) ...
11:25:00 Selecting previously unselected package libnftnl11:amd64.
11:25:00 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ...
11:25:00 Unpacking libnftnl11:amd64 (1.1.2-2) ...
11:25:00 Selecting previously unselected package libnftables0:amd64.
11:25:00 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ...
11:25:00 Unpacking libnftables0:amd64 (0.9.0-2) ...
11:25:00 Selecting previously unselected package nftables.
11:25:00 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ...
11:25:00 Unpacking nftables (0.9.0-2) ...
11:25:00 Selecting previously unselected package libip4tc0:amd64.
11:25:00 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ...
11:25:00 Unpacking libip4tc0:amd64 (1.8.2-4) ...
11:25:00 Selecting previously unselected package libip6tc0:amd64.
11:25:00 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ...
11:25:00 Unpacking libip6tc0:amd64 (1.8.2-4) ...
11:25:00 Selecting previously unselected package libiptc0:amd64.
11:25:00 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ...
11:25:00 Unpacking libiptc0:amd64 (1.8.2-4) ...
11:25:00 Selecting previously unselected package libnfnetlink0:amd64.
11:25:00 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:25:00 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:25:00 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:25:00 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
11:25:00 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
11:25:00 Selecting previously unselected package iptables.
11:25:00 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ...
11:25:00 Unpacking iptables (1.8.2-4) ...
11:25:00 Selecting previously unselected package bzip2.
11:25:00 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
11:25:00 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
11:25:00 Preparing to unpack .../11-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
11:25:00 Unpacking openssh-client (1:7.9p1-10+deb10u2) over (1:7.9p1-10+deb10u1) ...
11:25:01 Selecting previously unselected package xz-utils.
11:25:01 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
11:25:01 Unpacking xz-utils (5.2.4-1) ...
11:25:01 Selecting previously unselected package liblzo2-2:amd64.
11:25:01 Preparing to unpack .../13-liblzo2-2_2.10-0.1_amd64.deb ...
11:25:01 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
11:25:01 Selecting previously unselected package btrfs-progs.
11:25:01 Preparing to unpack .../14-btrfs-progs_4.20.1-2_amd64.deb ...
11:25:01 Unpacking btrfs-progs (4.20.1-2) ...
11:25:01 Selecting previously unselected package patch.
11:25:01 Preparing to unpack .../15-patch_2.7.6-3+deb10u1_amd64.deb ...
11:25:01 Unpacking patch (2.7.6-3+deb10u1) ...
11:25:01 Selecting previously unselected package dpkg-dev.
11:25:01 Preparing to unpack .../16-dpkg-dev_1.19.7_all.deb ...
11:25:01 Unpacking dpkg-dev (1.19.7) ...
11:25:01 Selecting previously unselected package build-essential.
11:25:01 Preparing to unpack .../17-build-essential_12.6_amd64.deb ...
11:25:01 Unpacking build-essential (12.6) ...
11:25:01 Selecting previously unselected package libfakeroot:amd64.
11:25:01 Preparing to unpack .../18-libfakeroot_1.23-1_amd64.deb ...
11:25:01 Unpacking libfakeroot:amd64 (1.23-1) ...
11:25:01 Selecting previously unselected package fakeroot.
11:25:01 Preparing to unpack .../19-fakeroot_1.23-1_amd64.deb ...
11:25:01 Unpacking fakeroot (1.23-1) ...
11:25:01 Selecting previously unselected package libalgorithm-diff-perl.
11:25:01 Preparing to unpack .../20-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:25:01 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:25:01 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:25:01 Preparing to unpack .../21-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:25:01 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:25:01 Selecting previously unselected package libalgorithm-merge-perl.
11:25:01 Preparing to unpack .../22-libalgorithm-merge-perl_0.08-3_all.deb ...
11:25:01 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:25:01 Selecting previously unselected package libapparmor1:amd64.
11:25:01 Preparing to unpack .../23-libapparmor1_2.13.2-10_amd64.deb ...
11:25:01 Unpacking libapparmor1:amd64 (2.13.2-10) ...
11:25:01 Selecting previously unselected package libapparmor-dev:amd64.
11:25:01 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_amd64.deb ...
11:25:01 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
11:25:01 Selecting previously unselected package libseccomp-dev:amd64.
11:25:01 Preparing to unpack .../25-libseccomp-dev_2.3.3-4_amd64.deb ...
11:25:01 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
11:25:01 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
11:25:01 Setting up libip6tc0:amd64 (1.8.2-4) ...
11:25:01 Setting up libapparmor1:amd64 (2.13.2-10) ...
11:25:01 Setting up libip4tc0:amd64 (1.8.2-4) ...
11:25:01 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:25:01 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
11:25:01 Setting up liblzo2-2:amd64 (2.10-0.1) ...
11:25:01 Setting up libnftnl11:amd64 (1.1.2-2) ...
11:25:01 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:25:01 Setting up libfakeroot:amd64 (1.23-1) ...
11:25:01 Setting up libjansson4:amd64 (2.12-1) ...
11:25:01 Setting up fakeroot (1.23-1) ...
11:25:01 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:25:01 Setting up libiptc0:amd64 (1.8.2-4) ...
11:25:01 Setting up xz-utils (5.2.4-1) ...
11:25:01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:25:01 Setting up patch (2.7.6-3+deb10u1) ...
11:25:01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:25:01 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
11:25:01 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:25:02 Setting up libalgorithm-merge-perl (0.08-3) ...
11:25:02 Setting up libnftables0:amd64 (0.9.0-2) ...
11:25:02 Setting up btrfs-progs (4.20.1-2) ...
11:25:02 Setting up dpkg-dev (1.19.7) ...
11:25:02 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
11:25:02 Setting up build-essential (12.6) ...
11:25:02 Setting up nftables (0.9.0-2) ...
11:25:02 Setting up iptables (1.8.2-4) ...
11:25:02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:25:02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:25:02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:25:02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:25:02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:25:02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:25:02 Processing triggers for libc-bin (2.28-10) ...
11:25:03 Removing intermediate container ba19b6e25b62
11:25:03  ---> 560e9fc6e74b
11:25:03 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
11:25:03  ---> Running in 5063541cac56
11:25:03 Removing intermediate container 5063541cac56
11:25:03  ---> 0c79ec49e5c3
11:25:03 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
11:25:03  ---> Running in a9669a446090
11:25:03   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:25:03                                  Dload  Upload   Total   Spent    Left  Speed
11:25:04 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4113      0 --:--:-- --:--:-- --:--:--  4113
11:25:04 
 25 10.3M   25 2702k    0     0  11.5M      0 --:--:-- --:--:-- --:--:-- 11.5M
100 10.3M  100 10.3M    0     0  37.3M      0 --:--:-- --:--:-- --:--:--  160M
11:25:04 Removing intermediate container a9669a446090
11:25:04  ---> d2127afc2b13
11:25:04 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
11:25:04  ---> Running in 062a33a07d1f
11:25:05 Removing intermediate container 062a33a07d1f
11:25:05  ---> 5c37a41a67cf
11:25:05 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
11:25:05  ---> Running in f3ce54b3f027
11:25:06 Removing intermediate container f3ce54b3f027
11:25:06  ---> a45fd2f12f42
11:25:06 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
11:25:06  ---> Running in 2ea862da041c
11:25:06 Removing intermediate container 2ea862da041c
11:25:06  ---> be35c897b2ae
11:25:06 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
11:25:06  ---> Running in b7e782f19eb5
11:25:06 Removing intermediate container b7e782f19eb5
11:25:06  ---> 6b98661ffd3c
11:25:06 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
11:25:06  ---> 254fe67c6a5c
11:25:06 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
11:25:06  ---> Running in f383ba79cc85
11:25:07 Updating certificates in /etc/ssl/certs...
11:25:08 1 added, 0 removed; done.
11:25:08 Running hooks in /etc/ca-certificates/update.d...
11:25:08 done.
11:25:08 Removing intermediate container f383ba79cc85
11:25:08  ---> 337639030c21
11:25:08 Step 13/18 : COPY . .
11:25:11  ---> 14dba9eb6beb
11:25:11 Step 14/18 : ARG VERSION
11:25:11  ---> Running in 385497d9acda
11:25:11 Removing intermediate container 385497d9acda
11:25:11  ---> 81f6b1837974
11:25:11 Step 15/18 : ARG GITCOMMIT
11:25:11  ---> Running in cfab09b93c64
11:25:11 Removing intermediate container cfab09b93c64
11:25:11  ---> 5e27ab6d0a8e
11:25:11 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
11:25:11  ---> Running in a33434e5677e
11:25:11 Removing intermediate container a33434e5677e
11:25:11  ---> 2f89d71639cd
11:25:11 Step 17/18 : RUN ./scripts/build/binary
11:25:11  ---> Running in accb1c03f9e1
11:25:12 Building statically linked build/docker-linux-amd64
11:26:33 Removing intermediate container accb1c03f9e1
11:26:33  ---> 0d8244a6c509
11:26:33 Step 18/18 : CMD ./scripts/test/e2e/entry
11:26:33  ---> Running in ac5757d17460
11:26:33 Removing intermediate container ac5757d17460
11:26:33  ---> 1e96a8f72e33
11:26:33 Successfully built 1e96a8f72e33
11:26:33 Successfully tagged docker-cli-e2eclie2e2:latest
11:26:33 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2
11:26:33 Creating network "cliendtoendsuite_default" with the default driver
11:26:33 Building notary-server
11:26:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:26:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:26:33  ---> 16b632e954ca
11:26:33 Step 3/3 : COPY ./notary/ /fixtures/
11:26:33  ---> a9ec1746a8be
11:26:33 Successfully built a9ec1746a8be
11:26:33 Successfully tagged cliendtoendsuite_notary-server:latest
11:26:33 Creating cliendtoendsuite_engine_1 ... 
11:26:33 Creating cliendtoendsuite_notary-server_1 ... 
11:26:33 Creating cliendtoendsuite_registry_1      ... 
11:26:33 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at tcp://172.26.0.3:2375
11:26:33 Client:
11:26:33  Version:           18.09.0-dev
11:26:33  API version:       1.39
11:26:33  Go version:        go1.12.12
11:26:33  Git commit:        
11:26:33  Built:             Mon Feb 10 11:25:11 2020
11:26:33  OS/Arch:           linux/amd64
11:26:33  Experimental:      false
11:26:33 
11:26:33 Server: Docker Engine - Community
11:26:33  Engine:
11:26:33   Version:          19.03.6-rc2
11:26:33   API version:      1.40 (minimum version 1.12)
11:26:33   Go version:       go1.12.16
11:26:33   Git commit:       97049ac8a1
11:26:33   Built:            Thu Feb  6 01:53:18 2020
11:26:33   OS/Arch:          linux/amd64
11:26:33   Experimental:     false
11:26:33  containerd:
11:26:33   Version:          v1.2.12
11:26:33   GitCommit:        35bd7a5f69c13e1563af8a93431411cd9ecf5021
11:26:33  runc:
11:26:33   Version:          1.0.0-rc10
11:26:33   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
11:26:33  docker-init:
11:26:33   Version:          0.18.0
11:26:33   GitCommit:        fec3683
11:26:33 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:26:33 88286f41530e: Pulling fs layer
11:26:33 88286f41530e: Download complete
11:26:33 88286f41530e: Pull complete
11:26:33 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:26:33 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:26:33 The push refers to repository [registry:5000/alpine]
11:26:33 5bef08742407: Preparing
11:26:33 5bef08742407: Pushed
11:26:33 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:26:33 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:26:33 03b1be98f3f9: Pulling fs layer
11:26:33 03b1be98f3f9: Verifying Checksum
11:26:33 03b1be98f3f9: Download complete
11:26:33 03b1be98f3f9: Pull complete
11:26:33 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:26:33 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:26:33 The push refers to repository [registry:5000/busybox]
11:26:33 6a749002dd6a: Preparing
11:26:33 6a749002dd6a: Pushed
11:26:33 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:26:33 Swarm initialized: current node (pmkjv6cygzjb7dogn8rioo5g9) is now a manager.
11:26:33 
11:26:33 To add a worker to this swarm, run the following command:
11:26:33 
11:26:33     docker swarm join --token SWMTKN-1-5h3z2or7u2rkym07wpwk4y6s15l3a4g99scohyc2zqykipia7b-4lm05r61w1pra5hx428bdvp9e 172.26.0.3:2377
11:26:33 
11:26:33 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:26:33 
11:26:37 === RUN   TestAttachExitCode
11:26:37 --- PASS: TestAttachExitCode (0.92s)
11:26:37 === RUN   TestCreateWithContentTrust
11:26:37 --- PASS: TestCreateWithContentTrust (0.80s)
11:26:37 === RUN   TestKillContainer
11:26:37 --- PASS: TestKillContainer (0.79s)
11:26:37 === RUN   TestRunAttachedFromRemoteImageAndRemove
11:26:37 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.89s)
11:26:37 === RUN   TestRunWithContentTrust
11:26:37 --- PASS: TestRunWithContentTrust (1.38s)
11:26:37 PASS
11:26:37 ok  	github.com/docker/cli/e2e/container	4.788s
11:26:44 === RUN   TestBuildFromContextDirectoryWithTag
11:26:44 --- PASS: TestBuildFromContextDirectoryWithTag (1.31s)
11:26:44 === RUN   TestTrustedBuild
11:26:44 --- PASS: TestTrustedBuild (2.46s)
11:26:44 === RUN   TestTrustedBuildUntrustedImage
11:26:44 --- PASS: TestTrustedBuildUntrustedImage (0.11s)
11:26:44 === RUN   TestBuildIidFileSquash
11:26:44 --- SKIP: TestBuildIidFileSquash (0.05s)
11:26:44     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
11:26:44 === RUN   TestPullWithContentTrust
11:26:44 --- PASS: TestPullWithContentTrust (0.88s)
11:26:44 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
11:26:44 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.27s)
11:26:44 === RUN   TestPushWithContentTrust
11:26:44 --- PASS: TestPushWithContentTrust (0.41s)
11:26:44 === RUN   TestPushWithContentTrustUnreachableServer
11:26:44 --- PASS: TestPushWithContentTrustUnreachableServer (0.21s)
11:26:44 === RUN   TestPushWithContentTrustExistingTag
11:26:44 --- PASS: TestPushWithContentTrustExistingTag (0.72s)
11:26:44 === RUN   TestPushWithContentTrustReleasesDelegationOnly
11:26:44 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.18s)
11:26:44 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
11:26:44 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.22s)
11:26:44 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
11:26:44 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.33s)
11:26:44 PASS
11:26:44 ok  	github.com/docker/cli/e2e/image	11.147s
11:26:44 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
11:26:44 === RUN   TestInstallWithContentTrust
11:26:44 --- PASS: TestInstallWithContentTrust (3.65s)
11:26:44 === RUN   TestInstallWithContentTrustUntrusted
11:26:44 --- PASS: TestInstallWithContentTrustUntrusted (0.18s)
11:26:44 PASS
11:26:44 ok  	github.com/docker/cli/e2e/plugin	3.826s
11:26:45 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
11:26:46 === RUN   TestDeployWithNamedResources
11:26:46 === RUN   TestDeployWithNamedResources/Swarm
11:26:46 === RUN   TestDeployWithNamedResources/Kubernetes
11:26:46 --- PASS: TestDeployWithNamedResources (0.19s)
11:26:46     --- PASS: TestDeployWithNamedResources/Swarm (0.19s)
11:26:46     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:26:46         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:26:46 === RUN   TestStackDeployHelp
11:26:46 === RUN   TestStackDeployHelp/Swarm
11:26:46 === RUN   TestStackDeployHelp/Kubernetes
11:26:46 --- PASS: TestStackDeployHelp (0.11s)
11:26:46     --- PASS: TestStackDeployHelp/Swarm (0.06s)
11:26:46     --- PASS: TestStackDeployHelp/Kubernetes (0.05s)
11:26:46 === RUN   TestRemove
11:26:46 === RUN   TestRemove/Swarm
11:26:46 === RUN   TestRemove/Kubernetes
11:26:46 --- PASS: TestRemove (0.38s)
11:26:46     --- PASS: TestRemove/Swarm (0.38s)
11:26:46     --- SKIP: TestRemove/Kubernetes (0.00s)
11:26:46         remove_test.go:22: !environment.KubernetesEnabled()
11:26:46 PASS
11:26:46 ok  	github.com/docker/cli/e2e/stack	0.686s
11:26:46 === RUN   TestInspectInvalidReference
11:26:46 --- PASS: TestInspectInvalidReference (0.05s)
11:26:46 PASS
11:26:46 ok  	github.com/docker/cli/e2e/system	0.056s
11:26:48 === RUN   TestRevokeImage
11:26:48 --- PASS: TestRevokeImage (0.45s)
11:26:48 === RUN   TestRevokeRepo
11:26:48 --- PASS: TestRevokeRepo (0.87s)
11:26:48 === RUN   TestSignLocalImage
11:26:48 --- PASS: TestSignLocalImage (0.31s)
11:26:48 === RUN   TestSignWithLocalFlag
11:26:48 --- PASS: TestSignWithLocalFlag (0.60s)
11:26:48 PASS
11:26:48 ok  	github.com/docker/cli/e2e/trust	2.241s
11:26:49 Stopping cliendtoendsuite_registry_1      ... 
11:26:49 Stopping cliendtoendsuite_notary-server_1 ... 
11:26:49 Stopping cliendtoendsuite_engine_1        ... 
11:26:51 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
11:26:51 Removing cliendtoendsuite_notary-server_1 ... 
11:26:51 Removing cliendtoendsuite_engine_1        ... 
11:26:51 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
11:26:51 Removing image cliendtoendsuite_notary-server
11:26:51 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2
11:26:52 Creating network "cliendtoendsuite_default" with the default driver
11:26:52 Building notary-server
11:26:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:26:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:26:52  ---> 16b632e954ca
11:26:52 Step 3/3 : COPY ./notary/ /fixtures/
11:26:53  ---> a44afeff9e50
11:26:53 Successfully built a44afeff9e50
11:26:53 Successfully tagged cliendtoendsuite_notary-server:latest
11:26:53 Creating cliendtoendsuite_registry_1 ... 
11:26:53 Creating cliendtoendsuite_notary-server_1 ... 
11:26:53 Creating cliendtoendsuite_engine_1        ... 
11:26:57 
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.27.0.4:2375
11:26:57 Client:
11:26:57  Version:           18.09.0-dev
11:26:57  API version:       1.39
11:26:57  Go version:        go1.12.12
11:26:57  Git commit:        
11:26:57  Built:             Mon Feb 10 11:25:11 2020
11:26:57  OS/Arch:           linux/amd64
11:26:57  Experimental:      false
11:26:57 
11:26:57 Server: Docker Engine - Community
11:26:57  Engine:
11:26:57   Version:          19.03.6-rc2
11:26:57   API version:      1.40 (minimum version 1.12)
11:26:57   Go version:       go1.12.16
11:26:57   Git commit:       97049ac8a1
11:26:57   Built:            Thu Feb  6 01:53:18 2020
11:26:57   OS/Arch:          linux/amd64
11:26:57   Experimental:     true
11:26:57  containerd:
11:26:57   Version:          v1.2.12
11:26:57   GitCommit:        35bd7a5f69c13e1563af8a93431411cd9ecf5021
11:26:57  runc:
11:26:57   Version:          1.0.0-rc10
11:26:57   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
11:26:57  docker-init:
11:26:57   Version:          0.18.0
11:26:57   GitCommit:        fec3683
11:26:57 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:26:57 88286f41530e: Pulling fs layer
11:26:57 88286f41530e: Download complete
11:26:57 88286f41530e: Pull complete
11:26:57 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:26:57 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:26:57 The push refers to repository [registry:5000/alpine]
11:26:57 5bef08742407: Preparing
11:26:57 5bef08742407: Pushed
11:26:57 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:26:58 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:26:58 03b1be98f3f9: Pulling fs layer
11:26:58 03b1be98f3f9: Verifying Checksum
11:26:58 03b1be98f3f9: Download complete
11:26:58 03b1be98f3f9: Pull complete
11:26:58 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:26:58 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:26:58 The push refers to repository [registry:5000/busybox]
11:26:58 6a749002dd6a: Preparing
11:26:58 6a749002dd6a: Pushed
11:26:58 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:26:59 Swarm initialized: current node (rdpufoy227cvb5ft3xo05od37) is now a manager.
11:26:59 
11:26:59 To add a worker to this swarm, run the following command:
11:26:59 
11:26:59     docker swarm join --token SWMTKN-1-4tzevhj7xkad98mdt19gu1jriygdkgnp39vo2qu19misow3l4n-b437sfa02fnyel5m6rvyzk4hv 172.27.0.4:2377
11:26:59 
11:26:59 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:26:59 
11:27:09 === RUN   TestAttachExitCode
11:27:09 --- PASS: TestAttachExitCode (0.94s)
11:27:09 === RUN   TestCreateWithContentTrust
11:27:09 --- PASS: TestCreateWithContentTrust (0.81s)
11:27:09 === RUN   TestKillContainer
11:27:09 --- PASS: TestKillContainer (0.68s)
11:27:09 === RUN   TestRunAttachedFromRemoteImageAndRemove
11:27:09 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.09s)
11:27:09 === RUN   TestRunWithContentTrust
11:27:09 --- PASS: TestRunWithContentTrust (1.50s)
11:27:09 PASS
11:27:09 ok  	github.com/docker/cli/e2e/container	5.033s
11:27:19 === RUN   TestBuildFromContextDirectoryWithTag
11:27:19 --- PASS: TestBuildFromContextDirectoryWithTag (1.64s)
11:27:19 === RUN   TestTrustedBuild
11:27:19 --- PASS: TestTrustedBuild (2.73s)
11:27:19 === RUN   TestTrustedBuildUntrustedImage
11:27:19 --- PASS: TestTrustedBuildUntrustedImage (0.10s)
11:27:19 === RUN   TestBuildIidFileSquash
11:27:19 --- PASS: TestBuildIidFileSquash (2.58s)
11:27:19 === RUN   TestPullWithContentTrust
11:27:19 --- PASS: TestPullWithContentTrust (0.92s)
11:27:19 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
11:27:19 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.93s)
11:27:19 === RUN   TestPushWithContentTrust
11:27:19 --- PASS: TestPushWithContentTrust (0.25s)
11:27:19 === RUN   TestPushWithContentTrustUnreachableServer
11:27:19 --- PASS: TestPushWithContentTrustUnreachableServer (0.20s)
11:27:19 === RUN   TestPushWithContentTrustExistingTag
11:27:19 --- PASS: TestPushWithContentTrustExistingTag (0.74s)
11:27:19 === RUN   TestPushWithContentTrustReleasesDelegationOnly
11:27:19 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.20s)
11:27:19 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
11:27:19 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.57s)
11:27:19 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
11:27:19 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.54s)
11:27:19 PASS
11:27:19 ok  	github.com/docker/cli/e2e/image	14.391s
11:27:19 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
11:27:19 === RUN   TestInstallWithContentTrust
11:27:19 --- PASS: TestInstallWithContentTrust (3.15s)
11:27:19 === RUN   TestInstallWithContentTrustUntrusted
11:27:19 --- PASS: TestInstallWithContentTrustUntrusted (0.14s)
11:27:19 PASS
11:27:19 ok  	github.com/docker/cli/e2e/plugin	3.290s
11:27:19 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
11:27:19 === RUN   TestDeployWithNamedResources
11:27:19 === RUN   TestDeployWithNamedResources/Swarm
11:27:19 === RUN   TestDeployWithNamedResources/Kubernetes
11:27:19 --- PASS: TestDeployWithNamedResources (0.18s)
11:27:19     --- PASS: TestDeployWithNamedResources/Swarm (0.18s)
11:27:19     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:27:19         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:27:19 === RUN   TestStackDeployHelp
11:27:19 === RUN   TestStackDeployHelp/Swarm
11:27:19 === RUN   TestStackDeployHelp/Kubernetes
11:27:19 --- PASS: TestStackDeployHelp (0.08s)
11:27:19     --- PASS: TestStackDeployHelp/Swarm (0.05s)
11:27:19     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
11:27:19 === RUN   TestRemove
11:27:19 === RUN   TestRemove/Swarm
11:27:19 === RUN   TestRemove/Kubernetes
11:27:19 --- PASS: TestRemove (0.30s)
11:27:19     --- PASS: TestRemove/Swarm (0.30s)
11:27:19     --- SKIP: TestRemove/Kubernetes (0.00s)
11:27:19         remove_test.go:22: !environment.KubernetesEnabled()
11:27:19 PASS
11:27:19 ok  	github.com/docker/cli/e2e/stack	0.572s
11:27:19 === RUN   TestInspectInvalidReference
11:27:19 --- PASS: TestInspectInvalidReference (0.06s)
11:27:19 PASS
11:27:19 ok  	github.com/docker/cli/e2e/system	0.059s
11:27:21 === RUN   TestRevokeImage
11:27:21 --- PASS: TestRevokeImage (0.46s)
11:27:21 === RUN   TestRevokeRepo
11:27:21 --- PASS: TestRevokeRepo (0.77s)
11:27:21 === RUN   TestSignLocalImage
11:27:21 --- PASS: TestSignLocalImage (0.32s)
11:27:21 === RUN   TestSignWithLocalFlag
11:27:21 --- PASS: TestSignWithLocalFlag (0.60s)
11:27:21 PASS
11:27:21 ok  	github.com/docker/cli/e2e/trust	2.148s
11:27:21 Stopping cliendtoendsuite_notary-server_1 ... 
11:27:21 Stopping cliendtoendsuite_engine_1        ... 
11:27:21 Stopping cliendtoendsuite_registry_1      ... 
11:27:23 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_notary-server_1 ... 
11:27:23 Removing cliendtoendsuite_engine_1        ... 
11:27:23 Removing cliendtoendsuite_registry_1      ... 
11:27:23 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
11:27:23 Removing image cliendtoendsuite_notary-server
11:27:23 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2
11:27:25 Creating network "cliendtoendsuite_default" with the default driver
11:27:25 Building notary-server
11:27:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:27:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:27:25  ---> 16b632e954ca
11:27:25 Step 3/3 : COPY ./notary/ /fixtures/
11:27:25  ---> 08e7f6354cc1
11:27:25 Successfully built 08e7f6354cc1
11:27:25 Successfully tagged cliendtoendsuite_notary-server:latest
11:27:25 Building engine
11:27:25 Step 1/6 : FROM docker:test-dind
11:27:25  ---> 1858b6f9b12c
11:27:25 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
11:27:25  ---> Using cache
11:27:25  ---> 9ec4d5202f0f
11:27:25 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
11:27:25  ---> Using cache
11:27:25  ---> 4e3df9a23549
11:27:25 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
11:27:25  ---> Using cache
11:27:25  ---> 53be541fa147
11:27:25 Step 5/6 : EXPOSE 22
11:27:25  ---> Using cache
11:27:25  ---> 92d36cbd24c5
11:27:25 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
11:27:25  ---> Using cache
11:27:25  ---> 8c1861f42e05
11:27:25 Successfully built 8c1861f42e05
11:27:25 Successfully tagged docker:stable-dind
11:27:25 Creating cliendtoendsuite_notary-server_1 ... 
11:27:25 Creating cliendtoendsuite_registry_1      ... 
11:27:25 Creating cliendtoendsuite_engine_1        ... 
11:27:29 
Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done
Waiting for docker daemon to become available at ssh://penguin@172.28.0.4
11:27:29 Client:
11:27:29  Version:           18.09.0-dev
11:27:29  API version:       1.39
11:27:29  Go version:        go1.12.12
11:27:29  Git commit:        
11:27:29  Built:             Mon Feb 10 11:25:11 2020
11:27:29  OS/Arch:           linux/amd64
11:27:29  Experimental:      false
11:27:29 
11:27:29 Server: Docker Engine - Community
11:27:29  Engine:
11:27:29   Version:          19.03.6-rc2
11:27:29   API version:      1.40 (minimum version 1.12)
11:27:29   Go version:       go1.12.16
11:27:29   Git commit:       97049ac8a1
11:27:29   Built:            Thu Feb  6 01:53:18 2020
11:27:29   OS/Arch:          linux/amd64
11:27:29   Experimental:     true
11:27:29  containerd:
11:27:29   Version:          v1.2.12
11:27:29   GitCommit:        35bd7a5f69c13e1563af8a93431411cd9ecf5021
11:27:29  runc:
11:27:29   Version:          1.0.0-rc10
11:27:29   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
11:27:29  docker-init:
11:27:29   Version:          0.18.0
11:27:29   GitCommit:        fec3683
11:27:30 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:27:30 88286f41530e: Pulling fs layer
11:27:30 88286f41530e: Download complete
11:27:30 88286f41530e: Pull complete
11:27:30 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:27:30 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:27:30 The push refers to repository [registry:5000/alpine]
11:27:30 5bef08742407: Preparing
11:27:31 5bef08742407: Pushed
11:27:31 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:27:31 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:27:32 03b1be98f3f9: Pulling fs layer
11:27:32 03b1be98f3f9: Download complete
11:27:32 03b1be98f3f9: Pull complete
11:27:32 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:27:32 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:27:32 The push refers to repository [registry:5000/busybox]
11:27:32 6a749002dd6a: Preparing
11:27:32 6a749002dd6a: Pushed
11:27:32 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:27:34 Swarm initialized: current node (jgxynue4ytcotek0ikqejye0u) is now a manager.
11:27:34 
11:27:34 To add a worker to this swarm, run the following command:
11:27:34 
11:27:34     docker swarm join --token SWMTKN-1-4uwhgw8e516rqfrktmdtrkn3jid4xojf23sc03oiejmdxdsup7-5uq69byjuodvqle3ww3hwhg9n 172.28.0.4:2377
11:27:34 
11:27:34 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:27:34 
11:27:52 === RUN   TestAttachExitCode
11:27:52 --- PASS: TestAttachExitCode (1.76s)
11:27:52 === RUN   TestCreateWithContentTrust
11:27:52 --- PASS: TestCreateWithContentTrust (2.66s)
11:27:52 === RUN   TestKillContainer
11:27:52 --- PASS: TestKillContainer (1.55s)
11:27:52 === RUN   TestRunAttachedFromRemoteImageAndRemove
11:27:52 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.08s)
11:27:52 === RUN   TestRunWithContentTrust
11:27:52 --- PASS: TestRunWithContentTrust (3.51s)
11:27:52 PASS
11:27:52 ok  	github.com/docker/cli/e2e/container	11.562s
11:28:07 === RUN   TestBuildFromContextDirectoryWithTag
11:28:07 --- PASS: TestBuildFromContextDirectoryWithTag (1.69s)
11:28:07 === RUN   TestTrustedBuild
11:28:07 --- PASS: TestTrustedBuild (5.52s)
11:28:07 === RUN   TestTrustedBuildUntrustedImage
11:28:07 --- PASS: TestTrustedBuildUntrustedImage (0.34s)
11:28:07 === RUN   TestBuildIidFileSquash
11:28:07 --- PASS: TestBuildIidFileSquash (2.89s)
11:28:07 === RUN   TestPullWithContentTrust
11:28:07 --- PASS: TestPullWithContentTrust (2.99s)
11:28:07 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
11:28:07 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.72s)
11:28:07 === RUN   TestPushWithContentTrust
11:28:07 --- PASS: TestPushWithContentTrust (0.95s)
11:28:07 === RUN   TestPushWithContentTrustUnreachableServer
11:28:07 --- PASS: TestPushWithContentTrustUnreachableServer (0.84s)
11:28:07 === RUN   TestPushWithContentTrustExistingTag
11:28:07 --- PASS: TestPushWithContentTrustExistingTag (1.81s)
11:28:07 === RUN   TestPushWithContentTrustReleasesDelegationOnly
11:28:07 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.84s)
11:28:07 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
11:28:07 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.21s)
11:28:07 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
11:28:07 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.99s)
11:28:07 PASS
11:28:07 ok  	github.com/docker/cli/e2e/image	26.790s
11:28:07 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
11:28:07 === RUN   TestInstallWithContentTrust
11:28:07 --- PASS: TestInstallWithContentTrust (4.60s)
11:28:07 === RUN   TestInstallWithContentTrustUntrusted
11:28:07 --- PASS: TestInstallWithContentTrustUntrusted (0.49s)
11:28:07 PASS
11:28:07 ok  	github.com/docker/cli/e2e/plugin	5.087s
11:28:07 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
11:28:07 === RUN   TestDeployWithNamedResources
11:28:07 === RUN   TestDeployWithNamedResources/Swarm
11:28:07 === RUN   TestDeployWithNamedResources/Kubernetes
11:28:07 --- PASS: TestDeployWithNamedResources (0.62s)
11:28:07     --- PASS: TestDeployWithNamedResources/Swarm (0.62s)
11:28:07     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:28:07         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:28:07 === RUN   TestStackDeployHelp
11:28:07 === RUN   TestStackDeployHelp/Swarm
11:28:07 === RUN   TestStackDeployHelp/Kubernetes
11:28:07 --- PASS: TestStackDeployHelp (0.09s)
11:28:07     --- PASS: TestStackDeployHelp/Swarm (0.05s)
11:28:07     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
11:28:07 === RUN   TestRemove
11:28:07 === RUN   TestRemove/Swarm
11:28:07 === RUN   TestRemove/Kubernetes
11:28:07 --- PASS: TestRemove (1.38s)
11:28:07     --- PASS: TestRemove/Swarm (1.38s)
11:28:07     --- SKIP: TestRemove/Kubernetes (0.00s)
11:28:07         remove_test.go:22: !environment.KubernetesEnabled()
11:28:07 PASS
11:28:07 ok  	github.com/docker/cli/e2e/stack	2.093s
11:28:07 === RUN   TestInspectInvalidReference
11:28:07 --- PASS: TestInspectInvalidReference (0.30s)
11:28:07 PASS
11:28:07 ok  	github.com/docker/cli/e2e/system	0.299s
11:28:09 === RUN   TestRevokeImage
11:28:09 --- PASS: TestRevokeImage (1.44s)
11:28:09 === RUN   TestRevokeRepo
11:28:09 --- PASS: TestRevokeRepo (2.34s)
11:28:09 === RUN   TestSignLocalImage
11:28:09 --- PASS: TestSignLocalImage (0.92s)
11:28:09 === RUN   TestSignWithLocalFlag
11:28:09 --- PASS: TestSignWithLocalFlag (1.77s)
11:28:09 PASS
11:28:09 ok  	github.com/docker/cli/e2e/trust	6.462s
11:28:09 Stopping cliendtoendsuite_engine_1        ... 
11:28:09 Stopping cliendtoendsuite_notary-server_1 ... 
11:28:09 Stopping cliendtoendsuite_registry_1      ... 
11:28:11 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
11:28:11 Removing cliendtoendsuite_notary-server_1 ... 
11:28:11 Removing cliendtoendsuite_registry_1      ... 
11:28:11 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
11:28:11 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