Branch indexing Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from c1ea761867553cea4e70d09e30bbba44ca1fc2ed 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_18.06@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-0f878072c7fc67690) in /home/ubuntu/workspace/cli_18.06 [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.06@tmp/e751425a-b471-43ce-8c7d-4ab65cb7844e/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + uname -m [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/cli_18.06:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage Git Checkout Proceeding [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_18.06 # 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.06:refs/remotes/origin/18.06 Fetching without tags Checking out Revision c1ea761867553cea4e70d09e30bbba44ca1fc2ed (18.06) Commit message: "Merge pull request #1550 from SimonHeimberg/patch-1" First time build. Skipping changelog. > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/18.06:refs/remotes/origin/18.06 # 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.06:refs/remotes/origin/18.06 > git config core.sparsecheckout # timeout=10 > git checkout -f c1ea761867553cea4e70d09e30bbba44ca1fc2ed [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage Run end-to-end test suite Proceeding [Pipeline] sh fatal: bad object ead69454b4062f17d1f8389642089a002b037213 + docker version Client: Docker Engine - Community Version: 19.03.1 API version: 1.40 Go version: go1.12.5 Git commit: 74b1e89 Built: Thu Jul 25 21:21:05 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.1 API version: 1.40 (minimum version 1.12) Go version: go1.12.5 Git commit: 74b1e89 Built: Thu Jul 25 21:19:41 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 [Pipeline] sh + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 make -f docker.Makefile test-e2e docker build -t docker-cli-e2eclie2e1 --build-arg VERSION=18.06.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . Sending build context to Docker daemon 33.08MB Step 1/17 : ARG GO_VERSION=1.10.4 Step 2/17 : FROM golang:${GO_VERSION} 1.10.4: Pulling from library/golang bc9ab73e5b14: Pulling fs layer 193a6306c92a: Pulling fs layer e5c3f8c317dc: Pulling fs layer a587a86c9dcb: Pulling fs layer 1bc310ac474b: Pulling fs layer 03050e15f1b9: Pulling fs layer c5b6f597965f: Pulling fs layer 1bc310ac474b: Waiting 03050e15f1b9: Waiting c5b6f597965f: Waiting a587a86c9dcb: Waiting e5c3f8c317dc: Verifying Checksum e5c3f8c317dc: Download complete 193a6306c92a: Verifying Checksum 193a6306c92a: Download complete bc9ab73e5b14: Verifying Checksum bc9ab73e5b14: Download complete a587a86c9dcb: Verifying Checksum a587a86c9dcb: Download complete 1bc310ac474b: Verifying Checksum 1bc310ac474b: Download complete c5b6f597965f: Verifying Checksum c5b6f597965f: Download complete 03050e15f1b9: Verifying Checksum 03050e15f1b9: Download complete bc9ab73e5b14: Pull complete 193a6306c92a: Pull complete e5c3f8c317dc: Pull complete a587a86c9dcb: Pull complete 1bc310ac474b: Pull complete 03050e15f1b9: Pull complete c5b6f597965f: Pull complete Digest: sha256:3c36e2d798af5cf9f8e6d948897faa78ca27cff0dee44042df8151084e2edf0a Status: Downloaded newer image for golang:1.10.4 ---> e6d03b940438 Step 3/17 : RUN apt-get update && apt-get install -y build-essential curl openssl && rm -rf /var/lib/apt/lists/* ---> Running in 68cb386d6c2c Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Ign:2 http://deb.debian.org/debian stretch InRelease Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://deb.debian.org/debian stretch Release [118 kB] Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB] Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7082 kB] Fetched 7918 kB in 2s (3408 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libcurl3 libfakeroot patch xz-utils Suggested packages: bzip2-doc debian-keyring ed diffutils-doc The following NEW packages will be installed: build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils The following packages will be upgraded: curl libcurl3 openssl 3 upgraded, 10 newly installed, 0 to remove and 32 not upgraded. Need to get 3498 kB of archives. After this operation, 3522 kB of additional disk space will be used. Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 patch amd64 2.7.5-1+deb9u2 [112 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0k-1~deb9u1 [747 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 dpkg-dev all 1.18.25 [1595 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B] Get:7 http://deb.debian.org/debian stretch/main amd64 curl amd64 7.52.1-5+deb9u9 [227 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 libcurl3 amd64 7.52.1-5+deb9u9 [292 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-perl all 1.19.03-1 [48.7 kB] Get:12 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4+b2 [11.6 kB] Get:13 http://deb.debian.org/debian stretch/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3498 kB in 1s (3325 kB/s) Selecting previously unselected package bzip2. (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 ... 15040 files and directories currently installed.) Preparing to unpack .../00-bzip2_1.0.6-8.1_amd64.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package patch. Preparing to unpack .../01-patch_2.7.5-1+deb9u2_amd64.deb ... Unpacking patch (2.7.5-1+deb9u2) ... Selecting previously unselected package xz-utils. Preparing to unpack .../02-xz-utils_5.2.2-1.2+b1_amd64.deb ... Unpacking xz-utils (5.2.2-1.2+b1) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../03-dpkg-dev_1.18.25_all.deb ... Unpacking dpkg-dev (1.18.25) ... Selecting previously unselected package build-essential. Preparing to unpack .../04-build-essential_12.3_amd64.deb ... Unpacking build-essential (12.3) ... Preparing to unpack .../05-curl_7.52.1-5+deb9u9_amd64.deb ... Unpacking curl (7.52.1-5+deb9u9) over (7.52.1-5+deb9u7) ... Preparing to unpack .../06-libcurl3_7.52.1-5+deb9u9_amd64.deb ... Unpacking libcurl3:amd64 (7.52.1-5+deb9u9) over (7.52.1-5+deb9u7) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../07-libfakeroot_1.21-3.1_amd64.deb ... Unpacking libfakeroot:amd64 (1.21-3.1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../08-fakeroot_1.21-3.1_amd64.deb ... Unpacking fakeroot (1.21-3.1) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../09-libalgorithm-diff-perl_1.19.03-1_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../10-libalgorithm-diff-xs-perl_0.04-4+b2_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-4+b2) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../11-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Preparing to unpack .../12-openssl_1.1.0k-1~deb9u1_amd64.deb ... Unpacking openssl (1.1.0k-1~deb9u1) over (1.1.0f-3+deb9u2) ... Setting up libcurl3:amd64 (7.52.1-5+deb9u9) ... Setting up bzip2 (1.0.6-8.1) ... Setting up patch (2.7.5-1+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up xz-utils (5.2.2-1.2+b1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up libfakeroot:amd64 (1.21-3.1) ... Setting up openssl (1.1.0k-1~deb9u1) ... Setting up libalgorithm-diff-perl (1.19.03-1) ... Setting up curl (7.52.1-5+deb9u9) ... Setting up fakeroot (1.21-3.1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-merge-perl (0.08-3) ... Setting up dpkg-dev (1.18.25) ... Setting up libalgorithm-diff-xs-perl (0.04-4+b2) ... Setting up build-essential (12.3) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 68cb386d6c2c ---> c173e6a863b5 Step 4/17 : ARG COMPOSE_VERSION=1.21.2 ---> Running in 2f2544e954a0 Removing intermediate container 2f2544e954a0 ---> 7d98b2e7e5b2 Step 5/17 : 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 ---> Running in d56823ec3522   % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent Left Speed  0 0 0  0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 617 0 617 0 0  6810 0 --:--:-- --:--:-- --:--:-- 6855  100 10.3M 100 10.3M 0  0 47.9M 0 --:--:-- --:--:-- --:--:-- 47.9M Removing intermediate container d56823ec3522 ---> 4c1812f1b473 Step 6/17 : ARG NOTARY_VERSION=v0.6.1 ---> Running in 99eb7984c0e2 Removing intermediate container 99eb7984c0e2 ---> 331b74cc364c Step 7/17 : 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 ---> Running in 2220a9600f7c Removing intermediate container 2220a9600f7c ---> aec88931a7ee Step 8/17 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 PATH=/go/src/github.com/docker/cli/build:$PATH ---> Running in 0ab1f07a005b Removing intermediate container 0ab1f07a005b ---> 22331a0360fb Step 9/17 : WORKDIR /go/src/github.com/docker/cli ---> Running in 8320bfaf75b7 Removing intermediate container 8320bfaf75b7 ---> b2a85d344ccf Step 10/17 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert ---> b216c13bb1f7 Step 11/17 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates ---> Running in 44aacdee84f3 Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Removing intermediate container 44aacdee84f3 ---> 8cb69cbfe41a Step 12/17 : COPY . . ---> 268e9c8a1f05 Step 13/17 : ARG VERSION ---> Running in 5fc144aa50f1 Removing intermediate container 5fc144aa50f1 ---> b4888c583bae Step 14/17 : ARG GITCOMMIT ---> Running in e7e0a78623b8 Removing intermediate container e7e0a78623b8 ---> d34bd1138850 Step 15/17 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} ---> Running in 15ca8aa95454 Removing intermediate container 15ca8aa95454 ---> 5fa20e263668 Step 16/17 : RUN ./scripts/build/binary ---> Running in 97399596624b Building statically linked build/docker-linux-amd64 Removing intermediate container 97399596624b ---> d021473b1cdf Step 17/17 : CMD ./scripts/test/e2e/entry ---> Running in 49473fc8bc4d Removing intermediate container 49473fc8bc4d ---> 015b442efb96 Successfully built 015b442efb96 Successfully tagged docker-cli-e2eclie2e1:latest docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e1 Creating network "cliendtoendsuite_default" with the default driver Pulling registry (registry:2)... 2: Pulling from library/registry Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146 Status: Downloaded newer image for registry:2 Pulling engine (docker:edge-dind)... edge-dind: Pulling from library/docker Digest: sha256:cab1016728d2637f856cb9f5b16769de6806b55f4def7b2856abac42b1b21b0a Status: Downloaded newer image for docker:edge-dind Building notary-server Step 1/3 : ARG NOTARY_VERSION=0.5.0 Step 2/3 : FROM notary:server-${NOTARY_VERSION} server-0.5.0: Pulling from library/notary Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 Status: Downloaded newer image for notary:server-0.5.0 ---> 16b632e954ca Step 3/3 : COPY ./notary/ /fixtures/ ---> a2a5e5037988 Successfully built a2a5e5037988 Successfully tagged cliendtoendsuite_notary-server:latest Creating cliendtoendsuite_registry_1 ... Creating cliendtoendsuite_engine_1 ... Creating cliendtoendsuite_notary-server_1 ...  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done Waiting for docker daemon to become available at tcp://172.19.0.4:2375 Client: Version: 18.06.0-dev API version: 1.38 Go version: go1.10.4 Git commit: Built: Wed Aug 28 00:49:31 2019 OS/Arch: linux/amd64 Experimental: false Server: Engine: Version: 18.06.3-ce API version: 1.38 (minimum version 1.12) Go version: go1.10.3 Git commit: d7080c1 Built: Wed Feb 20 02:25:33 2019 OS/Arch: linux/amd64 Experimental: false sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 88286f41530e: Pulling fs layer 88286f41530e: Verifying Checksum 88286f41530e: Download complete 88286f41530e: Pull complete Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d The push refers to repository [registry:5000/alpine] 5bef08742407: Preparing 5bef08742407: Pushed 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 03b1be98f3f9: Pulling fs layer 03b1be98f3f9: Verifying Checksum 03b1be98f3f9: Download complete 03b1be98f3f9: Pull complete Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 The push refers to repository [registry:5000/busybox] 6a749002dd6a: Preparing 6a749002dd6a: Pushed 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 Swarm initialized: current node (m2yh719o4vo6c2fj3bo7vch4s) is now a manager. To add a worker to this swarm, run the following command: docker swarm join --token SWMTKN-1-1mwhokzurt3z2r1ymb3ck19l158z7gaqnctf9s1y81ej0htfr4-50iy4lbqoqmpv7f6bnyizgxzc 172.19.0.4:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. === RUN TestAttachExitCode --- PASS: TestAttachExitCode (0.82s) === RUN TestCreateWithContentTrust --- PASS: TestCreateWithContentTrust (1.55s) === RUN TestKillContainer --- PASS: TestKillContainer (0.94s) === RUN TestRunAttachedFromRemoteImageAndRemove --- PASS: TestRunAttachedFromRemoteImageAndRemove (1.11s) === RUN TestRunWithContentTrust --- PASS: TestRunWithContentTrust (2.07s) PASS ok github.com/docker/cli/e2e/container 6.496s === RUN TestBuildFromContextDirectoryWithTag --- PASS: TestBuildFromContextDirectoryWithTag (1.16s) === RUN TestTrustedBuild --- PASS: TestTrustedBuild (3.50s) === RUN TestTrustedBuildUntrustedImage --- PASS: TestTrustedBuildUntrustedImage (0.24s) === RUN TestPullWithContentTrust --- PASS: TestPullWithContentTrust (1.39s) === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (2.37s) === RUN TestPushWithContentTrust --- PASS: TestPushWithContentTrust (0.77s) === RUN TestPushWithContentTrustUnreachableServer --- PASS: TestPushWithContentTrustUnreachableServer (0.60s) === RUN TestPushWithContentTrustExistingTag --- PASS: TestPushWithContentTrustExistingTag (1.22s) === RUN TestPushWithContentTrustReleasesDelegationOnly --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.95s) === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.98s) === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.50s) PASS ok github.com/docker/cli/e2e/image 16.676s ? github.com/docker/cli/e2e/internal/fixtures [no test files] === RUN TestInstallWithContentTrust --- PASS: TestInstallWithContentTrust (7.42s) === RUN TestInstallWithContentTrustUntrusted --- PASS: TestInstallWithContentTrustUntrusted (0.26s) PASS ok github.com/docker/cli/e2e/plugin 7.691s ? github.com/docker/cli/e2e/plugin/basic [no test files] === RUN TestDeployWithNamedResources === RUN TestDeployWithNamedResources/Swarm === RUN TestDeployWithNamedResources/Kubernetes --- PASS: TestDeployWithNamedResources (0.31s) --- PASS: TestDeployWithNamedResources/Swarm (0.31s) --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. === RUN TestStackDeployHelp === RUN TestStackDeployHelp/Swarm === RUN TestStackDeployHelp/Kubernetes --- PASS: TestStackDeployHelp (0.22s) --- PASS: TestStackDeployHelp/Swarm (0.13s) --- PASS: TestStackDeployHelp/Kubernetes (0.09s) === RUN TestRemove === RUN TestRemove/Swarm === RUN TestRemove/Kubernetes --- PASS: TestRemove (0.77s) --- PASS: TestRemove/Swarm (0.77s) --- SKIP: TestRemove/Kubernetes (0.00s) remove_test.go:22: !environment.KubernetesEnabled() PASS ok github.com/docker/cli/e2e/stack 1.299s === RUN TestInspectInvalidReference --- PASS: TestInspectInvalidReference (0.12s) PASS ok github.com/docker/cli/e2e/system 0.119s === RUN TestRevokeImage --- PASS: TestRevokeImage (0.69s) === RUN TestRevokeRepo --- PASS: TestRevokeRepo (1.04s) === RUN TestSignLocalImage --- PASS: TestSignLocalImage (0.42s) === RUN TestSignWithLocalFlag --- PASS: TestSignWithLocalFlag (0.82s) PASS ok github.com/docker/cli/e2e/trust 2.976s Stopping cliendtoendsuite_notary-server_1 ... Stopping cliendtoendsuite_engine_1 ... Stopping cliendtoendsuite_registry_1 ...  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_notary-server_1 ... Removing cliendtoendsuite_engine_1 ... Removing cliendtoendsuite_registry_1 ...  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 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