Push event to branch 18.09 17:25:53 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 9787a2d94b25689d83440e76e8d09dc0516315c8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-056c3a8a47eb20bfd) in /home/ubuntu/workspace/cli_18.09 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_18.09@tmp/a062ea33-59cb-4a6a-8256-474c046dff70/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo 17:25:56 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 17:25:56 chowning workspace [Pipeline] sh 17:25:56 + uname -m [Pipeline] sh 17:25:56 + pwd 17:25:56 + id -u 17:25:56 + id -g 17:25:56 + docker run --rm -v /home/ubuntu/workspace/cli_18.09:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 17:25:58 Removing all docker containers [Pipeline] sh 17:25:58 + docker container ls -aq [Pipeline] echo 17:25:58 Docker containers have been removed [Pipeline] echo 17:25:58 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 17:25:58 cleanWorkspace: Workspace is clean. [Pipeline] timeout 17:25:58 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 17:25:58 Using the ‘stage’ step without a block argument is deprecated 17:25:58 Entering stage Git Checkout 17:25:58 Proceeding [Pipeline] checkout 17:25:58 using credential docker-jenkins-github-credentials 17:25:58 Cloning the remote Git repository 17:25:58 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_18.09 # timeout=10 Fetching upstream changes from https://github.com/docker/cli.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/heads/18.09:refs/remotes/origin/18.09 17:26:00 Fetching without tags 17:26:01 Checking out Revision 9787a2d94b25689d83440e76e8d09dc0516315c8 (18.09) 17:26:01 Commit message: "Merge pull request #2081 from thaJeztah/18.09_backport_bump_vndr" > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 Fetching upstream changes from https://github.com/docker/cli.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/heads/18.09:refs/remotes/origin/18.09 > git config core.sparsecheckout # timeout=10 > git checkout -f 9787a2d94b25689d83440e76e8d09dc0516315c8 > git rev-list --no-walk 1752eb3626e3a17b0881135a9402e57728208fed # timeout=10 [Pipeline] stage 17:26:03 Using the ‘stage’ step without a block argument is deprecated 17:26:03 Entering stage Run end-to-end test suite 17:26:03 Proceeding [Pipeline] sh 17:26:03 + docker version 17:26:03 Client: Docker Engine - Community 17:26:03 Version: 19.03.2 17:26:03 API version: 1.40 17:26:03 Go version: go1.12.8 17:26:03 Git commit: 6a30dfc 17:26:03 Built: Thu Aug 29 05:29:11 2019 17:26:03 OS/Arch: linux/amd64 17:26:03 Experimental: false 17:26:03 17:26:03 Server: Docker Engine - Community 17:26:03 Engine: 17:26:03 Version: 19.03.2 17:26:03 API version: 1.40 (minimum version 1.12) 17:26:03 Go version: go1.12.8 17:26:03 Git commit: 6a30dfc 17:26:03 Built: Thu Aug 29 05:27:45 2019 17:26:03 OS/Arch: linux/amd64 17:26:03 Experimental: true 17:26:03 containerd: 17:26:03 Version: 1.2.6 17:26:03 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 17:26:03 runc: 17:26:03 Version: 1.0.0-rc8 17:26:03 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 17:26:03 docker-init: 17:26:03 Version: 0.18.0 17:26:03 GitCommit: fec3683 [Pipeline] sh 17:26:04 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 make -f docker.Makefile test-e2e 17:26:04 docker build -t docker-cli-e2eclie2e2 --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 17:26:04 Sending build context to Docker daemon 38.42MB 17:26:04 Step 1/18 : ARG GO_VERSION=1.11.13 17:26:04 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process 17:26:05 a4d1531: Pulling from docker/containerd-shim-process 17:26:05 13b7b73e4c8f: Pulling fs layer 17:26:05 13b7b73e4c8f: Verifying Checksum 17:26:05 13b7b73e4c8f: Download complete 17:26:05 13b7b73e4c8f: Pull complete 17:26:05 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0 17:26:05 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531 17:26:05 ---> 88d1b3a51187 17:26:05 Step 3/18 : FROM golang:${GO_VERSION} 17:26:05 1.11.13: Pulling from library/golang 17:26:05 4ae16bd47783: Pulling fs layer 17:26:05 bbab4ec87ac4: Pulling fs layer 17:26:05 2ea1f7804402: Pulling fs layer 17:26:05 96465440c208: Pulling fs layer 17:26:05 16a3d8aca6cd: Pulling fs layer 17:26:05 3a62db25bdbe: Pulling fs layer 17:26:05 8c47c6b16c60: Pulling fs layer 17:26:05 16a3d8aca6cd: Waiting 17:26:05 3a62db25bdbe: Waiting 17:26:05 8c47c6b16c60: Waiting 17:26:05 96465440c208: Waiting 17:26:05 bbab4ec87ac4: Verifying Checksum 17:26:05 bbab4ec87ac4: Download complete 17:26:05 2ea1f7804402: Verifying Checksum 17:26:05 2ea1f7804402: Download complete 17:26:06 4ae16bd47783: Verifying Checksum 17:26:06 4ae16bd47783: Download complete 17:26:06 96465440c208: Verifying Checksum 17:26:06 96465440c208: Download complete 17:26:06 8c47c6b16c60: Verifying Checksum 17:26:06 8c47c6b16c60: Download complete 17:26:07 16a3d8aca6cd: Verifying Checksum 17:26:07 16a3d8aca6cd: Download complete 17:26:08 3a62db25bdbe: Verifying Checksum 17:26:08 3a62db25bdbe: Download complete 17:26:09 4ae16bd47783: Pull complete 17:26:10 bbab4ec87ac4: Pull complete 17:26:10 2ea1f7804402: Pull complete 17:26:12 96465440c208: Pull complete 17:26:14 16a3d8aca6cd: Pull complete 17:26:19 3a62db25bdbe: Pull complete 17:26:19 8c47c6b16c60: Pull complete 17:26:19 Digest: sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04 17:26:19 Status: Downloaded newer image for golang:1.11.13 17:26:19 ---> 43a154fee764 17:26:19 Step 4/18 : RUN apt-get update && apt-get install -y build-essential curl openssl btrfs-tools libapparmor-dev libseccomp-dev iptables openssh-client && rm -rf /var/lib/apt/lists/* 17:26:20 ---> Running in 74c001264d41 17:26:21 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 17:26:21 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] 17:26:21 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 17:26:21 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB] 17:26:21 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB] 17:26:22 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 17:26:23 Fetched 8206 kB in 2s (4971 kB/s) 17:26:23 Reading package lists... 17:26:24 Reading package lists... 17:26:24 Building dependency tree... 17:26:24 Reading state information... 17:26:24 curl is already the newest version (7.64.0-4). 17:26:24 openssh-client is already the newest version (1:7.9p1-10). 17:26:24 openssl is already the newest version (1.1.1c-1). 17:26:24 openssl set to manually installed. 17:26:24 The following additional packages will be installed: 17:26:24 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl 17:26:24 libalgorithm-merge-perl libapparmor1 libbz2-1.0 libfakeroot libip4tc0 17:26:24 libip6tc0 libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 17:26:24 libnfnetlink0 libnftables0 libnftnl11 nftables patch xz-utils 17:26:24 Suggested packages: 17:26:24 duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc 17:26:24 The following NEW packages will be installed: 17:26:24 btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables 17:26:24 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 17:26:24 libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0 17:26:24 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0 17:26:24 libnftnl11 libseccomp-dev nftables patch xz-utils 17:26:24 The following packages will be upgraded: 17:26:24 libbz2-1.0 17:26:24 1 upgraded, 25 newly installed, 0 to remove and 30 not upgraded. 17:26:24 Need to get 4337 kB of archives. 17:26:24 After this operation, 12.4 MB of additional disk space will be used. 17:26:24 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB] 17:26:24 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 17:26:24 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB] 17:26:24 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB] 17:26:24 Get:5 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB] 17:26:24 Get:6 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 17:26:24 Get:7 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 17:26:24 Get:8 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 17:26:24 Get:9 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 17:26:24 Get:10 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 17:26:24 Get:11 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 17:26:24 Get:12 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 17:26:24 Get:13 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 17:26:24 Get:14 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB] 17:26:24 Get:15 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB] 17:26:24 Get:16 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 17:26:24 Get:17 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 17:26:24 Get:18 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 17:26:24 Get:19 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] 17:26:24 Get:20 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] 17:26:24 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] 17:26:24 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] 17:26:24 Get:23 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] 17:26:24 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 17:26:24 Get:25 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] 17:26:24 Get:26 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] 17:26:25 debconf: delaying package configuration, since apt-utils is not installed 17:26:25 Fetched 4337 kB in 0s (14.0 MB/s) 17:26:25 Selecting previously unselected package libjansson4:amd64. 17:26:25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) 17:26:25 Preparing to unpack .../libjansson4_2.12-1_amd64.deb ... 17:26:25 Unpacking libjansson4:amd64 (2.12-1) ... 17:26:25 Selecting previously unselected package libnftnl11:amd64. 17:26:25 Preparing to unpack .../libnftnl11_1.1.2-2_amd64.deb ... 17:26:25 Unpacking libnftnl11:amd64 (1.1.2-2) ... 17:26:25 Selecting previously unselected package libnftables0:amd64. 17:26:25 Preparing to unpack .../libnftables0_0.9.0-2_amd64.deb ... 17:26:25 Unpacking libnftables0:amd64 (0.9.0-2) ... 17:26:25 Selecting previously unselected package nftables. 17:26:25 Preparing to unpack .../nftables_0.9.0-2_amd64.deb ... 17:26:25 Unpacking nftables (0.9.0-2) ... 17:26:25 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ... 17:26:25 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ... 17:26:25 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ... 17:26:25 Selecting previously unselected package libip4tc0:amd64. 17:26:25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15434 files and directories currently installed.) 17:26:25 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ... 17:26:25 Unpacking libip4tc0:amd64 (1.8.2-4) ... 17:26:25 Selecting previously unselected package libip6tc0:amd64. 17:26:25 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... 17:26:25 Unpacking libip6tc0:amd64 (1.8.2-4) ... 17:26:25 Selecting previously unselected package libiptc0:amd64. 17:26:25 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... 17:26:25 Unpacking libiptc0:amd64 (1.8.2-4) ... 17:26:25 Selecting previously unselected package libnfnetlink0:amd64. 17:26:25 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 17:26:25 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 17:26:25 Selecting previously unselected package libnetfilter-conntrack3:amd64. 17:26:25 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 17:26:25 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 17:26:25 Selecting previously unselected package iptables. 17:26:25 Preparing to unpack .../05-iptables_1.8.2-4_amd64.deb ... 17:26:25 Unpacking iptables (1.8.2-4) ... 17:26:25 Selecting previously unselected package bzip2. 17:26:25 Preparing to unpack .../06-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 17:26:25 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 17:26:25 Selecting previously unselected package xz-utils. 17:26:25 Preparing to unpack .../07-xz-utils_5.2.4-1_amd64.deb ... 17:26:25 Unpacking xz-utils (5.2.4-1) ... 17:26:25 Selecting previously unselected package liblzo2-2:amd64. 17:26:25 Preparing to unpack .../08-liblzo2-2_2.10-0.1_amd64.deb ... 17:26:25 Unpacking liblzo2-2:amd64 (2.10-0.1) ... 17:26:26 Selecting previously unselected package btrfs-progs. 17:26:26 Preparing to unpack .../09-btrfs-progs_4.20.1-2_amd64.deb ... 17:26:26 Unpacking btrfs-progs (4.20.1-2) ... 17:26:26 Selecting previously unselected package patch. 17:26:26 Preparing to unpack .../10-patch_2.7.6-3+deb10u1_amd64.deb ... 17:26:26 Unpacking patch (2.7.6-3+deb10u1) ... 17:26:26 Selecting previously unselected package dpkg-dev. 17:26:26 Preparing to unpack .../11-dpkg-dev_1.19.7_all.deb ... 17:26:26 Unpacking dpkg-dev (1.19.7) ... 17:26:26 Selecting previously unselected package build-essential. 17:26:26 Preparing to unpack .../12-build-essential_12.6_amd64.deb ... 17:26:26 Unpacking build-essential (12.6) ... 17:26:26 Selecting previously unselected package libfakeroot:amd64. 17:26:26 Preparing to unpack .../13-libfakeroot_1.23-1_amd64.deb ... 17:26:26 Unpacking libfakeroot:amd64 (1.23-1) ... 17:26:26 Selecting previously unselected package fakeroot. 17:26:26 Preparing to unpack .../14-fakeroot_1.23-1_amd64.deb ... 17:26:26 Unpacking fakeroot (1.23-1) ... 17:26:26 Selecting previously unselected package libalgorithm-diff-perl. 17:26:26 Preparing to unpack .../15-libalgorithm-diff-perl_1.19.03-2_all.deb ... 17:26:26 Unpacking libalgorithm-diff-perl (1.19.03-2) ... 17:26:26 Selecting previously unselected package libalgorithm-diff-xs-perl. 17:26:26 Preparing to unpack .../16-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... 17:26:26 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... 17:26:26 Selecting previously unselected package libalgorithm-merge-perl. 17:26:26 Preparing to unpack .../17-libalgorithm-merge-perl_0.08-3_all.deb ... 17:26:26 Unpacking libalgorithm-merge-perl (0.08-3) ... 17:26:26 Selecting previously unselected package libapparmor1:amd64. 17:26:26 Preparing to unpack .../18-libapparmor1_2.13.2-10_amd64.deb ... 17:26:26 Unpacking libapparmor1:amd64 (2.13.2-10) ... 17:26:26 Selecting previously unselected package libapparmor-dev:amd64. 17:26:26 Preparing to unpack .../19-libapparmor-dev_2.13.2-10_amd64.deb ... 17:26:26 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... 17:26:26 Selecting previously unselected package libseccomp-dev:amd64. 17:26:26 Preparing to unpack .../20-libseccomp-dev_2.3.3-4_amd64.deb ... 17:26:26 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... 17:26:26 Setting up libseccomp-dev:amd64 (2.3.3-4) ... 17:26:26 Setting up libip6tc0:amd64 (1.8.2-4) ... 17:26:26 Setting up libapparmor1:amd64 (2.13.2-10) ... 17:26:26 Setting up libip4tc0:amd64 (1.8.2-4) ... 17:26:26 Setting up libalgorithm-diff-perl (1.19.03-2) ... 17:26:26 Setting up liblzo2-2:amd64 (2.10-0.1) ... 17:26:26 Setting up libnftnl11:amd64 (1.1.2-2) ... 17:26:26 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 17:26:26 Setting up libfakeroot:amd64 (1.23-1) ... 17:26:26 Setting up libjansson4:amd64 (2.12-1) ... 17:26:26 Setting up fakeroot (1.23-1) ... 17:26:26 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 17:26:26 Setting up libiptc0:amd64 (1.8.2-4) ... 17:26:26 Setting up xz-utils (5.2.4-1) ... 17:26:26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 17:26:26 Setting up patch (2.7.6-3+deb10u1) ... 17:26:26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 17:26:26 Setting up libapparmor-dev:amd64 (2.13.2-10) ... 17:26:26 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... 17:26:26 Setting up libalgorithm-merge-perl (0.08-3) ... 17:26:26 Setting up libnftables0:amd64 (0.9.0-2) ... 17:26:26 Setting up btrfs-progs (4.20.1-2) ... 17:26:26 Setting up dpkg-dev (1.19.7) ... 17:26:26 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 17:26:26 Setting up build-essential (12.6) ... 17:26:26 Setting up nftables (0.9.0-2) ... 17:26:26 Setting up iptables (1.8.2-4) ... 17:26:26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 17:26:26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 17:26:26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 17:26:26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 17:26:26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 17:26:26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 17:26:26 Processing triggers for libc-bin (2.28-10) ... 17:26:27 Removing intermediate container 74c001264d41 17:26:27 ---> 4e69fcddb2e0 17:26:27 Step 5/18 : ARG COMPOSE_VERSION=1.21.2 17:26:27 ---> Running in aaab8337ce49 17:26:27 Removing intermediate container aaab8337ce49 17:26:27 ---> 139ab1a67e2e 17:26:27 Step 6/18 : RUN curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose 17:26:27 ---> Running in 28cf3c473a9a 17:26:28  % Total % Received % Xferd Average Speed Time Time Time Current 17:26:28 Dload Upload Total Spent Left Speed 17:26:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 617 0 617 0 0 4375 0 --:--:-- --:--:-- --:--:-- 4375 17:26:28  100 10.3M 100 10.3M 0 0 40.2M 0 --:--:-- --:--:-- --:--:-- 40.2M 17:26:29 Removing intermediate container 28cf3c473a9a 17:26:29 ---> f86c5dbc0f54 17:26:29 Step 7/18 : ARG NOTARY_VERSION=v0.6.1 17:26:29 ---> Running in 4e85f3317abe 17:26:29 Removing intermediate container 4e85f3317abe 17:26:29 ---> 7f2162660956 17:26:29 Step 8/18 : RUN curl -Ls https://github.com/theupdateframework/notary/releases/download/${NOTARY_VERSION}/notary-Linux-amd64 -o /usr/local/bin/notary && chmod +x /usr/local/bin/notary 17:26:29 ---> Running in f46a6354f5aa 17:26:32 Removing intermediate container f46a6354f5aa 17:26:32 ---> b04e1f98815c 17:26:32 Step 9/18 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 PATH=/go/src/github.com/docker/cli/build:$PATH 17:26:32 ---> Running in fcb95f3d0a75 17:26:32 Removing intermediate container fcb95f3d0a75 17:26:32 ---> 74aa6f84e6f0 17:26:32 Step 10/18 : WORKDIR /go/src/github.com/docker/cli 17:26:32 ---> Running in 8cc66eb78263 17:26:32 Removing intermediate container 8cc66eb78263 17:26:32 ---> 1b8f765b6e04 17:26:32 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert 17:26:33 ---> 2a9631126dd0 17:26:33 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates 17:26:33 ---> Running in a1b53a78f365 17:26:34 Updating certificates in /etc/ssl/certs... 17:26:34 1 added, 0 removed; done. 17:26:34 Running hooks in /etc/ca-certificates/update.d... 17:26:34 done. 17:26:35 Removing intermediate container a1b53a78f365 17:26:35 ---> 778fa34aea73 17:26:35 Step 13/18 : COPY . . 17:26:37 ---> e19f200864a8 17:26:37 Step 14/18 : ARG VERSION 17:26:37 ---> Running in 987a69e83c55 17:26:37 Removing intermediate container 987a69e83c55 17:26:37 ---> 8db9a5995029 17:26:37 Step 15/18 : ARG GITCOMMIT 17:26:37 ---> Running in f6c33b81b06a 17:26:37 Removing intermediate container f6c33b81b06a 17:26:37 ---> 292ad0762c76 17:26:37 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} 17:26:37 ---> Running in d53e533412b5 17:26:37 Removing intermediate container d53e533412b5 17:26:37 ---> 7cdc526a862c 17:26:37 Step 17/18 : RUN ./scripts/build/binary 17:26:38 ---> Running in dbb41e8d6dfe 17:26:39 Building statically linked build/docker-linux-amd64 17:27:46 Removing intermediate container dbb41e8d6dfe 17:27:46 ---> 575f5c9e691a 17:27:46 Step 18/18 : CMD ./scripts/test/e2e/entry 17:27:46 ---> Running in 92fbb9a90f8a 17:27:46 Removing intermediate container 92fbb9a90f8a 17:27:46 ---> faabdae4e217 17:27:46 Successfully built faabdae4e217 17:27:46 Successfully tagged docker-cli-e2eclie2e2:latest 17:27:46 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2 17:27:46 Creating network "cliendtoendsuite_default" with the default driver 17:27:46 Pulling registry (registry:2)... 17:27:46 2: Pulling from library/registry 17:27:46 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146 17:27:46 Status: Downloaded newer image for registry:2 17:27:46 Pulling engine (docker:stable-dind)... 17:27:46 stable-dind: Pulling from library/docker 17:27:46 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40 17:27:46 Status: Downloaded newer image for docker:stable-dind 17:27:46 Building notary-server 17:27:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0 17:27:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 17:27:46 server-0.5.0: Pulling from library/notary 17:27:47 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 17:27:47 Status: Downloaded newer image for notary:server-0.5.0 17:27:47 ---> 16b632e954ca 17:27:47 Step 3/3 : COPY ./notary/ /fixtures/ 17:27:48 ---> bcf7838b912e 17:27:48 Successfully built bcf7838b912e 17:27:48 Successfully tagged cliendtoendsuite_notary-server:latest 17:27:48 Creating cliendtoendsuite_engine_1 ... 17:27:48 Creating cliendtoendsuite_registry_1 ... 17:27:48 Creating cliendtoendsuite_notary-server_1 ... 17:27:51  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.18.0.4:2375 17:27:51 Client: 17:27:51 Version: 18.09.0-dev 17:27:51 API version: 1.39 17:27:51 Go version: go1.11.13 17:27:51 Git commit: 17:27:51 Built: Mon Sep 23 17:26:38 2019 17:27:51 OS/Arch: linux/amd64 17:27:51 Experimental: false 17:27:51 17:27:51 Server: Docker Engine - Community 17:27:51 Engine: 17:27:51 Version: 19.03.2 17:27:51 API version: 1.40 (minimum version 1.12) 17:27:51 Go version: go1.12.8 17:27:51 Git commit: 6a30dfca03 17:27:51 Built: Thu Aug 29 05:32:56 2019 17:27:51 OS/Arch: linux/amd64 17:27:51 Experimental: false 17:27:51 containerd: 17:27:51 Version: v1.2.6 17:27:51 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 17:27:51 runc: 17:27:51 Version: 1.0.0-rc8 17:27:51 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 17:27:51 docker-init: 17:27:51 Version: 0.18.0 17:27:51 GitCommit: fec3683 17:27:51 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 17:27:51 88286f41530e: Pulling fs layer 17:27:51 88286f41530e: Download complete 17:27:52 88286f41530e: Pull complete 17:27:52 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:27:52 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:27:52 The push refers to repository [registry:5000/alpine] 17:27:52 5bef08742407: Preparing 17:27:52 5bef08742407: Pushed 17:27:52 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 17:27:52 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 17:27:52 03b1be98f3f9: Pulling fs layer 17:27:52 03b1be98f3f9: Verifying Checksum 17:27:52 03b1be98f3f9: Download complete 17:27:52 03b1be98f3f9: Pull complete 17:27:52 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:27:52 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:27:52 The push refers to repository [registry:5000/busybox] 17:27:52 6a749002dd6a: Preparing 17:27:52 6a749002dd6a: Pushed 17:27:53 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 17:27:53 Swarm initialized: current node (pv0wevhi6w5g01fwhasxs230g) is now a manager. 17:27:53 17:27:53 To add a worker to this swarm, run the following command: 17:27:53 17:27:53 docker swarm join --token SWMTKN-1-1dojn4hase24i7hdjkhj12mdlupoj6rz2x0noj9jl6o97f28c7-41engd7d1vg989b019ns2n26p 172.18.0.4:2377 17:27:53 17:27:53 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 17:27:53 17:28:03 === RUN TestAttachExitCode 17:28:03 --- PASS: TestAttachExitCode (1.02s) 17:28:03 === RUN TestCreateWithContentTrust 17:28:03 --- PASS: TestCreateWithContentTrust (0.80s) 17:28:03 === RUN TestKillContainer 17:28:03 --- PASS: TestKillContainer (1.06s) 17:28:03 === RUN TestRunAttachedFromRemoteImageAndRemove 17:28:03 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.27s) 17:28:03 === RUN TestRunWithContentTrust 17:28:03 --- PASS: TestRunWithContentTrust (1.69s) 17:28:03 PASS 17:28:03 ok github.com/docker/cli/e2e/container 5.856s 17:28:10 === RUN TestBuildFromContextDirectoryWithTag 17:28:10 --- PASS: TestBuildFromContextDirectoryWithTag (1.34s) 17:28:10 === RUN TestTrustedBuild 17:28:10 --- PASS: TestTrustedBuild (2.60s) 17:28:10 === RUN TestTrustedBuildUntrustedImage 17:28:10 --- PASS: TestTrustedBuildUntrustedImage (0.18s) 17:28:10 === RUN TestBuildIidFileSquash 17:28:10 --- SKIP: TestBuildIidFileSquash (0.06s) 17:28:10 build_test.go:112: !experimentalBuild: running against a non-experimental daemon 17:28:10 === RUN TestPullWithContentTrust 17:28:10 --- PASS: TestPullWithContentTrust (0.79s) 17:28:10 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 17:28:10 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.10s) 17:28:10 === RUN TestPushWithContentTrust 17:28:10 --- PASS: TestPushWithContentTrust (0.45s) 17:28:10 === RUN TestPushWithContentTrustUnreachableServer 17:28:10 --- PASS: TestPushWithContentTrustUnreachableServer (0.20s) 17:28:10 === RUN TestPushWithContentTrustExistingTag 17:28:10 --- PASS: TestPushWithContentTrustExistingTag (0.77s) 17:28:10 === RUN TestPushWithContentTrustReleasesDelegationOnly 17:28:10 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.15s) 17:28:10 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 17:28:10 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.43s) 17:28:10 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 17:28:10 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.01s) 17:28:10 PASS 17:28:10 ok github.com/docker/cli/e2e/image 11.079s 17:28:10 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 17:28:10 === RUN TestInstallWithContentTrust 17:28:10 --- PASS: TestInstallWithContentTrust (3.63s) 17:28:10 === RUN TestInstallWithContentTrustUntrusted 17:28:10 --- PASS: TestInstallWithContentTrustUntrusted (0.15s) 17:28:10 PASS 17:28:10 ok github.com/docker/cli/e2e/plugin 3.792s 17:28:10 ? github.com/docker/cli/e2e/plugin/basic [no test files] 17:28:11 === RUN TestDeployWithNamedResources 17:28:11 === RUN TestDeployWithNamedResources/Swarm 17:28:11 === RUN TestDeployWithNamedResources/Kubernetes 17:28:11 --- PASS: TestDeployWithNamedResources (0.20s) 17:28:11 --- PASS: TestDeployWithNamedResources/Swarm (0.19s) 17:28:11 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 17:28:11 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 17:28:11 === RUN TestStackDeployHelp 17:28:11 === RUN TestStackDeployHelp/Swarm 17:28:11 === RUN TestStackDeployHelp/Kubernetes 17:28:11 --- PASS: TestStackDeployHelp (0.11s) 17:28:11 --- PASS: TestStackDeployHelp/Swarm (0.05s) 17:28:11 --- PASS: TestStackDeployHelp/Kubernetes (0.06s) 17:28:11 === RUN TestRemove 17:28:11 === RUN TestRemove/Swarm 17:28:11 === RUN TestRemove/Kubernetes 17:28:11 --- PASS: TestRemove (0.32s) 17:28:11 --- PASS: TestRemove/Swarm (0.32s) 17:28:11 --- SKIP: TestRemove/Kubernetes (0.00s) 17:28:11 remove_test.go:22: !environment.KubernetesEnabled() 17:28:11 PASS 17:28:11 ok github.com/docker/cli/e2e/stack 0.636s 17:28:11 === RUN TestInspectInvalidReference 17:28:11 --- PASS: TestInspectInvalidReference (0.06s) 17:28:11 PASS 17:28:11 ok github.com/docker/cli/e2e/system 0.065s 17:28:14 === RUN TestRevokeImage 17:28:14 --- PASS: TestRevokeImage (0.46s) 17:28:14 === RUN TestRevokeRepo 17:28:14 --- PASS: TestRevokeRepo (0.77s) 17:28:14 === RUN TestSignLocalImage 17:28:14 --- PASS: TestSignLocalImage (0.32s) 17:28:14 === RUN TestSignWithLocalFlag 17:28:14 --- PASS: TestSignWithLocalFlag (0.64s) 17:28:14 PASS 17:28:14 ok github.com/docker/cli/e2e/trust 2.201s 17:28:14 Stopping cliendtoendsuite_notary-server_1 ... 17:28:14 Stopping cliendtoendsuite_registry_1 ... 17:28:14 Stopping cliendtoendsuite_engine_1 ... 17:28:16  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_notary-server_1 ... 17:28:16 Removing cliendtoendsuite_registry_1 ... 17:28:16 Removing cliendtoendsuite_engine_1 ... 17:28:16  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 17:28:16 Removing image cliendtoendsuite_notary-server 17:28:16 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2 17:28:18 Creating network "cliendtoendsuite_default" with the default driver 17:28:18 Building notary-server 17:28:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0 17:28:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 17:28:18 ---> 16b632e954ca 17:28:18 Step 3/3 : COPY ./notary/ /fixtures/ 17:28:18 ---> e6e31104ce28 17:28:18 Successfully built e6e31104ce28 17:28:18 Successfully tagged cliendtoendsuite_notary-server:latest 17:28:18 Creating cliendtoendsuite_engine_1 ... 17:28:18 Creating cliendtoendsuite_notary-server_1 ... 17:28:18 Creating cliendtoendsuite_registry_1 ... 17:28:21  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done Waiting for docker daemon to become available at tcp://172.19.0.4:2375 17:28:21 Client: 17:28:21 Version: 18.09.0-dev 17:28:21 API version: 1.39 17:28:21 Go version: go1.11.13 17:28:21 Git commit: 17:28:21 Built: Mon Sep 23 17:26:38 2019 17:28:21 OS/Arch: linux/amd64 17:28:21 Experimental: false 17:28:21 17:28:21 Server: Docker Engine - Community 17:28:21 Engine: 17:28:21 Version: 19.03.2 17:28:21 API version: 1.40 (minimum version 1.12) 17:28:21 Go version: go1.12.8 17:28:21 Git commit: 6a30dfca03 17:28:21 Built: Thu Aug 29 05:32:56 2019 17:28:21 OS/Arch: linux/amd64 17:28:21 Experimental: true 17:28:21 containerd: 17:28:21 Version: v1.2.6 17:28:21 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 17:28:21 runc: 17:28:21 Version: 1.0.0-rc8 17:28:21 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 17:28:21 docker-init: 17:28:21 Version: 0.18.0 17:28:21 GitCommit: fec3683 17:28:21 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 17:28:21 88286f41530e: Pulling fs layer 17:28:22 88286f41530e: Download complete 17:28:22 88286f41530e: Pull complete 17:28:22 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:28:22 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:28:22 The push refers to repository [registry:5000/alpine] 17:28:22 5bef08742407: Preparing 17:28:22 5bef08742407: Pushed 17:28:22 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 17:28:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 17:28:22 03b1be98f3f9: Pulling fs layer 17:28:22 03b1be98f3f9: Verifying Checksum 17:28:22 03b1be98f3f9: Download complete 17:28:22 03b1be98f3f9: Pull complete 17:28:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:28:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:28:22 The push refers to repository [registry:5000/busybox] 17:28:22 6a749002dd6a: Preparing 17:28:23 6a749002dd6a: Pushed 17:28:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 17:28:23 Swarm initialized: current node (ulpd8basfhqdnzurmb36ib5uq) is now a manager. 17:28:23 17:28:23 To add a worker to this swarm, run the following command: 17:28:23 17:28:23 docker swarm join --token SWMTKN-1-52vjwc12vets5ml18clwgb8bu6wr12atbwc5ww4ptn6sxs0f17-3newzmpk5z4snctpadi1p04yo 172.19.0.4:2377 17:28:23 17:28:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 17:28:23 17:28:33 === RUN TestAttachExitCode 17:28:33 --- PASS: TestAttachExitCode (1.05s) 17:28:33 === RUN TestCreateWithContentTrust 17:28:33 --- PASS: TestCreateWithContentTrust (0.82s) 17:28:33 === RUN TestKillContainer 17:28:33 --- PASS: TestKillContainer (1.06s) 17:28:33 === RUN TestRunAttachedFromRemoteImageAndRemove 17:28:33 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.95s) 17:28:33 === RUN TestRunWithContentTrust 17:28:33 --- PASS: TestRunWithContentTrust (1.55s) 17:28:33 PASS 17:28:33 ok github.com/docker/cli/e2e/container 5.431s 17:28:43 === RUN TestBuildFromContextDirectoryWithTag 17:28:43 --- PASS: TestBuildFromContextDirectoryWithTag (1.38s) 17:28:43 === RUN TestTrustedBuild 17:28:43 --- PASS: TestTrustedBuild (2.66s) 17:28:43 === RUN TestTrustedBuildUntrustedImage 17:28:43 --- PASS: TestTrustedBuildUntrustedImage (0.13s) 17:28:43 === RUN TestBuildIidFileSquash 17:28:43 --- PASS: TestBuildIidFileSquash (2.70s) 17:28:43 === RUN TestPullWithContentTrust 17:28:43 --- PASS: TestPullWithContentTrust (0.94s) 17:28:43 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 17:28:43 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.14s) 17:28:43 === RUN TestPushWithContentTrust 17:28:43 --- PASS: TestPushWithContentTrust (0.26s) 17:28:43 === RUN TestPushWithContentTrustUnreachableServer 17:28:43 --- PASS: TestPushWithContentTrustUnreachableServer (0.15s) 17:28:43 === RUN TestPushWithContentTrustExistingTag 17:28:43 --- PASS: TestPushWithContentTrustExistingTag (0.42s) 17:28:43 === RUN TestPushWithContentTrustReleasesDelegationOnly 17:28:43 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.12s) 17:28:43 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 17:28:43 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.50s) 17:28:43 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 17:28:43 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.54s) 17:28:43 PASS 17:28:43 ok github.com/docker/cli/e2e/image 13.959s 17:28:43 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 17:28:43 === RUN TestInstallWithContentTrust 17:28:43 --- PASS: TestInstallWithContentTrust (3.40s) 17:28:43 === RUN TestInstallWithContentTrustUntrusted 17:28:43 --- PASS: TestInstallWithContentTrustUntrusted (0.16s) 17:28:43 PASS 17:28:43 ok github.com/docker/cli/e2e/plugin 3.572s 17:28:43 ? github.com/docker/cli/e2e/plugin/basic [no test files] 17:28:43 === RUN TestDeployWithNamedResources 17:28:43 === RUN TestDeployWithNamedResources/Swarm 17:28:43 === RUN TestDeployWithNamedResources/Kubernetes 17:28:43 --- PASS: TestDeployWithNamedResources (0.21s) 17:28:43 --- PASS: TestDeployWithNamedResources/Swarm (0.21s) 17:28:43 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 17:28:43 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 17:28:43 === RUN TestStackDeployHelp 17:28:43 === RUN TestStackDeployHelp/Swarm 17:28:43 === RUN TestStackDeployHelp/Kubernetes 17:28:43 --- PASS: TestStackDeployHelp (0.08s) 17:28:43 --- PASS: TestStackDeployHelp/Swarm (0.05s) 17:28:43 --- PASS: TestStackDeployHelp/Kubernetes (0.04s) 17:28:43 === RUN TestRemove 17:28:43 === RUN TestRemove/Swarm 17:28:43 === RUN TestRemove/Kubernetes 17:28:43 --- PASS: TestRemove (0.31s) 17:28:43 --- PASS: TestRemove/Swarm (0.31s) 17:28:43 --- SKIP: TestRemove/Kubernetes (0.00s) 17:28:43 remove_test.go:22: !environment.KubernetesEnabled() 17:28:43 PASS 17:28:43 ok github.com/docker/cli/e2e/stack 0.606s 17:28:43 === RUN TestInspectInvalidReference 17:28:43 --- PASS: TestInspectInvalidReference (0.05s) 17:28:43 PASS 17:28:43 ok github.com/docker/cli/e2e/system 0.054s 17:28:45 === RUN TestRevokeImage 17:28:45 --- PASS: TestRevokeImage (0.46s) 17:28:45 === RUN TestRevokeRepo 17:28:45 --- PASS: TestRevokeRepo (0.76s) 17:28:45 === RUN TestSignLocalImage 17:28:45 --- PASS: TestSignLocalImage (0.31s) 17:28:45 === RUN TestSignWithLocalFlag 17:28:45 --- PASS: TestSignWithLocalFlag (0.60s) 17:28:45 PASS 17:28:45 ok github.com/docker/cli/e2e/trust 2.140s 17:28:45 Stopping cliendtoendsuite_engine_1 ... 17:28:45 Stopping cliendtoendsuite_registry_1 ... 17:28:45 Stopping cliendtoendsuite_notary-server_1 ... 17:28:47  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... 17:28:47 Removing cliendtoendsuite_registry_1 ... 17:28:47 Removing cliendtoendsuite_notary-server_1 ... 17:28:47  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 17:28:47 Removing image cliendtoendsuite_notary-server 17:28:48 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e2 17:28:49 Creating network "cliendtoendsuite_default" with the default driver 17:28:49 Building notary-server 17:28:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0 17:28:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 17:28:49 ---> 16b632e954ca 17:28:49 Step 3/3 : COPY ./notary/ /fixtures/ 17:28:49 ---> 7a31c4fba053 17:28:49 Successfully built 7a31c4fba053 17:28:49 Successfully tagged cliendtoendsuite_notary-server:latest 17:28:49 Building engine 17:28:49 Step 1/6 : FROM docker:test-dind 17:28:49 test-dind: Pulling from library/docker 17:28:50 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40 17:28:50 Status: Downloaded newer image for docker:test-dind 17:28:50 ---> 5768e15eefd1 17:28:50 Step 2/6 : RUN apk --no-cache add shadow openssh-server && groupadd -f docker && useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin && usermod -aG docker penguin && ssh-keygen -A 17:28:50 ---> Running in 5b65e4507fa9 17:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:28:52 (1/5) Installing openssh-keygen (8.0_p1-r0) 17:28:52 (2/5) Installing openssh-server-common (8.0_p1-r0) 17:28:52 (3/5) Installing openssh-server (8.0_p1-r0) 17:28:52 (4/5) Installing linux-pam (1.3.0-r1) 17:28:52 (5/5) Installing shadow (4.6-r2) 17:28:52 Executing busybox-1.30.1-r2.trigger 17:28:52 OK: 24 MiB in 45 packages 17:28:52 Creating mailbox file: No such file or directory 17:28:53 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 17:28:53 Removing intermediate container 5b65e4507fa9 17:28:53 ---> f6769a5e3a23 17:28:53 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 17:28:53 ---> Running in d4d1fc198e65 17:28:55 Removing intermediate container d4d1fc198e65 17:28:55 ---> 029ba6785d71 17:28:55 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / 17:28:55 ---> af414fd31ac6 17:28:55 Step 5/6 : EXPOSE 22 17:28:55 ---> Running in 7f297e7df2a1 17:28:55 Removing intermediate container 7f297e7df2a1 17:28:55 ---> 8b06448b9681 17:28:55 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] 17:28:55 ---> Running in cb2e99f44aaa 17:28:55 Removing intermediate container cb2e99f44aaa 17:28:55 ---> 5a2e0464fab4 17:28:55 Successfully built 5a2e0464fab4 17:28:55 Successfully tagged docker:stable-dind 17:28:55 Creating cliendtoendsuite_registry_1 ... 17:28:55 Creating cliendtoendsuite_engine_1 ... 17:28:55 Creating cliendtoendsuite_notary-server_1 ... 17:28:58  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.20.0.4 17:28:58 Client: 17:28:58 Version: 18.09.0-dev 17:28:58 API version: 1.39 17:28:58 Go version: go1.11.13 17:28:58 Git commit: 17:28:58 Built: Mon Sep 23 17:26:38 2019 17:28:58 OS/Arch: linux/amd64 17:28:58 Experimental: false 17:28:58 17:28:58 Server: Docker Engine - Community 17:28:58 Engine: 17:28:58 Version: 19.03.2 17:28:58 API version: 1.40 (minimum version 1.12) 17:28:58 Go version: go1.12.8 17:28:58 Git commit: 6a30dfca03 17:28:58 Built: Thu Aug 29 05:32:56 2019 17:28:58 OS/Arch: linux/amd64 17:28:58 Experimental: true 17:28:58 containerd: 17:28:58 Version: v1.2.6 17:28:58 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 17:28:58 runc: 17:28:58 Version: 1.0.0-rc8 17:28:58 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 17:28:58 docker-init: 17:28:58 Version: 0.18.0 17:28:58 GitCommit: fec3683 17:28:59 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 17:28:59 88286f41530e: Pulling fs layer 17:28:59 88286f41530e: Download complete 17:28:59 88286f41530e: Pull complete 17:28:59 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:28:59 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 17:29:00 The push refers to repository [registry:5000/alpine] 17:29:00 5bef08742407: Preparing 17:29:00 5bef08742407: Pushed 17:29:00 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 17:29:00 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 17:29:00 03b1be98f3f9: Pulling fs layer 17:29:00 03b1be98f3f9: Verifying Checksum 17:29:00 03b1be98f3f9: Download complete 17:29:00 03b1be98f3f9: Pull complete 17:29:00 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:29:00 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 17:29:01 The push refers to repository [registry:5000/busybox] 17:29:01 6a749002dd6a: Preparing 17:29:01 6a749002dd6a: Pushed 17:29:01 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 17:29:02 Swarm initialized: current node (zp7ecvb17t3rxqgcb9op132oa) is now a manager. 17:29:02 17:29:02 To add a worker to this swarm, run the following command: 17:29:02 17:29:02 docker swarm join --token SWMTKN-1-5oy4jygcw5m4te7dya0aoe68li7z2zg3hr0tsgrzh5xyj4rju3-48bb719kixzyi54wl2uyykc5y 172.20.0.4:2377 17:29:02 17:29:02 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 17:29:02 17:29:20 === RUN TestAttachExitCode 17:29:20 --- PASS: TestAttachExitCode (1.95s) 17:29:20 === RUN TestCreateWithContentTrust 17:29:20 --- PASS: TestCreateWithContentTrust (2.64s) 17:29:20 === RUN TestKillContainer 17:29:20 --- PASS: TestKillContainer (1.75s) 17:29:20 === RUN TestRunAttachedFromRemoteImageAndRemove 17:29:20 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.35s) 17:29:20 === RUN TestRunWithContentTrust 17:29:20 --- PASS: TestRunWithContentTrust (3.85s) 17:29:20 PASS 17:29:20 ok github.com/docker/cli/e2e/container 12.549s 17:29:35 === RUN TestBuildFromContextDirectoryWithTag 17:29:35 --- PASS: TestBuildFromContextDirectoryWithTag (1.93s) 17:29:35 === RUN TestTrustedBuild 17:29:35 --- PASS: TestTrustedBuild (5.59s) 17:29:35 === RUN TestTrustedBuildUntrustedImage 17:29:35 --- PASS: TestTrustedBuildUntrustedImage (0.34s) 17:29:35 === RUN TestBuildIidFileSquash 17:29:35 --- PASS: TestBuildIidFileSquash (3.30s) 17:29:35 === RUN TestPullWithContentTrust 17:29:35 --- PASS: TestPullWithContentTrust (2.70s) 17:29:35 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 17:29:35 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.54s) 17:29:35 === RUN TestPushWithContentTrust 17:29:35 --- PASS: TestPushWithContentTrust (0.80s) 17:29:35 === RUN TestPushWithContentTrustUnreachableServer 17:29:35 --- PASS: TestPushWithContentTrustUnreachableServer (0.75s) 17:29:35 === RUN TestPushWithContentTrustExistingTag 17:29:35 --- PASS: TestPushWithContentTrustExistingTag (1.75s) 17:29:35 === RUN TestPushWithContentTrustReleasesDelegationOnly 17:29:35 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.80s) 17:29:35 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 17:29:35 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.18s) 17:29:35 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 17:29:35 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.93s) 17:29:35 PASS 17:29:35 ok github.com/docker/cli/e2e/image 26.622s 17:29:35 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 17:29:35 === RUN TestInstallWithContentTrust 17:29:35 --- PASS: TestInstallWithContentTrust (4.51s) 17:29:35 === RUN TestInstallWithContentTrustUntrusted 17:29:35 --- PASS: TestInstallWithContentTrustUntrusted (0.49s) 17:29:35 PASS 17:29:35 ok github.com/docker/cli/e2e/plugin 5.011s 17:29:35 ? github.com/docker/cli/e2e/plugin/basic [no test files] 17:29:35 === RUN TestDeployWithNamedResources 17:29:35 === RUN TestDeployWithNamedResources/Swarm 17:29:35 === RUN TestDeployWithNamedResources/Kubernetes 17:29:35 --- PASS: TestDeployWithNamedResources (0.61s) 17:29:35 --- PASS: TestDeployWithNamedResources/Swarm (0.61s) 17:29:35 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 17:29:35 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 17:29:35 === RUN TestStackDeployHelp 17:29:35 === RUN TestStackDeployHelp/Swarm 17:29:35 === RUN TestStackDeployHelp/Kubernetes 17:29:35 --- PASS: TestStackDeployHelp (0.05s) 17:29:35 --- PASS: TestStackDeployHelp/Swarm (0.03s) 17:29:35 --- PASS: TestStackDeployHelp/Kubernetes (0.02s) 17:29:35 === RUN TestRemove 17:29:35 === RUN TestRemove/Swarm 17:29:35 === RUN TestRemove/Kubernetes 17:29:35 --- PASS: TestRemove (1.39s) 17:29:35 --- PASS: TestRemove/Swarm (1.39s) 17:29:35 --- SKIP: TestRemove/Kubernetes (0.00s) 17:29:35 remove_test.go:22: !environment.KubernetesEnabled() 17:29:35 PASS 17:29:35 ok github.com/docker/cli/e2e/stack 2.050s 17:29:35 === RUN TestInspectInvalidReference 17:29:35 --- PASS: TestInspectInvalidReference (0.27s) 17:29:35 PASS 17:29:35 ok github.com/docker/cli/e2e/system 0.277s 17:29:37 === RUN TestRevokeImage 17:29:37 --- PASS: TestRevokeImage (1.36s) 17:29:37 === RUN TestRevokeRepo 17:29:37 --- PASS: TestRevokeRepo (2.27s) 17:29:37 === RUN TestSignLocalImage 17:29:37 --- PASS: TestSignLocalImage (0.85s) 17:29:37 === RUN TestSignWithLocalFlag 17:29:37 --- PASS: TestSignWithLocalFlag (1.71s) 17:29:37 PASS 17:29:37 ok github.com/docker/cli/e2e/trust 6.200s 17:29:38 Stopping cliendtoendsuite_engine_1 ... 17:29:38 Stopping cliendtoendsuite_notary-server_1 ... 17:29:38 Stopping cliendtoendsuite_registry_1 ... 17:29:40  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... 17:29:40 Removing cliendtoendsuite_notary-server_1 ... 17:29:40 Removing cliendtoendsuite_registry_1 ... 17:29:40  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_engine_1 ... done  Removing cliendtoendsuite_registry_1 ... done Removing network cliendtoendsuite_default 17:29:40 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