Pull request #2470 opened 09:57:12 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 83d4cb900080236c0d7442e008cb3fc77d7ce307+d25e657341e2425e746c29aa7b1950032396fb12 (79bc0ea48a3363d649a5b37be7326f2ef686d600) 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 241f6703d31895690d4cb6f158f753615abe74ac 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-2470@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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10 Commit message: "Merge pull request #21 from docker/use-multiarch-busybox" First time build. Skipping changelog. > git --version # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a3c5a1b314932af) in /home/ubuntu/workspace/cli_PR-2470 [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-2470@tmp/5e88d000-7a55-47c7-8d94-463b06b30999/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 09:57:15 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 09:57:15 chowning workspace [Pipeline] sh 09:57:15 + pwd 09:57:15 + id -u 09:57:15 + id -g 09:57:15 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2470:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 09:57:16 Removing all docker containers [Pipeline] sh 09:57:17 + docker container ls -aq [Pipeline] echo 09:57:17 Docker containers have been removed [Pipeline] echo 09:57:17 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 09:57:17 cleanWorkspace: Workspace is clean. [Pipeline] timeout 09:57:17 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 09:57:17 Using the ‘stage’ step without a block argument is deprecated 09:57:17 Entering stage Git Checkout 09:57:17 Proceeding [Pipeline] checkout 09:57:17 using credential docker-jenkins-github-credentials 09:57:17 Cloning the remote Git repository 09:57:17 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_PR-2470 # 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/2470/head:refs/remotes/origin/PR-2470 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 09:57:19 Fetching without tags 09:57:20 Merging remotes/origin/19.03 commit d25e657341e2425e746c29aa7b1950032396fb12 into PR head commit 83d4cb900080236c0d7442e008cb3fc77d7ce307 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2470/head:refs/remotes/origin/PR-2470 # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2470/head:refs/remotes/origin/PR-2470 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83d4cb900080236c0d7442e008cb3fc77d7ce307 # timeout=10 09:57:20 Merge succeeded, producing 83d4cb900080236c0d7442e008cb3fc77d7ce307 09:57:20 Checking out Revision 83d4cb900080236c0d7442e008cb3fc77d7ce307 (PR-2470) 09:57:20 Commit message: "vendor: bump gopkg.in/yaml.v2 v2.2.8" 09:57:20 First time build. Skipping changelog. [Pipeline] stage 09:57:21 Using the ‘stage’ step without a block argument is deprecated 09:57:21 Entering stage Run end-to-end test suite 09:57:21 Proceeding [Pipeline] sh > git merge d25e657341e2425e746c29aa7b1950032396fb12 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83d4cb900080236c0d7442e008cb3fc77d7ce307 # timeout=10 09:57:21 + docker version 09:57:21 Client: Docker Engine - Community 09:57:21 Version: 19.03.8 09:57:21 API version: 1.40 09:57:21 Go version: go1.12.17 09:57:21 Git commit: afacb8b7f0 09:57:21 Built: Wed Mar 11 01:25:46 2020 09:57:21 OS/Arch: linux/amd64 09:57:21 Experimental: false 09:57:21 09:57:21 Server: Docker Engine - Community 09:57:21 Engine: 09:57:21 Version: 19.03.8 09:57:21 API version: 1.40 (minimum version 1.12) 09:57:21 Go version: go1.12.17 09:57:21 Git commit: afacb8b7f0 09:57:21 Built: Wed Mar 11 01:24:19 2020 09:57:21 OS/Arch: linux/amd64 09:57:21 Experimental: true 09:57:21 containerd: 09:57:21 Version: 1.2.13 09:57:21 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 09:57:21 runc: 09:57:21 Version: 1.0.0-rc10 09:57:21 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 09:57:21 docker-init: 09:57:21 Version: 0.18.0 09:57:21 GitCommit: fec3683 [Pipeline] sh > git --version # timeout=10 fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac 09:57:22 + docker info 09:57:22 Client: 09:57:22 Debug Mode: false 09:57:22 09:57:22 Server: 09:57:22 Containers: 0 09:57:22 Running: 0 09:57:22 Paused: 0 09:57:22 Stopped: 0 09:57:22 Images: 12 09:57:22 Server Version: 19.03.8 09:57:22 Storage Driver: overlay2 09:57:22 Backing Filesystem: <unknown> 09:57:22 Supports d_type: true 09:57:22 Native Overlay Diff: true 09:57:22 Logging Driver: json-file 09:57:22 Cgroup Driver: cgroupfs 09:57:22 Plugins: 09:57:22 Volume: local 09:57:22 Network: bridge host ipvlan macvlan null overlay 09:57:22 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 09:57:22 Swarm: inactive 09:57:22 Runtimes: runc 09:57:22 Default Runtime: runc 09:57:22 Init Binary: docker-init 09:57:22 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 09:57:22 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 09:57:22 init version: fec3683 09:57:22 Security Options: 09:57:22 apparmor 09:57:22 seccomp 09:57:22 Profile: default 09:57:22 Kernel Version: 4.15.0-1065-aws 09:57:22 Operating System: Ubuntu 18.04.4 LTS 09:57:22 OSType: linux 09:57:22 Architecture: x86_64 09:57:22 CPUs: 2 09:57:22 Total Memory: 7.501GiB 09:57:22 Name: ip-10-100-81-202 09:57:22 ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP 09:57:22 Docker Root Dir: /var/lib/docker 09:57:22 Debug Mode: false 09:57:22 Username: dockerbuildbot 09:57:22 Registry: https://index.docker.io/v1/ 09:57:22 Labels: 09:57:22 Experimental: true 09:57:22 Insecure Registries: 09:57:22 127.0.0.0/8 09:57:22 Live Restore Enabled: true 09:57:22 09:57:22 WARNING: No swap limit support [Pipeline] sh 09:57:22 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e 09:57:22 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 09:57:22 #2 [internal] load .dockerignore 09:57:22 #2 transferring context: 100B done 09:57:22 #2 DONE 0.0s 09:57:22 09:57:22 #1 [internal] load build definition from Dockerfile.e2e 09:57:22 #1 transferring dockerfile: 1.58kB done 09:57:22 #1 DONE 0.0s 09:57:22 09:57:22 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster 09:57:22 #3 DONE 0.1s 09:57:22 09:57:22 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864... 09:57:22 #4 DONE 0.0s 09:57:22 09:57:22 #10 [internal] load build context 09:57:23 #10 transferring context: 40.51MB 0.9s done 09:57:23 #10 DONE 1.0s 09:57:23 09:57:23 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release... 09:57:23 #7 CACHED 09:57:23 09:57:23 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1... 09:57:23 #6 CACHED 09:57:23 09:57:23 #5 [2/11] RUN apt-get update && apt-get install -y build-essential ... 09:57:23 #5 CACHED 09:57:23 09:57:23 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases... 09:57:23 #8 CACHED 09:57:23 09:57:23 #9 [6/11] WORKDIR /go/src/github.com/docker/cli 09:57:23 #9 CACHED 09:57:23 09:57:23 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/... 09:57:23 #11 CACHED 09:57:23 09:57:23 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-... 09:57:23 #12 CACHED 09:57:23 09:57:23 #13 [9/11] COPY . . 09:57:24 #13 DONE 0.9s 09:57:24 09:57:24 #14 [10/11] RUN ./scripts/build/binary 09:57:25 #14 0.558 Building statically linked build/docker-linux-amd64 09:58:33 #14 DONE 64.7s 09:58:33 09:58:33 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/* 09:58:33 #15 0.617 Building statically linked build/plugins-linux-amd64/docker-helloworld 09:58:33 #15 2.319 Building statically linked build/plugins-linux-amd64/docker-badmeta 09:58:33 #15 3.866 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun 09:58:35 #15 DONE 5.7s 09:58:35 09:58:35 #16 exporting to image 09:58:35 #16 exporting layers 09:58:37 #16 exporting layers 2.0s done 09:58:37 #16 writing image sha256:c7910f583756c826ea8818b987b2808431a2efa483aec9592bf0d99bf70b7432 done 09:58:37 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done 09:58:37 #16 DONE 2.0s 09:58:37 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1 09:58:38 Creating network "cliendtoendsuite_default" with the default driver 09:58:38 Building notary-server 09:58:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0 09:58:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 09:58:38 ---> 16b632e954ca 09:58:38 Step 3/3 : COPY ./notary/ /fixtures/ 09:58:38 ---> 26e1a8a7d6f3 09:58:38 Successfully built 26e1a8a7d6f3 09:58:38 Successfully tagged cliendtoendsuite_notary-server:latest 09:58:38 Building evil-notary-server 09:58:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0 09:58:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 09:58:38 ---> 16b632e954ca 09:58:38 Step 3/3 : COPY ./notary-evil/ /fixtures/ 09:58:38 ---> 6623e2feb7b6 09:58:38 Successfully built 6623e2feb7b6 09:58:38 Successfully tagged cliendtoendsuite_evil-notary-server:latest 09:58:38 Creating cliendtoendsuite_registry_1 ... 09:58:38 Creating cliendtoendsuite_evil-notary-server_1 ... 09:58:38 Creating cliendtoendsuite_notary-server_1 ... 09:58:38 Creating cliendtoendsuite_engine_1 ... 09:58:43  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done Waiting for docker daemon to become available at tcp://172.24.0.4:2375 09:58:43 Client: 09:58:43 Version: 19.03.0-dev 09:58:43 API version: 1.40 09:58:43 Go version: go1.13.10 09:58:43 Git commit: 09:58:43 Built: Tue Apr 28 09:57:25 2020 09:58:43 OS/Arch: linux/amd64 09:58:43 Experimental: false 09:58:43 09:58:43 Server: Docker Engine - Community 09:58:43 Engine: 09:58:43 Version: 19.03.8 09:58:43 API version: 1.40 (minimum version 1.12) 09:58:43 Go version: go1.12.17 09:58:43 Git commit: afacb8b7f0 09:58:43 Built: Wed Mar 11 01:30:32 2020 09:58:43 OS/Arch: linux/amd64 09:58:43 Experimental: false 09:58:43 containerd: 09:58:43 Version: v1.2.13 09:58:43 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 09:58:43 runc: 09:58:43 Version: 1.0.0-rc10 09:58:43 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 09:58:43 docker-init: 09:58:43 Version: 0.18.0 09:58:43 GitCommit: fec3683 09:58:43 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 09:58:43 88286f41530e: Pulling fs layer 09:58:43 88286f41530e: Verifying Checksum 09:58:43 88286f41530e: Download complete 09:58:44 88286f41530e: Pull complete 09:58:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:58:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:58:44 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:58:44 The push refers to repository [registry:5000/alpine] 09:58:44 5bef08742407: Preparing 09:58:44 5bef08742407: Pushed 09:58:44 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 09:58:44 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 09:58:44 03b1be98f3f9: Pulling fs layer 09:58:45 03b1be98f3f9: Download complete 09:58:45 03b1be98f3f9: Pull complete 09:58:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:58:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:58:45 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:58:45 The push refers to repository [registry:5000/busybox] 09:58:45 6a749002dd6a: Preparing 09:58:45 6a749002dd6a: Pushed 09:58:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 09:58:45 Swarm initialized: current node (wdwi1t0egdqjzm1xp2ryee0s0) is now a manager. 09:58:45 09:58:45 To add a worker to this swarm, run the following command: 09:58:45 09:58:45 docker swarm join --token SWMTKN-1-1p4lmqqz0mleq2h5zu1f4g26pon2g018x44uxfb15xi5dmacpy-2rmog0s6008auo5amxrep5ihr 172.24.0.4:2377 09:58:45 09:58:45 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 09:58:45 09:59:12 ✓ e2e/cli-plugins (2.634s) 09:59:12 ∅ e2e/cli-plugins/plugins/badmeta 09:59:12 ∅ e2e/cli-plugins/plugins/nopersistentprerun 09:59:12 ✓ e2e/context (38ms) 09:59:15 ✓ e2e/container (7.286s) 09:59:19 ✓ e2e/plugin (3.636s) 09:59:21 ✓ e2e/stack (577ms) 09:59:22 ✓ e2e/system (73ms) 09:59:22 ✓ e2e/image (10.973s) 09:59:22 ∅ e2e/internal/fixtures 09:59:22 ∅ e2e/plugin/basic 09:59:24 ✓ e2e/trust (1.984s) 09:59:24 09:59:24 === Skipped 09:59:24 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 09:59:24 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 09:59:24 09:59:24 === SKIP: e2e/image TestBuildIidFileSquash (0.04s) 09:59:24 build_test.go:112: !experimentalBuild: running against a non-experimental daemon 09:59:24 09:59:24 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 09:59:24 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 09:59:24 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 09:59:24 09:59:24 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 09:59:24 --- SKIP: TestRemove/Kubernetes (0.00s) 09:59:24 remove_test.go:22: !environment.KubernetesEnabled() 09:59:24 09:59:24 09:59:24 DONE 88 tests, 4 skipped in 38.373s 09:59:24 Stopping cliendtoendsuite_engine_1 ... 09:59:24 Stopping cliendtoendsuite_notary-server_1 ... 09:59:24 Stopping cliendtoendsuite_evil-notary-server_1 ... 09:59:24 Stopping cliendtoendsuite_registry_1 ... 09:59:26  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... 09:59:26 Removing cliendtoendsuite_notary-server_1 ... 09:59:26 Removing cliendtoendsuite_evil-notary-server_1 ... 09:59:26 Removing cliendtoendsuite_registry_1 ... 09:59:26  Removing cliendtoendsuite_evil-notary-server_1 ... done  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 09:59:26 Removing image cliendtoendsuite_notary-server 09:59:26 Removing image cliendtoendsuite_evil-notary-server 09:59:26 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1 09:59:28 Creating network "cliendtoendsuite_default" with the default driver 09:59:28 Building notary-server 09:59:28 Step 1/3 : ARG NOTARY_VERSION=0.5.0 09:59:28 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 09:59:28 ---> 16b632e954ca 09:59:28 Step 3/3 : COPY ./notary/ /fixtures/ 09:59:28 ---> fc3b5b6cf674 09:59:28 Successfully built fc3b5b6cf674 09:59:28 Successfully tagged cliendtoendsuite_notary-server:latest 09:59:28 Building evil-notary-server 09:59:28 Step 1/3 : ARG NOTARY_VERSION=0.5.0 09:59:28 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 09:59:28 ---> 16b632e954ca 09:59:28 Step 3/3 : COPY ./notary-evil/ /fixtures/ 09:59:28 ---> d98da6b2980b 09:59:28 Successfully built d98da6b2980b 09:59:28 Successfully tagged cliendtoendsuite_evil-notary-server:latest 09:59:28 Creating cliendtoendsuite_registry_1 ... 09:59:28 Creating cliendtoendsuite_engine_1 ... 09:59:28 Creating cliendtoendsuite_notary-server_1 ... 09:59:28 Creating cliendtoendsuite_evil-notary-server_1 ... 09:59:33  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done Waiting for docker daemon to become available at tcp://172.25.0.2:2375 09:59:33 Client: 09:59:33 Version: 19.03.0-dev 09:59:33 API version: 1.40 09:59:33 Go version: go1.13.10 09:59:33 Git commit: 09:59:33 Built: Tue Apr 28 09:57:25 2020 09:59:33 OS/Arch: linux/amd64 09:59:33 Experimental: false 09:59:33 09:59:33 Server: Docker Engine - Community 09:59:33 Engine: 09:59:33 Version: 19.03.8 09:59:33 API version: 1.40 (minimum version 1.12) 09:59:33 Go version: go1.12.17 09:59:33 Git commit: afacb8b7f0 09:59:33 Built: Wed Mar 11 01:30:32 2020 09:59:33 OS/Arch: linux/amd64 09:59:33 Experimental: true 09:59:33 containerd: 09:59:33 Version: v1.2.13 09:59:33 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 09:59:33 runc: 09:59:33 Version: 1.0.0-rc10 09:59:33 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 09:59:33 docker-init: 09:59:33 Version: 0.18.0 09:59:33 GitCommit: fec3683 09:59:33 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 09:59:33 88286f41530e: Pulling fs layer 09:59:33 88286f41530e: Verifying Checksum 09:59:33 88286f41530e: Download complete 09:59:34 88286f41530e: Pull complete 09:59:34 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:59:34 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:59:34 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 09:59:34 The push refers to repository [registry:5000/alpine] 09:59:34 5bef08742407: Preparing 09:59:34 5bef08742407: Pushed 09:59:34 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 09:59:34 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 09:59:34 03b1be98f3f9: Pulling fs layer 09:59:34 03b1be98f3f9: Verifying Checksum 09:59:34 03b1be98f3f9: Download complete 09:59:34 03b1be98f3f9: Pull complete 09:59:34 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:59:34 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:59:34 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 09:59:34 The push refers to repository [registry:5000/busybox] 09:59:34 6a749002dd6a: Preparing 09:59:34 6a749002dd6a: Pushed 09:59:34 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 09:59:35 Swarm initialized: current node (08v9llf1c2ccwbdnljei8wci6) is now a manager. 09:59:35 09:59:35 To add a worker to this swarm, run the following command: 09:59:35 09:59:35 docker swarm join --token SWMTKN-1-0qbaf3nv0u4fs9mjyxk5mtnmxkhtgi5x4gr5kbdtfyprxwg0iv-7l3511ixxgn9e5hewk4xspg44 172.25.0.2:2377 09:59:35 09:59:35 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 09:59:35 10:00:01 ✓ e2e/cli-plugins (2.718s) 10:00:01 ∅ e2e/cli-plugins/plugins/badmeta 10:00:01 ∅ e2e/cli-plugins/plugins/nopersistentprerun 10:00:01 ✓ e2e/context (38ms) 10:00:04 ✓ e2e/container (7.195s) 10:00:08 ✓ e2e/plugin (3.003s) 10:00:09 ✓ e2e/stack (578ms) 10:00:10 ✓ e2e/system (54ms) 10:00:14 ✓ e2e/trust (3.257s) 10:00:14 ✓ e2e/image (13.72s) 10:00:14 ∅ e2e/internal/fixtures 10:00:14 ∅ e2e/plugin/basic 10:00:14 10:00:14 === Skipped 10:00:14 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 10:00:14 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 10:00:14 10:00:14 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 10:00:14 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 10:00:14 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 10:00:14 10:00:14 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 10:00:14 --- SKIP: TestRemove/Kubernetes (0.00s) 10:00:14 remove_test.go:22: !environment.KubernetesEnabled() 10:00:14 10:00:14 10:00:14 DONE 88 tests, 3 skipped in 38.760s 10:00:14 Stopping cliendtoendsuite_evil-notary-server_1 ... 10:00:14 Stopping cliendtoendsuite_notary-server_1 ... 10:00:14 Stopping cliendtoendsuite_registry_1 ... 10:00:14 Stopping cliendtoendsuite_engine_1 ... 10:00:16  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_evil-notary-server_1 ... 10:00:16 Removing cliendtoendsuite_notary-server_1 ... 10:00:16 Removing cliendtoendsuite_registry_1 ... 10:00:16 Removing cliendtoendsuite_engine_1 ... 10:00:16  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_evil-notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 10:00:16 Removing image cliendtoendsuite_notary-server 10:00:16 Removing image cliendtoendsuite_evil-notary-server 10:00:17 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1 10:00:18 Creating network "cliendtoendsuite_default" with the default driver 10:00:18 Building engine 10:00:18 Step 1/6 : FROM docker:test-dind 10:00:18 ---> 7799c84f00cd 10:00:18 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 10:00:18 ---> Using cache 10:00:18 ---> cdbaf8603f0e 10:00:18 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 10:00:18 ---> Using cache 10:00:18 ---> a8964d01f6e7 10:00:18 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / 10:00:18 ---> Using cache 10:00:18 ---> fac1300af1b1 10:00:18 Step 5/6 : EXPOSE 22 10:00:18 ---> Using cache 10:00:18 ---> b79136721609 10:00:18 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] 10:00:18 ---> Using cache 10:00:18 ---> 5aa2183db7a1 10:00:18 Successfully built 5aa2183db7a1 10:00:18 Successfully tagged docker:stable-dind 10:00:18 Building notary-server 10:00:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0 10:00:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 10:00:18 ---> 16b632e954ca 10:00:18 Step 3/3 : COPY ./notary/ /fixtures/ 10:00:18 ---> 27c323922429 10:00:18 Successfully built 27c323922429 10:00:18 Successfully tagged cliendtoendsuite_notary-server:latest 10:00:18 Building evil-notary-server 10:00:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0 10:00:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 10:00:18 ---> 16b632e954ca 10:00:18 Step 3/3 : COPY ./notary-evil/ /fixtures/ 10:00:18 ---> ae728050df81 10:00:18 Successfully built ae728050df81 10:00:18 Successfully tagged cliendtoendsuite_evil-notary-server:latest 10:00:18 Creating cliendtoendsuite_registry_1 ... 10:00:18 Creating cliendtoendsuite_evil-notary-server_1 ... 10:00:18 Creating cliendtoendsuite_engine_1 ... 10:00:18 Creating cliendtoendsuite_notary-server_1 ... 10:00:23  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.26.0.4 10:00:24 Client: 10:00:24 Version: 19.03.0-dev 10:00:24 API version: 1.40 10:00:24 Go version: go1.13.10 10:00:24 Git commit: 10:00:24 Built: Tue Apr 28 09:57:25 2020 10:00:24 OS/Arch: linux/amd64 10:00:24 Experimental: false 10:00:24 10:00:24 Server: Docker Engine - Community 10:00:24 Engine: 10:00:24 Version: 19.03.8 10:00:24 API version: 1.40 (minimum version 1.12) 10:00:24 Go version: go1.12.17 10:00:24 Git commit: afacb8b7f0 10:00:24 Built: Wed Mar 11 01:30:32 2020 10:00:24 OS/Arch: linux/amd64 10:00:24 Experimental: true 10:00:24 containerd: 10:00:24 Version: v1.2.13 10:00:24 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 10:00:24 runc: 10:00:24 Version: 1.0.0-rc10 10:00:24 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 10:00:24 docker-init: 10:00:24 Version: 0.18.0 10:00:24 GitCommit: fec3683 10:00:25 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 10:00:25 88286f41530e: Pulling fs layer 10:00:25 88286f41530e: Verifying Checksum 10:00:25 88286f41530e: Download complete 10:00:25 88286f41530e: Pull complete 10:00:25 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 10:00:25 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 10:00:25 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 10:00:26 The push refers to repository [registry:5000/alpine] 10:00:26 5bef08742407: Preparing 10:00:26 5bef08742407: Pushed 10:00:26 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 10:00:26 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 10:00:26 03b1be98f3f9: Pulling fs layer 10:00:26 03b1be98f3f9: Verifying Checksum 10:00:26 03b1be98f3f9: Download complete 10:00:27 03b1be98f3f9: Pull complete 10:00:27 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 10:00:27 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 10:00:27 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 10:00:27 The push refers to repository [registry:5000/busybox] 10:00:27 6a749002dd6a: Preparing 10:00:27 6a749002dd6a: Pushed 10:00:27 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 10:00:28 Swarm initialized: current node (xj2qp5l2cvmlwy7icjbzsf3wc) is now a manager. 10:00:28 10:00:28 To add a worker to this swarm, run the following command: 10:00:28 10:00:28 docker swarm join --token SWMTKN-1-53e2qda6kamhlk101zzlajaxq4td6dw6p2n4xjjb2w5smc8vxh-2tnoi2f3comf4gu79vxg4n0rq 172.26.0.4:2377 10:00:28 10:00:28 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 10:00:28 10:01:07 ✓ e2e/cli-plugins (13.696s) 10:01:07 ∅ e2e/cli-plugins/plugins/badmeta 10:01:07 ∅ e2e/cli-plugins/plugins/nopersistentprerun 10:01:07 ✓ e2e/context (36ms) 10:01:08 ✓ e2e/container (17.763s) 10:01:13 ✓ e2e/plugin (4.195s) 10:01:15 ✓ e2e/stack (2.15s) 10:01:16 ✓ e2e/system (225ms) 10:01:24 ✓ e2e/trust (6.376s) 10:01:29 ✓ e2e/image (24.958s) 10:01:29 ∅ e2e/internal/fixtures 10:01:29 ∅ e2e/plugin/basic 10:01:29 10:01:29 === Skipped 10:01:29 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 10:01:29 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 10:01:29 10:01:29 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 10:01:29 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 10:01:29 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 10:01:29 10:01:29 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 10:01:29 --- SKIP: TestRemove/Kubernetes (0.00s) 10:01:29 remove_test.go:22: !environment.KubernetesEnabled() 10:01:29 10:01:29 10:01:29 DONE 88 tests, 3 skipped in 60.561s 10:01:29 Stopping cliendtoendsuite_notary-server_1 ... 10:01:29 Stopping cliendtoendsuite_engine_1 ... 10:01:29 Stopping cliendtoendsuite_evil-notary-server_1 ... 10:01:29 Stopping cliendtoendsuite_registry_1 ... 10:01:31  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_notary-server_1 ... 10:01:31 Removing cliendtoendsuite_engine_1 ... 10:01:31 Removing cliendtoendsuite_evil-notary-server_1 ... 10:01:31 Removing cliendtoendsuite_registry_1 ... 10:01:31  Removing cliendtoendsuite_evil-notary-server_1 ... done  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default 10:01:31 Removing image cliendtoendsuite_notary-server 10:01:31 Removing image cliendtoendsuite_evil-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