Pull request #2221 opened 14:48:24 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 585ec4da977058ee312140ac6fe1bbeea32fc841+8547dfcff72fd65426ef71a5bf949ac310ee3419 (4a96ebc2565901423e0b7dca198830699d2fe5da) 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 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-2221@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 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)" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Running on ubuntu-1804-overlay2 (i-05133cb506ca8aedd) in /home/ubuntu/workspace/cli_PR-2221 [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-2221@tmp/020a2424-4fae-4395-83f2-5817a2859bd4/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 14:48:54 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 14:48:54 chowning workspace [Pipeline] sh 14:48:54 + uname -m [Pipeline] sh 14:48:55 + pwd 14:48:55 + id -u 14:48:55 + id -g 14:48:55 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2221:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 14:48:55 Removing all docker containers [Pipeline] sh 14:48:56 + docker container ls -aq [Pipeline] echo 14:48:56 Docker containers have been removed [Pipeline] echo 14:48:56 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 14:48:56 cleanWorkspace: Workspace is clean. [Pipeline] timeout 14:48:56 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 14:48:56 Using the ‘stage’ step without a block argument is deprecated 14:48:56 Entering stage Git Checkout 14:48:56 Proceeding [Pipeline] checkout 14:48:56 using credential docker-jenkins-github-credentials 14:48:56 Cloning the remote Git repository 14:48:56 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_PR-2221 # 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/2221/head:refs/remotes/origin/PR-2221 +refs/heads/master:refs/remotes/origin/master 14:48:59 Fetching without tags > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2221/head:refs/remotes/origin/PR-2221 # 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/2221/head:refs/remotes/origin/PR-2221 +refs/heads/master:refs/remotes/origin/master 14:48:59 Merging remotes/origin/master commit 8547dfcff72fd65426ef71a5bf949ac310ee3419 into PR head commit 585ec4da977058ee312140ac6fe1bbeea32fc841 14:48:59 Merge succeeded, producing 585ec4da977058ee312140ac6fe1bbeea32fc841 14:48:59 Checking out Revision 585ec4da977058ee312140ac6fe1bbeea32fc841 (PR-2221) 14:49:00 Commit message: "docker cp: prevent NPE when failing to stat destination" 14:49:00 First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 585ec4da977058ee312140ac6fe1bbeea32fc841 > git merge 8547dfcff72fd65426ef71a5bf949ac310ee3419 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 585ec4da977058ee312140ac6fe1bbeea32fc841 fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] stage 14:49:01 Using the ‘stage’ step without a block argument is deprecated 14:49:01 Entering stage Run end-to-end test suite 14:49:01 Proceeding [Pipeline] sh 14:49:01 + docker version 14:49:01 Client: Docker Engine - Community 14:49:01 Version: 19.03.2 14:49:01 API version: 1.40 14:49:01 Go version: go1.12.8 14:49:01 Git commit: 6a30dfc 14:49:01 Built: Thu Aug 29 05:29:11 2019 14:49:01 OS/Arch: linux/amd64 14:49:01 Experimental: false 14:49:01 14:49:01 Server: Docker Engine - Community 14:49:01 Engine: 14:49:01 Version: 19.03.2 14:49:01 API version: 1.40 (minimum version 1.12) 14:49:01 Go version: go1.12.8 14:49:01 Git commit: 6a30dfc 14:49:01 Built: Thu Aug 29 05:27:45 2019 14:49:01 OS/Arch: linux/amd64 14:49:01 Experimental: true 14:49:01 containerd: 14:49:01 Version: 1.2.6 14:49:01 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 14:49:01 runc: 14:49:01 Version: 1.0.0-rc8 14:49:01 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f 14:49:01 docker-init: 14:49:01 Version: 0.18.0 14:49:01 GitCommit: fec3683 [Pipeline] sh 14:49:02 + docker info 14:49:02 Client: 14:49:02 Debug Mode: false 14:49:02 14:49:02 Server: 14:49:02 Containers: 0 14:49:02 Running: 0 14:49:02 Paused: 0 14:49:02 Stopped: 0 14:49:02 Images: 5 14:49:02 Server Version: 19.03.2 14:49:02 Storage Driver: overlay2 14:49:02 Backing Filesystem: extfs 14:49:02 Supports d_type: true 14:49:02 Native Overlay Diff: true 14:49:02 Logging Driver: json-file 14:49:02 Cgroup Driver: cgroupfs 14:49:02 Plugins: 14:49:02 Volume: local 14:49:02 Network: bridge host ipvlan macvlan null overlay 14:49:02 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 14:49:02 Swarm: inactive 14:49:02 Runtimes: runc 14:49:02 Default Runtime: runc 14:49:02 Init Binary: docker-init 14:49:02 containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb 14:49:02 runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f 14:49:02 init version: fec3683 14:49:02 Security Options: 14:49:02 apparmor 14:49:02 seccomp 14:49:02 Profile: default 14:49:02 Kernel Version: 4.15.0-1048-aws 14:49:02 Operating System: Ubuntu 18.04.3 LTS 14:49:02 OSType: linux 14:49:02 Architecture: x86_64 14:49:02 CPUs: 2 14:49:02 Total Memory: 7.501GiB 14:49:02 Name: ip-10-100-121-59 14:49:02 ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG 14:49:02 Docker Root Dir: /var/lib/docker 14:49:02 Debug Mode: false 14:49:02 Username: dockerbuildbot 14:49:02 Registry: https://index.docker.io/v1/ 14:49:02 Labels: 14:49:02 Experimental: true 14:49:02 Insecure Registries: 14:49:02 127.0.0.0/8 14:49:02 Live Restore Enabled: true 14:49:02 14:49:02 WARNING: No swap limit support [Pipeline] sh 14:49:02 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e 14:49:02 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 14:49:02 #2 [internal] load build definition from Dockerfile.e2e 14:49:02 #2 transferring dockerfile: 1.58kB done 14:49:02 #2 DONE 0.1s 14:49:02 14:49:02 #1 [internal] load .dockerignore 14:49:02 #1 transferring context: 100B done 14:49:02 #1 DONE 0.1s 14:49:02 14:49:02 #3 [internal] load metadata for docker.io/library/golang:1.12.12 14:49:02 #3 DONE 0.3s 14:49:02 14:49:02 #10 [internal] load build context 14:49:05 #10 transferring context: 44.00MB 2.7s done 14:49:05 #10 DONE 2.8s 14:49:05 14:49:05 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4... 14:49:05 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done 14:49:05 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done 14:49:05 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done 14:49:05 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.4s done 14:49:05 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.5s done 14:49:05 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done 14:49:05 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.2s done 14:49:05 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.7s done 14:49:05 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 2.0s done 14:49:05 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 0.9s 14:49:05 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 47.91MB / 127.97MB 2.5s 14:49:05 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 1.9s done 14:49:05 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 63.40MB / 127.97MB 2.7s 14:49:05 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 72.24MB / 127.97MB 2.8s 14:49:05 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 78.85MB / 127.97MB 2.9s 14:49:05 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 94.74MB / 127.97MB 3.1s 14:49:06 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 101.72MB / 127.97MB 3.2s 14:49:06 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 110.50MB / 127.97MB 3.3s 14:49:06 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 117.75MB / 127.97MB 3.4s 14:49:06 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.5s 14:49:06 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.7s done 14:49:08 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.2s done 14:49:08 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.1s 14:49:08 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.3s done 14:49:08 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.1s 14:49:08 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.2s done 14:49:08 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0.1s 14:49:11 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 2.0s done 14:49:11 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 14:49:12 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.1s done 14:49:13 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0.1s 14:49:18 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.4s done 14:49:18 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done 14:49:18 #4 DONE 15.4s 14:49:18 14:49:18 #5 [2/11] RUN apt-get update && apt-get install -y build-essential ... 14:49:18 #5 0.624 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 14:49:18 #5 0.716 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [159 kB] 14:49:19 #5 0.875 Get:3 http://deb.debian.org/debian buster InRelease [122 kB] 14:49:19 #5 0.878 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 14:49:19 #5 0.967 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB] 14:49:19 #5 1.097 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] 14:49:20 #5 2.257 Fetched 8309 kB in 2s (5089 kB/s) 14:49:21 #5 2.257 Reading package lists... 14:49:21 #5 2.869 Reading package lists... 14:49:21 #5 3.479 Building dependency tree... 14:49:21 #5 3.594 Reading state information... 14:49:21 #5 3.696 curl is already the newest version (7.64.0-4). 14:49:21 #5 3.696 openssh-client is already the newest version (1:7.9p1-10+deb10u1). 14:49:21 #5 3.696 openssl is already the newest version (1.1.1d-0+deb10u2). 14:49:21 #5 3.696 openssl set to manually installed. 14:49:21 #5 3.696 The following additional packages will be installed: 14:49:22 #5 3.696 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl 14:49:22 #5 3.697 libalgorithm-merge-perl libfakeroot patch xz-utils 14:49:22 #5 3.697 Suggested packages: 14:49:22 #5 3.697 bzip2-doc debian-keyring ed diffutils-doc 14:49:22 #5 3.766 The following NEW packages will be installed: 14:49:22 #5 3.766 build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl 14:49:22 #5 3.767 libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils 14:49:22 #5 4.033 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. 14:49:22 #5 4.033 Need to get 2342 kB of archives. 14:49:22 #5 4.033 After this operation, 3601 kB of additional disk space will be used. 14:49:22 #5 4.033 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 14:49:22 #5 4.035 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 14:49:22 #5 4.037 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 14:49:22 #5 4.039 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 14:49:22 #5 4.057 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 14:49:22 #5 4.057 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] 14:49:22 #5 4.058 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] 14:49:22 #5 4.059 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] 14:49:22 #5 4.059 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] 14:49:22 #5 4.060 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] 14:49:22 #5 4.172 debconf: delaying package configuration, since apt-utils is not installed 14:49:22 #5 4.193 Fetched 2342 kB in 0s (8302 kB/s) 14:49:22 #5 4.210 Selecting previously unselected package bzip2. 14:49:22 #5 4.210 (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.) 14:49:22 #5 4.218 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 14:49:22 #5 4.221 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 14:49:22 #5 4.251 Selecting previously unselected package xz-utils. 14:49:22 #5 4.251 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ... 14:49:22 #5 4.254 Unpacking xz-utils (5.2.4-1) ... 14:49:22 #5 4.293 Selecting previously unselected package patch. 14:49:22 #5 4.293 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ... 14:49:22 #5 4.296 Unpacking patch (2.7.6-3+deb10u1) ... 14:49:22 #5 4.331 Selecting previously unselected package dpkg-dev. 14:49:22 #5 4.331 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ... 14:49:22 #5 4.334 Unpacking dpkg-dev (1.19.7) ... 14:49:22 #5 4.445 Selecting previously unselected package build-essential. 14:49:22 #5 4.445 Preparing to unpack .../4-build-essential_12.6_amd64.deb ... 14:49:22 #5 4.448 Unpacking build-essential (12.6) ... 14:49:22 #5 4.475 Selecting previously unselected package libfakeroot:amd64. 14:49:22 #5 4.475 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ... 14:49:22 #5 4.481 Unpacking libfakeroot:amd64 (1.23-1) ... 14:49:22 #5 4.511 Selecting previously unselected package fakeroot. 14:49:22 #5 4.511 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ... 14:49:22 #5 4.514 Unpacking fakeroot (1.23-1) ... 14:49:22 #5 4.543 Selecting previously unselected package libalgorithm-diff-perl. 14:49:22 #5 4.545 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ... 14:49:22 #5 4.548 Unpacking libalgorithm-diff-perl (1.19.03-2) ... 14:49:22 #5 4.573 Selecting previously unselected package libalgorithm-diff-xs-perl. 14:49:22 #5 4.573 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... 14:49:22 #5 4.576 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... 14:49:22 #5 4.599 Selecting previously unselected package libalgorithm-merge-perl. 14:49:22 #5 4.599 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ... 14:49:22 #5 4.602 Unpacking libalgorithm-merge-perl (0.08-3) ... 14:49:22 #5 4.648 Setting up libalgorithm-diff-perl (1.19.03-2) ... 14:49:22 #5 4.657 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 14:49:22 #5 4.665 Setting up libfakeroot:amd64 (1.23-1) ... 14:49:22 #5 4.675 Setting up fakeroot (1.23-1) ... 14:49:22 #5 4.683 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 14:49:22 #5 4.692 Setting up xz-utils (5.2.4-1) ... 14:49:22 #5 4.699 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 14:49:22 #5 4.705 Setting up patch (2.7.6-3+deb10u1) ... 14:49:22 #5 4.714 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... 14:49:22 #5 4.721 Setting up libalgorithm-merge-perl (0.08-3) ... 14:49:22 #5 4.729 Setting up dpkg-dev (1.19.7) ... 14:49:22 #5 4.743 Setting up build-essential (12.6) ... 14:49:22 #5 4.751 Processing triggers for libc-bin (2.28-10) ... 14:49:24 #5 DONE 6.2s 14:49:24 14:49:24 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1... 14:49:25 #6 0.681 % Total % Received % Xferd Average Speed Time Time Time Current 14:49:25 #6 0.681 Dload Upload Total Spent Left Speed 14:49:25 #6 0.681 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 617 0 617 0 0 4086 0 --:--:-- --:--:-- --:--:-- 4086 14:49:25 #6 0.952 100 10.3M 100 10.3M 0 0 38.2M 0 --:--:-- --:--:-- --:--:-- 38.2M 14:49:25 #6 DONE 1.1s 14:49:25 14:49:25 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release... 14:49:26 #7 DONE 1.1s 14:49:26 14:49:26 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases... 14:49:28 #8 DONE 1.3s 14:49:28 14:49:28 #9 [6/11] WORKDIR /go/src/github.com/docker/cli 14:49:28 #9 DONE 0.0s 14:49:28 14:49:28 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/... 14:49:28 #11 DONE 0.0s 14:49:28 14:49:28 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-... 14:49:28 #12 0.668 Updating certificates in /etc/ssl/certs... 14:49:29 #12 1.167 1 added, 0 removed; done. 14:49:29 #12 1.167 Running hooks in /etc/ca-certificates/update.d... 14:49:29 #12 1.168 done. 14:49:29 #12 DONE 1.3s 14:49:29 14:49:29 #13 [9/11] COPY . . 14:49:29 #13 DONE 0.7s 14:49:30 14:49:30 #14 [10/11] RUN ./scripts/build/binary 14:49:30 #14 0.618 Building statically linked build/docker-linux-amd64 14:50:52 #14 DONE 80.6s 14:50:52 14:50:52 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/* 14:50:52 #15 0.685 Building statically linked build/plugins-linux-amd64/docker-helloworld 14:50:53 #15 2.647 Building statically linked build/plugins-linux-amd64/docker-badmeta 14:50:55 #15 4.411 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun 14:50:57 #15 DONE 6.7s 14:50:57 14:50:57 #16 exporting to image 14:50:57 #16 exporting layers 14:50:59 #16 exporting layers 2.4s done 14:50:59 #16 writing image sha256:8c7a782881cb963b18f7c559c7a5fb8ff5b0f3dd46e582939e33e00f725ed9e4 done 14:50:59 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done 14:50:59 #16 DONE 2.5s 14:50:59 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-e2eclie2e1 14:51:01 Creating network "cliendtoendsuite_default" with the default driver 14:51:01 Pulling registry (registry:2)... 14:51:01 2: Pulling from library/registry 14:51:01 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146 14:51:01 Status: Downloaded newer image for registry:2 14:51:01 Pulling engine (docker:stable-dind)... 14:51:01 stable-dind: Pulling from library/docker 14:51:06 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4 14:51:06 Status: Downloaded newer image for docker:stable-dind 14:51:06 Building notary-server 14:51:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:51:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:51:06 server-0.5.0: Pulling from library/notary 14:51:07 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 14:51:07 Status: Downloaded newer image for notary:server-0.5.0 14:51:07 ---> 16b632e954ca 14:51:07 Step 3/3 : COPY ./notary/ /fixtures/ 14:51:08 ---> 602abd45c4a3 14:51:08 Successfully built 602abd45c4a3 14:51:08 Successfully tagged cliendtoendsuite_notary-server:latest 14:51:08 Building evil-notary-server 14:51:08 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:51:08 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:51:08 ---> 16b632e954ca 14:51:08 Step 3/3 : COPY ./notary-evil/ /fixtures/ 14:51:08 ---> 299cf96077f2 14:51:08 Successfully built 299cf96077f2 14:51:08 Successfully tagged cliendtoendsuite_evil-notary-server:latest 14:51:08 Creating cliendtoendsuite_registry_1 ... 14:51:08 Creating cliendtoendsuite_evil-notary-server_1 ... 14:51:08 Creating cliendtoendsuite_notary-server_1 ... 14:51:08 Creating cliendtoendsuite_engine_1 ... 14:51:12  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 tcp://172.18.0.5:2375 14:51:12 Client: 14:51:12 Version: 19.09.0-dev 14:51:12 API version: 1.40 (downgraded from 1.41) 14:51:12 Go version: go1.12.12 14:51:12 Git commit: 14:51:12 Built: Mon Dec 9 14:49:30 2019 14:51:12 OS/Arch: linux/amd64 14:51:12 Experimental: false 14:51:12 14:51:12 Server: Docker Engine - Community 14:51:12 Engine: 14:51:12 Version: 19.03.5 14:51:12 API version: 1.40 (minimum version 1.12) 14:51:12 Go version: go1.12.12 14:51:12 Git commit: 633a0ea838 14:51:12 Built: Wed Nov 13 07:28:45 2019 14:51:12 OS/Arch: linux/amd64 14:51:12 Experimental: false 14:51:12 containerd: 14:51:12 Version: v1.2.10 14:51:12 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 14:51:12 runc: 14:51:12 Version: 1.0.0-rc8+dev 14:51:12 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 14:51:12 docker-init: 14:51:12 Version: 0.18.0 14:51:12 GitCommit: fec3683 14:51:12 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 14:51:12 88286f41530e: Pulling fs layer 14:51:12 88286f41530e: Download complete 14:51:12 88286f41530e: Pull complete 14:51:12 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:51:12 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:51:12 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:51:12 The push refers to repository [registry:5000/alpine] 14:51:12 5bef08742407: Preparing 14:51:13 5bef08742407: Pushed 14:51:13 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 14:51:13 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 14:51:13 03b1be98f3f9: Pulling fs layer 14:51:13 03b1be98f3f9: Verifying Checksum 14:51:13 03b1be98f3f9: Download complete 14:51:13 03b1be98f3f9: Pull complete 14:51:13 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:51:13 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:51:13 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:51:14 The push refers to repository [registry:5000/busybox] 14:51:14 6a749002dd6a: Preparing 14:51:14 6a749002dd6a: Pushed 14:51:14 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 14:51:14 Swarm initialized: current node (o4xpbh3hdn2kwe6vk507pakj4) is now a manager. 14:51:14 14:51:14 To add a worker to this swarm, run the following command: 14:51:14 14:51:14 docker swarm join --token SWMTKN-1-0d1hk56fc1ppae6gzhgzm9tywwgd2n009zp2peqznyzmqpluew-65qo36hwhh92ehxle73q6bs29 172.18.0.5:2377 14:51:14 14:51:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 14:51:14 14:51:41 ✓ e2e/cli-plugins (2.546s) 14:51:41 ∅ e2e/cli-plugins/plugins/badmeta 14:51:41 ∅ e2e/cli-plugins/plugins/nopersistentprerun 14:51:41 ✓ e2e/context (44ms) 14:51:46 ✓ e2e/container (8.132s) 14:51:50 ✓ e2e/plugin (3.7s) 14:51:51 ✓ e2e/image (11.414s) 14:51:51 ∅ e2e/internal/fixtures 14:51:51 ∅ e2e/plugin/basic 14:51:51 ✓ e2e/stack (648ms) 14:51:52 ✓ e2e/system (65ms) 14:51:54 ✓ e2e/trust (2.112s) 14:51:54 14:51:54 === Skipped 14:51:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 14:51:54 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 14:51:54 14:51:54 === SKIP: e2e/image TestBuildIidFileSquash (0.04s) 14:51:54 build_test.go:112: !experimentalBuild: running against a non-experimental daemon 14:51:54 14:51:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 14:51:54 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 14:51:54 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 14:51:54 14:51:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 14:51:54 --- SKIP: TestRemove/Kubernetes (0.00s) 14:51:54 remove_test.go:22: !environment.KubernetesEnabled() 14:51:54 14:51:54 14:51:54 DONE 88 tests, 4 skipped in 39.980s 14:51:55 Stopping cliendtoendsuite_evil-notary-server_1 ... 14:51:55 Stopping cliendtoendsuite_engine_1 ... 14:51:55 Stopping cliendtoendsuite_registry_1 ... 14:51:55 Stopping cliendtoendsuite_notary-server_1 ... 14:51:57  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_evil-notary-server_1 ... 14:51:57 Removing cliendtoendsuite_engine_1 ... 14:51:57 Removing cliendtoendsuite_registry_1 ... 14:51:57 Removing cliendtoendsuite_notary-server_1 ... 14:51:57  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 14:51:57 Removing image cliendtoendsuite_notary-server 14:51:57 Removing image cliendtoendsuite_evil-notary-server 14:51:57 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-e2eclie2e1 14:51:58 Creating network "cliendtoendsuite_default" with the default driver 14:51:58 Building evil-notary-server 14:51:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:51:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:51:58 ---> 16b632e954ca 14:51:58 Step 3/3 : COPY ./notary-evil/ /fixtures/ 14:51:59 ---> b45ba99eaf23 14:51:59 Successfully built b45ba99eaf23 14:51:59 Successfully tagged cliendtoendsuite_evil-notary-server:latest 14:51:59 Building notary-server 14:51:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:51:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:51:59 ---> 16b632e954ca 14:51:59 Step 3/3 : COPY ./notary/ /fixtures/ 14:51:59 ---> 6513553eef8c 14:51:59 Successfully built 6513553eef8c 14:51:59 Successfully tagged cliendtoendsuite_notary-server:latest 14:51:59 Creating cliendtoendsuite_engine_1 ... 14:51:59 Creating cliendtoendsuite_notary-server_1 ... 14:51:59 Creating cliendtoendsuite_registry_1 ... 14:51:59 Creating cliendtoendsuite_evil-notary-server_1 ... 14:52:05  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done Waiting for docker daemon to become available at tcp://172.19.0.2:2375 14:52:05 Client: 14:52:05 Version: 19.09.0-dev 14:52:05 API version: 1.40 (downgraded from 1.41) 14:52:05 Go version: go1.12.12 14:52:05 Git commit: 14:52:05 Built: Mon Dec 9 14:49:30 2019 14:52:05 OS/Arch: linux/amd64 14:52:05 Experimental: false 14:52:05 14:52:05 Server: Docker Engine - Community 14:52:05 Engine: 14:52:05 Version: 19.03.5 14:52:05 API version: 1.40 (minimum version 1.12) 14:52:05 Go version: go1.12.12 14:52:05 Git commit: 633a0ea838 14:52:05 Built: Wed Nov 13 07:28:45 2019 14:52:05 OS/Arch: linux/amd64 14:52:05 Experimental: true 14:52:05 containerd: 14:52:05 Version: v1.2.10 14:52:05 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 14:52:05 runc: 14:52:05 Version: 1.0.0-rc8+dev 14:52:05 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 14:52:05 docker-init: 14:52:05 Version: 0.18.0 14:52:05 GitCommit: fec3683 14:52:05 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 14:52:05 88286f41530e: Pulling fs layer 14:52:05 88286f41530e: Verifying Checksum 14:52:05 88286f41530e: Download complete 14:52:05 88286f41530e: Pull complete 14:52:05 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:52:05 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:52:05 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:52:05 The push refers to repository [registry:5000/alpine] 14:52:05 5bef08742407: Preparing 14:52:05 5bef08742407: Pushed 14:52:05 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 14:52:06 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 14:52:06 03b1be98f3f9: Pulling fs layer 14:52:06 03b1be98f3f9: Verifying Checksum 14:52:06 03b1be98f3f9: Download complete 14:52:06 03b1be98f3f9: Pull complete 14:52:06 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:52:06 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:52:06 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:52:06 The push refers to repository [registry:5000/busybox] 14:52:06 6a749002dd6a: Preparing 14:52:06 6a749002dd6a: Pushed 14:52:06 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 14:52:07 Swarm initialized: current node (fskatyncc7hd04m0i21l6w7m8) is now a manager. 14:52:07 14:52:07 To add a worker to this swarm, run the following command: 14:52:07 14:52:07 docker swarm join --token SWMTKN-1-2a9rher5x7q1b4xk2qn48lxe48nhlefiv2rxs2rxq33pxbguvs-6o194641qlaz069gkx0txd7ud 172.19.0.2:2377 14:52:07 14:52:07 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 14:52:07 14:52:33 ✓ e2e/cli-plugins (2.668s) 14:52:33 ∅ e2e/cli-plugins/plugins/badmeta 14:52:33 ∅ e2e/cli-plugins/plugins/nopersistentprerun 14:52:33 ✓ e2e/context (53ms) 14:52:38 ✓ e2e/container (8.106s) 14:52:43 ✓ e2e/plugin (3.422s) 14:52:44 ✓ e2e/stack (570ms) 14:52:44 ✓ e2e/system (76ms) 14:52:47 ✓ e2e/image (14.732s) 14:52:47 ∅ e2e/internal/fixtures 14:52:47 ∅ e2e/plugin/basic 14:52:48 ✓ e2e/trust (3.198s) 14:52:48 14:52:48 === Skipped 14:52:48 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 14:52:48 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 14:52:48 14:52:48 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 14:52:48 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 14:52:48 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 14:52:48 14:52:48 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 14:52:48 --- SKIP: TestRemove/Kubernetes (0.00s) 14:52:48 remove_test.go:22: !environment.KubernetesEnabled() 14:52:48 14:52:48 14:52:48 DONE 88 tests, 3 skipped in 41.161s 14:52:49 Stopping cliendtoendsuite_evil-notary-server_1 ... 14:52:49 Stopping cliendtoendsuite_registry_1 ... 14:52:49 Stopping cliendtoendsuite_notary-server_1 ... 14:52:49 Stopping cliendtoendsuite_engine_1 ... 14:52:50  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_evil-notary-server_1 ... 14:52:50 Removing cliendtoendsuite_registry_1 ... 14:52:50 Removing cliendtoendsuite_notary-server_1 ... 14:52:50 Removing cliendtoendsuite_engine_1 ... 14:52:51  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 14:52:51 Removing image cliendtoendsuite_notary-server 14:52:51 Removing image cliendtoendsuite_evil-notary-server 14:52:51 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-e2eclie2e1 14:52:52 Creating network "cliendtoendsuite_default" with the default driver 14:52:52 Building evil-notary-server 14:52:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:52:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:52:53 ---> 16b632e954ca 14:52:53 Step 3/3 : COPY ./notary-evil/ /fixtures/ 14:52:53 ---> 8f07e1aae9b0 14:52:53 Successfully built 8f07e1aae9b0 14:52:53 Successfully tagged cliendtoendsuite_evil-notary-server:latest 14:52:53 Building notary-server 14:52:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0 14:52:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION} 14:52:53 ---> 16b632e954ca 14:52:53 Step 3/3 : COPY ./notary/ /fixtures/ 14:52:53 ---> ae6229452186 14:52:53 Successfully built ae6229452186 14:52:53 Successfully tagged cliendtoendsuite_notary-server:latest 14:52:53 Building engine 14:52:53 Step 1/6 : FROM docker:test-dind 14:52:53 test-dind: Pulling from library/docker 14:52:53 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4 14:52:53 Status: Downloaded newer image for docker:test-dind 14:52:53 ---> a4b37e66ffc7 14:52:53 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 14:52:53 ---> Running in dbcc87b05d0c 14:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 14:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 14:52:55 (1/5) Installing openssh-keygen (8.1_p1-r0) 14:52:55 (2/5) Installing openssh-server-common (8.1_p1-r0) 14:52:55 (3/5) Installing openssh-server (8.1_p1-r0) 14:52:55 (4/5) Installing linux-pam (1.3.0-r1) 14:52:55 (5/5) Installing shadow (4.6-r2) 14:52:55 Executing busybox-1.30.1-r2.trigger 14:52:55 OK: 24 MiB in 45 packages 14:52:55 Creating mailbox file: No such file or directory 14:52:56 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 14:52:57 Removing intermediate container dbcc87b05d0c 14:52:57 ---> 09ded55b0328 14:52:57 Step 3/6 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 14:52:57 ---> Running in 0383d7fce0ad 14:52:58 Removing intermediate container 0383d7fce0ad 14:52:58 ---> e2161b7f2257 14:52:58 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh / 14:52:58 ---> 445d9c6a1966 14:52:58 Step 5/6 : EXPOSE 22 14:52:58 ---> Running in 37b34c0b6f15 14:52:58 Removing intermediate container 37b34c0b6f15 14:52:58 ---> 5d6903400500 14:52:58 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"] 14:52:58 ---> Running in 78eece3bbba9 14:52:58 Removing intermediate container 78eece3bbba9 14:52:58 ---> 82c62a7f8efb 14:52:58 Successfully built 82c62a7f8efb 14:52:58 Successfully tagged docker:stable-dind 14:52:58 Creating cliendtoendsuite_registry_1 ... 14:52:58 Creating cliendtoendsuite_notary-server_1 ... 14:52:58 Creating cliendtoendsuite_evil-notary-server_1 ... 14:52:58 Creating cliendtoendsuite_engine_1 ... 14:53:04  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done  Creating cliendtoendsuite_registry_1 ... done Waiting for docker daemon to become available at ssh://penguin@172.20.0.3 14:53:04 Client: 14:53:04 Version: 19.09.0-dev 14:53:04 API version: 1.40 (downgraded from 1.41) 14:53:04 Go version: go1.12.12 14:53:04 Git commit: 14:53:04 Built: Mon Dec 9 14:49:30 2019 14:53:04 OS/Arch: linux/amd64 14:53:04 Experimental: false 14:53:04 14:53:04 Server: Docker Engine - Community 14:53:04 Engine: 14:53:04 Version: 19.03.5 14:53:04 API version: 1.40 (minimum version 1.12) 14:53:04 Go version: go1.12.12 14:53:04 Git commit: 633a0ea838 14:53:04 Built: Wed Nov 13 07:28:45 2019 14:53:04 OS/Arch: linux/amd64 14:53:04 Experimental: true 14:53:04 containerd: 14:53:04 Version: v1.2.10 14:53:04 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 14:53:04 runc: 14:53:04 Version: 1.0.0-rc8+dev 14:53:04 GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 14:53:04 docker-init: 14:53:04 Version: 0.18.0 14:53:04 GitCommit: fec3683 14:53:05 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 14:53:05 88286f41530e: Pulling fs layer 14:53:05 88286f41530e: Verifying Checksum 14:53:05 88286f41530e: Download complete 14:53:05 88286f41530e: Pull complete 14:53:05 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:53:05 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:53:05 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d 14:53:05 The push refers to repository [registry:5000/alpine] 14:53:05 5bef08742407: Preparing 14:53:06 5bef08742407: Pushed 14:53:06 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 14:53:06 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 14:53:06 03b1be98f3f9: Pulling fs layer 14:53:06 03b1be98f3f9: Verifying Checksum 14:53:06 03b1be98f3f9: Download complete 14:53:06 03b1be98f3f9: Pull complete 14:53:06 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:53:06 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:53:06 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 14:53:07 The push refers to repository [registry:5000/busybox] 14:53:07 6a749002dd6a: Preparing 14:53:07 6a749002dd6a: Pushed 14:53:07 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 14:53:08 Swarm initialized: current node (7mublnlzy2qvgxw2vulq4no2z) is now a manager. 14:53:08 14:53:08 To add a worker to this swarm, run the following command: 14:53:08 14:53:08 docker swarm join --token SWMTKN-1-1grxu6xw4vshuetjzhlbhejsj90mh741v5ymolua9az260kfcq-2jg632pqo521woz18t23coerb 172.20.0.3:2377 14:53:08 14:53:08 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. 14:53:08 14:53:46 ✓ e2e/cli-plugins (14.087s) 14:53:46 ∅ e2e/cli-plugins/plugins/badmeta 14:53:46 ∅ e2e/cli-plugins/plugins/nopersistentprerun 14:53:46 ✓ e2e/context (27ms) 14:53:48 ✓ e2e/container (18.35s) 14:53:54 ✓ e2e/plugin (4.286s) 14:53:57 ✓ e2e/stack (2.424s) 14:53:57 ✓ e2e/system (297ms) 14:54:05 ✓ e2e/trust (6.697s) 14:54:11 ✓ e2e/image (25.625s) 14:54:11 ∅ e2e/internal/fixtures 14:54:11 ∅ e2e/plugin/basic 14:54:11 14:54:11 === Skipped 14:54:11 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) 14:54:11 dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set 14:54:11 14:54:11 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) 14:54:11 --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) 14:54:11 deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. 14:54:11 14:54:11 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) 14:54:11 --- SKIP: TestRemove/Kubernetes (0.00s) 14:54:11 remove_test.go:22: !environment.KubernetesEnabled() 14:54:11 14:54:11 14:54:11 DONE 88 tests, 3 skipped in 62.240s 14:54:11 Stopping cliendtoendsuite_evil-notary-server_1 ... 14:54:11 Stopping cliendtoendsuite_engine_1 ... 14:54:11 Stopping cliendtoendsuite_registry_1 ... 14:54:11 Stopping cliendtoendsuite_notary-server_1 ... 14:54:13  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_evil-notary-server_1 ... 14:54:13 Removing cliendtoendsuite_engine_1 ... 14:54:13 Removing cliendtoendsuite_registry_1 ... 14:54:13 Removing cliendtoendsuite_notary-server_1 ... 14:54:13  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 14:54:13 Removing image cliendtoendsuite_notary-server 14:54:13 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