Pull request #1440 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 402c2bcea99d991ddca0c863bab75ebaf9c2133e+50c4621fc82a4fc979829d9d876282a97ec0cc1e (cc47578bba0e67207d7732b2e40fad47094a4bdf) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > 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 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-0c96666ad2d9e46ce) in /home/ubuntu/workspace/cli_PR-1440 [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-1440@tmp/04d472fe-3faa-423a-a11c-22e442e51c50/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_PR-1440:/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_PR-1440 # 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/1440/head:refs/remotes/origin/PR-1440 +refs/heads/18.09:refs/remotes/origin/18.09 Fetching without tags Merging remotes/origin/18.09 commit 50c4621fc82a4fc979829d9d876282a97ec0cc1e into PR head commit 402c2bcea99d991ddca0c863bab75ebaf9c2133e Merge succeeded, producing 402c2bcea99d991ddca0c863bab75ebaf9c2133e Checking out Revision 402c2bcea99d991ddca0c863bab75ebaf9c2133e (PR-1440) > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1440/head:refs/remotes/origin/PR-1440 # 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/1440/head:refs/remotes/origin/PR-1440 +refs/heads/18.09:refs/remotes/origin/18.09 > git config core.sparsecheckout # timeout=10 > git checkout -f 402c2bcea99d991ddca0c863bab75ebaf9c2133e > git merge 50c4621fc82a4fc979829d9d876282a97ec0cc1e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 402c2bcea99d991ddca0c863bab75ebaf9c2133e Commit message: "Bump containerd client to d97a907f7f781c0ab8340877d8e6b53cc7f1c2f6" First time build. Skipping changelog. [Pipeline] stage Using the ‘stage’ step without a block argument is deprecated Entering stage Run end-to-end test suite Proceeding [Pipeline] sh + docker version Client: Docker Engine - Community Version: 19.03.2 API version: 1.40 Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:29:11 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.12) Go version: go1.12.8 Git commit: 6a30dfc Built: Thu Aug 29 05:27:45 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 > git rev-list --no-walk 087f6d0e95bc6e6f3c326f3e8d09543e64a61da0 # timeout=10 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 make -f docker.Makefile test-e2e docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=18.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . Sending build context to Docker daemon 38.51MB Step 1/18 : ARG GO_VERSION=1.12.12 Step 2/18 : FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process ---> 88d1b3a51187 Step 3/18 : FROM golang:${GO_VERSION} ---> 25f57e47afce 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/* ---> Using cache ---> 42a50c52c46a Step 5/18 : ARG COMPOSE_VERSION=1.21.2 ---> Using cache ---> ae6ee630f3b0 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 ---> Using cache ---> 9ca96575775f Step 7/18 : ARG NOTARY_VERSION=v0.6.1 ---> Using cache ---> 52d1f8b74783 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 ---> Using cache ---> 2efab741453c Step 9/18 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 PATH=/go/src/github.com/docker/cli/build:$PATH ---> Using cache ---> d4e2e0272cc9 Step 10/18 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> b46da094bab6 Step 11/18 : COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert ---> Using cache ---> 863e4b35b9bc Step 12/18 : RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates ---> Using cache ---> 7b92f335e96d Step 13/18 : COPY . . ---> ca946417d6d9 Step 14/18 : ARG VERSION ---> Running in 669256fde3a4 Removing intermediate container 669256fde3a4 ---> 4257a56496ee Step 15/18 : ARG GITCOMMIT ---> Running in af610c8adfa8 Removing intermediate container af610c8adfa8 ---> b9b67372c9a6 Step 16/18 : ENV VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} ---> Running in 69120e72b68d Removing intermediate container 69120e72b68d ---> a2347c0d23d5 Step 17/18 : RUN ./scripts/build/binary ---> Running in ea34442b2b19 Building statically linked build/docker-linux-amd64 Removing intermediate container ea34442b2b19 ---> 23c989b0d186 Step 18/18 : CMD ./scripts/test/e2e/entry ---> Running in a92b7bfb1227 Removing intermediate container a92b7bfb1227 ---> c7687ace5148 Successfully built c7687ace5148 Successfully tagged docker-cli-e2eclie2e3:latest docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 Creating network "cliendtoendsuite_default" with the default driver Building notary-server Step 1/3 : ARG NOTARY_VERSION=0.5.0 Step 2/3 : FROM notary:server-${NOTARY_VERSION} ---> 16b632e954ca Step 3/3 : COPY ./notary/ /fixtures/ ---> 5d8c54e1219f Successfully built 5d8c54e1219f Successfully tagged cliendtoendsuite_notary-server:latest Creating cliendtoendsuite_notary-server_1 ... Creating cliendtoendsuite_engine_1 ... Creating cliendtoendsuite_registry_1 ...  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.21.0.2:2375 Client: Version: 18.09.0-dev API version: 1.39 Go version: go1.12.12 Git commit: Built: Wed Oct 23 16:25:17 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.4 API version: 1.40 (minimum version 1.12) Go version: go1.12.10 Git commit: 9013bf583a Built: Fri Oct 18 15:55:51 2019 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.2.10 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 runc: Version: 1.0.0-rc8+dev GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 docker-init: Version: 0.18.0 GitCommit: fec3683 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 (oj3anzoclle6u82jn9zktof62) is now a manager. To add a worker to this swarm, run the following command: docker swarm join --token SWMTKN-1-0e9e6bare8dkgj65s3akxvyo9b99nptt8x8psam8gglln2ua83-f4pv1uqrh6mpuoffky0jnrvfr 172.21.0.2:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. === RUN TestAttachExitCode --- PASS: TestAttachExitCode (1.10s) === RUN TestCreateWithContentTrust --- PASS: TestCreateWithContentTrust (0.88s) === RUN TestKillContainer --- PASS: TestKillContainer (0.86s) === RUN TestRunAttachedFromRemoteImageAndRemove --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.98s) === RUN TestRunWithContentTrust --- PASS: TestRunWithContentTrust (1.84s) PASS ok github.com/docker/cli/e2e/container 5.656s === RUN TestBuildFromContextDirectoryWithTag --- PASS: TestBuildFromContextDirectoryWithTag (1.42s) === RUN TestTrustedBuild --- PASS: TestTrustedBuild (2.55s) === RUN TestTrustedBuildUntrustedImage --- PASS: TestTrustedBuildUntrustedImage (0.13s) === RUN TestBuildIidFileSquash --- SKIP: TestBuildIidFileSquash (0.08s) build_test.go:112: !experimentalBuild: running against a non-experimental daemon === RUN TestPullWithContentTrust --- PASS: TestPullWithContentTrust (1.01s) === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (1.26s) === RUN TestPushWithContentTrust --- PASS: TestPushWithContentTrust (0.40s) === RUN TestPushWithContentTrustUnreachableServer --- PASS: TestPushWithContentTrustUnreachableServer (0.24s) === RUN TestPushWithContentTrustExistingTag --- PASS: TestPushWithContentTrustExistingTag (0.78s) === RUN TestPushWithContentTrustReleasesDelegationOnly --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.37s) === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.33s) === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.25s) PASS ok github.com/docker/cli/e2e/image 11.855s ? github.com/docker/cli/e2e/internal/fixtures [no test files] === RUN TestInstallWithContentTrust --- PASS: TestInstallWithContentTrust (3.79s) === RUN TestInstallWithContentTrustUntrusted --- PASS: TestInstallWithContentTrustUntrusted (0.16s) PASS ok github.com/docker/cli/e2e/plugin 3.953s ? github.com/docker/cli/e2e/plugin/basic [no test files] === RUN TestDeployWithNamedResources === RUN TestDeployWithNamedResources/Swarm === RUN TestDeployWithNamedResources/Kubernetes --- PASS: TestDeployWithNamedResources (0.22s) --- PASS: TestDeployWithNamedResources/Swarm (0.22s) --- 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.10s) --- PASS: TestStackDeployHelp/Swarm (0.05s) --- PASS: TestStackDeployHelp/Kubernetes (0.05s) === RUN TestRemove === RUN TestRemove/Swarm === RUN TestRemove/Kubernetes --- PASS: TestRemove (0.34s) --- PASS: TestRemove/Swarm (0.34s) --- SKIP: TestRemove/Kubernetes (0.00s) remove_test.go:22: !environment.KubernetesEnabled() PASS ok github.com/docker/cli/e2e/stack 0.660s === RUN TestInspectInvalidReference --- PASS: TestInspectInvalidReference (0.07s) PASS ok github.com/docker/cli/e2e/system 0.072s === RUN TestRevokeImage --- PASS: TestRevokeImage (0.48s) === RUN TestRevokeRepo --- PASS: TestRevokeRepo (0.81s) === RUN TestSignLocalImage --- PASS: TestSignLocalImage (0.34s) === RUN TestSignWithLocalFlag --- PASS: TestSignWithLocalFlag (0.63s) PASS ok github.com/docker/cli/e2e/trust 2.251s Stopping cliendtoendsuite_registry_1 ... Stopping cliendtoendsuite_engine_1 ... Stopping cliendtoendsuite_notary-server_1 ...  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_registry_1 ... Removing cliendtoendsuite_engine_1 ... Removing cliendtoendsuite_notary-server_1 ...  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_engine_1 ... done  Removing cliendtoendsuite_registry_1 ... done Removing network cliendtoendsuite_default Removing image cliendtoendsuite_notary-server docker run -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 Creating network "cliendtoendsuite_default" with the default driver Building notary-server Step 1/3 : ARG NOTARY_VERSION=0.5.0 Step 2/3 : FROM notary:server-${NOTARY_VERSION} ---> 16b632e954ca Step 3/3 : COPY ./notary/ /fixtures/ ---> 5656d44b1095 Successfully built 5656d44b1095 Successfully tagged cliendtoendsuite_notary-server:latest Creating cliendtoendsuite_registry_1 ... Creating cliendtoendsuite_notary-server_1 ... Creating cliendtoendsuite_engine_1 ...  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.4:2375 Client: Version: 18.09.0-dev API version: 1.39 Go version: go1.12.12 Git commit: Built: Wed Oct 23 16:25:17 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.4 API version: 1.40 (minimum version 1.12) Go version: go1.12.10 Git commit: 9013bf583a Built: Fri Oct 18 15:55:51 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: v1.2.10 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 runc: Version: 1.0.0-rc8+dev GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 docker-init: Version: 0.18.0 GitCommit: fec3683 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 88286f41530e: Pulling fs layer 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 (b6bggj29r78o4n38fchx2bnjv) is now a manager. To add a worker to this swarm, run the following command: docker swarm join --token SWMTKN-1-2zevsxesdt2bznt25adqm1gsnqxjtxes3zz00b6wnjytmyq2ks-4ykkffs1ig26iipml2wanbyd0 172.22.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.97s) === RUN TestCreateWithContentTrust --- PASS: TestCreateWithContentTrust (0.89s) === RUN TestKillContainer --- PASS: TestKillContainer (0.84s) === RUN TestRunAttachedFromRemoteImageAndRemove --- PASS: TestRunAttachedFromRemoteImageAndRemove (0.91s) === RUN TestRunWithContentTrust --- PASS: TestRunWithContentTrust (1.47s) PASS ok github.com/docker/cli/e2e/container 5.079s === RUN TestBuildFromContextDirectoryWithTag --- PASS: TestBuildFromContextDirectoryWithTag (1.48s) === RUN TestTrustedBuild --- PASS: TestTrustedBuild (2.67s) === RUN TestTrustedBuildUntrustedImage --- PASS: TestTrustedBuildUntrustedImage (0.11s) === RUN TestBuildIidFileSquash --- PASS: TestBuildIidFileSquash (2.88s) === RUN TestPullWithContentTrust --- PASS: TestPullWithContentTrust (1.01s) === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (0.96s) === RUN TestPushWithContentTrust --- PASS: TestPushWithContentTrust (0.26s) === RUN TestPushWithContentTrustUnreachableServer --- PASS: TestPushWithContentTrustUnreachableServer (0.23s) === RUN TestPushWithContentTrustExistingTag --- PASS: TestPushWithContentTrustExistingTag (0.78s) === RUN TestPushWithContentTrustReleasesDelegationOnly --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.25s) === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (1.59s) === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (1.50s) PASS ok github.com/docker/cli/e2e/image 14.723s ? github.com/docker/cli/e2e/internal/fixtures [no test files] === RUN TestInstallWithContentTrust --- PASS: TestInstallWithContentTrust (3.30s) === RUN TestInstallWithContentTrustUntrusted --- PASS: TestInstallWithContentTrustUntrusted (0.15s) PASS ok github.com/docker/cli/e2e/plugin 3.458s ? github.com/docker/cli/e2e/plugin/basic [no test files] === RUN TestDeployWithNamedResources === RUN TestDeployWithNamedResources/Swarm === RUN TestDeployWithNamedResources/Kubernetes --- PASS: TestDeployWithNamedResources (0.19s) --- PASS: TestDeployWithNamedResources/Swarm (0.19s) --- 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.09s) --- PASS: TestStackDeployHelp/Swarm (0.04s) --- PASS: TestStackDeployHelp/Kubernetes (0.05s) === RUN TestRemove === RUN TestRemove/Swarm === RUN TestRemove/Kubernetes --- PASS: TestRemove (0.35s) --- PASS: TestRemove/Swarm (0.35s) --- SKIP: TestRemove/Kubernetes (0.00s) remove_test.go:22: !environment.KubernetesEnabled() PASS ok github.com/docker/cli/e2e/stack 0.642s === RUN TestInspectInvalidReference --- PASS: TestInspectInvalidReference (0.06s) PASS ok github.com/docker/cli/e2e/system 0.060s === RUN TestRevokeImage --- PASS: TestRevokeImage (0.48s) === RUN TestRevokeRepo --- PASS: TestRevokeRepo (0.80s) === RUN TestSignLocalImage --- PASS: TestSignLocalImage (0.32s) === RUN TestSignWithLocalFlag --- PASS: TestSignWithLocalFlag (0.76s) PASS ok github.com/docker/cli/e2e/trust 2.359s Stopping cliendtoendsuite_engine_1 ... Stopping cliendtoendsuite_notary-server_1 ... Stopping cliendtoendsuite_registry_1 ...  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... Removing cliendtoendsuite_notary-server_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 docker run -e TEST_CONNHELPER=ssh -e DOCKERD_EXPERIMENTAL=1 --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2eclie2e3 Creating network "cliendtoendsuite_default" with the default driver Building engine Step 1/6 : FROM docker:test-dind ---> eaed9efc02d2 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 ---> Using cache ---> f55aa05f7ac7 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker ---> Using cache ---> 442b431241e6 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / ---> Using cache ---> f8051b2a93d8 Step 5/6 : EXPOSE 22 ---> Using cache ---> 5ab985c87617 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] ---> Using cache ---> 5d3c79764e5a Successfully built 5d3c79764e5a Successfully tagged docker:stable-dind Building notary-server Step 1/3 : ARG NOTARY_VERSION=0.5.0 Step 2/3 : FROM notary:server-${NOTARY_VERSION} ---> 16b632e954ca Step 3/3 : COPY ./notary/ /fixtures/ ---> 7baa9f9a0e5c Successfully built 7baa9f9a0e5c Successfully tagged cliendtoendsuite_notary-server:latest Creating cliendtoendsuite_registry_1 ... Creating cliendtoendsuite_engine_1 ... Creating cliendtoendsuite_notary-server_1 ...  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_registry_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.23.0.3 Client: Version: 18.09.0-dev API version: 1.39 Go version: go1.12.12 Git commit: Built: Wed Oct 23 16:25:17 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.4 API version: 1.40 (minimum version 1.12) Go version: go1.12.10 Git commit: 9013bf583a Built: Fri Oct 18 15:55:51 2019 OS/Arch: linux/amd64 Experimental: true containerd: Version: v1.2.10 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 runc: Version: 1.0.0-rc8+dev GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 docker-init: Version: 0.18.0 GitCommit: fec3683 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 88286f41530e: Pulling fs layer 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: 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 (990nk9q0exjaa00oe43qhn7fu) is now a manager. To add a worker to this swarm, run the following command: docker swarm join --token SWMTKN-1-06ybi0qdtjh8y0jay7cdardj1as5xkdevn3gtvl78z6wv14prr-bil8cwp5djigbnlsowbbmw647 172.23.0.3:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. === RUN TestAttachExitCode --- PASS: TestAttachExitCode (1.83s) === RUN TestCreateWithContentTrust --- PASS: TestCreateWithContentTrust (2.58s) === RUN TestKillContainer --- PASS: TestKillContainer (1.58s) === RUN TestRunAttachedFromRemoteImageAndRemove --- PASS: TestRunAttachedFromRemoteImageAndRemove (2.35s) === RUN TestRunWithContentTrust --- PASS: TestRunWithContentTrust (3.48s) PASS ok github.com/docker/cli/e2e/container 11.836s === RUN TestBuildFromContextDirectoryWithTag --- PASS: TestBuildFromContextDirectoryWithTag (1.91s) === RUN TestTrustedBuild --- PASS: TestTrustedBuild (5.86s) === RUN TestTrustedBuildUntrustedImage --- PASS: TestTrustedBuildUntrustedImage (0.34s) === RUN TestBuildIidFileSquash --- PASS: TestBuildIidFileSquash (2.80s) === RUN TestPullWithContentTrust --- PASS: TestPullWithContentTrust (3.02s) === RUN TestPullWithContentTrustUsesCacheWhenNotaryUnavailable --- PASS: TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (3.62s) === RUN TestPushWithContentTrust --- PASS: TestPushWithContentTrust (0.88s) === RUN TestPushWithContentTrustUnreachableServer --- PASS: TestPushWithContentTrustUnreachableServer (0.87s) === RUN TestPushWithContentTrustExistingTag --- PASS: TestPushWithContentTrustExistingTag (1.69s) === RUN TestPushWithContentTrustReleasesDelegationOnly --- PASS: TestPushWithContentTrustReleasesDelegationOnly (1.91s) === RUN TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor --- PASS: TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (2.15s) === RUN TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths --- PASS: TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (2.02s) PASS ok github.com/docker/cli/e2e/image 27.063s ? github.com/docker/cli/e2e/internal/fixtures [no test files] === RUN TestInstallWithContentTrust --- PASS: TestInstallWithContentTrust (4.78s) === RUN TestInstallWithContentTrustUntrusted --- PASS: TestInstallWithContentTrustUntrusted (0.44s) PASS ok github.com/docker/cli/e2e/plugin 5.229s ? github.com/docker/cli/e2e/plugin/basic [no test files] === RUN TestDeployWithNamedResources === RUN TestDeployWithNamedResources/Swarm === RUN TestDeployWithNamedResources/Kubernetes --- PASS: TestDeployWithNamedResources (0.57s) --- PASS: TestDeployWithNamedResources/Swarm (0.57s) --- 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.05s) --- PASS: TestStackDeployHelp/Swarm (0.03s) --- PASS: TestStackDeployHelp/Kubernetes (0.02s) === RUN TestRemove === RUN TestRemove/Swarm === RUN TestRemove/Kubernetes --- PASS: TestRemove (1.28s) --- PASS: TestRemove/Swarm (1.28s) --- SKIP: TestRemove/Kubernetes (0.00s) remove_test.go:22: !environment.KubernetesEnabled() PASS ok github.com/docker/cli/e2e/stack 1.904s === RUN TestInspectInvalidReference --- PASS: TestInspectInvalidReference (0.27s) PASS ok github.com/docker/cli/e2e/system 0.278s === RUN TestRevokeImage --- PASS: TestRevokeImage (1.49s) === RUN TestRevokeRepo --- PASS: TestRevokeRepo (2.42s) === RUN TestSignLocalImage --- PASS: TestSignLocalImage (0.91s) === RUN TestSignWithLocalFlag --- PASS: TestSignWithLocalFlag (1.75s) PASS ok github.com/docker/cli/e2e/trust 6.573s Stopping cliendtoendsuite_engine_1 ... Stopping cliendtoendsuite_notary-server_1 ... Stopping cliendtoendsuite_registry_1 ...  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... Removing cliendtoendsuite_notary-server_1 ... Removing cliendtoendsuite_registry_1 ...  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_engine_1 ... done  Removing cliendtoendsuite_registry_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