Push event to branch 18.09 00:51:13 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 575d6fa7822e1edebc108aec8d2fb6b1b78b177d 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-03f3d2009c2a78f0b) 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/84ebbeb4-e4af-4d09-9e99-55c10d5c9a8e/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 00:51:15 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 00:51:15 chowning workspace [Pipeline] sh 00:51:16 + uname -m [Pipeline] sh 00:51:16 + pwd 00:51:16 + id -u 00:51:16 + id -g 00:51:16 + docker run --rm -v /home/ubuntu/workspace/cli_18.09:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 00:51:17 Removing all docker containers [Pipeline] sh 00:51:17 + docker container ls -aq [Pipeline] echo 00:51:17 Docker containers have been removed [Pipeline] echo 00:51:17 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 00:51:17 cleanWorkspace: Workspace is clean. [Pipeline] timeout 00:51:17 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 00:51:17 Using the ‘stage’ step without a block argument is deprecated 00:51:17 Entering stage Git Checkout 00:51:17 Proceeding [Pipeline] checkout 00:51:17 using credential docker-jenkins-github-credentials 00:51:17 Cloning the remote Git repository 00:51:17 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 00:51:20 Fetching without tags 00:51:20 Checking out Revision 575d6fa7822e1edebc108aec8d2fb6b1b78b177d (18.09) 00:51:20 Commit message: "Merge pull request #2114 from kolyshkin/18.09-golang-1.12" > 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 575d6fa7822e1edebc108aec8d2fb6b1b78b177d > git rev-list --no-walk 9787a2d94b25689d83440e76e8d09dc0516315c8 # timeout=10 [Pipeline] stage 00:51:21 Using the ‘stage’ step without a block argument is deprecated 00:51:21 Entering stage Run end-to-end test suite 00:51:21 Proceeding [Pipeline] sh 00:51:21 + docker version 00:51:21 Client: Docker Engine - Community 00:51:21 Version: 19.03.2 00:51:21 API version: 1.40 00:51:21 Go version: go1.12.8 00:51:21 Git commit: 6a30dfc 00:51:21 Built: Thu Aug 29 05:29:11 2019 00:51:21 OS/Arch: linux/amd64 00:51:21 Experimental: false 00:51:21 00:51:21 Server: Docker Engine - Community 00:51:21 Engine: 00:51:21 Version: 19.03.2 00:51:21 API version: 1.40 (minimum version 1.12) 00:51:21 Go version: go1.12.8 00:51:21 Git commit: 6a30dfc 00:51:21 Built: Thu Aug 29 05:27:45 2019 00:51:21 OS/Arch: linux/amd64 00:51:21 Experimental: true 00:51:21 containerd: 00:51:21 Version: 1.2.6 00:51:21 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 00:51:21 runc: 00:51:21 Version: 1.0.0-rc8 00:51:21 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 00:51:21 docker-init: 00:51:21 Version: 0.18.0 00:51:21 GitCommit: fec3683 [Pipeline] sh 00:51:21 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 make -f docker.Makefile test-e2e 00:51:21 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 00:51:22 Sending build context to Docker daemon 38.42MB 00:51:22 Step 1/18 : ARG GO_VERSION=1.12.10 00:51:22 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process 00:51:22 a4d1531: Pulling from docker/containerd-shim-process 00:51:22 13b7b73e4c8f: Pulling fs layer 00:51:22 13b7b73e4c8f: Download complete 00:51:22 13b7b73e4c8f: Pull complete 00:51:22 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0 00:51:22 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531 00:51:22 ---> 88d1b3a51187 00:51:22 Step 3/18 : FROM golang:${GO_VERSION} 00:51:23 1.12.10: Pulling from library/golang 00:51:23 4a56a430b2ba: Already exists 00:51:23 4b5cacb629f5: Already exists 00:51:23 14408c8d4f9a: Already exists 00:51:23 ea67eaa7dd42: Already exists 00:51:23 a2a2197e145e: Already exists 00:51:23 33b8ad332cc6: Already exists 00:51:23 aa30e10913db: Already exists 00:51:23 Digest: sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 00:51:23 Status: Downloaded newer image for golang:1.12.10 00:51:23 ---> f945ea07f224 00:51:23 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/* 00:51:23 ---> Running in ae5b22eea6fc 00:51:25 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] 00:51:25 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 00:51:25 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 00:51:25 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [95.2 kB] 00:51:25 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB] 00:51:25 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 00:51:26 Fetched 8209 kB in 2s (4885 kB/s) 00:51:26 Reading package lists... 00:51:27 Reading package lists... 00:51:27 Building dependency tree... 00:51:27 Reading state information... 00:51:27 curl is already the newest version (7.64.0-4). 00:51:27 openssh-client is already the newest version (1:7.9p1-10). 00:51:27 openssl is already the newest version (1.1.1c-1). 00:51:27 openssl set to manually installed. 00:51:27 The following additional packages will be installed: 00:51:27 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl 00:51:27 libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0 00:51:27 libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 00:51:27 libnftables0 libnftnl11 nftables patch xz-utils 00:51:27 Suggested packages: 00:51:27 duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc 00:51:27 The following NEW packages will be installed: 00:51:27 btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables 00:51:27 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 00:51:27 libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0 00:51:27 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0 00:51:27 libnftnl11 libseccomp-dev nftables patch xz-utils 00:51:28 0 upgraded, 25 newly installed, 0 to remove and 7 not upgraded. 00:51:28 Need to get 4292 kB of archives. 00:51:28 After this operation, 12.4 MB of additional disk space will be used. 00:51:28 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB] 00:51:28 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 00:51:28 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB] 00:51:28 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB] 00:51:28 Get:5 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 00:51:28 Get:6 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 00:51:28 Get:7 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 00:51:28 Get:8 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 00:51:28 Get:9 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 00:51:28 Get:10 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 00:51:28 Get:11 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 00:51:28 Get:12 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 00:51:28 Get:13 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB] 00:51:28 Get:14 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB] 00:51:28 Get:15 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 00:51:28 Get:16 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 00:51:28 Get:17 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 00:51:28 Get:18 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] 00:51:28 Get:19 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] 00:51:28 Get:20 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] 00:51:28 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] 00:51:28 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] 00:51:28 Get:23 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 00:51:28 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] 00:51:28 Get:25 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] 00:51:28 debconf: delaying package configuration, since apt-utils is not installed 00:51:28 Fetched 4292 kB in 0s (14.0 MB/s) 00:51:28 Selecting previously unselected package libjansson4:amd64. 00:51:28 (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.) 00:51:28 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ... 00:51:28 Unpacking libjansson4:amd64 (2.12-1) ... 00:51:28 Selecting previously unselected package libnftnl11:amd64. 00:51:28 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ... 00:51:28 Unpacking libnftnl11:amd64 (1.1.2-2) ... 00:51:28 Selecting previously unselected package libnftables0:amd64. 00:51:28 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ... 00:51:28 Unpacking libnftables0:amd64 (0.9.0-2) ... 00:51:28 Selecting previously unselected package nftables. 00:51:28 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ... 00:51:28 Unpacking nftables (0.9.0-2) ... 00:51:28 Selecting previously unselected package libip4tc0:amd64. 00:51:28 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ... 00:51:28 Unpacking libip4tc0:amd64 (1.8.2-4) ... 00:51:28 Selecting previously unselected package libip6tc0:amd64. 00:51:28 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ... 00:51:28 Unpacking libip6tc0:amd64 (1.8.2-4) ... 00:51:28 Selecting previously unselected package libiptc0:amd64. 00:51:28 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ... 00:51:28 Unpacking libiptc0:amd64 (1.8.2-4) ... 00:51:28 Selecting previously unselected package libnfnetlink0:amd64. 00:51:28 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 00:51:28 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 00:51:28 Selecting previously unselected package libnetfilter-conntrack3:amd64. 00:51:28 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 00:51:28 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 00:51:28 Selecting previously unselected package iptables. 00:51:28 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ... 00:51:28 Unpacking iptables (1.8.2-4) ... 00:51:28 Selecting previously unselected package bzip2. 00:51:28 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 00:51:28 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 00:51:29 Selecting previously unselected package xz-utils. 00:51:29 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ... 00:51:29 Unpacking xz-utils (5.2.4-1) ... 00:51:29 Selecting previously unselected package liblzo2-2:amd64. 00:51:29 Preparing to unpack .../12-liblzo2-2_2.10-0.1_amd64.deb ... 00:51:29 Unpacking liblzo2-2:amd64 (2.10-0.1) ... 00:51:29 Selecting previously unselected package btrfs-progs. 00:51:29 Preparing to unpack .../13-btrfs-progs_4.20.1-2_amd64.deb ... 00:51:29 Unpacking btrfs-progs (4.20.1-2) ... 00:51:29 Selecting previously unselected package patch. 00:51:29 Preparing to unpack .../14-patch_2.7.6-3+deb10u1_amd64.deb ... 00:51:29 Unpacking patch (2.7.6-3+deb10u1) ... 00:51:29 Selecting previously unselected package dpkg-dev. 00:51:29 Preparing to unpack .../15-dpkg-dev_1.19.7_all.deb ... 00:51:29 Unpacking dpkg-dev (1.19.7) ... 00:51:29 Selecting previously unselected package build-essential. 00:51:29 Preparing to unpack .../16-build-essential_12.6_amd64.deb ... 00:51:29 Unpacking build-essential (12.6) ... 00:51:29 Selecting previously unselected package libfakeroot:amd64. 00:51:29 Preparing to unpack .../17-libfakeroot_1.23-1_amd64.deb ... 00:51:29 Unpacking libfakeroot:amd64 (1.23-1) ... 00:51:29 Selecting previously unselected package fakeroot. 00:51:29 Preparing to unpack .../18-fakeroot_1.23-1_amd64.deb ... 00:51:29 Unpacking fakeroot (1.23-1) ... 00:51:29 Selecting previously unselected package libalgorithm-diff-perl. 00:51:29 Preparing to unpack .../19-libalgorithm-diff-perl_1.19.03-2_all.deb ... 00:51:29 Unpacking libalgorithm-diff-perl (1.19.03-2) ... 00:51:29 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:51:29 Preparing to unpack .../20-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... 00:51:29 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... 00:51:29 Selecting previously unselected package libalgorithm-merge-perl. 00:51:29 Preparing to unpack .../21-libalgorithm-merge-perl_0.08-3_all.deb ... 00:51:29 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:51:29 Selecting previously unselected package libapparmor1:amd64. 00:51:29 Preparing to unpack .../22-libapparmor1_2.13.2-10_amd64.deb ... 00:51:29 Unpacking libapparmor1:amd64 (2.13.2-10) ... 00:51:29 Selecting previously unselected package libapparmor-dev:amd64. 00:51:29 Preparing to unpack .../23-libapparmor-dev_2.13.2-10_amd64.deb ... 00:51:29 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... 00:51:29 Selecting previously unselected package libseccomp-dev:amd64. 00:51:29 Preparing to unpack .../24-libseccomp-dev_2.3.3-4_amd64.deb ... 00:51:29 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... 00:51:30 Setting up libseccomp-dev:amd64 (2.3.3-4) ... 00:51:30 Setting up libip6tc0:amd64 (1.8.2-4) ... 00:51:30 Setting up libapparmor1:amd64 (2.13.2-10) ... 00:51:30 Setting up libip4tc0:amd64 (1.8.2-4) ... 00:51:30 Setting up libalgorithm-diff-perl (1.19.03-2) ... 00:51:30 Setting up liblzo2-2:amd64 (2.10-0.1) ... 00:51:30 Setting up libnftnl11:amd64 (1.1.2-2) ... 00:51:30 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 00:51:30 Setting up libfakeroot:amd64 (1.23-1) ... 00:51:30 Setting up libjansson4:amd64 (2.12-1) ... 00:51:30 Setting up fakeroot (1.23-1) ... 00:51:30 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:51:30 Setting up libiptc0:amd64 (1.8.2-4) ... 00:51:30 Setting up xz-utils (5.2.4-1) ... 00:51:30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 00:51:30 Setting up patch (2.7.6-3+deb10u1) ... 00:51:30 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 00:51:30 Setting up libapparmor-dev:amd64 (2.13.2-10) ... 00:51:30 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... 00:51:30 Setting up libalgorithm-merge-perl (0.08-3) ... 00:51:30 Setting up libnftables0:amd64 (0.9.0-2) ... 00:51:30 Setting up btrfs-progs (4.20.1-2) ... 00:51:30 Setting up dpkg-dev (1.19.7) ... 00:51:30 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 00:51:30 Setting up build-essential (12.6) ... 00:51:30 Setting up nftables (0.9.0-2) ... 00:51:30 Setting up iptables (1.8.2-4) ... 00:51:30 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 00:51:30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 00:51:30 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 00:51:30 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 00:51:30 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 00:51:30 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 00:51:30 Processing triggers for libc-bin (2.28-10) ... 00:51:31 Removing intermediate container ae5b22eea6fc 00:51:31 ---> 63d60e72abb7 00:51:31 Step 5/18 : ARG COMPOSE_VERSION=1.21.2 00:51:31 ---> Running in 000c58e89bc6 00:51:31 Removing intermediate container 000c58e89bc6 00:51:31 ---> cb68a32f2e7e 00:51:31 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 00:51:31 ---> Running in 84beef072e91 00:51:32  % Total % Received % Xferd Average Speed Time Time Time Current 00:51:32 Dload Upload Total Spent Left Speed 00:51:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 617 0 617  0 0 6706 0 --:--:-- --:--:-- --:--:-- 6706 00:51:32  100 10.3M 100 10.3M 0 0 49.7M  0 --:--:-- --:--:-- --:--:-- 49.7M 00:51:32 Removing intermediate container 84beef072e91 00:51:32 ---> 8e840f06239e 00:51:32 Step 7/18 : ARG NOTARY_VERSION=v0.6.1 00:51:32 ---> Running in bfdea25bd1d7 00:51:33 Removing intermediate container bfdea25bd1d7 00:51:33 ---> ba2375d69c36 00:51:33 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 00:51:33 ---> Running in 506fdc6db137 00:51:35 Removing intermediate container 506fdc6db137 00:51:35 ---> 86ff4f8c6caf 00:51:35 Step 9/18 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 PATH=/go/src/github.com/docker/cli/build:$PATH 00:51:35 ---> Running in 488cb670bcca 00:51:35 Removing intermediate container 488cb670bcca 00:51:35 ---> d5d6fbc0509d 00:51:35 Step 10/18 : WORKDIR /go/src/github.com/docker/cli 00:51:35 ---> Running in 8f4c38a758a0 00:51:35 Removing intermediate container 8f4c38a758a0 00:51:35 ---> 3cd1c72c266d 00:51:35 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert 00:51:35 ---> 5c02209a99d7 00:51:35 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates 00:51:35 ---> Running in 88282b909cc1 00:51:36 Updating certificates in /etc/ssl/certs... 00:51:36 1 added, 0 removed; done. 00:51:36 Running hooks in /etc/ca-certificates/update.d... 00:51:36 done. 00:51:37 Removing intermediate container 88282b909cc1 00:51:37 ---> 7ba036f7b62a 00:51:37 Step 13/18 : COPY . . 00:51:39 ---> 11c4a84ec515 00:51:39 Step 14/18 : ARG VERSION 00:51:39 ---> Running in b09b9531bfc3 00:51:39 Removing intermediate container b09b9531bfc3 00:51:39 ---> 539142fdce14 00:51:39 Step 15/18 : ARG GITCOMMIT 00:51:39 ---> Running in 1f92b13c40df 00:51:39 Removing intermediate container 1f92b13c40df 00:51:39 ---> 6febb6df6027 00:51:39 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} 00:51:40 ---> Running in 8247b2e3e3db 00:51:40 Removing intermediate container 8247b2e3e3db 00:51:40 ---> 72901108c915 00:51:40 Step 17/18 : RUN ./scripts/build/binary 00:51:40 ---> Running in 14984cc87751 00:51:41 Building statically linked build/docker-linux-amd64 00:52:48 Removing intermediate container 14984cc87751 00:52:48 ---> ffe51464c350 00:52:48 Step 18/18 : CMD ./scripts/test/e2e/entry 00:52:48 ---> Running in 999be4306bca 00:52:48 Removing intermediate container 999be4306bca 00:52:48 ---> ca16ebbbd3f0 00:52:48 Successfully built ca16ebbbd3f0 00:52:48 Successfully tagged docker-cli-e2eclie2e3:latest 00:52:48 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 00:52:48 Creating network "cliendtoendsuite_default" with the default driver 00:52:48 Building notary-server 00:52:48 Step 1/3 : ARG NOTARY_VERSION=0.5.0 00:52:48 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 00:52:48 ---> 16b632e954ca 00:52:48 Step 3/3 : COPY ./notary/ /fixtures/ 00:52:48 ---> b67f3a480181 00:52:48 Successfully built b67f3a480181 00:52:48 Successfully tagged cliendtoendsuite_notary-server:latest 00:52:48 Creating cliendtoendsuite_notary-server_1 ... 00:52:48 Creating cliendtoendsuite_registry_1 ... 00:52:48 Creating cliendtoendsuite_engine_1 ... 00:52:51  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done Waiting for docker daemon to become available at tcp://172.21.0.4:2375 00:52:52 Client: 00:52:52 Version: 18.09.0-dev 00:52:52 API version: 1.39 00:52:52 Go version: go1.12.10 00:52:52 Git commit: 00:52:52 Built: Sat Sep 28 00:51:40 2019 00:52:52 OS/Arch: linux/amd64 00:52:52 Experimental: false 00:52:52 00:52:52 Server: Docker Engine - Community 00:52:52 Engine: 00:52:52 Version: 19.03.3-beta1 00:52:52 API version: 1.40 (minimum version 1.12) 00:52:52 Go version: go1.12.8 00:52:52 Git commit: 7348bc0fdb 00:52:52 Built: Tue Sep 24 04:17:16 2019 00:52:52 OS/Arch: linux/amd64 00:52:52 Experimental: false 00:52:52 containerd: 00:52:52 Version: v1.2.9 00:52:52 GitCommit: d50db0a42053864a270f648048f9a8b4f24eced3 00:52:52 runc: 00:52:52 Version: 1.0.0-rc8 00:52:52 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 00:52:52 docker-init: 00:52:52 Version: 0.18.0 00:52:52 GitCommit: fec3683 00:52:52 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 00:52:52 88286f41530e: Pulling fs layer 00:52:52 88286f41530e: Verifying Checksum 00:52:52 88286f41530e: Download complete 00:52:52 88286f41530e: Pull complete 00:52:52 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:52:52 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:52:52 The push refers to repository [registry:5000/alpine] 00:52:52 5bef08742407: Preparing 00:52:53 5bef08742407: Pushed 00:52:53 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 00:52:53 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 00:52:53 03b1be98f3f9: Pulling fs layer 00:52:53 03b1be98f3f9: Verifying Checksum 00:52:53 03b1be98f3f9: Download complete 00:52:53 03b1be98f3f9: Pull complete 00:52:53 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:52:53 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:52:53 The push refers to repository [registry:5000/busybox] 00:52:53 6a749002dd6a: Preparing 00:52:53 6a749002dd6a: Pushed 00:52:53 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 00:52:54 Swarm initialized: current node (udw2ohmu2rxvr7oebgdwmt8qp) is now a manager. 00:52:54 00:52:54 To add a worker to this swarm, run the following command: 00:52:54 00:52:54 docker swarm join --token SWMTKN-1-4c14cdfx402ike6sycf2e7vhdv0x4ncid1a1jt6uvjbian9fam-eu1vutx3wodgppx91mjcf825e 172.21.0.4:2377 00:52:54 00:52:54 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 00:52:54 00:53:04 === RUN TestAttachExitCode 00:53:04 --- PASS: TestAttachExitCode (0.89s) 00:53:04 === RUN TestCreateWithContentTrust 00:53:04 --- PASS: TestCreateWithContentTrust (0.79s) 00:53:04 === RUN TestKillContainer 00:53:04 --- PASS: TestKillContainer (0.86s) 00:53:04 === RUN TestRunAttachedFromRemoteImageAndRemove 00:53:04 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.96s) 00:53:04 === RUN TestRunWithContentTrust 00:53:04 --- PASS: TestRunWithContentTrust (1.40s) 00:53:04 PASS 00:53:04 ok github.com/docker/cli/e2e/container 4.906s 00:53:11 === RUN TestBuildFromContextDirectoryWithTag 00:53:11 --- PASS: TestBuildFromContextDirectoryWithTag (1.30s) 00:53:11 === RUN TestTrustedBuild 00:53:11 --- PASS: TestTrustedBuild (2.52s) 00:53:11 === RUN TestTrustedBuildUntrustedImage 00:53:11 --- PASS: TestTrustedBuildUntrustedImage (0.10s) 00:53:11 === RUN TestBuildIidFileSquash 00:53:11 --- SKIP: TestBuildIidFileSquash (0.04s) 00:53:11 build_test.go:112: !experimentalBuild: running against a non-experimental daemon 00:53:11 === RUN TestPullWithContentTrust 00:53:11 --- PASS: TestPullWithContentTrust (0.77s) 00:53:11 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 00:53:11 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.14s) 00:53:11 === RUN TestPushWithContentTrust 00:53:11 --- PASS: TestPushWithContentTrust (0.40s) 00:53:11 === RUN TestPushWithContentTrustUnreachableServer 00:53:11 --- PASS: TestPushWithContentTrustUnreachableServer (0.23s) 00:53:11 === RUN TestPushWithContentTrustExistingTag 00:53:11 --- PASS: TestPushWithContentTrustExistingTag (0.76s) 00:53:11 === RUN TestPushWithContentTrustReleasesDelegationOnly 00:53:11 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.25s) 00:53:11 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 00:53:11 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.17s) 00:53:11 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 00:53:11 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.45s) 00:53:11 PASS 00:53:11 ok github.com/docker/cli/e2e/image 11.142s 00:53:11 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 00:53:11 === RUN TestInstallWithContentTrust 00:53:11 --- PASS: TestInstallWithContentTrust (3.55s) 00:53:11 === RUN TestInstallWithContentTrustUntrusted 00:53:11 --- PASS: TestInstallWithContentTrustUntrusted (0.20s) 00:53:11 PASS 00:53:11 ok github.com/docker/cli/e2e/plugin 3.750s 00:53:11 ? github.com/docker/cli/e2e/plugin/basic [no test files] 00:53:12 === RUN TestDeployWithNamedResources 00:53:12 === RUN TestDeployWithNamedResources/Swarm 00:53:12 === RUN TestDeployWithNamedResources/Kubernetes 00:53:12 --- PASS: TestDeployWithNamedResources (0.19s) 00:53:12 --- PASS: TestDeployWithNamedResources/Swarm (0.19s) 00:53:12 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 00:53:12 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 00:53:12 === RUN TestStackDeployHelp 00:53:12 === RUN TestStackDeployHelp/Swarm 00:53:12 === RUN TestStackDeployHelp/Kubernetes 00:53:12 --- PASS: TestStackDeployHelp (0.10s) 00:53:12 --- PASS: TestStackDeployHelp/Swarm (0.06s) 00:53:12 --- PASS: TestStackDeployHelp/Kubernetes (0.04s) 00:53:12 === RUN TestRemove 00:53:12 === RUN TestRemove/Swarm 00:53:12 === RUN TestRemove/Kubernetes 00:53:12 --- PASS: TestRemove (0.33s) 00:53:12 --- PASS: TestRemove/Swarm (0.33s) 00:53:12 --- SKIP: TestRemove/Kubernetes (0.00s) 00:53:12 remove_test.go:22: !environment.KubernetesEnabled() 00:53:12 PASS 00:53:12 ok github.com/docker/cli/e2e/stack 0.626s 00:53:12 === RUN TestInspectInvalidReference 00:53:12 --- PASS: TestInspectInvalidReference (0.07s) 00:53:12 PASS 00:53:12 ok github.com/docker/cli/e2e/system 0.075s 00:53:14 === RUN TestRevokeImage 00:53:14 --- PASS: TestRevokeImage (0.45s) 00:53:14 === RUN TestRevokeRepo 00:53:14 --- PASS: TestRevokeRepo (0.75s) 00:53:14 === RUN TestSignLocalImage 00:53:14 --- PASS: TestSignLocalImage (0.30s) 00:53:14 === RUN TestSignWithLocalFlag 00:53:14 --- PASS: TestSignWithLocalFlag (0.60s) 00:53:14 PASS 00:53:14 ok github.com/docker/cli/e2e/trust 2.099s 00:53:15 Stopping cliendtoendsuite_registry_1 ... 00:53:15 Stopping cliendtoendsuite_notary-server_1 ... 00:53:15 Stopping cliendtoendsuite_engine_1 ... 00:53:17  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_registry_1 ... 00:53:17 Removing cliendtoendsuite_notary-server_1 ... 00:53:17 Removing cliendtoendsuite_engine_1 ... 00:53:17  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 00:53:17 Removing image cliendtoendsuite_notary-server 00:53:17 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 00:53:18 Creating network "cliendtoendsuite_default" with the default driver 00:53:18 Building notary-server 00:53:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0 00:53:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 00:53:18 ---> 16b632e954ca 00:53:18 Step 3/3 : COPY ./notary/ /fixtures/ 00:53:19 ---> 7f320a21523a 00:53:19 Successfully built 7f320a21523a 00:53:19 Successfully tagged cliendtoendsuite_notary-server:latest 00:53:19 Creating cliendtoendsuite_notary-server_1 ... 00:53:19 Creating cliendtoendsuite_engine_1 ... 00:53:19 Creating cliendtoendsuite_registry_1 ... 00:53:23  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.22.0.3:2375 00:53:23 Client: 00:53:23 Version: 18.09.0-dev 00:53:23 API version: 1.39 00:53:23 Go version: go1.12.10 00:53:23 Git commit: 00:53:23 Built: Sat Sep 28 00:51:40 2019 00:53:23 OS/Arch: linux/amd64 00:53:23 Experimental: false 00:53:23 00:53:23 Server: Docker Engine - Community 00:53:23 Engine: 00:53:23 Version: 19.03.3-beta1 00:53:23 API version: 1.40 (minimum version 1.12) 00:53:23 Go version: go1.12.8 00:53:23 Git commit: 7348bc0fdb 00:53:23 Built: Tue Sep 24 04:17:16 2019 00:53:23 OS/Arch: linux/amd64 00:53:23 Experimental: true 00:53:23 containerd: 00:53:23 Version: v1.2.9 00:53:23 GitCommit: d50db0a42053864a270f648048f9a8b4f24eced3 00:53:23 runc: 00:53:23 Version: 1.0.0-rc8 00:53:23 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 00:53:23 docker-init: 00:53:23 Version: 0.18.0 00:53:23 GitCommit: fec3683 00:53:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 00:53:23 88286f41530e: Pulling fs layer 00:53:23 88286f41530e: Verifying Checksum 00:53:23 88286f41530e: Download complete 00:53:23 88286f41530e: Pull complete 00:53:23 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:53:23 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:53:23 The push refers to repository [registry:5000/alpine] 00:53:23 5bef08742407: Preparing 00:53:23 5bef08742407: Pushed 00:53:23 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 00:53:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 00:53:24 03b1be98f3f9: Pulling fs layer 00:53:24 03b1be98f3f9: Verifying Checksum 00:53:24 03b1be98f3f9: Download complete 00:53:24 03b1be98f3f9: Pull complete 00:53:24 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:53:24 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:53:24 The push refers to repository [registry:5000/busybox] 00:53:24 6a749002dd6a: Preparing 00:53:24 6a749002dd6a: Pushed 00:53:24 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 00:53:25 Swarm initialized: current node (5rrc357qy2k0sodr5z9xt2kuy) is now a manager. 00:53:25 00:53:25 To add a worker to this swarm, run the following command: 00:53:25 00:53:25 docker swarm join --token SWMTKN-1-0jdgydh8cts0snyw44vu96ziq1hixxn9gvdd4ooe60xls6nvn2-cuxhmazw6g79ui04rr3ud1oea 172.22.0.3:2377 00:53:25 00:53:25 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 00:53:25 00:53:35 === RUN TestAttachExitCode 00:53:35 --- PASS: TestAttachExitCode (1.05s) 00:53:35 === RUN TestCreateWithContentTrust 00:53:35 --- PASS: TestCreateWithContentTrust (0.83s) 00:53:35 === RUN TestKillContainer 00:53:35 --- PASS: TestKillContainer (0.89s) 00:53:35 === RUN TestRunAttachedFromRemoteImageAndRemove 00:53:35 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.88s) 00:53:35 === RUN TestRunWithContentTrust 00:53:35 --- PASS: TestRunWithContentTrust (1.39s) 00:53:35 PASS 00:53:35 ok github.com/docker/cli/e2e/container 5.045s 00:53:45 === RUN TestBuildFromContextDirectoryWithTag 00:53:45 --- PASS: TestBuildFromContextDirectoryWithTag (1.33s) 00:53:45 === RUN TestTrustedBuild 00:53:45 --- PASS: TestTrustedBuild (2.47s) 00:53:45 === RUN TestTrustedBuildUntrustedImage 00:53:45 --- PASS: TestTrustedBuildUntrustedImage (0.17s) 00:53:45 === RUN TestBuildIidFileSquash 00:53:45 --- PASS: TestBuildIidFileSquash (2.49s) 00:53:45 === RUN TestPullWithContentTrust 00:53:45 --- PASS: TestPullWithContentTrust (1.01s) 00:53:45 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 00:53:45 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.10s) 00:53:45 === RUN TestPushWithContentTrust 00:53:45 --- PASS: TestPushWithContentTrust (0.34s) 00:53:45 === RUN TestPushWithContentTrustUnreachableServer 00:53:45 --- PASS: TestPushWithContentTrustUnreachableServer (0.15s) 00:53:45 === RUN TestPushWithContentTrustExistingTag 00:53:45 --- PASS: TestPushWithContentTrustExistingTag (0.42s) 00:53:45 === RUN TestPushWithContentTrustReleasesDelegationOnly 00:53:45 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.20s) 00:53:45 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 00:53:45 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.58s) 00:53:45 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 00:53:45 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.42s) 00:53:45 PASS 00:53:45 ok github.com/docker/cli/e2e/image 13.669s 00:53:45 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 00:53:45 === RUN TestInstallWithContentTrust 00:53:45 --- PASS: TestInstallWithContentTrust (3.29s) 00:53:45 === RUN TestInstallWithContentTrustUntrusted 00:53:45 --- PASS: TestInstallWithContentTrustUntrusted (0.14s) 00:53:45 PASS 00:53:45 ok github.com/docker/cli/e2e/plugin 3.433s 00:53:45 ? github.com/docker/cli/e2e/plugin/basic [no test files] 00:53:45 === RUN TestDeployWithNamedResources 00:53:45 === RUN TestDeployWithNamedResources/Swarm 00:53:45 === RUN TestDeployWithNamedResources/Kubernetes 00:53:45 --- PASS: TestDeployWithNamedResources (0.17s) 00:53:45 --- PASS: TestDeployWithNamedResources/Swarm (0.17s) 00:53:45 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 00:53:45 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 00:53:45 === RUN TestStackDeployHelp 00:53:45 === RUN TestStackDeployHelp/Swarm 00:53:45 === RUN TestStackDeployHelp/Kubernetes 00:53:45 --- PASS: TestStackDeployHelp (0.10s) 00:53:45 --- PASS: TestStackDeployHelp/Swarm (0.05s) 00:53:45 --- PASS: TestStackDeployHelp/Kubernetes (0.05s) 00:53:45 === RUN TestRemove 00:53:45 === RUN TestRemove/Swarm 00:53:45 === RUN TestRemove/Kubernetes 00:53:45 --- PASS: TestRemove (0.30s) 00:53:45 --- PASS: TestRemove/Swarm (0.30s) 00:53:45 --- SKIP: TestRemove/Kubernetes (0.00s) 00:53:45 remove_test.go:22: !environment.KubernetesEnabled() 00:53:45 PASS 00:53:45 ok github.com/docker/cli/e2e/stack 0.576s 00:53:45 === RUN TestInspectInvalidReference 00:53:45 --- PASS: TestInspectInvalidReference (0.08s) 00:53:45 PASS 00:53:45 ok github.com/docker/cli/e2e/system 0.081s 00:53:46 === RUN TestRevokeImage 00:53:46 --- PASS: TestRevokeImage (0.45s) 00:53:46 === RUN TestRevokeRepo 00:53:46 --- PASS: TestRevokeRepo (0.74s) 00:53:46 === RUN TestSignLocalImage 00:53:46 --- PASS: TestSignLocalImage (0.30s) 00:53:46 === RUN TestSignWithLocalFlag 00:53:46 --- PASS: TestSignWithLocalFlag (0.59s) 00:53:46 PASS 00:53:46 ok github.com/docker/cli/e2e/trust 2.079s 00:53:46 Stopping cliendtoendsuite_notary-server_1 ... 00:53:46 Stopping cliendtoendsuite_engine_1 ... 00:53:46 Stopping cliendtoendsuite_registry_1 ... 00:53:48  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_notary-server_1 ... 00:53:48 Removing cliendtoendsuite_engine_1 ... 00:53:48 Removing cliendtoendsuite_registry_1 ... 00:53:48  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 00:53:48 Removing image cliendtoendsuite_notary-server 00:53:49 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 00:53:50 Creating network "cliendtoendsuite_default" with the default driver 00:53:50 Building engine 00:53:50 Step 1/6 : FROM docker:test-dind 00:53:50 ---> fc95a05f901b 00:53: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 00:53:50 ---> Using cache 00:53:50 ---> a2cd0c3cd11e 00:53:50 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 00:53:50 ---> Using cache 00:53:50 ---> ad12fe081e90 00:53:50 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / 00:53:50 ---> Using cache 00:53:50 ---> fdf3740d689e 00:53:50 Step 5/6 : EXPOSE 22 00:53:50 ---> Using cache 00:53:50 ---> 3daea68fcd3e 00:53:50 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] 00:53:50 ---> Using cache 00:53:50 ---> 56f1dd2311c9 00:53:50 Successfully built 56f1dd2311c9 00:53:50 Successfully tagged docker:stable-dind 00:53:50 Building notary-server 00:53:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0 00:53:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 00:53:50 ---> 16b632e954ca 00:53:50 Step 3/3 : COPY ./notary/ /fixtures/ 00:53:50 ---> 461a191f7f56 00:53:50 Successfully built 461a191f7f56 00:53:50 Successfully tagged cliendtoendsuite_notary-server:latest 00:53:50 Creating cliendtoendsuite_notary-server_1 ... 00:53:50 Creating cliendtoendsuite_engine_1 ... 00:53:50 Creating cliendtoendsuite_registry_1 ... 00:53:54  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.23.0.4 00:53:55 Client: 00:53:55 Version: 18.09.0-dev 00:53:55 API version: 1.39 00:53:55 Go version: go1.12.10 00:53:55 Git commit: 00:53:55 Built: Sat Sep 28 00:51:40 2019 00:53:55 OS/Arch: linux/amd64 00:53:55 Experimental: false 00:53:55 00:53:55 Server: Docker Engine - Community 00:53:55 Engine: 00:53:55 Version: 19.03.3-beta1 00:53:55 API version: 1.40 (minimum version 1.12) 00:53:55 Go version: go1.12.8 00:53:55 Git commit: 7348bc0fdb 00:53:55 Built: Tue Sep 24 04:17:16 2019 00:53:55 OS/Arch: linux/amd64 00:53:55 Experimental: true 00:53:55 containerd: 00:53:55 Version: v1.2.9 00:53:55 GitCommit: d50db0a42053864a270f648048f9a8b4f24eced3 00:53:55 runc: 00:53:55 Version: 1.0.0-rc8 00:53:55 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 00:53:55 docker-init: 00:53:55 Version: 0.18.0 00:53:55 GitCommit: fec3683 00:53:55 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 00:53:55 88286f41530e: Pulling fs layer 00:53:55 88286f41530e: Download complete 00:53:56 88286f41530e: Pull complete 00:53:56 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:53:56 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 00:53:56 The push refers to repository [registry:5000/alpine] 00:53:56 5bef08742407: Preparing 00:53:56 5bef08742407: Pushed 00:53:56 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 00:53:57 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 00:53:57 03b1be98f3f9: Pulling fs layer 00:53:57 03b1be98f3f9: Verifying Checksum 00:53:57 03b1be98f3f9: Download complete 00:53:57 03b1be98f3f9: Pull complete 00:53:57 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:53:57 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 00:53:57 The push refers to repository [registry:5000/busybox] 00:53:57 6a749002dd6a: Preparing 00:53:57 6a749002dd6a: Pushed 00:53:57 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 00:53:59 Swarm initialized: current node (fk7oblm7n53ks32kr9usmmnig) is now a manager. 00:53:59 00:53:59 To add a worker to this swarm, run the following command: 00:53:59 00:53:59 docker swarm join --token SWMTKN-1-1cwyf9b7de7n4gyo0qp5d62jos74zd3pij7kg11m2acalywnvt-350fk0s6iba3ktpx883mk2p6k 172.23.0.4:2377 00:53:59 00:53:59 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 00:53:59 00:54:17 === RUN TestAttachExitCode 00:54:17 --- PASS: TestAttachExitCode (1.73s) 00:54:17 === RUN TestCreateWithContentTrust 00:54:17 --- PASS: TestCreateWithContentTrust (2.59s) 00:54:17 === RUN TestKillContainer 00:54:17 --- PASS: TestKillContainer (1.61s) 00:54:17 === RUN TestRunAttachedFromRemoteImageAndRemove 00:54:17 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.23s) 00:54:17 === RUN TestRunWithContentTrust 00:54:17 --- PASS: TestRunWithContentTrust (3.38s) 00:54:17 PASS 00:54:17 ok github.com/docker/cli/e2e/container 11.543s 00:54:32 === RUN TestBuildFromContextDirectoryWithTag 00:54:32 --- PASS: TestBuildFromContextDirectoryWithTag (1.69s) 00:54:32 === RUN TestTrustedBuild 00:54:32 --- PASS: TestTrustedBuild (5.36s) 00:54:32 === RUN TestTrustedBuildUntrustedImage 00:54:32 --- PASS: TestTrustedBuildUntrustedImage (0.35s) 00:54:32 === RUN TestBuildIidFileSquash 00:54:32 --- PASS: TestBuildIidFileSquash (3.16s) 00:54:32 === RUN TestPullWithContentTrust 00:54:32 --- PASS: TestPullWithContentTrust (2.93s) 00:54:32 === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable 00:54:32 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.55s) 00:54:32 === RUN TestPushWithContentTrust 00:54:32 --- PASS: TestPushWithContentTrust (0.86s) 00:54:32 === RUN TestPushWithContentTrustUnreachableServer 00:54:32 --- PASS: TestPushWithContentTrustUnreachableServer (0.81s) 00:54:32 === RUN TestPushWithContentTrustExistingTag 00:54:32 --- PASS: TestPushWithContentTrustExistingTag (1.68s) 00:54:32 === RUN TestPushWithContentTrustReleasesDelegationOnly 00:54:32 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.71s) 00:54:32 === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor 00:54:32 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.99s) 00:54:32 === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths 00:54:32 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (2.10s) 00:54:32 PASS 00:54:32 ok github.com/docker/cli/e2e/image 26.189s 00:54:32 ? github.com/docker/cli/e2e/internal/fixtures [no test files] 00:54:32 === RUN TestInstallWithContentTrust 00:54:32 --- PASS: TestInstallWithContentTrust (4.65s) 00:54:32 === RUN TestInstallWithContentTrustUntrusted 00:54:32 --- PASS: TestInstallWithContentTrustUntrusted (0.45s) 00:54:32 PASS 00:54:32 ok github.com/docker/cli/e2e/plugin 5.108s 00:54:32 ? github.com/docker/cli/e2e/plugin/basic [no test files] 00:54:32 === RUN TestDeployWithNamedResources 00:54:32 === RUN TestDeployWithNamedResources/Swarm 00:54:32 === RUN TestDeployWithNamedResources/Kubernetes 00:54:32 --- PASS: TestDeployWithNamedResources (0.65s) 00:54:32 --- PASS: TestDeployWithNamedResources/Swarm (0.65s) 00:54:32 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 00:54:32 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 00:54:32 === RUN TestStackDeployHelp 00:54:32 === RUN TestStackDeployHelp/Swarm 00:54:32 === RUN TestStackDeployHelp/Kubernetes 00:54:32 --- PASS: TestStackDeployHelp (0.05s) 00:54:32 --- PASS: TestStackDeployHelp/Swarm (0.02s) 00:54:32 --- PASS: TestStackDeployHelp/Kubernetes (0.02s) 00:54:32 === RUN TestRemove 00:54:32 === RUN TestRemove/Swarm 00:54:32 === RUN TestRemove/Kubernetes 00:54:32 --- PASS: TestRemove (1.30s) 00:54:32 --- PASS: TestRemove/Swarm (1.29s) 00:54:32 --- SKIP: TestRemove/Kubernetes (0.00s) 00:54:32 remove_test.go:22: !environment.KubernetesEnabled() 00:54:32 PASS 00:54:32 ok github.com/docker/cli/e2e/stack 2.000s 00:54:32 === RUN TestInspectInvalidReference 00:54:32 --- PASS: TestInspectInvalidReference (0.25s) 00:54:32 PASS 00:54:32 ok github.com/docker/cli/e2e/system 0.252s 00:54:33 === RUN TestRevokeImage 00:54:33 --- PASS: TestRevokeImage (1.49s) 00:54:33 === RUN TestRevokeRepo 00:54:33 --- PASS: TestRevokeRepo (2.22s) 00:54:33 === RUN TestSignLocalImage 00:54:33 --- PASS: TestSignLocalImage (0.83s) 00:54:33 === RUN TestSignWithLocalFlag 00:54:33 --- PASS: TestSignWithLocalFlag (1.71s) 00:54:33 PASS 00:54:33 ok github.com/docker/cli/e2e/trust 6.261s 00:54:33 Stopping cliendtoendsuite_registry_1 ... 00:54:33 Stopping cliendtoendsuite_engine_1 ... 00:54:33 Stopping cliendtoendsuite_notary-server_1 ... 00:54:35  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_registry_1 ... 00:54:35 Removing cliendtoendsuite_engine_1 ... 00:54:35 Removing cliendtoendsuite_notary-server_1 ... 00:54:35  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 00:54:35 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