Pull request #2129 updated 11:01:57 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at c887984b48b302d8c1b878021e5df9ee3613a45e rather than 167b3906fe96ae6455208adb04477b0f5d6302d0 Obtained Jenkinsfile from c887984b48b302d8c1b878021e5df9ee3613a45e 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 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-04b5bc72a9d645c7a) in /home/ubuntu/workspace/cli_PR-2129 [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-2129@tmp/5796ebe4-79ac-4c3f-aa89-06ed8331ac65/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 11:02:01 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 11:02:01 chowning workspace [Pipeline] sh 11:02:01 + uname -m [Pipeline] sh 11:02:01 + pwd 11:02:01 + id -u 11:02:01 + id -g 11:02:01 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2129:/workspace busybox chown -R 1000:1000 /workspace 11:02:01 Unable to find image 'busybox:latest' locally 11:02:01 latest: Pulling from library/busybox 11:02:01 7c9d20b9b6cd: Pulling fs layer 11:02:02 7c9d20b9b6cd: Verifying Checksum 11:02:02 7c9d20b9b6cd: Download complete 11:02:02 7c9d20b9b6cd: Pull complete 11:02:02 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e 11:02:02 Status: Downloaded newer image for busybox:latest [Pipeline] echo 11:02:03 Removing all docker containers [Pipeline] sh 11:02:03 + docker container ls -aq [Pipeline] echo 11:02:03 Docker containers have been removed [Pipeline] echo 11:02:03 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 11:02:03 cleanWorkspace: Workspace is clean. [Pipeline] timeout 11:02:03 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 11:02:03 Using the ‘stage’ step without a block argument is deprecated 11:02:03 Entering stage Git Checkout 11:02:03 Proceeding [Pipeline] checkout 11:02:03 using credential docker-jenkins-github-credentials 11:02:03 Cloning the remote Git repository 11:02:03 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_PR-2129 # 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/2129/head:refs/remotes/origin/PR-2129 +refs/heads/master:refs/remotes/origin/master 11:02:06 Fetching without tags > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2129/head:refs/remotes/origin/PR-2129 # 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/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/2129/head:refs/remotes/origin/PR-2129 +refs/heads/master:refs/remotes/origin/master 11:02:06 Merging remotes/origin/master commit c887984b48b302d8c1b878021e5df9ee3613a45e into PR head commit 167b3906fe96ae6455208adb04477b0f5d6302d0 11:02:08 Merge succeeded, producing 8c6e5e390d3fb4bd89b03000829a7e99f061c487 11:02:08 Checking out Revision 8c6e5e390d3fb4bd89b03000829a7e99f061c487 (PR-2129) 11:02:08 Commit message: "Merge commit 'c887984b48b302d8c1b878021e5df9ee3613a45e' into HEAD" 11:02:08 First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 167b3906fe96ae6455208adb04477b0f5d6302d0 > git merge c887984b48b302d8c1b878021e5df9ee3613a45e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c6e5e390d3fb4bd89b03000829a7e99f061c487 > git rev-list --no-walk dd701a13fe07c3914ac6eb782de0e165c200b225 # timeout=10 [Pipeline] stage 11:02:08 Using the ‘stage’ step without a block argument is deprecated 11:02:08 Entering stage Run end-to-end test suite 11:02:08 Proceeding [Pipeline] sh 11:02:09 + docker version 11:02:09 Client: Docker Engine - Community 11:02:09 Version: 19.03.2 11:02:09 API version: 1.40 11:02:09 Go version: go1.12.8 11:02:09 Git commit: 6a30dfc 11:02:09 Built: Thu Aug 29 05:29:11 2019 11:02:09 OS/Arch: linux/amd64 11:02:09 Experimental: false 11:02:09 11:02:09 Server: Docker Engine - Community 11:02:09 Engine: 11:02:09 Version: 19.03.2 11:02:09 API version: 1.40 (minimum version 1.12) 11:02:09 Go version: go1.12.8 11:02:09 Git commit: 6a30dfc 11:02:09 Built: Thu Aug 29 05:27:45 2019 11:02:09 OS/Arch: linux/amd64 11:02:09 Experimental: true 11:02:09 containerd: 11:02:09 Version: 1.2.6 11:02:09 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 11:02:09 runc: 11:02:09 Version: 1.0.0-rc8 11:02:09 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 11:02:09 docker-init: 11:02:09 Version: 0.18.0 11:02:09 GitCommit: fec3683 [Pipeline] sh 11:02:09 + docker info 11:02:17 Client: 11:02:17 Debug Mode: false 11:02:17 11:02:17 Server: 11:02:17 Containers: 0 11:02:17 Running: 0 11:02:17 Paused: 0 11:02:17 Stopped: 0 11:02:17 Images: 36 11:02:17 Server Version: 19.03.2 11:02:17 Storage Driver: overlay2 11:02:17 Backing Filesystem: extfs 11:02:17 Supports d_type: true 11:02:17 Native Overlay Diff: true 11:02:17 Logging Driver: json-file 11:02:17 Cgroup Driver: cgroupfs 11:02:17 Plugins: 11:02:17 Volume: local 11:02:17 Network: bridge host ipvlan macvlan null overlay 11:02:17 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 11:02:17 Swarm: inactive 11:02:17 Runtimes: runc 11:02:17 Default Runtime: runc 11:02:17 Init Binary: docker-init 11:02:17 containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 11:02:17 runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f 11:02:17 init version: fec3683 11:02:17 Security Options: 11:02:17 apparmor 11:02:17 seccomp 11:02:17 Profile: default 11:02:17 Kernel Version: 4.15.0-1048-aws 11:02:17 Operating System: Ubuntu 18.04.3 LTS 11:02:17 OSType: linux 11:02:17 Architecture: x86_64 11:02:17 CPUs: 2 11:02:17 Total Memory: 7.501GiB 11:02:17 Name: ip-10-100-52-81 11:02:17 ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG 11:02:17 Docker Root Dir: /var/lib/docker 11:02:17 Debug Mode: false 11:02:17 Username: dockerbuildbot 11:02:17 Registry: https://index.docker.io/v1/ 11:02:17 Labels: 11:02:17 Experimental: true 11:02:17 Insecure Registries: 11:02:17 127.0.0.0/8 11:02:17 Live Restore Enabled: true 11:02:17 11:02:17 WARNING: No swap limit support [Pipeline] sh 11:02:17 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e 11:02:17 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 11:02:17 #1 [internal] load build definition from Dockerfile.e2e 11:02:17 #1 transferring dockerfile: 1.58kB 0.0s done 11:02:17 #1 DONE 0.0s 11:02:17 11:02:17 #2 [internal] load .dockerignore 11:02:17 #2 transferring context: 100B done 11:02:17 #2 DONE 0.0s 11:02:17 11:02:17 #3 [internal] load metadata for docker.io/library/golang:1.12.12 11:02:18 #3 DONE 0.3s 11:02:18 11:02:18 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4... 11:02:18 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done 11:02:18 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done 11:02:18 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 434.73kB / 10.00MB 0.1s 11:02:18 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done 11:02:18 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 0B / 50.38MB 0.1s 11:02:18 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0B / 7.81MB 0.1s 11:02:18 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 8.35MB / 10.00MB 0.2s 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 9.64MB / 50.38MB 0.2s 11:02:18 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 2.35MB / 7.81MB 0.2s 11:02:18 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.3s done 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 14.26MB / 50.38MB 0.3s 11:02:18 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.07MB / 7.81MB 0.3s 11:02:18 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0B / 51.77MB 0.3s 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 22.42MB / 50.38MB 0.4s 11:02:18 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.3s done 11:02:18 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 5.06MB / 51.77MB 0.4s 11:02:18 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 0B / 68.52MB 0.4s 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 34.34MB / 50.38MB 0.6s 11:02:18 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 15.06MB / 51.77MB 0.6s 11:02:18 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 7.14MB / 68.52MB 0.6s 11:02:18 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 39.10MB / 50.38MB 0.7s 11:02:18 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 19.08MB / 51.77MB 0.7s 11:02:18 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 12.66MB / 68.52MB 0.7s 11:02:19 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 42.16MB / 50.38MB 0.8s 11:02:19 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 25.23MB / 51.77MB 0.8s 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 18.11MB / 68.52MB 0.8s 11:02:19 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.1s done 11:02:19 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 42.97MB / 51.77MB 1.1s 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 31.95MB / 68.52MB 1.1s 11:02:19 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 49.90MB / 51.77MB 1.2s 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 37.90MB / 68.52MB 1.2s 11:02:19 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 1.2s 11:02:19 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.3s done 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 42.98MB / 68.52MB 1.4s 11:02:19 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 6.89MB / 127.97MB 1.4s 11:02:19 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 0B / 126B 1.4s 11:02:19 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 57.90MB / 68.52MB 1.6s 11:02:19 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 18.08MB / 127.97MB 1.6s 11:02:19 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 1.4s done 11:02:19 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 66.64MB / 68.52MB 1.7s 11:02:19 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 27.91MB / 127.97MB 1.8s 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 48.84MB / 127.97MB 2.1s 11:02:20 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 2.1s done 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 61.70MB / 127.97MB 2.3s 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 69.05MB / 127.97MB 2.4s 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 80.71MB / 127.97MB 2.6s 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 91.15MB / 127.97MB 2.7s 11:02:20 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 105.18MB / 127.97MB 2.9s 11:02:21 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 111.75MB / 127.97MB 3.0s 11:02:21 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 118.59MB / 127.97MB 3.1s 11:02:21 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.3s 11:02:21 #4 ... 11:02:21 11:02:21 #10 [internal] load build context 11:02:21 #10 transferring context: 42.42MB 3.5s done 11:02:21 #10 DONE 3.6s 11:02:21 11:02:21 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4... 11:02:21 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.5s done 11:02:23 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.5s done 11:02:23 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.1s 11:02:23 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.3s done 11:02:23 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.1s 11:02:23 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.3s done 11:02:24 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 11:02:26 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 2.0s done 11:02:26 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 11:02:28 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.1s done 11:02:28 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 11:02:32 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.5s done 11:02:32 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 11:02:32 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done 11:02:32 #4 DONE 15.1s 11:02:33 11:02:33 #5 [2/11] RUN apt-get update && apt-get install -y build-essential ... 11:02:34 #5 0.816 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB] 11:02:34 #5 0.916 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [108 kB] 11:02:34 #5 1.068 Get:3 http://deb.debian.org/debian buster InRelease [122 kB] 11:02:34 #5 1.076 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 11:02:34 #5 1.164 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB] 11:02:34 #5 1.310 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 11:02:35 #5 2.437 Fetched 8222 kB in 2s (5067 kB/s) 11:02:36 #5 2.437 Reading package lists... 11:02:36 #5 3.045 Reading package lists... 11:02:36 #5 3.672 Building dependency tree... 11:02:36 #5 3.787 Reading state information... 11:02:36 #5 3.888 curl is already the newest version (7.64.0-4). 11:02:36 #5 3.888 openssh-client is already the newest version (1:7.9p1-10+deb10u1). 11:02:36 #5 3.888 openssl is already the newest version (1.1.1d-0+deb10u2). 11:02:36 #5 3.888 openssl set to manually installed. 11:02:36 #5 3.888 The following additional packages will be installed: 11:02:37 #5 3.889 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl 11:02:37 #5 3.889 libalgorithm-merge-perl libfakeroot patch xz-utils 11:02:37 #5 3.890 Suggested packages: 11:02:37 #5 3.890 bzip2-doc debian-keyring ed diffutils-doc 11:02:37 #5 3.959 The following NEW packages will be installed: 11:02:37 #5 3.959 build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl 11:02:37 #5 3.960 libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils 11:02:37 #5 4.229 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 11:02:37 #5 4.229 Need to get 2342 kB of archives. 11:02:37 #5 4.229 After this operation, 3601 kB of additional disk space will be used. 11:02:37 #5 4.229 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 11:02:37 #5 4.234 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 11:02:37 #5 4.240 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 11:02:37 #5 4.243 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 11:02:37 #5 4.270 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 11:02:37 #5 4.271 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] 11:02:37 #5 4.274 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] 11:02:37 #5 4.275 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] 11:02:37 #5 4.276 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] 11:02:37 #5 4.276 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] 11:02:37 #5 4.391 debconf: delaying package configuration, since apt-utils is not installed 11:02:37 #5 4.414 Fetched 2342 kB in 0s (7739 kB/s) 11:02:37 #5 4.431 Selecting previously unselected package bzip2. 11:02:37 #5 4.431 (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.) 11:02:37 #5 4.440 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 11:02:37 #5 4.443 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 11:02:37 #5 4.471 Selecting previously unselected package xz-utils. 11:02:37 #5 4.471 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ... 11:02:37 #5 4.474 Unpacking xz-utils (5.2.4-1) ... 11:02:37 #5 4.516 Selecting previously unselected package patch. 11:02:37 #5 4.516 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ... 11:02:37 #5 4.519 Unpacking patch (2.7.6-3+deb10u1) ... 11:02:37 #5 4.554 Selecting previously unselected package dpkg-dev. 11:02:37 #5 4.554 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ... 11:02:37 #5 4.557 Unpacking dpkg-dev (1.19.7) ... 11:02:37 #5 4.657 Selecting previously unselected package build-essential. 11:02:37 #5 4.659 Preparing to unpack .../4-build-essential_12.6_amd64.deb ... 11:02:37 #5 4.662 Unpacking build-essential (12.6) ... 11:02:37 #5 4.689 Selecting previously unselected package libfakeroot:amd64. 11:02:37 #5 4.689 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ... 11:02:37 #5 4.694 Unpacking libfakeroot:amd64 (1.23-1) ... 11:02:37 #5 4.725 Selecting previously unselected package fakeroot. 11:02:37 #5 4.725 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ... 11:02:37 #5 4.727 Unpacking fakeroot (1.23-1) ... 11:02:37 #5 4.757 Selecting previously unselected package libalgorithm-diff-perl. 11:02:37 #5 4.759 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ... 11:02:37 #5 4.762 Unpacking libalgorithm-diff-perl (1.19.03-2) ... 11:02:37 #5 4.788 Selecting previously unselected package libalgorithm-diff-xs-perl. 11:02:37 #5 4.788 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... 11:02:37 #5 4.791 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... 11:02:37 #5 4.814 Selecting previously unselected package libalgorithm-merge-perl. 11:02:37 #5 4.816 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ... 11:02:37 #5 4.819 Unpacking libalgorithm-merge-perl (0.08-3) ... 11:02:37 #5 4.850 Setting up libalgorithm-diff-perl (1.19.03-2) ... 11:02:37 #5 4.859 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 11:02:37 #5 4.868 Setting up libfakeroot:amd64 (1.23-1) ... 11:02:38 #5 4.880 Setting up fakeroot (1.23-1) ... 11:02:38 #5 4.888 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 11:02:38 #5 4.897 Setting up xz-utils (5.2.4-1) ... 11:02:38 #5 4.905 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 11:02:38 #5 4.911 Setting up patch (2.7.6-3+deb10u1) ... 11:02:38 #5 4.919 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... 11:02:38 #5 4.927 Setting up libalgorithm-merge-perl (0.08-3) ... 11:02:38 #5 4.934 Setting up dpkg-dev (1.19.7) ... 11:02:38 #5 4.949 Setting up build-essential (12.6) ... 11:02:38 #5 4.957 Processing triggers for libc-bin (2.28-10) ... 11:02:40 #5 DONE 7.5s 11:02:40 11:02:40 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1... 11:02:41 #6 0.856 % Total % Received % Xferd Average Speed Time Time Time Current 11:02:41 #6 0.857 Dload Upload Total Spent Left Speed 11:02:41 #6 0.859 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 617 0 617 0 0 4896 0 --:--:-- --:--:-- --:--:-- 4896 11:02:41 #6 1.099 100 10.3M 100 10.3M 0 0 42.6M 0 --:--:-- --:--:-- --:--:-- 42.6M 11:02:41 #6 DONE 1.3s 11:02:41 11:02:41 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release... 11:02:43 #7 DONE 1.2s 11:02:43 11:02:43 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases... 11:02:44 #8 DONE 1.0s 11:02:44 11:02:44 #9 [6/11] WORKDIR /go/src/github.com/docker/cli 11:02:44 #9 DONE 0.0s 11:02:44 11:02:44 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/... 11:02:44 #11 DONE 0.0s 11:02:44 11:02:44 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-... 11:02:44 #12 0.781 Updating certificates in /etc/ssl/certs... 11:02:45 #12 1.297 1 added, 0 removed; done. 11:02:45 #12 1.298 Running hooks in /etc/ca-certificates/update.d... 11:02:45 #12 1.299 done. 11:02:45 #12 DONE 1.4s 11:02:45 11:02:45 #13 [9/11] COPY . . 11:02:46 #13 DONE 1.1s 11:02:46 11:02:46 #14 [10/11] RUN ./scripts/build/binary 11:02:47 #14 0.811 Building statically linked build/docker-linux-amd64 11:04:09 #14 DONE 74.5s 11:04:09 11:04:09 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/* 11:04:09 #15 0.857 Building statically linked build/plugins-linux-amd64/docker-helloworld 11:04:09 #15 2.959 Building statically linked build/plugins-linux-amd64/docker-badmeta 11:04:09 #15 4.717 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun 11:04:09 #15 DONE 6.9s 11:04:09 11:04:09 #16 exporting to image 11:04:09 #16 exporting layers 11:04:10 #16 exporting layers 2.2s done 11:04:10 #16 writing image sha256:ea696ede067a1f501b23f7d8d912535da8b48654d60c29c8adeafd291cc1b01d done 11:04:10 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done 11:04:10 #16 DONE 2.2s 11:04:10 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e3 11:04:11 Creating network "cliendtoendsuite_default" with the default driver 11:04:11 Pulling engine (docker:stable-dind)... 11:04:11 stable-dind: Pulling from library/docker 11:04:16 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c 11:04:16 Status: Downloaded newer image for docker:stable-dind 11:04:16 Building notary-server 11:04:16 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:04:16 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:04:16 server-0.5.0: Pulling from library/notary 11:04:16 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 11:04:16 Status: Downloaded newer image for notary:server-0.5.0 11:04:16 ---> 16b632e954ca 11:04:16 Step 3/3 : COPY ./notary/ /fixtures/ 11:04:18 ---> b8248abd6113 11:04:18 Successfully built b8248abd6113 11:04:18 Successfully tagged cliendtoendsuite_notary-server:latest 11:04:18 Building evil-notary-server 11:04:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:04:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:04:18 ---> 16b632e954ca 11:04:18 Step 3/3 : COPY ./notary-evil/ /fixtures/ 11:04:18 ---> dc98bed3c6b6 11:04:18 Successfully built dc98bed3c6b6 11:04:18 Successfully tagged cliendtoendsuite_evil-notary-server:latest 11:04:18 Creating cliendtoendsuite_notary-server_1 ... 11:04:18 Creating cliendtoendsuite_evil-notary-server_1 ... 11:04:18 Creating cliendtoendsuite_registry_1 ... 11:04:18 Creating cliendtoendsuite_engine_1 ... 11:04:21  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_engine_1 ... done Waiting for docker daemon to become available at tcp://172.18.0.5:2375 11:04:21 Client: 11:04:21 Version: 19.09.0-dev 11:04:21 API version: 1.40 (downgraded from 1.41) 11:04:21 Go version: go1.12.12 11:04:21 Git commit: 11:04:21 Built: Tue Oct 29 11:02:47 2019 11:04:21 OS/Arch: linux/amd64 11:04:21 Experimental: false 11:04:21 11:04:21 Server: Docker Engine - Community 11:04:21 Engine: 11:04:21 Version: 19.03.4 11:04:21 API version: 1.40 (minimum version 1.12) 11:04:21 Go version: go1.12.10 11:04:21 Git commit: 9013bf583a 11:04:21 Built: Fri Oct 18 15:55:51 2019 11:04:21 OS/Arch: linux/amd64 11:04:21 Experimental: false 11:04:21 containerd: 11:04:21 Version: v1.2.10 11:04:21 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 11:04:21 runc: 11:04:21 Version: 1.0.0-rc8+dev 11:04:21 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 11:04:21 docker-init: 11:04:21 Version: 0.18.0 11:04:21 GitCommit: fec3683 11:04:22 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 11:04:22 88286f41530e: Pulling fs layer 11:04:22 88286f41530e: Verifying Checksum 11:04:22 88286f41530e: Download complete 11:04:22 88286f41530e: Pull complete 11:04:22 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:04:22 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:04:22 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:04:22 The push refers to repository [registry:5000/alpine] 11:04:22 5bef08742407: Preparing 11:04:22 5bef08742407: Pushed 11:04:22 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 11:04:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 11:04:22 03b1be98f3f9: Pulling fs layer 11:04:23 03b1be98f3f9: Verifying Checksum 11:04:23 03b1be98f3f9: Download complete 11:04:23 03b1be98f3f9: Pull complete 11:04:23 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:04:23 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:04:23 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:04:23 The push refers to repository [registry:5000/busybox] 11:04:23 6a749002dd6a: Preparing 11:04:23 6a749002dd6a: Pushed 11:04:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 11:04:23 Swarm initialized: current node (iaow1bhifcud4grs8zbsz6ybx) is now a manager. 11:04:23 11:04:23 To add a worker to this swarm, run the following command: 11:04:23 11:04:23 docker swarm join --token SWMTKN-1-3glanddu2zxpnig2flc8mcq3xbiaidnr23lfqb2nqsj835f4mf-a9i64g78c9946lxxd72zjlf9c 172.18.0.5:2377 11:04:23 11:04:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 11:04:23 11:04:55 ✓ e2e/cli-plugins (2.594s) 11:04:55 ∅ e2e/cli-plugins/plugins/badmeta 11:04:55 ∅ e2e/cli-plugins/plugins/nopersistentprerun 11:04:55 ✓ e2e/context (39ms) 11:04:58 ✓ e2e/container (9.122s) 11:05:03 ✓ e2e/plugin (4.2s) 11:05:03 ✓ e2e/image (11.509s) 11:05:03 ∅ e2e/internal/fixtures 11:05:03 ∅ e2e/plugin/basic 11:05:04 ✓ e2e/system (67ms) 11:05:04 ✓ e2e/stack (589ms) 11:05:07 ✓ e2e/trust (2.138s) 11:05:07 11:05:07 === Skipped 11:05:07 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 11:05:07 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 11:05:07 11:05:07 === SKIP: e2e/image TestBuildIidFileSquash (0.05s) 11:05:07 build_test.go:112: !experimentalBuild: running against a non-experimental daemon 11:05:07 11:05:07 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 11:05:07 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 11:05:07 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 11:05:07 11:05:07 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 11:05:07 --- SKIP: TestRemove/Kubernetes (0.00s) 11:05:07 remove_test.go:22: !environment.KubernetesEnabled() 11:05:07 11:05:07 11:05:07 DONE 88 tests, 4 skipped in 43.411s 11:05:07 Stopping cliendtoendsuite_engine_1 ... 11:05:07 Stopping cliendtoendsuite_registry_1 ... 11:05:07 Stopping cliendtoendsuite_evil-notary-server_1 ... 11:05:07 Stopping cliendtoendsuite_notary-server_1 ... 11:05:09  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 ... 11:05:09 Removing cliendtoendsuite_registry_1 ... 11:05:09 Removing cliendtoendsuite_evil-notary-server_1 ... 11:05:09 Removing cliendtoendsuite_notary-server_1 ... 11:05:10  Removing cliendtoendsuite_evil-notary-server_1 ... done  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_engine_1 ... done  Removing cliendtoendsuite_registry_1 ... done Removing network cliendtoendsuite_default 11:05:10 Removing image cliendtoendsuite_notary-server 11:05:10 Removing image cliendtoendsuite_evil-notary-server 11:05:10 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e3 11:05:12 Creating network "cliendtoendsuite_default" with the default driver 11:05:12 Building evil-notary-server 11:05:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:05:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:05:12 ---> 16b632e954ca 11:05:12 Step 3/3 : COPY ./notary-evil/ /fixtures/ 11:05:12 ---> 3d0b150ebe2b 11:05:12 Successfully built 3d0b150ebe2b 11:05:12 Successfully tagged cliendtoendsuite_evil-notary-server:latest 11:05:12 Building notary-server 11:05:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:05:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:05:12 ---> 16b632e954ca 11:05:12 Step 3/3 : COPY ./notary/ /fixtures/ 11:05:12 ---> 1c04abc6d571 11:05:12 Successfully built 1c04abc6d571 11:05:12 Successfully tagged cliendtoendsuite_notary-server:latest 11:05:12 Creating cliendtoendsuite_evil-notary-server_1 ... 11:05:12 Creating cliendtoendsuite_registry_1 ... 11:05:12 Creating cliendtoendsuite_engine_1 ... 11:05:12 Creating cliendtoendsuite_notary-server_1 ... 11:05:16  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_engine_1 ... done Waiting for docker daemon to become available at tcp://172.19.0.5:2375 11:05:16 Client: 11:05:16 Version: 19.09.0-dev 11:05:16 API version: 1.40 (downgraded from 1.41) 11:05:16 Go version: go1.12.12 11:05:16 Git commit: 11:05:16 Built: Tue Oct 29 11:02:47 2019 11:05:16 OS/Arch: linux/amd64 11:05:16 Experimental: false 11:05:16 11:05:16 Server: Docker Engine - Community 11:05:16 Engine: 11:05:16 Version: 19.03.4 11:05:16 API version: 1.40 (minimum version 1.12) 11:05:16 Go version: go1.12.10 11:05:16 Git commit: 9013bf583a 11:05:16 Built: Fri Oct 18 15:55:51 2019 11:05:16 OS/Arch: linux/amd64 11:05:16 Experimental: true 11:05:16 containerd: 11:05:16 Version: v1.2.10 11:05:16 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 11:05:16 runc: 11:05:16 Version: 1.0.0-rc8+dev 11:05:16 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 11:05:16 docker-init: 11:05:16 Version: 0.18.0 11:05:16 GitCommit: fec3683 11:05:16 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 11:05:16 88286f41530e: Pulling fs layer 11:05:16 88286f41530e: Verifying Checksum 11:05:16 88286f41530e: Download complete 11:05:16 88286f41530e: Pull complete 11:05:16 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:05:16 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:05:16 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:05:16 The push refers to repository [registry:5000/alpine] 11:05:16 5bef08742407: Preparing 11:05:17 5bef08742407: Pushed 11:05:17 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 11:05:17 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 11:05:17 03b1be98f3f9: Pulling fs layer 11:05:17 03b1be98f3f9: Verifying Checksum 11:05:17 03b1be98f3f9: Download complete 11:05:17 03b1be98f3f9: Pull complete 11:05:17 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:05:17 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:05:17 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:05:17 The push refers to repository [registry:5000/busybox] 11:05:17 6a749002dd6a: Preparing 11:05:18 6a749002dd6a: Pushed 11:05:18 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 11:05:18 Swarm initialized: current node (cevvub2tg9exficeaz2chodw9) is now a manager. 11:05:18 11:05:18 To add a worker to this swarm, run the following command: 11:05:18 11:05:18 docker swarm join --token SWMTKN-1-1vra7cu6bit8blzw9u3nzrfjpssb5wdu8jnxweomdb88od3494-5eeg2q86dhgf1fmprczo1oqtb 172.19.0.5:2377 11:05:18 11:05:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 11:05:18 11:05:50 ✓ e2e/cli-plugins (2.685s) 11:05:50 ∅ e2e/cli-plugins/plugins/badmeta 11:05:50 ∅ e2e/cli-plugins/plugins/nopersistentprerun 11:05:50 ✓ e2e/context (65ms) 11:05:53 ✓ e2e/container (8.611s) 11:05:57 ✓ e2e/plugin (3.771s) 11:05:58 ✓ e2e/stack (663ms) 11:05:59 ✓ e2e/system (72ms) 11:06:01 ✓ e2e/image (14.274s) 11:06:01 ∅ e2e/internal/fixtures 11:06:01 ∅ e2e/plugin/basic 11:06:02 ✓ e2e/trust (2.664s) 11:06:02 11:06:02 === Skipped 11:06:02 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 11:06:02 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 11:06:02 11:06:02 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 11:06:02 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 11:06:02 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 11:06:02 11:06:02 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 11:06:02 --- SKIP: TestRemove/Kubernetes (0.00s) 11:06:02 remove_test.go:22: !environment.KubernetesEnabled() 11:06:02 11:06:02 11:06:02 DONE 88 tests, 3 skipped in 44.316s 11:06:03 Stopping cliendtoendsuite_notary-server_1 ... 11:06:03 Stopping cliendtoendsuite_registry_1 ... 11:06:03 Stopping cliendtoendsuite_engine_1 ... 11:06:03 Stopping cliendtoendsuite_evil-notary-server_1 ... 11:06:05  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_notary-server_1 ... 11:06:05 Removing cliendtoendsuite_registry_1 ... 11:06:05 Removing cliendtoendsuite_engine_1 ... 11:06:05 Removing cliendtoendsuite_evil-notary-server_1 ... 11:06:05  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 11:06:05 Removing image cliendtoendsuite_notary-server 11:06:05 Removing image cliendtoendsuite_evil-notary-server 11:06:06 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.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-e2eclie2e3 11:06:07 Creating network "cliendtoendsuite_default" with the default driver 11:06:07 Building evil-notary-server 11:06:07 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:06:07 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:06:07 ---> 16b632e954ca 11:06:07 Step 3/3 : COPY ./notary-evil/ /fixtures/ 11:06:08 ---> 3a5ec3304f1e 11:06:08 Successfully built 3a5ec3304f1e 11:06:08 Successfully tagged cliendtoendsuite_evil-notary-server:latest 11:06:08 Building engine 11:06:08 Step 1/6 : FROM docker:test-dind 11:06:08 test-dind: Pulling from library/docker 11:06:08 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c 11:06:08 Status: Downloaded newer image for docker:test-dind 11:06:08 ---> eaed9efc02d2 11:06:08 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 11:06:08 ---> Running in 370b7398f468 11:06:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 11:06:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 11:06:10 (1/5) Installing openssh-keygen (8.1_p1-r0) 11:06:10 (2/5) Installing openssh-server-common (8.1_p1-r0) 11:06:10 (3/5) Installing openssh-server (8.1_p1-r0) 11:06:10 (4/5) Installing linux-pam (1.3.0-r1) 11:06:10 (5/5) Installing shadow (4.6-r2) 11:06:10 Executing busybox-1.30.1-r2.trigger 11:06:10 OK: 24 MiB in 45 packages 11:06:10 Creating mailbox file: No such file or directory 11:06:10 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 11:06:11 Removing intermediate container 370b7398f468 11:06:11 ---> adaa38f032aa 11:06:11 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 11:06:11 ---> Running in a215a7a99504 11:06:13 Removing intermediate container a215a7a99504 11:06:13 ---> f29ea27bd152 11:06:13 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / 11:06:13 ---> 7a51787a0124 11:06:13 Step 5/6 : EXPOSE 22 11:06:13 ---> Running in 2b747700519c 11:06:13 Removing intermediate container 2b747700519c 11:06:13 ---> dca9ba3cc33c 11:06:13 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] 11:06:13 ---> Running in 69cd60bbcc41 11:06:13 Removing intermediate container 69cd60bbcc41 11:06:13 ---> 2b3b73ba135b 11:06:13 Successfully built 2b3b73ba135b 11:06:13 Successfully tagged docker:stable-dind 11:06:13 Building notary-server 11:06:13 Step 1/3 : ARG NOTARY_VERSION=0.5.0 11:06:13 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 11:06:13 ---> 16b632e954ca 11:06:13 Step 3/3 : COPY ./notary/ /fixtures/ 11:06:13 ---> 2cc36a96292a 11:06:13 Successfully built 2cc36a96292a 11:06:13 Successfully tagged cliendtoendsuite_notary-server:latest 11:06:13 Creating cliendtoendsuite_evil-notary-server_1 ... 11:06:13 Creating cliendtoendsuite_registry_1 ... 11:06:13 Creating cliendtoendsuite_notary-server_1 ... 11:06:13 Creating cliendtoendsuite_engine_1 ... 11:06:17  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.20.0.5 11:06:17 Client: 11:06:17 Version: 19.09.0-dev 11:06:17 API version: 1.40 (downgraded from 1.41) 11:06:17 Go version: go1.12.12 11:06:17 Git commit: 11:06:17 Built: Tue Oct 29 11:02:47 2019 11:06:17 OS/Arch: linux/amd64 11:06:17 Experimental: false 11:06:17 11:06:17 Server: Docker Engine - Community 11:06:17 Engine: 11:06:17 Version: 19.03.4 11:06:17 API version: 1.40 (minimum version 1.12) 11:06:17 Go version: go1.12.10 11:06:17 Git commit: 9013bf583a 11:06:17 Built: Fri Oct 18 15:55:51 2019 11:06:17 OS/Arch: linux/amd64 11:06:17 Experimental: true 11:06:17 containerd: 11:06:17 Version: v1.2.10 11:06:17 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 11:06:17 runc: 11:06:17 Version: 1.0.0-rc8+dev 11:06:17 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 11:06:17 docker-init: 11:06:17 Version: 0.18.0 11:06:17 GitCommit: fec3683 11:06:17 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 11:06:17 88286f41530e: Pulling fs layer 11:06:17 88286f41530e: Download complete 11:06:18 88286f41530e: Pull complete 11:06:18 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:06:18 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:06:18 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 11:06:18 The push refers to repository [registry:5000/alpine] 11:06:18 5bef08742407: Preparing 11:06:18 5bef08742407: Pushed 11:06:19 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 11:06:19 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 11:06:19 03b1be98f3f9: Pulling fs layer 11:06:19 03b1be98f3f9: Verifying Checksum 11:06:19 03b1be98f3f9: Download complete 11:06:19 03b1be98f3f9: Pull complete 11:06:19 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:06:19 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:06:19 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 11:06:19 The push refers to repository [registry:5000/busybox] 11:06:19 6a749002dd6a: Preparing 11:06:20 6a749002dd6a: Pushed 11:06:20 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 11:06:20 Swarm initialized: current node (xvnh8us230dso2o9hwxgbbz0y) is now a manager. 11:06:20 11:06:20 To add a worker to this swarm, run the following command: 11:06:20 11:06:20 docker swarm join --token SWMTKN-1-4tm3xjmb96atxts3tt5chdl1gu3fx3ryjwdheeqdli40adlyui-2o8ro8ba4wpq1mhgotrp2a77j 172.20.0.5:2377 11:06:20 11:06:20 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 11:06:20 11:06:59 ✓ e2e/cli-plugins (14.003s) 11:06:59 ∅ e2e/cli-plugins/plugins/badmeta 11:06:59 ∅ e2e/cli-plugins/plugins/nopersistentprerun 11:06:59 ✓ e2e/context (47ms) 11:07:06 ✓ e2e/container (19.544s) 11:07:11 ✓ e2e/plugin (4.395s) 11:07:14 ✓ e2e/stack (2.182s) 11:07:14 ✓ e2e/system (238ms) 11:07:22 ✓ e2e/trust (6.744s) 11:07:26 ✓ e2e/image (26.3s) 11:07:26 ∅ e2e/internal/fixtures 11:07:26 ∅ e2e/plugin/basic 11:07:27 11:07:27 === Skipped 11:07:27 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 11:07:27 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 11:07:27 11:07:27 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 11:07:27 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 11:07:27 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 11:07:27 11:07:27 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 11:07:27 --- SKIP: TestRemove/Kubernetes (0.00s) 11:07:27 remove_test.go:22: !environment.KubernetesEnabled() 11:07:27 11:07:27 11:07:27 DONE 88 tests, 3 skipped in 66.011s 11:07:27 Stopping cliendtoendsuite_notary-server_1 ... 11:07:27 Stopping cliendtoendsuite_engine_1 ... 11:07:27 Stopping cliendtoendsuite_registry_1 ... 11:07:27 Stopping cliendtoendsuite_evil-notary-server_1 ... 11:07:29  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 ... 11:07:29 Removing cliendtoendsuite_engine_1 ... 11:07:29 Removing cliendtoendsuite_registry_1 ... 11:07:29 Removing cliendtoendsuite_evil-notary-server_1 ... 11:07:29  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 11:07:29 Removing image cliendtoendsuite_notary-server 11:07:29 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