Skip to content
Success

Console Output

Pull request #2149 opened
01:50:38 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 986febc10e4930c30d7932826809904b1165179d+0fcc210e232c0f1d1748c66146e3f2bc146ed228 (94acc4013b602a0cea1c37035b4c44264372bba7)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2149@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-08dab357bd144bd9c) in /home/ubuntu/workspace/cli_PR-2149
[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-2149@tmp/5c5016eb-f237-4f78-8dae-ef592e01e9ce/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
01:50:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
01:50:41 chowning workspace
[Pipeline] sh
01:50:42 + uname -m
[Pipeline] sh
01:50:42 + pwd
01:50:42 + id -u
01:50:42 + id -g
01:50:42 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2149:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
01:50:43 Removing all docker containers
[Pipeline] sh
01:50:44 + docker container ls -aq
[Pipeline] echo
01:50:44 Docker containers have been removed
[Pipeline] echo
01:50:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
01:50:44 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
01:50:44 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
01:50:44 Using the ‘stage’ step without a block argument is deprecated
01:50:44 Entering stage Git Checkout
01:50:44 Proceeding
[Pipeline] checkout
01:50:44 using credential docker-jenkins-github-credentials
01:50:44 Cloning the remote Git repository
01:50:44 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2149 # 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/2149/head:refs/remotes/origin/PR-2149 +refs/heads/18.09:refs/remotes/origin/18.09
01:50:46 Fetching without tags
01:50:46 Merging remotes/origin/18.09 commit 0fcc210e232c0f1d1748c66146e3f2bc146ed228 into PR head commit 986febc10e4930c30d7932826809904b1165179d
01:50:47 Merge succeeded, producing 986febc10e4930c30d7932826809904b1165179d
01:50:47 Checking out Revision 986febc10e4930c30d7932826809904b1165179d (PR-2149)
01:50:47 Commit message: "Update Golang 1.12.12 (CVE-2019-17596)"
01:50:47 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2149/head:refs/remotes/origin/PR-2149 # 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/2149/head:refs/remotes/origin/PR-2149 +refs/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 986febc10e4930c30d7932826809904b1165179d
 > git merge 0fcc210e232c0f1d1748c66146e3f2bc146ed228 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 986febc10e4930c30d7932826809904b1165179d
[Pipeline] stage
01:50:47 Using the ‘stage’ step without a block argument is deprecated
01:50:47 Entering stage Run end-to-end test suite
01:50:47 Proceeding
[Pipeline] sh
01:50:48 + docker version
01:50:48 Client: Docker Engine - Community
01:50:48  Version:           19.03.2
01:50:48  API version:       1.40
01:50:48  Go version:        go1.12.8
01:50:48  Git commit:        6a30dfc
01:50:48  Built:             Thu Aug 29 05:29:11 2019
01:50:48  OS/Arch:           linux/amd64
01:50:48  Experimental:      false
01:50:48 
01:50:48 Server: Docker Engine - Community
01:50:48  Engine:
01:50:48   Version:          19.03.2
01:50:48   API version:      1.40 (minimum version 1.12)
01:50:48   Go version:       go1.12.8
01:50:48   Git commit:       6a30dfc
01:50:48   Built:            Thu Aug 29 05:27:45 2019
01:50:48   OS/Arch:          linux/amd64
01:50:48   Experimental:     true
01:50:48  containerd:
01:50:48   Version:          1.2.6
01:50:48   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
01:50:48  runc:
01:50:48   Version:          1.0.0-rc8
01:50:48   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
01:50:48  docker-init:
01:50:48   Version:          0.18.0
01:50:48   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
01:50:48 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 make -f docker.Makefile test-e2e
01:50:48 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
01:50:48 Sending build context to Docker daemon  38.42MB

01:50:48 Step 1/18 : ARG GO_VERSION=1.12.12
01:50:48 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
01:50:49 a4d1531: Pulling from docker/containerd-shim-process
01:50:49 13b7b73e4c8f: Pulling fs layer
01:50:49 13b7b73e4c8f: Verifying Checksum
01:50:49 13b7b73e4c8f: Download complete
01:50:49 13b7b73e4c8f: Pull complete
01:50:49 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
01:50:49 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
01:50:49  ---> 88d1b3a51187
01:50:49 Step 3/18 : FROM golang:${GO_VERSION}
01:50:50 1.12.12: Pulling from library/golang
01:50:50 c7b7d16361e0: Pulling fs layer
01:50:50 b7a128769df1: Pulling fs layer
01:50:50 1128949d0793: Pulling fs layer
01:50:50 667692510b70: Pulling fs layer
01:50:50 c70d80036479: Pulling fs layer
01:50:50 1de3250885d9: Pulling fs layer
01:50:50 5edd1231cc13: Pulling fs layer
01:50:50 c70d80036479: Waiting
01:50:50 1de3250885d9: Waiting
01:50:50 667692510b70: Waiting
01:50:50 5edd1231cc13: Waiting
01:50:50 1128949d0793: Verifying Checksum
01:50:50 1128949d0793: Download complete
01:50:50 b7a128769df1: Verifying Checksum
01:50:50 b7a128769df1: Download complete
01:50:50 c7b7d16361e0: Verifying Checksum
01:50:50 c7b7d16361e0: Download complete
01:50:51 667692510b70: Verifying Checksum
01:50:51 667692510b70: Download complete
01:50:51 5edd1231cc13: Verifying Checksum
01:50:51 5edd1231cc13: Download complete
01:50:51 c70d80036479: Verifying Checksum
01:50:51 c70d80036479: Download complete
01:50:52 1de3250885d9: Verifying Checksum
01:50:52 1de3250885d9: Download complete
01:50:53 c7b7d16361e0: Pull complete
01:50:54 b7a128769df1: Pull complete
01:50:54 1128949d0793: Pull complete
01:50:57 667692510b70: Pull complete
01:50:59 c70d80036479: Pull complete
01:51:03 1de3250885d9: Pull complete
01:51:03 5edd1231cc13: Pull complete
01:51:03 Digest: sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09
01:51:03 Status: Downloaded newer image for golang:1.12.12
01:51:03  ---> 25f57e47afce
01:51:03 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/*
01:51:06  ---> Running in 946ee05601b9
01:51:07 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
01:51:07 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
01:51:07 Get:3 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
01:51:07 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
01:51:07 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
01:51:07 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.9 kB]
01:51:09 Fetched 8214 kB in 2s (4781 kB/s)
01:51:09 Reading package lists...
01:51:09 Reading package lists...
01:51:10 Building dependency tree...
01:51:10 Reading state information...
01:51:10 curl is already the newest version (7.64.0-4).
01:51:10 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
01:51:10 openssl is already the newest version (1.1.1d-0+deb10u2).
01:51:10 openssl set to manually installed.
01:51:10 The following additional packages will be installed:
01:51:10   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
01:51:10   libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0
01:51:10   libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0
01:51:10   libnftables0 libnftnl11 nftables patch xz-utils
01:51:10 Suggested packages:
01:51:10   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
01:51:10 The following NEW packages will be installed:
01:51:10   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
01:51:10   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
01:51:10   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
01:51:10   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
01:51:10   libnftnl11 libseccomp-dev nftables patch xz-utils
01:51:10 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
01:51:10 Need to get 4292 kB of archives.
01:51:10 After this operation, 12.4 MB of additional disk space will be used.
01:51:10 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
01:51:10 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
01:51:10 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
01:51:10 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
01:51:10 Get:5 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
01:51:10 Get:6 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
01:51:10 Get:7 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
01:51:10 Get:8 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
01:51:10 Get:9 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
01:51:10 Get:10 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
01:51:10 Get:11 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
01:51:10 Get:12 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
01:51:10 Get:13 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
01:51:10 Get:14 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
01:51:10 Get:15 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
01:51:10 Get:16 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
01:51:10 Get:17 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
01:51:10 Get:18 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
01:51:10 Get:19 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
01:51:10 Get:20 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
01:51:10 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
01:51:10 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
01:51:10 Get:23 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
01:51:10 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
01:51:10 Get:25 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
01:51:10 debconf: delaying package configuration, since apt-utils is not installed
01:51:11 Fetched 4292 kB in 1s (8167 kB/s)
01:51:11 Selecting previously unselected package libjansson4:amd64.
01:51:11 (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.)
01:51:11 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ...
01:51:11 Unpacking libjansson4:amd64 (2.12-1) ...
01:51:11 Selecting previously unselected package libnftnl11:amd64.
01:51:11 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ...
01:51:11 Unpacking libnftnl11:amd64 (1.1.2-2) ...
01:51:11 Selecting previously unselected package libnftables0:amd64.
01:51:11 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ...
01:51:11 Unpacking libnftables0:amd64 (0.9.0-2) ...
01:51:11 Selecting previously unselected package nftables.
01:51:11 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ...
01:51:11 Unpacking nftables (0.9.0-2) ...
01:51:11 Selecting previously unselected package libip4tc0:amd64.
01:51:11 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ...
01:51:11 Unpacking libip4tc0:amd64 (1.8.2-4) ...
01:51:11 Selecting previously unselected package libip6tc0:amd64.
01:51:11 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ...
01:51:11 Unpacking libip6tc0:amd64 (1.8.2-4) ...
01:51:11 Selecting previously unselected package libiptc0:amd64.
01:51:11 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ...
01:51:11 Unpacking libiptc0:amd64 (1.8.2-4) ...
01:51:11 Selecting previously unselected package libnfnetlink0:amd64.
01:51:11 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
01:51:11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
01:51:11 Selecting previously unselected package libnetfilter-conntrack3:amd64.
01:51:11 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
01:51:11 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
01:51:11 Selecting previously unselected package iptables.
01:51:11 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ...
01:51:11 Unpacking iptables (1.8.2-4) ...
01:51:11 Selecting previously unselected package bzip2.
01:51:11 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
01:51:11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
01:51:11 Selecting previously unselected package xz-utils.
01:51:11 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ...
01:51:11 Unpacking xz-utils (5.2.4-1) ...
01:51:11 Selecting previously unselected package liblzo2-2:amd64.
01:51:11 Preparing to unpack .../12-liblzo2-2_2.10-0.1_amd64.deb ...
01:51:11 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
01:51:11 Selecting previously unselected package btrfs-progs.
01:51:11 Preparing to unpack .../13-btrfs-progs_4.20.1-2_amd64.deb ...
01:51:11 Unpacking btrfs-progs (4.20.1-2) ...
01:51:11 Selecting previously unselected package patch.
01:51:11 Preparing to unpack .../14-patch_2.7.6-3+deb10u1_amd64.deb ...
01:51:11 Unpacking patch (2.7.6-3+deb10u1) ...
01:51:11 Selecting previously unselected package dpkg-dev.
01:51:11 Preparing to unpack .../15-dpkg-dev_1.19.7_all.deb ...
01:51:11 Unpacking dpkg-dev (1.19.7) ...
01:51:11 Selecting previously unselected package build-essential.
01:51:11 Preparing to unpack .../16-build-essential_12.6_amd64.deb ...
01:51:11 Unpacking build-essential (12.6) ...
01:51:11 Selecting previously unselected package libfakeroot:amd64.
01:51:11 Preparing to unpack .../17-libfakeroot_1.23-1_amd64.deb ...
01:51:11 Unpacking libfakeroot:amd64 (1.23-1) ...
01:51:11 Selecting previously unselected package fakeroot.
01:51:11 Preparing to unpack .../18-fakeroot_1.23-1_amd64.deb ...
01:51:11 Unpacking fakeroot (1.23-1) ...
01:51:11 Selecting previously unselected package libalgorithm-diff-perl.
01:51:11 Preparing to unpack .../19-libalgorithm-diff-perl_1.19.03-2_all.deb ...
01:51:11 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
01:51:11 Selecting previously unselected package libalgorithm-diff-xs-perl.
01:51:11 Preparing to unpack .../20-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
01:51:11 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
01:51:11 Selecting previously unselected package libalgorithm-merge-perl.
01:51:11 Preparing to unpack .../21-libalgorithm-merge-perl_0.08-3_all.deb ...
01:51:11 Unpacking libalgorithm-merge-perl (0.08-3) ...
01:51:11 Selecting previously unselected package libapparmor1:amd64.
01:51:11 Preparing to unpack .../22-libapparmor1_2.13.2-10_amd64.deb ...
01:51:11 Unpacking libapparmor1:amd64 (2.13.2-10) ...
01:51:12 Selecting previously unselected package libapparmor-dev:amd64.
01:51:12 Preparing to unpack .../23-libapparmor-dev_2.13.2-10_amd64.deb ...
01:51:12 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
01:51:12 Selecting previously unselected package libseccomp-dev:amd64.
01:51:12 Preparing to unpack .../24-libseccomp-dev_2.3.3-4_amd64.deb ...
01:51:12 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
01:51:12 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
01:51:12 Setting up libip6tc0:amd64 (1.8.2-4) ...
01:51:12 Setting up libapparmor1:amd64 (2.13.2-10) ...
01:51:12 Setting up libip4tc0:amd64 (1.8.2-4) ...
01:51:12 Setting up libalgorithm-diff-perl (1.19.03-2) ...
01:51:12 Setting up liblzo2-2:amd64 (2.10-0.1) ...
01:51:12 Setting up libnftnl11:amd64 (1.1.2-2) ...
01:51:12 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
01:51:12 Setting up libfakeroot:amd64 (1.23-1) ...
01:51:12 Setting up libjansson4:amd64 (2.12-1) ...
01:51:12 Setting up fakeroot (1.23-1) ...
01:51:12 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
01:51:12 Setting up libiptc0:amd64 (1.8.2-4) ...
01:51:12 Setting up xz-utils (5.2.4-1) ...
01:51:12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
01:51:12 Setting up patch (2.7.6-3+deb10u1) ...
01:51:12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
01:51:12 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
01:51:12 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
01:51:12 Setting up libalgorithm-merge-perl (0.08-3) ...
01:51:12 Setting up libnftables0:amd64 (0.9.0-2) ...
01:51:12 Setting up btrfs-progs (4.20.1-2) ...
01:51:12 Setting up dpkg-dev (1.19.7) ...
01:51:12 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
01:51:12 Setting up build-essential (12.6) ...
01:51:12 Setting up nftables (0.9.0-2) ...
01:51:12 Setting up iptables (1.8.2-4) ...
01:51:12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
01:51:12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
01:51:12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
01:51:12 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
01:51:12 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
01:51:12 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
01:51:12 Processing triggers for libc-bin (2.28-10) ...
01:51:13 Removing intermediate container 946ee05601b9
01:51:13  ---> e65812a18856
01:51:13 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
01:51:13  ---> Running in 1f6e045ba2ac
01:51:13 Removing intermediate container 1f6e045ba2ac
01:51:13  ---> e1da32f13adc
01:51:13 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
01:51:13  ---> Running in fc008455f38f
01:51:14   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
01:51:14                                  Dload  Upload   Total   Spent    Left  Speed
01:51:14 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7524      0 --:--:-- --:--:-- --:--:--  7524
01:51:14 
100 10.3M  100 10.3M    0     0  51.2M      0 --:--:-- --:--:-- --:--:-- 51.2M
01:51:15 Removing intermediate container fc008455f38f
01:51:15  ---> b6b2b4c55260
01:51:15 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
01:51:15  ---> Running in ad2209cd5d3e
01:51:15 Removing intermediate container ad2209cd5d3e
01:51:15  ---> 756e5965369f
01:51:15 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
01:51:15  ---> Running in 3c6e18b48ad8
01:51:17 Removing intermediate container 3c6e18b48ad8
01:51:17  ---> 78796e6c0e3e
01:51:17 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
01:51:17  ---> Running in 273befe09b52
01:51:17 Removing intermediate container 273befe09b52
01:51:17  ---> 28cf467c03e0
01:51:17 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
01:51:17  ---> Running in ab75b4aee163
01:51:17 Removing intermediate container ab75b4aee163
01:51:17  ---> 55e0613e79cf
01:51:17 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
01:51:17  ---> f26b5c120e7c
01:51:17 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
01:51:17  ---> Running in 49d0acce6316
01:51:18 Updating certificates in /etc/ssl/certs...
01:51:18 1 added, 0 removed; done.
01:51:18 Running hooks in /etc/ca-certificates/update.d...
01:51:18 done.
01:51:19 Removing intermediate container 49d0acce6316
01:51:19  ---> b4661a41dd3e
01:51:19 Step 13/18 : COPY . .
01:51:22  ---> 94cfbd5ea9cb
01:51:22 Step 14/18 : ARG VERSION
01:51:22  ---> Running in 000908a7b700
01:51:22 Removing intermediate container 000908a7b700
01:51:22  ---> 322b3d4c87af
01:51:22 Step 15/18 : ARG GITCOMMIT
01:51:22  ---> Running in f74ecb7abb39
01:51:22 Removing intermediate container f74ecb7abb39
01:51:22  ---> 6d497f478b08
01:51:22 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
01:51:22  ---> Running in 293962c4e9f3
01:51:22 Removing intermediate container 293962c4e9f3
01:51:22  ---> 0e4106fb7702
01:51:22 Step 17/18 : RUN ./scripts/build/binary
01:51:22  ---> Running in 792cca212089
01:51:23 Building statically linked build/docker-linux-amd64
01:52:44 Removing intermediate container 792cca212089
01:52:44  ---> 25445f3cc2ab
01:52:44 Step 18/18 : CMD ./scripts/test/e2e/entry
01:52:44  ---> Running in 022f64708999
01:52:44 Removing intermediate container 022f64708999
01:52:44  ---> 767a34231574
01:52:44 Successfully built 767a34231574
01:52:44 Successfully tagged docker-cli-e2eclie2e1:latest
01:52:44 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
01:52:44 Creating network "cliendtoendsuite_default" with the default driver
01:52:44 Pulling registry (registry:2)...
01:52:44 2: Pulling from library/registry
01:52:44 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
01:52:44 Status: Downloaded newer image for registry:2
01:52:44 Pulling engine (docker:stable-dind)...
01:52:44 stable-dind: Pulling from library/docker
01:52:44 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
01:52:44 Status: Downloaded newer image for docker:stable-dind
01:52:44 Building notary-server
01:52:44 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:52:44 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:52:44 server-0.5.0: Pulling from library/notary
01:52:44 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
01:52:44 Status: Downloaded newer image for notary:server-0.5.0
01:52:44  ---> 16b632e954ca
01:52:44 Step 3/3 : COPY ./notary/ /fixtures/
01:52:44  ---> da5d60c1279c
01:52:44 Successfully built da5d60c1279c
01:52:44 Successfully tagged cliendtoendsuite_notary-server:latest
01:52:44 Creating cliendtoendsuite_notary-server_1 ... 
01:52:44 Creating cliendtoendsuite_engine_1        ... 
01:52:44 Creating cliendtoendsuite_registry_1      ... 
01:52:44 
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.4:2375
01:52:44 Client:
01:52:44  Version:           18.09.0-dev
01:52:44  API version:       1.39
01:52:44  Go version:        go1.12.12
01:52:44  Git commit:        
01:52:44  Built:             Tue Oct 22 01:51:23 2019
01:52:44  OS/Arch:           linux/amd64
01:52:44  Experimental:      false
01:52:44 
01:52:44 Server: Docker Engine - Community
01:52:44  Engine:
01:52:44   Version:          19.03.4
01:52:44   API version:      1.40 (minimum version 1.12)
01:52:44   Go version:       go1.12.10
01:52:44   Git commit:       9013bf583a
01:52:44   Built:            Fri Oct 18 15:55:51 2019
01:52:44   OS/Arch:          linux/amd64
01:52:44   Experimental:     false
01:52:44  containerd:
01:52:44   Version:          v1.2.10
01:52:44   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:52:44  runc:
01:52:44   Version:          1.0.0-rc8+dev
01:52:44   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:52:44  docker-init:
01:52:44   Version:          0.18.0
01:52:44   GitCommit:        fec3683
01:52:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:52:44 88286f41530e: Pulling fs layer
01:52:44 88286f41530e: Download complete
01:52:44 88286f41530e: Pull complete
01:52:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:52:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:52:44 The push refers to repository [registry:5000/alpine]
01:52:44 5bef08742407: Preparing
01:52:44 5bef08742407: Pushed
01:52:44 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:52:44 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:52:44 03b1be98f3f9: Pulling fs layer
01:52:44 03b1be98f3f9: Verifying Checksum
01:52:44 03b1be98f3f9: Download complete
01:52:45 03b1be98f3f9: Pull complete
01:52:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:52:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:52:45 The push refers to repository [registry:5000/busybox]
01:52:45 6a749002dd6a: Preparing
01:52:45 6a749002dd6a: Pushed
01:52:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:52:46 Swarm initialized: current node (69ju1hwo5wm0ofi18tiboz4nl) is now a manager.
01:52:46 
01:52:46 To add a worker to this swarm, run the following command:
01:52:46 
01:52:46     docker swarm join --token SWMTKN-1-14milnqhg1n5zlcol21loeijjsyx1i8vpjbr7r9y7d66yk8ao1-as01fdkgoworggys4ia93k9zx 172.18.0.4:2377
01:52:46 
01:52:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:52:46 
01:52:58 === RUN   TestAttachExitCode
01:52:58 --- PASS: TestAttachExitCode (1.11s)
01:52:58 === RUN   TestCreateWithContentTrust
01:52:58 --- PASS: TestCreateWithContentTrust (0.84s)
01:52:58 === RUN   TestKillContainer
01:52:58 --- PASS: TestKillContainer (1.17s)
01:52:58 === RUN   TestRunAttachedFromRemoteImageAndRemove
01:52:58 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.07s)
01:52:58 === RUN   TestRunWithContentTrust
01:52:58 --- PASS: TestRunWithContentTrust (1.81s)
01:52:58 PASS
01:52:58 ok  	github.com/docker/cli/e2e/container	5.999s
01:53:02 === RUN   TestBuildFromContextDirectoryWithTag
01:53:02 --- PASS: TestBuildFromContextDirectoryWithTag (1.53s)
01:53:02 === RUN   TestTrustedBuild
01:53:02 --- PASS: TestTrustedBuild (2.59s)
01:53:02 === RUN   TestTrustedBuildUntrustedImage
01:53:02 --- PASS: TestTrustedBuildUntrustedImage (0.15s)
01:53:02 === RUN   TestBuildIidFileSquash
01:53:02 --- SKIP: TestBuildIidFileSquash (0.05s)
01:53:02     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
01:53:02 === RUN   TestPullWithContentTrust
01:53:02 --- PASS: TestPullWithContentTrust (0.75s)
01:53:02 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
01:53:02 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.11s)
01:53:02 === RUN   TestPushWithContentTrust
01:53:02 --- PASS: TestPushWithContentTrust (0.39s)
01:53:02 === RUN   TestPushWithContentTrustUnreachableServer
01:53:02 --- PASS: TestPushWithContentTrustUnreachableServer (0.32s)
01:53:02 === RUN   TestPushWithContentTrustExistingTag
01:53:02 --- PASS: TestPushWithContentTrustExistingTag (0.73s)
01:53:02 === RUN   TestPushWithContentTrustReleasesDelegationOnly
01:53:02 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.24s)
01:53:02 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
01:53:02 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.53s)
01:53:02 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
01:53:02 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (0.91s)
01:53:02 PASS
01:53:02 ok  	github.com/docker/cli/e2e/image	11.314s
01:53:02 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
01:53:02 === RUN   TestInstallWithContentTrust
01:53:02 --- PASS: TestInstallWithContentTrust (3.86s)
01:53:02 === RUN   TestInstallWithContentTrustUntrusted
01:53:02 --- PASS: TestInstallWithContentTrustUntrusted (0.17s)
01:53:02 PASS
01:53:02 ok  	github.com/docker/cli/e2e/plugin	4.036s
01:53:03 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
01:53:04 === RUN   TestDeployWithNamedResources
01:53:04 === RUN   TestDeployWithNamedResources/Swarm
01:53:04 === RUN   TestDeployWithNamedResources/Kubernetes
01:53:04 --- PASS: TestDeployWithNamedResources (0.21s)
01:53:04     --- PASS: TestDeployWithNamedResources/Swarm (0.20s)
01:53:04     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:53:04         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:53:04 === RUN   TestStackDeployHelp
01:53:04 === RUN   TestStackDeployHelp/Swarm
01:53:04 === RUN   TestStackDeployHelp/Kubernetes
01:53:04 --- PASS: TestStackDeployHelp (0.12s)
01:53:04     --- PASS: TestStackDeployHelp/Swarm (0.08s)
01:53:04     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
01:53:04 === RUN   TestRemove
01:53:04 === RUN   TestRemove/Swarm
01:53:04 === RUN   TestRemove/Kubernetes
01:53:04 --- PASS: TestRemove (0.33s)
01:53:04     --- PASS: TestRemove/Swarm (0.33s)
01:53:04     --- SKIP: TestRemove/Kubernetes (0.00s)
01:53:04         remove_test.go:22: !environment.KubernetesEnabled()
01:53:04 PASS
01:53:04 ok  	github.com/docker/cli/e2e/stack	0.660s
01:53:04 === RUN   TestInspectInvalidReference
01:53:04 --- PASS: TestInspectInvalidReference (0.08s)
01:53:04 PASS
01:53:04 ok  	github.com/docker/cli/e2e/system	0.082s
01:53:07 === RUN   TestRevokeImage
01:53:07 --- PASS: TestRevokeImage (0.62s)
01:53:07 === RUN   TestRevokeRepo
01:53:07 --- PASS: TestRevokeRepo (0.76s)
01:53:07 === RUN   TestSignLocalImage
01:53:07 --- PASS: TestSignLocalImage (0.32s)
01:53:07 === RUN   TestSignWithLocalFlag
01:53:07 --- PASS: TestSignWithLocalFlag (0.60s)
01:53:07 PASS
01:53:07 ok  	github.com/docker/cli/e2e/trust	2.301s
01:53:07 Stopping cliendtoendsuite_engine_1        ... 
01:53:07 Stopping cliendtoendsuite_registry_1      ... 
01:53:07 Stopping cliendtoendsuite_notary-server_1 ... 
01:53:09 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
01:53:09 Removing cliendtoendsuite_registry_1      ... 
01:53:09 Removing cliendtoendsuite_notary-server_1 ... 
01:53:09 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
01:53:09 Removing image cliendtoendsuite_notary-server
01:53:10 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
01:53:11 Creating network "cliendtoendsuite_default" with the default driver
01:53:11 Building notary-server
01:53:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:53:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:53:11  ---> 16b632e954ca
01:53:11 Step 3/3 : COPY ./notary/ /fixtures/
01:53:12  ---> 1b9e7a189dc6
01:53:12 Successfully built 1b9e7a189dc6
01:53:12 Successfully tagged cliendtoendsuite_notary-server:latest
01:53:12 Creating cliendtoendsuite_registry_1 ... 
01:53:12 Creating cliendtoendsuite_notary-server_1 ... 
01:53:12 Creating cliendtoendsuite_engine_1        ... 
01:53:15 
Creating cliendtoendsuite_notary-server_1 ... done

Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
01:53:15 Client:
01:53:15  Version:           18.09.0-dev
01:53:15  API version:       1.39
01:53:15  Go version:        go1.12.12
01:53:15  Git commit:        
01:53:15  Built:             Tue Oct 22 01:51:23 2019
01:53:15  OS/Arch:           linux/amd64
01:53:15  Experimental:      false
01:53:15 
01:53:15 Server: Docker Engine - Community
01:53:15  Engine:
01:53:15   Version:          19.03.4
01:53:15   API version:      1.40 (minimum version 1.12)
01:53:15   Go version:       go1.12.10
01:53:15   Git commit:       9013bf583a
01:53:15   Built:            Fri Oct 18 15:55:51 2019
01:53:15   OS/Arch:          linux/amd64
01:53:15   Experimental:     true
01:53:15  containerd:
01:53:15   Version:          v1.2.10
01:53:15   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:53:15  runc:
01:53:15   Version:          1.0.0-rc8+dev
01:53:15   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:53:15  docker-init:
01:53:15   Version:          0.18.0
01:53:15   GitCommit:        fec3683
01:53:15 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:53:15 88286f41530e: Pulling fs layer
01:53:15 88286f41530e: Download complete
01:53:15 88286f41530e: Pull complete
01:53:15 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:53:15 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:53:15 The push refers to repository [registry:5000/alpine]
01:53:15 5bef08742407: Preparing
01:53:15 5bef08742407: Pushed
01:53:15 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:53:16 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:53:16 03b1be98f3f9: Pulling fs layer
01:53:16 03b1be98f3f9: Verifying Checksum
01:53:16 03b1be98f3f9: Download complete
01:53:16 03b1be98f3f9: Pull complete
01:53:16 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:53:16 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:53:16 The push refers to repository [registry:5000/busybox]
01:53:16 6a749002dd6a: Preparing
01:53:16 6a749002dd6a: Pushed
01:53:16 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:53:17 Swarm initialized: current node (4iwohyl3yndigy3bcf3843la1) is now a manager.
01:53:17 
01:53:17 To add a worker to this swarm, run the following command:
01:53:17 
01:53:17     docker swarm join --token SWMTKN-1-102q9bu2kxfwnmyrr4hu2071dlsobsvmlwrswgk1eu9khqhaha-epjibzeltcqw5s5q3oq1dmb14 172.19.0.4:2377
01:53:17 
01:53:17 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:53:17 
01:53:29 === RUN   TestAttachExitCode
01:53:29 --- PASS: TestAttachExitCode (1.04s)
01:53:29 === RUN   TestCreateWithContentTrust
01:53:29 --- PASS: TestCreateWithContentTrust (0.82s)
01:53:29 === RUN   TestKillContainer
01:53:29 --- PASS: TestKillContainer (1.07s)
01:53:29 === RUN   TestRunAttachedFromRemoteImageAndRemove
01:53:29 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.00s)
01:53:29 === RUN   TestRunWithContentTrust
01:53:29 --- PASS: TestRunWithContentTrust (1.55s)
01:53:29 PASS
01:53:29 ok  	github.com/docker/cli/e2e/container	5.490s
01:53:37 === RUN   TestBuildFromContextDirectoryWithTag
01:53:37 --- PASS: TestBuildFromContextDirectoryWithTag (1.40s)
01:53:37 === RUN   TestTrustedBuild
01:53:37 --- PASS: TestTrustedBuild (2.62s)
01:53:37 === RUN   TestTrustedBuildUntrustedImage
01:53:37 --- PASS: TestTrustedBuildUntrustedImage (0.12s)
01:53:37 === RUN   TestBuildIidFileSquash
01:53:37 --- PASS: TestBuildIidFileSquash (2.80s)
01:53:37 === RUN   TestPullWithContentTrust
01:53:37 --- PASS: TestPullWithContentTrust (1.02s)
01:53:37 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
01:53:37 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.10s)
01:53:37 === RUN   TestPushWithContentTrust
01:53:37 --- PASS: TestPushWithContentTrust (0.39s)
01:53:37 === RUN   TestPushWithContentTrustUnreachableServer
01:53:37 --- PASS: TestPushWithContentTrustUnreachableServer (0.21s)
01:53:37 === RUN   TestPushWithContentTrustExistingTag
01:53:37 --- PASS: TestPushWithContentTrustExistingTag (0.46s)
01:53:37 === RUN   TestPushWithContentTrustReleasesDelegationOnly
01:53:37 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.03s)
01:53:37 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
01:53:37 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.58s)
01:53:37 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
01:53:37 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.65s)
01:53:37 PASS
01:53:37 ok  	github.com/docker/cli/e2e/image	14.381s
01:53:37 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
01:53:37 === RUN   TestInstallWithContentTrust
01:53:37 --- PASS: TestInstallWithContentTrust (3.81s)
01:53:37 === RUN   TestInstallWithContentTrustUntrusted
01:53:37 --- PASS: TestInstallWithContentTrustUntrusted (0.23s)
01:53:37 PASS
01:53:37 ok  	github.com/docker/cli/e2e/plugin	4.051s
01:53:37 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
01:53:37 === RUN   TestDeployWithNamedResources
01:53:37 === RUN   TestDeployWithNamedResources/Swarm
01:53:37 === RUN   TestDeployWithNamedResources/Kubernetes
01:53:37 --- PASS: TestDeployWithNamedResources (0.23s)
01:53:37     --- PASS: TestDeployWithNamedResources/Swarm (0.23s)
01:53:37     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:53:37         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:53:37 === RUN   TestStackDeployHelp
01:53:37 === RUN   TestStackDeployHelp/Swarm
01:53:37 === RUN   TestStackDeployHelp/Kubernetes
01:53:37 --- PASS: TestStackDeployHelp (0.07s)
01:53:37     --- PASS: TestStackDeployHelp/Swarm (0.04s)
01:53:37     --- PASS: TestStackDeployHelp/Kubernetes (0.03s)
01:53:37 === RUN   TestRemove
01:53:37 === RUN   TestRemove/Swarm
01:53:37 === RUN   TestRemove/Kubernetes
01:53:37 --- PASS: TestRemove (0.33s)
01:53:37     --- PASS: TestRemove/Swarm (0.33s)
01:53:37     --- SKIP: TestRemove/Kubernetes (0.00s)
01:53:37         remove_test.go:22: !environment.KubernetesEnabled()
01:53:37 PASS
01:53:37 ok  	github.com/docker/cli/e2e/stack	0.638s
01:53:37 === RUN   TestInspectInvalidReference
01:53:37 --- PASS: TestInspectInvalidReference (0.06s)
01:53:37 PASS
01:53:37 ok  	github.com/docker/cli/e2e/system	0.059s
01:53:40 === RUN   TestRevokeImage
01:53:40 --- PASS: TestRevokeImage (0.46s)
01:53:40 === RUN   TestRevokeRepo
01:53:40 --- PASS: TestRevokeRepo (0.76s)
01:53:40 === RUN   TestSignLocalImage
01:53:40 --- PASS: TestSignLocalImage (0.32s)
01:53:40 === RUN   TestSignWithLocalFlag
01:53:40 --- PASS: TestSignWithLocalFlag (0.61s)
01:53:40 PASS
01:53:40 ok  	github.com/docker/cli/e2e/trust	2.147s
01:53:40 Stopping cliendtoendsuite_engine_1        ... 
01:53:40 Stopping cliendtoendsuite_notary-server_1 ... 
01:53:40 Stopping cliendtoendsuite_registry_1      ... 
01:53:42 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
01:53:42 Removing cliendtoendsuite_notary-server_1 ... 
01:53:42 Removing cliendtoendsuite_registry_1      ... 
01:53:42 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
01:53:42 Removing image cliendtoendsuite_notary-server
01:53:42 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
01:53:44 Creating network "cliendtoendsuite_default" with the default driver
01:53:44 Building engine
01:53:44 Step 1/6 : FROM docker:test-dind
01:53:44 test-dind: Pulling from library/docker
01:53:44 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
01:53:44 Status: Downloaded newer image for docker:test-dind
01:53:44  ---> eaed9efc02d2
01:53:44 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
01:53:44  ---> Running in f4dc4564502d
01:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
01:53:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
01:53:46 (1/5) Installing openssh-keygen (8.1_p1-r0)
01:53:46 (2/5) Installing openssh-server-common (8.1_p1-r0)
01:53:46 (3/5) Installing openssh-server (8.1_p1-r0)
01:53:46 (4/5) Installing linux-pam (1.3.0-r1)
01:53:46 (5/5) Installing shadow (4.6-r2)
01:53:46 Executing busybox-1.30.1-r2.trigger
01:53:46 OK: 24 MiB in 45 packages
01:53:46 Creating mailbox file: No such file or directory
01:53:47 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
01:53:47 Removing intermediate container f4dc4564502d
01:53:47  ---> 4a0790379b1b
01:53:47 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
01:53:47  ---> Running in f662f70a074c
01:53:49 Removing intermediate container f662f70a074c
01:53:49  ---> bcdfd07a3db8
01:53:49 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
01:53:49  ---> 960a157e6cde
01:53:49 Step 5/6 : EXPOSE 22
01:53:49  ---> Running in bc2b4d5fc9cf
01:53:49 Removing intermediate container bc2b4d5fc9cf
01:53:49  ---> b3c478aa04ce
01:53:49 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
01:53:49  ---> Running in 867fb1ebb0b4
01:53:49 Removing intermediate container 867fb1ebb0b4
01:53:49  ---> 886382197f99
01:53:49 Successfully built 886382197f99
01:53:49 Successfully tagged docker:stable-dind
01:53:49 Building notary-server
01:53:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:53:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:53:49  ---> 16b632e954ca
01:53:49 Step 3/3 : COPY ./notary/ /fixtures/
01:53:49  ---> 610930f2856b
01:53:49 Successfully built 610930f2856b
01:53:49 Successfully tagged cliendtoendsuite_notary-server:latest
01:53:49 Creating cliendtoendsuite_registry_1 ... 
01:53:49 Creating cliendtoendsuite_notary-server_1 ... 
01:53:49 Creating cliendtoendsuite_engine_1        ... 
01:53:52 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.2
01:53:53 Client:
01:53:53  Version:           18.09.0-dev
01:53:53  API version:       1.39
01:53:53  Go version:        go1.12.12
01:53:53  Git commit:        
01:53:53  Built:             Tue Oct 22 01:51:23 2019
01:53:53  OS/Arch:           linux/amd64
01:53:53  Experimental:      false
01:53:53 
01:53:53 Server: Docker Engine - Community
01:53:53  Engine:
01:53:53   Version:          19.03.4
01:53:53   API version:      1.40 (minimum version 1.12)
01:53:53   Go version:       go1.12.10
01:53:53   Git commit:       9013bf583a
01:53:53   Built:            Fri Oct 18 15:55:51 2019
01:53:53   OS/Arch:          linux/amd64
01:53:53   Experimental:     true
01:53:53  containerd:
01:53:53   Version:          v1.2.10
01:53:53   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:53:53  runc:
01:53:53   Version:          1.0.0-rc8+dev
01:53:53   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:53:53  docker-init:
01:53:53   Version:          0.18.0
01:53:53   GitCommit:        fec3683
01:53:53 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:53:53 88286f41530e: Pulling fs layer
01:53:53 88286f41530e: Verifying Checksum
01:53:53 88286f41530e: Download complete
01:53:53 88286f41530e: Pull complete
01:53:53 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:53:53 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:53:54 The push refers to repository [registry:5000/alpine]
01:53:54 5bef08742407: Preparing
01:53:54 5bef08742407: Pushed
01:53:54 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:53:55 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:53:55 03b1be98f3f9: Pulling fs layer
01:53:55 03b1be98f3f9: Verifying Checksum
01:53:55 03b1be98f3f9: Download complete
01:53:55 03b1be98f3f9: Pull complete
01:53:55 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:53:55 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:53:55 The push refers to repository [registry:5000/busybox]
01:53:55 6a749002dd6a: Preparing
01:53:55 6a749002dd6a: Pushed
01:53:56 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:53:57 Swarm initialized: current node (u35lsz5zxll6a4lkb121yndio) is now a manager.
01:53:57 
01:53:57 To add a worker to this swarm, run the following command:
01:53:57 
01:53:57     docker swarm join --token SWMTKN-1-3sr2mnc67hqtt70f4m2fxzcl3ppq6ipllvjhju19xau300im08-dceudpp40fjrho64pw611txdn 172.20.0.2:2377
01:53:57 
01:53:57 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:53:57 
01:54:15 === RUN   TestAttachExitCode
01:54:15 --- PASS: TestAttachExitCode (2.08s)
01:54:15 === RUN   TestCreateWithContentTrust
01:54:15 --- PASS: TestCreateWithContentTrust (2.62s)
01:54:15 === RUN   TestKillContainer
01:54:15 --- PASS: TestKillContainer (1.72s)
01:54:15 === RUN   TestRunAttachedFromRemoteImageAndRemove
01:54:15 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.33s)
01:54:15 === RUN   TestRunWithContentTrust
01:54:15 --- PASS: TestRunWithContentTrust (3.67s)
01:54:15 PASS
01:54:15 ok  	github.com/docker/cli/e2e/container	12.415s
01:54:33 === RUN   TestBuildFromContextDirectoryWithTag
01:54:33 --- PASS: TestBuildFromContextDirectoryWithTag (1.95s)
01:54:33 === RUN   TestTrustedBuild
01:54:33 --- PASS: TestTrustedBuild (5.74s)
01:54:33 === RUN   TestTrustedBuildUntrustedImage
01:54:33 --- PASS: TestTrustedBuildUntrustedImage (0.34s)
01:54:33 === RUN   TestBuildIidFileSquash
01:54:33 --- PASS: TestBuildIidFileSquash (3.91s)
01:54:33 === RUN   TestPullWithContentTrust
01:54:33 --- PASS: TestPullWithContentTrust (2.98s)
01:54:33 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
01:54:33 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.44s)
01:54:33 === RUN   TestPushWithContentTrust
01:54:33 --- PASS: TestPushWithContentTrust (0.91s)
01:54:33 === RUN   TestPushWithContentTrustUnreachableServer
01:54:33 --- PASS: TestPushWithContentTrustUnreachableServer (0.83s)
01:54:33 === RUN   TestPushWithContentTrustExistingTag
01:54:33 --- PASS: TestPushWithContentTrustExistingTag (1.71s)
01:54:33 === RUN   TestPushWithContentTrustReleasesDelegationOnly
01:54:33 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.85s)
01:54:33 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
01:54:33 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.01s)
01:54:33 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
01:54:33 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (2.06s)
01:54:33 PASS
01:54:33 ok  	github.com/docker/cli/e2e/image	27.747s
01:54:33 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
01:54:33 === RUN   TestInstallWithContentTrust
01:54:33 --- PASS: TestInstallWithContentTrust (4.85s)
01:54:33 === RUN   TestInstallWithContentTrustUntrusted
01:54:33 --- PASS: TestInstallWithContentTrustUntrusted (0.46s)
01:54:33 PASS
01:54:33 ok  	github.com/docker/cli/e2e/plugin	5.314s
01:54:33 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
01:54:33 === RUN   TestDeployWithNamedResources
01:54:33 === RUN   TestDeployWithNamedResources/Swarm
01:54:33 === RUN   TestDeployWithNamedResources/Kubernetes
01:54:33 --- PASS: TestDeployWithNamedResources (0.52s)
01:54:33     --- PASS: TestDeployWithNamedResources/Swarm (0.52s)
01:54:33     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:54:33         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:54:33 === RUN   TestStackDeployHelp
01:54:33 === RUN   TestStackDeployHelp/Swarm
01:54:33 === RUN   TestStackDeployHelp/Kubernetes
01:54:33 --- PASS: TestStackDeployHelp (0.09s)
01:54:33     --- PASS: TestStackDeployHelp/Swarm (0.05s)
01:54:33     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
01:54:33 === RUN   TestRemove
01:54:33 === RUN   TestRemove/Swarm
01:54:33 === RUN   TestRemove/Kubernetes
01:54:33 --- PASS: TestRemove (1.31s)
01:54:33     --- PASS: TestRemove/Swarm (1.31s)
01:54:33     --- SKIP: TestRemove/Kubernetes (0.00s)
01:54:33         remove_test.go:22: !environment.KubernetesEnabled()
01:54:33 PASS
01:54:33 ok  	github.com/docker/cli/e2e/stack	1.933s
01:54:33 === RUN   TestInspectInvalidReference
01:54:33 --- PASS: TestInspectInvalidReference (0.32s)
01:54:33 PASS
01:54:33 ok  	github.com/docker/cli/e2e/system	0.320s
01:54:33 === RUN   TestRevokeImage
01:54:33 --- PASS: TestRevokeImage (1.52s)
01:54:33 === RUN   TestRevokeRepo
01:54:33 --- PASS: TestRevokeRepo (2.45s)
01:54:33 === RUN   TestSignLocalImage
01:54:33 --- PASS: TestSignLocalImage (0.83s)
01:54:33 === RUN   TestSignWithLocalFlag
01:54:33 --- PASS: TestSignWithLocalFlag (1.74s)
01:54:33 PASS
01:54:33 ok  	github.com/docker/cli/e2e/trust	6.544s
01:54:33 Stopping cliendtoendsuite_engine_1        ... 
01:54:33 Stopping cliendtoendsuite_registry_1      ... 
01:54:33 Stopping cliendtoendsuite_notary-server_1 ... 
01:54:35 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
01:54:35 Removing cliendtoendsuite_registry_1      ... 
01:54:35 Removing cliendtoendsuite_notary-server_1 ... 
01:54:35 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_engine_1        ... done

Removing cliendtoendsuite_registry_1      ... done
Removing network cliendtoendsuite_default
01:54:36 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