Skip to content
Success

Console Output

Pull request #2118 opened
12:56:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from f2e7dc5bf8480e9424fa0fad11796887dbcb9afd+575d6fa7822e1edebc108aec8d2fb6b1b78b177d (40b1c7fc3c7068a8ac662a9e94fe2fd2ee756fce)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2118@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0be373f6c7b1ce25a) in /home/ubuntu/workspace/cli_PR-2118
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-2118@tmp/16aa8866-0342-4259-bf36-7cb43943000f/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
12:56:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:56:30 chowning workspace
[Pipeline] sh
12:56:30 + uname -m
[Pipeline] sh
12:56:31 + pwd
12:56:31 + id -u
12:56:31 + id -g
12:56:31 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2118:/workspace busybox chown -R 1000:1000 /workspace
12:56:31 Unable to find image 'busybox:latest' locally
12:56:31 latest: Pulling from library/busybox
12:56:31 7c9d20b9b6cd: Pulling fs layer
12:56:31 7c9d20b9b6cd: Verifying Checksum
12:56:31 7c9d20b9b6cd: Download complete
12:56:31 7c9d20b9b6cd: Pull complete
12:56:31 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
12:56:31 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:56:32 Removing all docker containers
[Pipeline] sh
12:56:33 + docker container ls -aq
[Pipeline] echo
12:56:33 Docker containers have been removed
[Pipeline] echo
12:56:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:56:33 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
12:56:33 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
12:56:33 Using the ‘stage’ step without a block argument is deprecated
12:56:33 Entering stage Git Checkout
12:56:33 Proceeding
[Pipeline] checkout
12:56:33 using credential docker-jenkins-github-credentials
12:56:33 Cloning the remote Git repository
12:56:33 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2118 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/pull/2118/head:refs/remotes/origin/PR-2118 +refs/heads/18.09:refs/remotes/origin/18.09
12:56:35 Fetching without tags
12:56:35 Merging remotes/origin/18.09 commit 575d6fa7822e1edebc108aec8d2fb6b1b78b177d into PR head commit f2e7dc5bf8480e9424fa0fad11796887dbcb9afd
12:56:36 Merge succeeded, producing f2e7dc5bf8480e9424fa0fad11796887dbcb9afd
12:56:36 Checking out Revision f2e7dc5bf8480e9424fa0fad11796887dbcb9afd (PR-2118)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2118/head:refs/remotes/origin/PR-2118 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/pull/2118/head:refs/remotes/origin/PR-2118 +refs/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2e7dc5bf8480e9424fa0fad11796887dbcb9afd
 > git merge 575d6fa7822e1edebc108aec8d2fb6b1b78b177d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2e7dc5bf8480e9424fa0fad11796887dbcb9afd
12:56:36 Commit message: "vendor: Bump gopkg.in/yaml.v2"
12:56:36 First time build. Skipping changelog.
[Pipeline] stage
12:56:37 Using the ‘stage’ step without a block argument is deprecated
12:56:37 Entering stage Run end-to-end test suite
12:56:37 Proceeding
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
12:56:37 + docker version
12:56:37 Client: Docker Engine - Community
12:56:37  Version:           19.03.2
12:56:37  API version:       1.40
12:56:37  Go version:        go1.12.8
12:56:37  Git commit:        6a30dfc
12:56:37  Built:             Thu Aug 29 05:29:11 2019
12:56:37  OS/Arch:           linux/amd64
12:56:37  Experimental:      false
12:56:37 
12:56:37 Server: Docker Engine - Community
12:56:37  Engine:
12:56:37   Version:          19.03.2
12:56:37   API version:      1.40 (minimum version 1.12)
12:56:37   Go version:       go1.12.8
12:56:37   Git commit:       6a30dfc
12:56:37   Built:            Thu Aug 29 05:27:45 2019
12:56:37   OS/Arch:          linux/amd64
12:56:37   Experimental:     true
12:56:37  containerd:
12:56:37   Version:          1.2.6
12:56:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
12:56:37  runc:
12:56:37   Version:          1.0.0-rc8
12:56:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
12:56:37  docker-init:
12:56:37   Version:          0.18.0
12:56:37   GitCommit:        fec3683
[Pipeline] sh
12:56:37 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 make -f docker.Makefile test-e2e
12:56:37 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
12:56:38 Sending build context to Docker daemon  38.42MB

12:56:38 Step 1/18 : ARG GO_VERSION=1.12.10
12:56:38 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
12:56:39 a4d1531: Pulling from docker/containerd-shim-process
12:56:39 13b7b73e4c8f: Pulling fs layer
12:56:39 13b7b73e4c8f: Download complete
12:56:39 13b7b73e4c8f: Pull complete
12:56:39 Digest: sha256:9b281f364e2c628a460dd2caf5689a9c7a21ade746df59f8777118742f6cc7a0
12:56:39 Status: Downloaded newer image for docker/containerd-shim-process:a4d1531
12:56:39  ---> 88d1b3a51187
12:56:39 Step 3/18 : FROM golang:${GO_VERSION}
12:56:39 1.12.10: Pulling from library/golang
12:56:39 4a56a430b2ba: Already exists
12:56:39 4b5cacb629f5: Already exists
12:56:39 14408c8d4f9a: Already exists
12:56:39 ea67eaa7dd42: Already exists
12:56:39 a2a2197e145e: Already exists
12:56:39 33b8ad332cc6: Pulling fs layer
12:56:39 aa30e10913db: Pulling fs layer
12:56:39 aa30e10913db: Verifying Checksum
12:56:39 aa30e10913db: Download complete
12:56:40 33b8ad332cc6: Verifying Checksum
12:56:40 33b8ad332cc6: Download complete
12:56:45 33b8ad332cc6: Pull complete
12:56:45 aa30e10913db: Pull complete
12:56:45 Digest: sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39
12:56:45 Status: Downloaded newer image for golang:1.12.10
12:56:45  ---> f945ea07f224
12:56:45 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/*
12:56:48  ---> Running in b14aab4b1e86
12:56:49 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
12:56:49 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
12:56:49 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
12:56:49 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [95.7 kB]
12:56:49 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
12:56:49 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
12:56:50 Fetched 8210 kB in 2s (4293 kB/s)
12:56:51 Reading package lists...
12:56:52 Reading package lists...
12:56:52 Building dependency tree...
12:56:52 Reading state information...
12:56:52 curl is already the newest version (7.64.0-4).
12:56:52 openssh-client is already the newest version (1:7.9p1-10).
12:56:52 openssl is already the newest version (1.1.1c-1).
12:56:52 openssl set to manually installed.
12:56:52 The following additional packages will be installed:
12:56:52   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:56:52   libalgorithm-merge-perl libapparmor1 libfakeroot libip4tc0 libip6tc0
12:56:52   libiptc0 libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0
12:56:52   libnftables0 libnftnl11 nftables patch xz-utils
12:56:52 Suggested packages:
12:56:52   duperemove bzip2-doc debian-keyring kmod seccomp ed diffutils-doc
12:56:52 The following NEW packages will be installed:
12:56:52   btrfs-progs build-essential bzip2 dpkg-dev fakeroot iptables
12:56:52   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:56:52   libapparmor-dev libapparmor1 libfakeroot libip4tc0 libip6tc0 libiptc0
12:56:52   libjansson4 liblzo2-2 libnetfilter-conntrack3 libnfnetlink0 libnftables0
12:56:52   libnftnl11 libseccomp-dev nftables patch xz-utils
12:56:52 0 upgraded, 25 newly installed, 0 to remove and 7 not upgraded.
12:56:52 Need to get 4292 kB of archives.
12:56:52 After this operation, 12.4 MB of additional disk space will be used.
12:56:52 Get:1 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB]
12:56:52 Get:2 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
12:56:52 Get:3 http://deb.debian.org/debian buster/main amd64 libnftables0 amd64 0.9.0-2 [203 kB]
12:56:52 Get:4 http://deb.debian.org/debian buster/main amd64 nftables amd64 0.9.0-2 [45.2 kB]
12:56:52 Get:5 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
12:56:52 Get:6 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
12:56:52 Get:7 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
12:56:52 Get:8 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
12:56:52 Get:9 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
12:56:52 Get:10 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
12:56:52 Get:11 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
12:56:52 Get:12 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
12:56:52 Get:13 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
12:56:52 Get:14 http://deb.debian.org/debian buster/main amd64 btrfs-progs amd64 4.20.1-2 [602 kB]
12:56:52 Get:15 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
12:56:52 Get:16 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
12:56:52 Get:17 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
12:56:52 Get:18 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
12:56:52 Get:19 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
12:56:52 Get:20 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:56:52 Get:21 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
12:56:52 Get:22 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:56:52 Get:23 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
12:56:52 Get:24 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
12:56:52 Get:25 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
12:56:52 debconf: delaying package configuration, since apt-utils is not installed
12:56:52 Fetched 4292 kB in 0s (10.9 MB/s)
12:56:53 Selecting previously unselected package libjansson4:amd64.
12:56:53 (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.)
12:56:53 Preparing to unpack .../00-libjansson4_2.12-1_amd64.deb ...
12:56:53 Unpacking libjansson4:amd64 (2.12-1) ...
12:56:53 Selecting previously unselected package libnftnl11:amd64.
12:56:53 Preparing to unpack .../01-libnftnl11_1.1.2-2_amd64.deb ...
12:56:53 Unpacking libnftnl11:amd64 (1.1.2-2) ...
12:56:53 Selecting previously unselected package libnftables0:amd64.
12:56:53 Preparing to unpack .../02-libnftables0_0.9.0-2_amd64.deb ...
12:56:53 Unpacking libnftables0:amd64 (0.9.0-2) ...
12:56:53 Selecting previously unselected package nftables.
12:56:53 Preparing to unpack .../03-nftables_0.9.0-2_amd64.deb ...
12:56:53 Unpacking nftables (0.9.0-2) ...
12:56:53 Selecting previously unselected package libip4tc0:amd64.
12:56:53 Preparing to unpack .../04-libip4tc0_1.8.2-4_amd64.deb ...
12:56:53 Unpacking libip4tc0:amd64 (1.8.2-4) ...
12:56:53 Selecting previously unselected package libip6tc0:amd64.
12:56:53 Preparing to unpack .../05-libip6tc0_1.8.2-4_amd64.deb ...
12:56:53 Unpacking libip6tc0:amd64 (1.8.2-4) ...
12:56:53 Selecting previously unselected package libiptc0:amd64.
12:56:53 Preparing to unpack .../06-libiptc0_1.8.2-4_amd64.deb ...
12:56:53 Unpacking libiptc0:amd64 (1.8.2-4) ...
12:56:53 Selecting previously unselected package libnfnetlink0:amd64.
12:56:53 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
12:56:53 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:56:53 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:56:53 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
12:56:53 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
12:56:53 Selecting previously unselected package iptables.
12:56:53 Preparing to unpack .../09-iptables_1.8.2-4_amd64.deb ...
12:56:53 Unpacking iptables (1.8.2-4) ...
12:56:53 Selecting previously unselected package bzip2.
12:56:53 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
12:56:53 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
12:56:53 Selecting previously unselected package xz-utils.
12:56:53 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ...
12:56:53 Unpacking xz-utils (5.2.4-1) ...
12:56:53 Selecting previously unselected package liblzo2-2:amd64.
12:56:53 Preparing to unpack .../12-liblzo2-2_2.10-0.1_amd64.deb ...
12:56:53 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
12:56:53 Selecting previously unselected package btrfs-progs.
12:56:53 Preparing to unpack .../13-btrfs-progs_4.20.1-2_amd64.deb ...
12:56:53 Unpacking btrfs-progs (4.20.1-2) ...
12:56:53 Selecting previously unselected package patch.
12:56:53 Preparing to unpack .../14-patch_2.7.6-3+deb10u1_amd64.deb ...
12:56:53 Unpacking patch (2.7.6-3+deb10u1) ...
12:56:53 Selecting previously unselected package dpkg-dev.
12:56:53 Preparing to unpack .../15-dpkg-dev_1.19.7_all.deb ...
12:56:53 Unpacking dpkg-dev (1.19.7) ...
12:56:54 Selecting previously unselected package build-essential.
12:56:54 Preparing to unpack .../16-build-essential_12.6_amd64.deb ...
12:56:54 Unpacking build-essential (12.6) ...
12:56:54 Selecting previously unselected package libfakeroot:amd64.
12:56:54 Preparing to unpack .../17-libfakeroot_1.23-1_amd64.deb ...
12:56:54 Unpacking libfakeroot:amd64 (1.23-1) ...
12:56:54 Selecting previously unselected package fakeroot.
12:56:54 Preparing to unpack .../18-fakeroot_1.23-1_amd64.deb ...
12:56:54 Unpacking fakeroot (1.23-1) ...
12:56:54 Selecting previously unselected package libalgorithm-diff-perl.
12:56:54 Preparing to unpack .../19-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:56:54 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:56:54 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:56:54 Preparing to unpack .../20-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
12:56:54 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:56:54 Selecting previously unselected package libalgorithm-merge-perl.
12:56:54 Preparing to unpack .../21-libalgorithm-merge-perl_0.08-3_all.deb ...
12:56:54 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:56:54 Selecting previously unselected package libapparmor1:amd64.
12:56:54 Preparing to unpack .../22-libapparmor1_2.13.2-10_amd64.deb ...
12:56:54 Unpacking libapparmor1:amd64 (2.13.2-10) ...
12:56:54 Selecting previously unselected package libapparmor-dev:amd64.
12:56:54 Preparing to unpack .../23-libapparmor-dev_2.13.2-10_amd64.deb ...
12:56:54 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
12:56:54 Selecting previously unselected package libseccomp-dev:amd64.
12:56:54 Preparing to unpack .../24-libseccomp-dev_2.3.3-4_amd64.deb ...
12:56:54 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
12:56:54 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
12:56:54 Setting up libip6tc0:amd64 (1.8.2-4) ...
12:56:54 Setting up libapparmor1:amd64 (2.13.2-10) ...
12:56:54 Setting up libip4tc0:amd64 (1.8.2-4) ...
12:56:54 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:56:54 Setting up liblzo2-2:amd64 (2.10-0.1) ...
12:56:54 Setting up libnftnl11:amd64 (1.1.2-2) ...
12:56:54 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
12:56:54 Setting up libfakeroot:amd64 (1.23-1) ...
12:56:54 Setting up libjansson4:amd64 (2.12-1) ...
12:56:54 Setting up fakeroot (1.23-1) ...
12:56:54 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:56:54 Setting up libiptc0:amd64 (1.8.2-4) ...
12:56:54 Setting up xz-utils (5.2.4-1) ...
12:56:54 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:56:54 Setting up patch (2.7.6-3+deb10u1) ...
12:56:54 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:56:54 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
12:56:54 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:56:54 Setting up libalgorithm-merge-perl (0.08-3) ...
12:56:54 Setting up libnftables0:amd64 (0.9.0-2) ...
12:56:54 Setting up btrfs-progs (4.20.1-2) ...
12:56:54 Setting up dpkg-dev (1.19.7) ...
12:56:54 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
12:56:54 Setting up build-essential (12.6) ...
12:56:54 Setting up nftables (0.9.0-2) ...
12:56:54 Setting up iptables (1.8.2-4) ...
12:56:54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:56:54 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:56:54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:56:54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:56:54 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:56:54 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:56:54 Processing triggers for libc-bin (2.28-10) ...
12:56:55 Removing intermediate container b14aab4b1e86
12:56:55  ---> d78f5a39a66b
12:56:55 Step 5/18 : ARG COMPOSE_VERSION=1.21.2
12:56:55  ---> Running in 45da97931ab5
12:56:56 Removing intermediate container 45da97931ab5
12:56:56  ---> 5c1e9d1c01af
12:56:56 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
12:56:56  ---> Running in 66b5690e1c42
12:56:57   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
12:56:57                                  Dload  Upload   Total   Spent    Left  Speed
12:56:57 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7258      0 --:--:-- --:--:-- --:--:--  7258
12:56:57 
100 10.3M  100 10.3M    0     0  51.0M      0 --:--:-- --:--:-- --:--:-- 51.0M
12:56:57 Removing intermediate container 66b5690e1c42
12:56:57  ---> 5a53ff54440b
12:56:57 Step 7/18 : ARG NOTARY_VERSION=v0.6.1
12:56:57  ---> Running in 54c631ad600d
12:56:58 Removing intermediate container 54c631ad600d
12:56:58  ---> 76da2e414470
12:56:58 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
12:56:58  ---> Running in 27f22d060c9a
12:56:59 Removing intermediate container 27f22d060c9a
12:56:59  ---> 7f0823ca465d
12:56:59 Step 9/18 : ENV CGO_ENABLED=0     DISABLE_WARN_OUTSIDE_CONTAINER=1     PATH=/go/src/github.com/docker/cli/build:$PATH
12:56:59  ---> Running in def8753b48f3
12:56:59 Removing intermediate container def8753b48f3
12:56:59  ---> 43db526f9424
12:56:59 Step 10/18 : WORKDIR /go/src/github.com/docker/cli
12:56:59  ---> Running in f2a1e8b59c0e
12:57:00 Removing intermediate container f2a1e8b59c0e
12:57:00  ---> eef571b963f4
12:57:00 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
12:57:00  ---> 11ed065e1aa4
12:57:00 Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
12:57:00  ---> Running in bd42ded7c371
12:57:01 Updating certificates in /etc/ssl/certs...
12:57:01 1 added, 0 removed; done.
12:57:01 Running hooks in /etc/ca-certificates/update.d...
12:57:01 done.
12:57:02 Removing intermediate container bd42ded7c371
12:57:02  ---> fe69e316548e
12:57:02 Step 13/18 : COPY . .
12:57:04  ---> a3df7d8ba47f
12:57:04 Step 14/18 : ARG VERSION
12:57:04  ---> Running in 3d5083b9138c
12:57:04 Removing intermediate container 3d5083b9138c
12:57:04  ---> 3685cd1595eb
12:57:04 Step 15/18 : ARG GITCOMMIT
12:57:04  ---> Running in 83ec40c55eed
12:57:04 Removing intermediate container 83ec40c55eed
12:57:04  ---> 820304d2fd22
12:57:04 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT}
12:57:05  ---> Running in 11b0ad503301
12:57:05 Removing intermediate container 11b0ad503301
12:57:05  ---> e7fc4e768cce
12:57:05 Step 17/18 : RUN ./scripts/build/binary
12:57:05  ---> Running in 37e50621aa09
12:57:06 Building statically linked build/docker-linux-amd64
12:58:13 Removing intermediate container 37e50621aa09
12:58:13  ---> 86392918fb76
12:58:13 Step 18/18 : CMD ./scripts/test/e2e/entry
12:58:13  ---> Running in 822fe81bd666
12:58:13 Removing intermediate container 822fe81bd666
12:58:13  ---> 8792fbcf6c54
12:58:13 Successfully built 8792fbcf6c54
12:58:13 Successfully tagged docker-cli-e2eclie2e1:latest
12:58:13 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
12:58:13 Creating network "cliendtoendsuite_default" with the default driver
12:58:13 Pulling registry (registry:2)...
12:58:13 2: Pulling from library/registry
12:58:13 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
12:58:13 Status: Downloaded newer image for registry:2
12:58:13 Pulling engine (docker:stable-dind)...
12:58:14 stable-dind: Pulling from library/docker
12:58:18 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
12:58:18 Status: Downloaded newer image for docker:stable-dind
12:58:18 Building notary-server
12:58:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:58:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:58:18 server-0.5.0: Pulling from library/notary
12:58:19 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
12:58:19 Status: Downloaded newer image for notary:server-0.5.0
12:58:19  ---> 16b632e954ca
12:58:19 Step 3/3 : COPY ./notary/ /fixtures/
12:58:20  ---> 6635659b37e5
12:58:20 Successfully built 6635659b37e5
12:58:20 Successfully tagged cliendtoendsuite_notary-server:latest
12:58:20 Creating cliendtoendsuite_engine_1 ... 
12:58:20 Creating cliendtoendsuite_notary-server_1 ... 
12:58:20 Creating cliendtoendsuite_registry_1      ... 
12:58:24 
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.18.0.4:2375
12:58:24 Client:
12:58:24  Version:           18.09.0-dev
12:58:24  API version:       1.39
12:58:24  Go version:        go1.12.10
12:58:24  Git commit:        
12:58:24  Built:             Tue Oct  1 12:57:05 2019
12:58:24  OS/Arch:           linux/amd64
12:58:24  Experimental:      false
12:58:24 
12:58:24 Server: Docker Engine - Community
12:58:24  Engine:
12:58:24   Version:          19.03.2
12:58:24   API version:      1.40 (minimum version 1.12)
12:58:24   Go version:       go1.12.8
12:58:24   Git commit:       6a30dfca03
12:58:24   Built:            Thu Aug 29 05:32:56 2019
12:58:24   OS/Arch:          linux/amd64
12:58:24   Experimental:     false
12:58:24  containerd:
12:58:24   Version:          v1.2.6
12:58:24   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
12:58:24  runc:
12:58:24   Version:          1.0.0-rc8
12:58:24   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
12:58:24  docker-init:
12:58:24   Version:          0.18.0
12:58:24   GitCommit:        fec3683
12:58:24 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
12:58:24 88286f41530e: Pulling fs layer
12:58:25 88286f41530e: Verifying Checksum
12:58:25 88286f41530e: Download complete
12:58:25 88286f41530e: Pull complete
12:58:25 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:58:25 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:58:25 The push refers to repository [registry:5000/alpine]
12:58:25 5bef08742407: Preparing
12:58:25 5bef08742407: Pushed
12:58:25 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
12:58:25 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
12:58:25 03b1be98f3f9: Pulling fs layer
12:58:25 03b1be98f3f9: Download complete
12:58:26 03b1be98f3f9: Pull complete
12:58:26 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:58:26 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:58:26 The push refers to repository [registry:5000/busybox]
12:58:26 6a749002dd6a: Preparing
12:58:26 6a749002dd6a: Pushed
12:58:26 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
12:58:27 Swarm initialized: current node (m47xeqo2qo4ovcxh70izan4mf) is now a manager.
12:58:27 
12:58:27 To add a worker to this swarm, run the following command:
12:58:27 
12:58:27     docker swarm join --token SWMTKN-1-3kz2a0wc28vabriq8jbnsm6j7ooa14fjzyxzzis4o0n9lj0ful-4ba5eha3t9ih8svucww2lyfxa 172.18.0.4:2377
12:58:27 
12:58:27 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
12:58:27 
12:58:37 === RUN   TestAttachExitCode
12:58:37 --- PASS: TestAttachExitCode (0.94s)
12:58:37 === RUN   TestCreateWithContentTrust
12:58:37 --- PASS: TestCreateWithContentTrust (0.97s)
12:58:37 === RUN   TestKillContainer
12:58:37 --- PASS: TestKillContainer (0.81s)
12:58:37 === RUN   TestRunAttachedFromRemoteImageAndRemove
12:58:37 --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.94s)
12:58:37 === RUN   TestRunWithContentTrust
12:58:37 --- PASS: TestRunWithContentTrust (1.49s)
12:58:37 PASS
12:58:37 ok  	github.com/docker/cli/e2e/container	5.148s
12:58:45 === RUN   TestBuildFromContextDirectoryWithTag
12:58:45 --- PASS: TestBuildFromContextDirectoryWithTag (1.97s)
12:58:45 === RUN   TestTrustedBuild
12:58:45 --- PASS: TestTrustedBuild (2.56s)
12:58:45 === RUN   TestTrustedBuildUntrustedImage
12:58:45 --- PASS: TestTrustedBuildUntrustedImage (0.10s)
12:58:45 === RUN   TestBuildIidFileSquash
12:58:45 --- SKIP: TestBuildIidFileSquash (0.03s)
12:58:45     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
12:58:45 === RUN   TestPullWithContentTrust
12:58:45 --- PASS: TestPullWithContentTrust (1.00s)
12:58:45 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
12:58:45 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.14s)
12:58:45 === RUN   TestPushWithContentTrust
12:58:45 --- PASS: TestPushWithContentTrust (0.39s)
12:58:45 === RUN   TestPushWithContentTrustUnreachableServer
12:58:45 --- PASS: TestPushWithContentTrustUnreachableServer (0.27s)
12:58:45 === RUN   TestPushWithContentTrustExistingTag
12:58:45 --- PASS: TestPushWithContentTrustExistingTag (0.76s)
12:58:45 === RUN   TestPushWithContentTrustReleasesDelegationOnly
12:58:45 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.14s)
12:58:45 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
12:58:45 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.13s)
12:58:45 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
12:58:45 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.51s)
12:58:45 PASS
12:58:45 ok  	github.com/docker/cli/e2e/image	12.005s
12:58:45 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
12:58:45 === RUN   TestInstallWithContentTrust
12:58:45 --- PASS: TestInstallWithContentTrust (3.56s)
12:58:45 === RUN   TestInstallWithContentTrustUntrusted
12:58:45 --- PASS: TestInstallWithContentTrustUntrusted (0.15s)
12:58:45 PASS
12:58:45 ok  	github.com/docker/cli/e2e/plugin	3.718s
12:58:45 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
12:58:45 === RUN   TestDeployWithNamedResources
12:58:45 === RUN   TestDeployWithNamedResources/Swarm
12:58:45 === RUN   TestDeployWithNamedResources/Kubernetes
12:58:45 --- PASS: TestDeployWithNamedResources (0.22s)
12:58:45     --- PASS: TestDeployWithNamedResources/Swarm (0.22s)
12:58:45     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
12:58:45         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
12:58:45 === RUN   TestStackDeployHelp
12:58:45 === RUN   TestStackDeployHelp/Swarm
12:58:45 === RUN   TestStackDeployHelp/Kubernetes
12:58:45 --- PASS: TestStackDeployHelp (0.10s)
12:58:45     --- PASS: TestStackDeployHelp/Swarm (0.05s)
12:58:45     --- PASS: TestStackDeployHelp/Kubernetes (0.05s)
12:58:45 === RUN   TestRemove
12:58:45 === RUN   TestRemove/Swarm
12:58:45 === RUN   TestRemove/Kubernetes
12:58:45 --- PASS: TestRemove (0.30s)
12:58:45     --- PASS: TestRemove/Swarm (0.30s)
12:58:45     --- SKIP: TestRemove/Kubernetes (0.00s)
12:58:45         remove_test.go:22: !environment.KubernetesEnabled()
12:58:45 PASS
12:58:45 ok  	github.com/docker/cli/e2e/stack	0.620s
12:58:45 === RUN   TestInspectInvalidReference
12:58:45 --- PASS: TestInspectInvalidReference (0.07s)
12:58:45 PASS
12:58:45 ok  	github.com/docker/cli/e2e/system	0.072s
12:58:47 === RUN   TestRevokeImage
12:58:47 --- PASS: TestRevokeImage (0.47s)
12:58:47 === RUN   TestRevokeRepo
12:58:47 --- PASS: TestRevokeRepo (0.78s)
12:58:47 === RUN   TestSignLocalImage
12:58:47 --- PASS: TestSignLocalImage (0.31s)
12:58:47 === RUN   TestSignWithLocalFlag
12:58:47 --- PASS: TestSignWithLocalFlag (0.61s)
12:58:47 PASS
12:58:47 ok  	github.com/docker/cli/e2e/trust	2.173s
12:58:48 Stopping cliendtoendsuite_registry_1      ... 
12:58:48 Stopping cliendtoendsuite_engine_1        ... 
12:58:48 Stopping cliendtoendsuite_notary-server_1 ... 
12:58:50 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_registry_1      ... 
12:58:50 Removing cliendtoendsuite_engine_1        ... 
12:58:50 Removing cliendtoendsuite_notary-server_1 ... 
12:58:50 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
12:58:50 Removing image cliendtoendsuite_notary-server
12:58:50 docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
12:58:51 Creating network "cliendtoendsuite_default" with the default driver
12:58:51 Building notary-server
12:58:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:58:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:58:52  ---> 16b632e954ca
12:58:52 Step 3/3 : COPY ./notary/ /fixtures/
12:58:52  ---> 6eb295a240f1
12:58:52 Successfully built 6eb295a240f1
12:58:52 Successfully tagged cliendtoendsuite_notary-server:latest
12:58:52 Creating cliendtoendsuite_notary-server_1 ... 
12:58:52 Creating cliendtoendsuite_registry_1      ... 
12:58:52 Creating cliendtoendsuite_engine_1        ... 
12:58:56 
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.19.0.2:2375
12:58:56 Client:
12:58:56  Version:           18.09.0-dev
12:58:56  API version:       1.39
12:58:56  Go version:        go1.12.10
12:58:56  Git commit:        
12:58:56  Built:             Tue Oct  1 12:57:05 2019
12:58:56  OS/Arch:           linux/amd64
12:58:56  Experimental:      false
12:58:56 
12:58:56 Server: Docker Engine - Community
12:58:56  Engine:
12:58:56   Version:          19.03.2
12:58:56   API version:      1.40 (minimum version 1.12)
12:58:56   Go version:       go1.12.8
12:58:56   Git commit:       6a30dfca03
12:58:56   Built:            Thu Aug 29 05:32:56 2019
12:58:56   OS/Arch:          linux/amd64
12:58:56   Experimental:     true
12:58:56  containerd:
12:58:56   Version:          v1.2.6
12:58:56   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
12:58:56  runc:
12:58:56   Version:          1.0.0-rc8
12:58:56   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
12:58:56  docker-init:
12:58:56   Version:          0.18.0
12:58:56   GitCommit:        fec3683
12:58:56 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
12:58:56 88286f41530e: Pulling fs layer
12:58:56 88286f41530e: Download complete
12:58:56 88286f41530e: Pull complete
12:58:56 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:58:56 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:58:56 The push refers to repository [registry:5000/alpine]
12:58:56 5bef08742407: Preparing
12:58:57 5bef08742407: Pushed
12:58:57 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
12:58:57 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
12:58:57 03b1be98f3f9: Pulling fs layer
12:58:57 03b1be98f3f9: Verifying Checksum
12:58:57 03b1be98f3f9: Download complete
12:58:57 03b1be98f3f9: Pull complete
12:58:57 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:58:57 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:58:57 The push refers to repository [registry:5000/busybox]
12:58:57 6a749002dd6a: Preparing
12:58:57 6a749002dd6a: Pushed
12:58:57 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
12:58:58 Swarm initialized: current node (pjg2x0ei5h33z6clwktp12ea8) is now a manager.
12:58:58 
12:58:58 To add a worker to this swarm, run the following command:
12:58:58 
12:58:58     docker swarm join --token SWMTKN-1-2nzof1grqpmd5e6tiqwyx083ukldsgs8khi9h051sflcwvnjrh-5lca8iwc9yyh82nhoqua0bpdj 172.19.0.2:2377
12:58:58 
12:58:58 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
12:58:58 
12:59:08 === RUN   TestAttachExitCode
12:59:08 --- PASS: TestAttachExitCode (0.88s)
12:59:08 === RUN   TestCreateWithContentTrust
12:59:08 --- PASS: TestCreateWithContentTrust (0.89s)
12:59:08 === RUN   TestKillContainer
12:59:08 --- PASS: TestKillContainer (0.85s)
12:59:08 === RUN   TestRunAttachedFromRemoteImageAndRemove
12:59:08 --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.01s)
12:59:08 === RUN   TestRunWithContentTrust
12:59:08 --- PASS: TestRunWithContentTrust (1.40s)
12:59:08 PASS
12:59:08 ok  	github.com/docker/cli/e2e/container	5.025s
12:59:18 === RUN   TestBuildFromContextDirectoryWithTag
12:59:18 --- PASS: TestBuildFromContextDirectoryWithTag (1.40s)
12:59:18 === RUN   TestTrustedBuild
12:59:18 --- PASS: TestTrustedBuild (2.81s)
12:59:18 === RUN   TestTrustedBuildUntrustedImage
12:59:18 --- PASS: TestTrustedBuildUntrustedImage (0.10s)
12:59:18 === RUN   TestBuildIidFileSquash
12:59:18 --- PASS: TestBuildIidFileSquash (2.66s)
12:59:18 === RUN   TestPullWithContentTrust
12:59:18 --- PASS: TestPullWithContentTrust (0.94s)
12:59:18 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
12:59:18 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.01s)
12:59:18 === RUN   TestPushWithContentTrust
12:59:18 --- PASS: TestPushWithContentTrust (0.29s)
12:59:18 === RUN   TestPushWithContentTrustUnreachableServer
12:59:18 --- PASS: TestPushWithContentTrustUnreachableServer (0.24s)
12:59:18 === RUN   TestPushWithContentTrustExistingTag
12:59:18 --- PASS: TestPushWithContentTrustExistingTag (0.69s)
12:59:18 === RUN   TestPushWithContentTrustReleasesDelegationOnly
12:59:18 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.22s)
12:59:18 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
12:59:18 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.49s)
12:59:18 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
12:59:18 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.43s)
12:59:18 PASS
12:59:18 ok  	github.com/docker/cli/e2e/image	14.296s
12:59:18 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
12:59:18 === RUN   TestInstallWithContentTrust
12:59:18 --- PASS: TestInstallWithContentTrust (3.08s)
12:59:18 === RUN   TestInstallWithContentTrustUntrusted
12:59:18 --- PASS: TestInstallWithContentTrustUntrusted (0.18s)
12:59:18 PASS
12:59:18 ok  	github.com/docker/cli/e2e/plugin	3.268s
12:59:18 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
12:59:18 === RUN   TestDeployWithNamedResources
12:59:18 === RUN   TestDeployWithNamedResources/Swarm
12:59:18 === RUN   TestDeployWithNamedResources/Kubernetes
12:59:18 --- PASS: TestDeployWithNamedResources (0.18s)
12:59:18     --- PASS: TestDeployWithNamedResources/Swarm (0.18s)
12:59:18     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
12:59:18         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
12:59:18 === RUN   TestStackDeployHelp
12:59:18 === RUN   TestStackDeployHelp/Swarm
12:59:18 === RUN   TestStackDeployHelp/Kubernetes
12:59:18 --- PASS: TestStackDeployHelp (0.09s)
12:59:18     --- PASS: TestStackDeployHelp/Swarm (0.06s)
12:59:18     --- PASS: TestStackDeployHelp/Kubernetes (0.04s)
12:59:18 === RUN   TestRemove
12:59:18 === RUN   TestRemove/Swarm
12:59:18 === RUN   TestRemove/Kubernetes
12:59:18 --- PASS: TestRemove (0.31s)
12:59:18     --- PASS: TestRemove/Swarm (0.31s)
12:59:18     --- SKIP: TestRemove/Kubernetes (0.00s)
12:59:18         remove_test.go:22: !environment.KubernetesEnabled()
12:59:18 PASS
12:59:18 ok  	github.com/docker/cli/e2e/stack	0.589s
12:59:18 === RUN   TestInspectInvalidReference
12:59:18 --- PASS: TestInspectInvalidReference (0.06s)
12:59:18 PASS
12:59:18 ok  	github.com/docker/cli/e2e/system	0.059s
12:59:19 === RUN   TestRevokeImage
12:59:19 --- PASS: TestRevokeImage (0.45s)
12:59:19 === RUN   TestRevokeRepo
12:59:19 --- PASS: TestRevokeRepo (0.78s)
12:59:19 === RUN   TestSignLocalImage
12:59:19 --- PASS: TestSignLocalImage (0.31s)
12:59:19 === RUN   TestSignWithLocalFlag
12:59:19 --- PASS: TestSignWithLocalFlag (0.63s)
12:59:19 PASS
12:59:19 ok  	github.com/docker/cli/e2e/trust	2.174s
12:59:20 Stopping cliendtoendsuite_notary-server_1 ... 
12:59:20 Stopping cliendtoendsuite_engine_1        ... 
12:59:20 Stopping cliendtoendsuite_registry_1      ... 
12:59:22 
Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_notary-server_1 ... 
12:59:22 Removing cliendtoendsuite_engine_1        ... 
12:59:22 Removing cliendtoendsuite_registry_1      ... 
12:59:22 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
12:59:22 Removing image cliendtoendsuite_notary-server
12:59:23 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1
12:59:23 Creating network "cliendtoendsuite_default" with the default driver
12:59:24 Building notary-server
12:59:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:59:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:59:24  ---> 16b632e954ca
12:59:24 Step 3/3 : COPY ./notary/ /fixtures/
12:59:24  ---> 194d49af3cba
12:59:24 Successfully built 194d49af3cba
12:59:24 Successfully tagged cliendtoendsuite_notary-server:latest
12:59:24 Building engine
12:59:24 Step 1/6 : FROM docker:test-dind
12:59:24 test-dind: Pulling from library/docker
12:59:28 Digest: sha256:516f6bf33d465e1a3e78e346699662365eb1e73b10ef9fe67b5ffe61a460a07e
12:59:28 Status: Downloaded newer image for docker:test-dind
12:59:28  ---> 0b12195ced5d
12:59:28 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
12:59:29  ---> Running in cf58ca875823
12:59:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
12:59:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
12:59:31 (1/5) Installing openssh-keygen (8.0_p1-r0)
12:59:31 (2/5) Installing openssh-server-common (8.0_p1-r0)
12:59:31 (3/5) Installing openssh-server (8.0_p1-r0)
12:59:31 (4/5) Installing linux-pam (1.3.0-r1)
12:59:31 (5/5) Installing shadow (4.6-r2)
12:59:31 Executing busybox-1.30.1-r2.trigger
12:59:31 OK: 24 MiB in 45 packages
12:59:31 Creating mailbox file: No such file or directory
12:59:31 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
12:59:32 Removing intermediate container cf58ca875823
12:59:32  ---> e5380136fc63
12:59:32 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
12:59:32  ---> Running in 816beafc5d81
12:59:33 Removing intermediate container 816beafc5d81
12:59:33  ---> c3cff86c0c20
12:59:33 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
12:59:33  ---> bbf45190c924
12:59:33 Step 5/6 : EXPOSE 22
12:59:33  ---> Running in 583d4db18373
12:59:34 Removing intermediate container 583d4db18373
12:59:34  ---> c2e6bc1579b0
12:59:34 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
12:59:34  ---> Running in c4f214653264
12:59:34 Removing intermediate container c4f214653264
12:59:34  ---> c5cf47540ce9
12:59:34 Successfully built c5cf47540ce9
12:59:34 Successfully tagged docker:stable-dind
12:59:34 Creating cliendtoendsuite_registry_1 ... 
12:59:34 Creating cliendtoendsuite_engine_1   ... 
12:59:34 Creating cliendtoendsuite_notary-server_1 ... 
12:59:38 
Creating cliendtoendsuite_engine_1        ... done

Creating cliendtoendsuite_registry_1      ... done

Creating cliendtoendsuite_notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
12:59:38 Client:
12:59:38  Version:           18.09.0-dev
12:59:38  API version:       1.39
12:59:38  Go version:        go1.12.10
12:59:38  Git commit:        
12:59:38  Built:             Tue Oct  1 12:57:05 2019
12:59:38  OS/Arch:           linux/amd64
12:59:38  Experimental:      false
12:59:38 
12:59:38 Server: Docker Engine - Community
12:59:38  Engine:
12:59:38   Version:          19.03.3-beta2
12:59:38   API version:      1.40 (minimum version 1.12)
12:59:38   Go version:       go1.12.10
12:59:38   Git commit:       dede96ff4c
12:59:38   Built:            Sat Sep 28 05:20:09 2019
12:59:38   OS/Arch:          linux/amd64
12:59:38   Experimental:     true
12:59:38  containerd:
12:59:38   Version:          v1.2.10
12:59:38   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
12:59:38  runc:
12:59:38   Version:          1.0.0-rc8+dev
12:59:38   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
12:59:38  docker-init:
12:59:38   Version:          0.18.0
12:59:38   GitCommit:        fec3683
12:59:39 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
12:59:39 88286f41530e: Pulling fs layer
12:59:39 88286f41530e: Download complete
12:59:39 88286f41530e: Pull complete
12:59:39 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:59:39 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:59:39 The push refers to repository [registry:5000/alpine]
12:59:39 5bef08742407: Preparing
12:59:39 5bef08742407: Pushed
12:59:40 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
12:59:40 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
12:59:40 03b1be98f3f9: Pulling fs layer
12:59:40 03b1be98f3f9: Verifying Checksum
12:59:40 03b1be98f3f9: Download complete
12:59:40 03b1be98f3f9: Pull complete
12:59:40 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:59:40 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:59:40 The push refers to repository [registry:5000/busybox]
12:59:40 6a749002dd6a: Preparing
12:59:41 6a749002dd6a: Pushed
12:59:41 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
12:59:42 Swarm initialized: current node (taag2989d12povlc24yc0aohp) is now a manager.
12:59:42 
12:59:42 To add a worker to this swarm, run the following command:
12:59:42 
12:59:42     docker swarm join --token SWMTKN-1-0d5wmu4mxbmxm2wmy9v7n74tp0sl7ujeebxoo16zdan5abuwwl-9jbd1gu5ep39u9ftxqxox1qhy 172.20.0.3:2377
12:59:42 
12:59:42 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
12:59:42 
13:00:00 === RUN   TestAttachExitCode
13:00:00 --- PASS: TestAttachExitCode (1.80s)
13:00:00 === RUN   TestCreateWithContentTrust
13:00:00 --- PASS: TestCreateWithContentTrust (2.77s)
13:00:00 === RUN   TestKillContainer
13:00:00 --- PASS: TestKillContainer (1.49s)
13:00:00 === RUN   TestRunAttachedFromRemoteImageAndRemove
13:00:00 --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.16s)
13:00:00 === RUN   TestRunWithContentTrust
13:00:00 --- PASS: TestRunWithContentTrust (3.29s)
13:00:00 PASS
13:00:00 ok  	github.com/docker/cli/e2e/container	11.514s
13:00:12 === RUN   TestBuildFromContextDirectoryWithTag
13:00:12 --- PASS: TestBuildFromContextDirectoryWithTag (1.70s)
13:00:12 === RUN   TestTrustedBuild
13:00:12 --- PASS: TestTrustedBuild (5.30s)
13:00:12 === RUN   TestTrustedBuildUntrustedImage
13:00:12 --- PASS: TestTrustedBuildUntrustedImage (0.31s)
13:00:12 === RUN   TestBuildIidFileSquash
13:00:12 --- PASS: TestBuildIidFileSquash (2.82s)
13:00:12 === RUN   TestPullWithContentTrust
13:00:12 --- PASS: TestPullWithContentTrust (2.80s)
13:00:12 === RUN   TestPullWithContentTrustUsesCacheWhenNotaryUnavailable
13:00:12 --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.52s)
13:00:12 === RUN   TestPushWithContentTrust
13:00:12 --- PASS: TestPushWithContentTrust (0.79s)
13:00:12 === RUN   TestPushWithContentTrustUnreachableServer
13:00:12 --- PASS: TestPushWithContentTrustUnreachableServer (0.82s)
13:00:12 === RUN   TestPushWithContentTrustExistingTag
13:00:12 --- PASS: TestPushWithContentTrustExistingTag (1.76s)
13:00:12 === RUN   TestPushWithContentTrustReleasesDelegationOnly
13:00:12 --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.76s)
13:00:12 === RUN   TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor
13:00:12 --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.12s)
13:00:12 === RUN   TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths
13:00:12 --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (2.02s)
13:00:12 PASS
13:00:12 ok  	github.com/docker/cli/e2e/image	25.730s
13:00:12 ?   	github.com/docker/cli/e2e/internal/fixtures	[no test files]
13:00:12 === RUN   TestInstallWithContentTrust
13:00:12 --- PASS: TestInstallWithContentTrust (4.52s)
13:00:12 === RUN   TestInstallWithContentTrustUntrusted
13:00:12 --- PASS: TestInstallWithContentTrustUntrusted (0.45s)
13:00:12 PASS
13:00:12 ok  	github.com/docker/cli/e2e/plugin	4.975s
13:00:12 ?   	github.com/docker/cli/e2e/plugin/basic	[no test files]
13:00:12 === RUN   TestDeployWithNamedResources
13:00:12 === RUN   TestDeployWithNamedResources/Swarm
13:00:12 === RUN   TestDeployWithNamedResources/Kubernetes
13:00:12 --- PASS: TestDeployWithNamedResources (0.54s)
13:00:12     --- PASS: TestDeployWithNamedResources/Swarm (0.54s)
13:00:12     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:00:12         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:00:12 === RUN   TestStackDeployHelp
13:00:12 === RUN   TestStackDeployHelp/Swarm
13:00:12 === RUN   TestStackDeployHelp/Kubernetes
13:00:12 --- PASS: TestStackDeployHelp (0.06s)
13:00:12     --- PASS: TestStackDeployHelp/Swarm (0.03s)
13:00:12     --- PASS: TestStackDeployHelp/Kubernetes (0.03s)
13:00:12 === RUN   TestRemove
13:00:12 === RUN   TestRemove/Swarm
13:00:12 === RUN   TestRemove/Kubernetes
13:00:12 --- PASS: TestRemove (1.39s)
13:00:12     --- PASS: TestRemove/Swarm (1.38s)
13:00:12     --- SKIP: TestRemove/Kubernetes (0.00s)
13:00:12         remove_test.go:22: !environment.KubernetesEnabled()
13:00:12 PASS
13:00:12 ok  	github.com/docker/cli/e2e/stack	1.996s
13:00:12 === RUN   TestInspectInvalidReference
13:00:12 --- PASS: TestInspectInvalidReference (0.24s)
13:00:12 PASS
13:00:12 ok  	github.com/docker/cli/e2e/system	0.246s
13:00:17 === RUN   TestRevokeImage
13:00:17 --- PASS: TestRevokeImage (1.44s)
13:00:17 === RUN   TestRevokeRepo
13:00:17 --- PASS: TestRevokeRepo (2.22s)
13:00:17 === RUN   TestSignLocalImage
13:00:17 --- PASS: TestSignLocalImage (0.89s)
13:00:17 === RUN   TestSignWithLocalFlag
13:00:17 --- PASS: TestSignWithLocalFlag (1.71s)
13:00:17 PASS
13:00:17 ok  	github.com/docker/cli/e2e/trust	6.260s
13:00:17 Stopping cliendtoendsuite_engine_1        ... 
13:00:17 Stopping cliendtoendsuite_notary-server_1 ... 
13:00:17 Stopping cliendtoendsuite_registry_1      ... 
13:00:19 
Stopping cliendtoendsuite_notary-server_1 ... done

Stopping cliendtoendsuite_registry_1      ... done

Stopping cliendtoendsuite_engine_1        ... done
Removing cliendtoendsuite_engine_1        ... 
13:00:19 Removing cliendtoendsuite_notary-server_1 ... 
13:00:19 Removing cliendtoendsuite_registry_1      ... 
13:00:19 
Removing cliendtoendsuite_notary-server_1 ... done

Removing cliendtoendsuite_registry_1      ... done

Removing cliendtoendsuite_engine_1        ... done
Removing network cliendtoendsuite_default
13:00:19 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