Skip to content
Success

Console Output

Pull request #2107 updated
13:17:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at c887984b48b302d8c1b878021e5df9ee3613a45e rather than dc1c3a5f6a9d2fc78a7a432a7780ae248a3f89e2
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 ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0d4dbf087a8a17c72) in /home/ubuntu/workspace/cli_PR-2107
[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-2107@tmp/bba2adcd-d1f1-4f8c-8723-b289ab0faadc/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
13:17:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:17:05 chowning workspace
[Pipeline] sh
13:17:05 + uname -m
[Pipeline] sh
13:17:05 + pwd
13:17:05 + id -u
13:17:05 + id -g
13:17:05 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2107:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:17:07 Removing all docker containers
[Pipeline] sh
13:17:07 + docker container ls -aq
[Pipeline] echo
13:17:07 Docker containers have been removed
[Pipeline] echo
13:17:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:17:07 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:17:07 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:17:07 Using the ‘stage’ step without a block argument is deprecated
13:17:07 Entering stage Git Checkout
13:17:07 Proceeding
[Pipeline] checkout
13:17:07 using credential docker-jenkins-github-credentials
13:17:07 Cloning the remote Git repository
13:17:07 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2107 # 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/2107/head:refs/remotes/origin/PR-2107 +refs/heads/master:refs/remotes/origin/master
13:17:10 Fetching without tags
13:17:10 Merging remotes/origin/master commit c887984b48b302d8c1b878021e5df9ee3613a45e into PR head commit dc1c3a5f6a9d2fc78a7a432a7780ae248a3f89e2
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2107/head:refs/remotes/origin/PR-2107 # 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/2107/head:refs/remotes/origin/PR-2107 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dc1c3a5f6a9d2fc78a7a432a7780ae248a3f89e2
13:17:11 Merge succeeded, producing 49ced62ac9becd6717ec62ac62c816e9dd280a69
13:17:11 Checking out Revision 49ced62ac9becd6717ec62ac62c816e9dd280a69 (PR-2107)
13:17:11 Commit message: "Merge commit 'c887984b48b302d8c1b878021e5df9ee3613a45e' into HEAD"
 > git merge c887984b48b302d8c1b878021e5df9ee3613a45e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 49ced62ac9becd6717ec62ac62c816e9dd280a69
 > git rev-list --no-walk 9e79ddce29c687388673f8a515985b891b4f6878 # timeout=10
[Pipeline] stage
13:17:12 Using the ‘stage’ step without a block argument is deprecated
13:17:12 Entering stage Run end-to-end test suite
13:17:12 Proceeding
[Pipeline] sh
13:17:12 + docker version
13:17:12 Client: Docker Engine - Community
13:17:12  Version:           19.03.2
13:17:12  API version:       1.40
13:17:12  Go version:        go1.12.8
13:17:12  Git commit:        6a30dfc
13:17:12  Built:             Thu Aug 29 05:29:11 2019
13:17:12  OS/Arch:           linux/amd64
13:17:12  Experimental:      false
13:17:12 
13:17:12 Server: Docker Engine - Community
13:17:12  Engine:
13:17:12   Version:          19.03.2
13:17:12   API version:      1.40 (minimum version 1.12)
13:17:12   Go version:       go1.12.8
13:17:12   Git commit:       6a30dfc
13:17:12   Built:            Thu Aug 29 05:27:45 2019
13:17:12   OS/Arch:          linux/amd64
13:17:12   Experimental:     true
13:17:12  containerd:
13:17:12   Version:          1.2.6
13:17:12   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:17:12  runc:
13:17:12   Version:          1.0.0-rc8
13:17:12   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:17:12  docker-init:
13:17:12   Version:          0.18.0
13:17:12   GitCommit:        fec3683
[Pipeline] sh
13:17:12 + docker info
13:17:13 Client:
13:17:13  Debug Mode: false
13:17:13 
13:17:13 Server:
13:17:13  Containers: 0
13:17:13   Running: 0
13:17:13   Paused: 0
13:17:13   Stopped: 0
13:17:13  Images: 28
13:17:13  Server Version: 19.03.2
13:17:13  Storage Driver: overlay2
13:17:13   Backing Filesystem: extfs
13:17:13   Supports d_type: true
13:17:13   Native Overlay Diff: true
13:17:13  Logging Driver: json-file
13:17:13  Cgroup Driver: cgroupfs
13:17:13  Plugins:
13:17:13   Volume: local
13:17:13   Network: bridge host ipvlan macvlan null overlay
13:17:13   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:17:13  Swarm: inactive
13:17:13  Runtimes: runc
13:17:13  Default Runtime: runc
13:17:13  Init Binary: docker-init
13:17:13  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:17:13  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:17:13  init version: fec3683
13:17:13  Security Options:
13:17:13   apparmor
13:17:13   seccomp
13:17:13    Profile: default
13:17:13  Kernel Version: 4.15.0-1048-aws
13:17:13  Operating System: Ubuntu 18.04.3 LTS
13:17:13  OSType: linux
13:17:13  Architecture: x86_64
13:17:13  CPUs: 2
13:17:13  Total Memory: 7.501GiB
13:17:13  Name: ip-10-100-61-214
13:17:13  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:17:13  Docker Root Dir: /var/lib/docker
13:17:13  Debug Mode: false
13:17:13  Username: dockerbuildbot
13:17:13  Registry: https://index.docker.io/v1/
13:17:13  Labels:
13:17:13  Experimental: true
13:17:13  Insecure Registries:
13:17:13   127.0.0.0/8
13:17:13  Live Restore Enabled: true
13:17:13 
13:17:13 WARNING: No swap limit support
[Pipeline] sh
13:17:13 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:17:13 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:17:13 #2 [internal] load .dockerignore
13:17:13 #2 DONE 0.0s
13:17:13 
13:17:13 #1 [internal] load build definition from Dockerfile.e2e
13:17:13 #1 transferring dockerfile: 1.58kB done
13:17:13 #1 DONE 0.0s
13:17:13 
13:17:13 #2 [internal] load .dockerignore
13:17:13 #2 transferring context: 100B done
13:17:13 #2 DONE 0.0s
13:17:13 
13:17:13 #3 [internal] load metadata for docker.io/library/golang:1.12.12
13:17:14 #3 DONE 0.2s
13:17:14 
13:17:14 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
13:17:14 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
13:17:14 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 0B / 50.38MB 0.1s
13:17:14 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 695.85kB / 7.81MB 0.1s
13:17:14 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0B / 10.00MB 0.1s
13:17:14 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
13:17:14 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
13:17:14 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.48MB / 7.81MB 0.2s
13:17:14 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 4.59MB / 10.00MB 0.2s
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.53MB / 50.38MB 0.3s
13:17:14 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.2s done
13:17:14 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.3s
13:17:14 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0B / 51.77MB 0.3s
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 15.18MB / 50.38MB 0.4s
13:17:14 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.3s done
13:17:14 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 7.01MB / 51.77MB 0.4s
13:17:14 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.57MB / 68.52MB 0.4s
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 21.50MB / 50.38MB 0.6s
13:17:14 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 15.21MB / 51.77MB 0.6s
13:17:14 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 9.68MB / 68.52MB 0.6s
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 26.97MB / 50.38MB 0.7s
13:17:14 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 25.98MB / 51.77MB 0.7s
13:17:14 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 15.51MB / 68.52MB 0.7s
13:17:14 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 36.23MB / 50.38MB 0.9s
13:17:14 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 32.52MB / 51.77MB 0.9s
13:17:14 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 29.07MB / 68.52MB 0.9s
13:17:15 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 39.17MB / 50.38MB 1.0s
13:17:15 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 37.74MB / 51.77MB 1.0s
13:17:15 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 38.82MB / 68.52MB 1.0s
13:17:15 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.2s
13:17:15 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 46.94MB / 51.77MB 1.2s
13:17:15 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 50.01MB / 68.52MB 1.2s
13:17:15 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.3s done
13:17:15 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.3s
13:17:15 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 58.67MB / 68.52MB 1.3s
13:17:15 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 1.3s
13:17:15 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.4s done
13:17:15 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 1.6s
13:17:15 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 10.41MB / 127.97MB 1.6s
13:17:15 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 1.5s done
13:17:15 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 1.6s done
13:17:15 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1
13:17:15 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 22.91MB / 127.97MB 1.8s
13:17:16 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 44.03MB / 127.97MB 2.1s
13:17:16 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 51.31MB / 127.97MB 2.2s
13:17:16 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 71.62MB / 127.97MB 2.5s
13:17:16 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 79.93MB / 127.97MB 2.6s
13:17:16 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 93.23MB / 127.97MB 2.8s
13:17:17 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 111.45MB / 127.97MB 3.1s
13:17:17 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 118.53MB / 127.97MB 3.2s
13:17:17 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.3s
13:17:17 #4 ...
13:17:17 
13:17:17 #10 [internal] load build context
13:17:17 #10 transferring context: 42.42MB 3.5s done
13:17:17 #10 DONE 3.5s
13:17:17 
13:17:17 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
13:17:17 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.5s done
13:17:18 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.2s done
13:17:18 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.1s
13:17:19 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.3s done
13:17:19 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4
13:17:19 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.3s done
13:17:19 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713
13:17:22 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 2.0s done
13:17:22 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62
13:17:24 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.1s done
13:17:24 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
13:17:29 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.4s done
13:17:29 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
13:17:29 #4 DONE 14.9s
13:17:29 
13:17:29 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:17:30 #5 1.084 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:17:30 #5 1.096 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:17:30 #5 1.096 Get:3 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
13:17:30 #5 1.189 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
13:17:30 #5 1.346 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:17:30 #5 1.417 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [108 kB]
13:17:31 #5 2.506 Fetched 8222 kB in 2s (4906 kB/s)
13:17:31 #5 2.506 Reading package lists...
13:17:32 #5 3.090 Reading package lists...
13:17:32 #5 3.680 Building dependency tree...
13:17:32 #5 3.784 Reading state information...
13:17:32 #5 3.883 curl is already the newest version (7.64.0-4).
13:17:32 #5 3.883 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
13:17:32 #5 3.883 openssl is already the newest version (1.1.1d-0+deb10u2).
13:17:32 #5 3.883 openssl set to manually installed.
13:17:32 #5 3.883 The following additional packages will be installed:
13:17:32 #5 3.884   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:17:32 #5 3.885   libalgorithm-merge-perl libfakeroot patch xz-utils
13:17:32 #5 3.885 Suggested packages:
13:17:32 #5 3.885   bzip2-doc debian-keyring ed diffutils-doc
13:17:32 #5 3.959 The following NEW packages will be installed:
13:17:32 #5 3.959   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
13:17:32 #5 3.960   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
13:17:33 #5 4.227 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
13:17:33 #5 4.227 Need to get 2342 kB of archives.
13:17:33 #5 4.227 After this operation, 3601 kB of additional disk space will be used.
13:17:33 #5 4.227 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:17:33 #5 4.232 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:17:33 #5 4.239 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
13:17:33 #5 4.242 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
13:17:33 #5 4.272 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
13:17:33 #5 4.272 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
13:17:33 #5 4.273 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
13:17:33 #5 4.274 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:17:33 #5 4.275 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
13:17:33 #5 4.275 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:17:33 #5 4.383 debconf: delaying package configuration, since apt-utils is not installed
13:17:33 #5 4.405 Fetched 2342 kB in 0s (7699 kB/s)
13:17:33 #5 4.422 Selecting previously unselected package bzip2.
13:17:33 #5 4.422 (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.)
13:17:33 #5 4.430 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:17:33 #5 4.434 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:17:33 #5 4.475 Selecting previously unselected package xz-utils.
13:17:33 #5 4.477 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
13:17:33 #5 4.481 Unpacking xz-utils (5.2.4-1) ...
13:17:33 #5 4.528 Selecting previously unselected package patch.
13:17:33 #5 4.530 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
13:17:33 #5 4.534 Unpacking patch (2.7.6-3+deb10u1) ...
13:17:33 #5 4.574 Selecting previously unselected package dpkg-dev.
13:17:33 #5 4.575 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
13:17:33 #5 4.580 Unpacking dpkg-dev (1.19.7) ...
13:17:33 #5 4.700 Selecting previously unselected package build-essential.
13:17:33 #5 4.702 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
13:17:33 #5 4.706 Unpacking build-essential (12.6) ...
13:17:33 #5 4.737 Selecting previously unselected package libfakeroot:amd64.
13:17:33 #5 4.739 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
13:17:33 #5 4.746 Unpacking libfakeroot:amd64 (1.23-1) ...
13:17:33 #5 4.777 Selecting previously unselected package fakeroot.
13:17:33 #5 4.779 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
13:17:33 #5 4.783 Unpacking fakeroot (1.23-1) ...
13:17:33 #5 4.819 Selecting previously unselected package libalgorithm-diff-perl.
13:17:33 #5 4.821 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:17:33 #5 4.826 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:17:33 #5 4.855 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:17:33 #5 4.855 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
13:17:33 #5 4.858 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:17:33 #5 5.030 Selecting previously unselected package libalgorithm-merge-perl.
13:17:33 #5 5.032 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
13:17:33 #5 5.037 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:17:33 #5 5.076 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:17:33 #5 5.088 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:17:33 #5 5.099 Setting up libfakeroot:amd64 (1.23-1) ...
13:17:33 #5 5.114 Setting up fakeroot (1.23-1) ...
13:17:33 #5 5.125 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:17:33 #5 5.135 Setting up xz-utils (5.2.4-1) ...
13:17:33 #5 5.144 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:17:33 #5 5.152 Setting up patch (2.7.6-3+deb10u1) ...
13:17:33 #5 5.163 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:17:33 #5 5.173 Setting up libalgorithm-merge-perl (0.08-3) ...
13:17:33 #5 5.184 Setting up dpkg-dev (1.19.7) ...
13:17:34 #5 5.201 Setting up build-essential (12.6) ...
13:17:34 #5 5.213 Processing triggers for libc-bin (2.28-10) ...
13:17:37 #5 DONE 8.1s
13:17:37 
13:17:37 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:17:37 #6 0.680   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13:17:37 #6 0.680                                  Dload  Upload   Total   Spent    Left  Speed
13:17:37 #6 0.681 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5273      0 --:--:-- --:--:-- --:--:--  5318
13:17:37 #6 0.835 
  4 10.3M    4  496k    0     0  3203k      0  0:00:03 --:--:--  0:00:03 3203k
100 10.3M  100 10.3M    0     0  44.2M      0 --:--:-- --:--:-- --:--:--  124M
13:17:38 #6 DONE 1.1s
13:17:38 
13:17:38 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:17:39 #7 DONE 1.1s
13:17:39 
13:17:39 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:17:40 #8 DONE 1.0s
13:17:40 
13:17:40 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:17:40 #9 DONE 0.0s
13:17:40 
13:17:40 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:17:40 #11 DONE 0.1s
13:17:40 
13:17:40 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:17:41 #12 0.795 Updating certificates in /etc/ssl/certs...
13:17:41 #12 1.298 1 added, 0 removed; done.
13:17:41 #12 1.298 Running hooks in /etc/ca-certificates/update.d...
13:17:41 #12 1.299 done.
13:17:41 #12 DONE 1.4s
13:17:41 
13:17:41 #13 [9/11] COPY . .
13:17:42 #13 DONE 1.0s
13:17:42 
13:17:42 #14 [10/11] RUN ./scripts/build/binary
13:17:43 #14 0.828 Building statically linked build/docker-linux-amd64
13:19:04 #14 DONE 73.7s
13:19:04 
13:19:04 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:19:04 #15 0.878 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:19:04 #15 2.814 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:19:04 #15 4.548 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:19:04 #15 DONE 6.7s
13:19:04 
13:19:04 #16 exporting to image
13:19:04 #16 exporting layers
13:19:05 #16 exporting layers 2.2s done
13:19:05 #16 writing image sha256:2c6f0623f14c81965cb6efce9a28cff6e1c7aede74bd08367ce23d758329f883
13:19:05 #16 writing image sha256:2c6f0623f14c81965cb6efce9a28cff6e1c7aede74bd08367ce23d758329f883 done
13:19:05 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
13:19:05 #16 DONE 2.2s
13:19:05 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-e2eclie2e2
13:19:06 Creating network "cliendtoendsuite_default" with the default driver
13:19:06 Pulling engine (docker:stable-dind)...
13:19:06 stable-dind: Pulling from library/docker
13:19:11 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
13:19:11 Status: Downloaded newer image for docker:stable-dind
13:19:11 Building notary-server
13:19:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:19:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:19:11 server-0.5.0: Pulling from library/notary
13:19:11 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
13:19:11 Status: Downloaded newer image for notary:server-0.5.0
13:19:11  ---> 16b632e954ca
13:19:11 Step 3/3 : COPY ./notary/ /fixtures/
13:19:12  ---> c8e8b0df207b
13:19:12 Successfully built c8e8b0df207b
13:19:12 Successfully tagged cliendtoendsuite_notary-server:latest
13:19:12 Building evil-notary-server
13:19:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:19:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:19:12  ---> 16b632e954ca
13:19:12 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:19:13  ---> 80f9fa6e15d4
13:19:13 Successfully built 80f9fa6e15d4
13:19:13 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:19:13 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:19:13 Creating cliendtoendsuite_registry_1           ... 
13:19:13 Creating cliendtoendsuite_notary-server_1      ... 
13:19:13 Creating cliendtoendsuite_engine_1             ... 
13:19:16 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
13:19:16 Client:
13:19:16  Version:           19.09.0-dev
13:19:16  API version:       1.40 (downgraded from 1.41)
13:19:16  Go version:        go1.12.12
13:19:16  Git commit:        
13:19:16  Built:             Mon Oct 28 13:17:43 2019
13:19:16  OS/Arch:           linux/amd64
13:19:16  Experimental:      false
13:19:16 
13:19:16 Server: Docker Engine - Community
13:19:16  Engine:
13:19:16   Version:          19.03.4
13:19:16   API version:      1.40 (minimum version 1.12)
13:19:16   Go version:       go1.12.10
13:19:16   Git commit:       9013bf583a
13:19:16   Built:            Fri Oct 18 15:55:51 2019
13:19:16   OS/Arch:          linux/amd64
13:19:16   Experimental:     false
13:19:16  containerd:
13:19:16   Version:          v1.2.10
13:19:16   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:19:16  runc:
13:19:16   Version:          1.0.0-rc8+dev
13:19:16   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:19:16  docker-init:
13:19:16   Version:          0.18.0
13:19:16   GitCommit:        fec3683
13:19:16 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:19:16 88286f41530e: Pulling fs layer
13:19:16 88286f41530e: Verifying Checksum
13:19:16 88286f41530e: Download complete
13:19:17 88286f41530e: Pull complete
13:19:17 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:19:17 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:19:17 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:19:17 The push refers to repository [registry:5000/alpine]
13:19:17 5bef08742407: Preparing
13:19:17 5bef08742407: Pushed
13:19:17 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:19:17 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:19:17 03b1be98f3f9: Pulling fs layer
13:19:17 03b1be98f3f9: Verifying Checksum
13:19:17 03b1be98f3f9: Download complete
13:19:17 03b1be98f3f9: Pull complete
13:19:17 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:19:17 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:19:17 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:19:17 The push refers to repository [registry:5000/busybox]
13:19:17 6a749002dd6a: Preparing
13:19:18 6a749002dd6a: Pushed
13:19:18 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:19:18 Swarm initialized: current node (irzrb44u5b8udqwemk9tos0wg) is now a manager.
13:19:18 
13:19:18 To add a worker to this swarm, run the following command:
13:19:18 
13:19:18     docker swarm join --token SWMTKN-1-230otoylzqihcp0kcdv4l4l4anbf9cmgbebjyrk4i9clsqmi64-3d9s02jyowiu1qquby2f7awpd 172.18.0.3:2377
13:19:18 
13:19:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:19:18 
13:19:50 ✓  e2e/cli-plugins (2.627s)
13:19:50 ∅  e2e/cli-plugins/plugins/badmeta
13:19:50 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:19:50 ✓  e2e/context (31ms)
13:19:52 ✓  e2e/container (8.709s)
13:19:57 ✓  e2e/plugin (3.846s)
13:19:58 ✓  e2e/image (11.477s)
13:19:58 ∅  e2e/internal/fixtures (1ms)
13:19:58 ∅  e2e/plugin/basic
13:19:59 ✓  e2e/stack (627ms)
13:19:59 ✓  e2e/system (83ms)
13:20:01 ✓  e2e/trust (2.199s)
13:20:01 
13:20:01 === Skipped
13:20:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:20:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:20:01 
13:20:01 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
13:20:01     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
13:20:01 
13:20:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:20:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:20:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:20:01 
13:20:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:20:01     --- SKIP: TestRemove/Kubernetes (0.00s)
13:20:01         remove_test.go:22: !environment.KubernetesEnabled()
13:20:01 
13:20:01 
13:20:01 DONE 88 tests, 4 skipped in 43.123s
13:20:02 Stopping cliendtoendsuite_engine_1             ... 
13:20:02 Stopping cliendtoendsuite_registry_1           ... 
13:20:02 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:20:02 Stopping cliendtoendsuite_notary-server_1      ... 
13:20:04 
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_engine_1             ... 
13:20:04 Removing cliendtoendsuite_registry_1           ... 
13:20:04 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:20:04 Removing cliendtoendsuite_notary-server_1      ... 
13:20:04 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
13:20:04 Removing image cliendtoendsuite_notary-server
13:20:04 Removing image cliendtoendsuite_evil-notary-server
13:20:04 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-e2eclie2e2
13:20:06 Creating network "cliendtoendsuite_default" with the default driver
13:20:06 Building evil-notary-server
13:20:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:20:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:20:06  ---> 16b632e954ca
13:20:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:20:06  ---> c6864ab14bde
13:20:06 Successfully built c6864ab14bde
13:20:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:20:06 Building notary-server
13:20:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:20:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:20:06  ---> 16b632e954ca
13:20:06 Step 3/3 : COPY ./notary/ /fixtures/
13:20:06  ---> bb790c87c898
13:20:06 Successfully built bb790c87c898
13:20:07 Successfully tagged cliendtoendsuite_notary-server:latest
13:20:07 Creating cliendtoendsuite_engine_1 ... 
13:20:07 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:20:07 Creating cliendtoendsuite_registry_1           ... 
13:20:07 Creating cliendtoendsuite_notary-server_1      ... 
13:20:10 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
13:20:10 Client:
13:20:10  Version:           19.09.0-dev
13:20:10  API version:       1.40 (downgraded from 1.41)
13:20:10  Go version:        go1.12.12
13:20:10  Git commit:        
13:20:10  Built:             Mon Oct 28 13:17:43 2019
13:20:10  OS/Arch:           linux/amd64
13:20:10  Experimental:      false
13:20:10 
13:20:10 Server: Docker Engine - Community
13:20:10  Engine:
13:20:10   Version:          19.03.4
13:20:10   API version:      1.40 (minimum version 1.12)
13:20:10   Go version:       go1.12.10
13:20:10   Git commit:       9013bf583a
13:20:10   Built:            Fri Oct 18 15:55:51 2019
13:20:10   OS/Arch:          linux/amd64
13:20:10   Experimental:     true
13:20:10  containerd:
13:20:10   Version:          v1.2.10
13:20:10   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:20:10  runc:
13:20:10   Version:          1.0.0-rc8+dev
13:20:10   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:20:10  docker-init:
13:20:10   Version:          0.18.0
13:20:10   GitCommit:        fec3683
13:20:10 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:20:10 88286f41530e: Pulling fs layer
13:20:10 88286f41530e: Download complete
13:20:10 88286f41530e: Pull complete
13:20:10 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:20:10 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:20:10 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:20:11 The push refers to repository [registry:5000/alpine]
13:20:11 5bef08742407: Preparing
13:20:11 5bef08742407: Pushed
13:20:11 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:20:11 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:20:11 03b1be98f3f9: Pulling fs layer
13:20:11 03b1be98f3f9: Verifying Checksum
13:20:11 03b1be98f3f9: Download complete
13:20:11 03b1be98f3f9: Pull complete
13:20:11 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:20:11 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:20:11 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:20:11 The push refers to repository [registry:5000/busybox]
13:20:11 6a749002dd6a: Preparing
13:20:12 6a749002dd6a: Pushed
13:20:12 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:20:12 Swarm initialized: current node (4froa1w480azy2ia8ydjjw323) is now a manager.
13:20:12 
13:20:12 To add a worker to this swarm, run the following command:
13:20:12 
13:20:12     docker swarm join --token SWMTKN-1-47zgy0rz4o4l4yvnmg4zfweaf14s0sjewfn1a8pv2084j28re0-6pz95bdf8z461ys08wvixi72y 172.19.0.5:2377
13:20:12 
13:20:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:20:12 
13:20:39 ✓  e2e/cli-plugins (2.639s)
13:20:39 ∅  e2e/cli-plugins/plugins/badmeta
13:20:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:20:39 ✓  e2e/context (69ms)
13:20:44 ✓  e2e/container (8.55s)
13:20:49 ✓  e2e/plugin (3.628s)
13:20:50 ✓  e2e/stack (641ms)
13:20:50 ✓  e2e/system (78ms)
13:20:54 ✓  e2e/image (14.853s)
13:20:54 ∅  e2e/internal/fixtures
13:20:54 ∅  e2e/plugin/basic
13:20:54 ✓  e2e/trust (2.951s)
13:20:54 
13:20:54 === Skipped
13:20:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:20:54     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:20:54 
13:20:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:20:54     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:20:54         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:20:54 
13:20:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:20:54     --- SKIP: TestRemove/Kubernetes (0.00s)
13:20:54         remove_test.go:22: !environment.KubernetesEnabled()
13:20:54 
13:20:54 
13:20:54 DONE 88 tests, 3 skipped in 41.902s
13:20:55 Stopping cliendtoendsuite_registry_1           ... 
13:20:55 Stopping cliendtoendsuite_notary-server_1      ... 
13:20:55 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:20:55 Stopping cliendtoendsuite_engine_1             ... 
13:20:57 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
13:20:57 Removing cliendtoendsuite_notary-server_1      ... 
13:20:57 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:20:57 Removing cliendtoendsuite_engine_1             ... 
13:20:57 
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
13:20:57 Removing image cliendtoendsuite_notary-server
13:20:57 Removing image cliendtoendsuite_evil-notary-server
13:20: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 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e2
13:20:59 Creating network "cliendtoendsuite_default" with the default driver
13:20:59 Building notary-server
13:20:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:20:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:20:59  ---> 16b632e954ca
13:20:59 Step 3/3 : COPY ./notary/ /fixtures/
13:20:59  ---> d4debf3904c8
13:20:59 Successfully built d4debf3904c8
13:20:59 Successfully tagged cliendtoendsuite_notary-server:latest
13:20:59 Building engine
13:20:59 Step 1/6 : FROM docker:test-dind
13:20:59 test-dind: Pulling from library/docker
13:20:59 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
13:20:59 Status: Downloaded newer image for docker:test-dind
13:20:59  ---> eaed9efc02d2
13:20:59 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
13:20:59  ---> Running in 2a5e36547bc2
13:21:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
13:21:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
13:21:01 (1/5) Installing openssh-keygen (8.1_p1-r0)
13:21:01 (2/5) Installing openssh-server-common (8.1_p1-r0)
13:21:01 (3/5) Installing openssh-server (8.1_p1-r0)
13:21:01 (4/5) Installing linux-pam (1.3.0-r1)
13:21:01 (5/5) Installing shadow (4.6-r2)
13:21:01 Executing busybox-1.30.1-r2.trigger
13:21:01 OK: 24 MiB in 45 packages
13:21:02 Creating mailbox file: No such file or directory
13:21:02 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:21:03 Removing intermediate container 2a5e36547bc2
13:21:03  ---> ead02f0ce5cb
13:21:03 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
13:21:03  ---> Running in 353aeb018032
13:21:04 Removing intermediate container 353aeb018032
13:21:04  ---> aed105f0fdb8
13:21:04 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
13:21:04  ---> eb0f050120f0
13:21:04 Step 5/6 : EXPOSE 22
13:21:04  ---> Running in 5596c2560be4
13:21:05 Removing intermediate container 5596c2560be4
13:21:05  ---> 89a744545f0e
13:21:05 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
13:21:05  ---> Running in d748efaffb1d
13:21:05 Removing intermediate container d748efaffb1d
13:21:05  ---> b89bc4547061
13:21:05 Successfully built b89bc4547061
13:21:05 Successfully tagged docker:stable-dind
13:21:05 Building evil-notary-server
13:21:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:21:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:21:05  ---> 16b632e954ca
13:21:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:21:05  ---> 3c5416f0f95e
13:21:05 Successfully built 3c5416f0f95e
13:21:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:21:05 Creating cliendtoendsuite_engine_1 ... 
13:21:05 Creating cliendtoendsuite_notary-server_1 ... 
13:21:05 Creating cliendtoendsuite_registry_1      ... 
13:21:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:21:08 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
13:21:09 Client:
13:21:09  Version:           19.09.0-dev
13:21:09  API version:       1.40 (downgraded from 1.41)
13:21:09  Go version:        go1.12.12
13:21:09  Git commit:        
13:21:09  Built:             Mon Oct 28 13:17:43 2019
13:21:09  OS/Arch:           linux/amd64
13:21:09  Experimental:      false
13:21:09 
13:21:09 Server: Docker Engine - Community
13:21:09  Engine:
13:21:09   Version:          19.03.4
13:21:09   API version:      1.40 (minimum version 1.12)
13:21:09   Go version:       go1.12.10
13:21:09   Git commit:       9013bf583a
13:21:09   Built:            Fri Oct 18 15:55:51 2019
13:21:09   OS/Arch:          linux/amd64
13:21:09   Experimental:     true
13:21:09  containerd:
13:21:09   Version:          v1.2.10
13:21:09   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:21:09  runc:
13:21:09   Version:          1.0.0-rc8+dev
13:21:09   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:21:09  docker-init:
13:21:09   Version:          0.18.0
13:21:09   GitCommit:        fec3683
13:21:09 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:21:09 88286f41530e: Pulling fs layer
13:21:09 88286f41530e: Verifying Checksum
13:21:09 88286f41530e: Download complete
13:21:09 88286f41530e: Pull complete
13:21:09 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:21:09 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:21:09 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:21:10 The push refers to repository [registry:5000/alpine]
13:21:10 5bef08742407: Preparing
13:21:10 5bef08742407: Pushed
13:21:10 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:21:10 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:21:10 03b1be98f3f9: Pulling fs layer
13:21:10 03b1be98f3f9: Verifying Checksum
13:21:10 03b1be98f3f9: Download complete
13:21:10 03b1be98f3f9: Pull complete
13:21:10 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:21:10 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:21:10 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:21:11 The push refers to repository [registry:5000/busybox]
13:21:11 6a749002dd6a: Preparing
13:21:11 6a749002dd6a: Pushed
13:21:11 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:21:12 Swarm initialized: current node (ezb9oszf7dfha2wdnn7ab08tq) is now a manager.
13:21:12 
13:21:12 To add a worker to this swarm, run the following command:
13:21:12 
13:21:12     docker swarm join --token SWMTKN-1-22oexxf81myvblyp39sgpy6vifpooospoxcbgkp816wqxto1t8-5g5c5cwezmjvpc8pid95fn69w 172.20.0.4:2377
13:21:12 
13:21:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:21:12 
13:21:51 ✓  e2e/cli-plugins (14.266s)
13:21:51 ∅  e2e/cli-plugins/plugins/badmeta
13:21:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:21:51 ✓  e2e/context (41ms)
13:21:58 ✓  e2e/container (19.812s)
13:22:03 ✓  e2e/plugin (4.518s)
13:22:05 ✓  e2e/stack (2.377s)
13:22:06 ✓  e2e/system (287ms)
13:22:14 ✓  e2e/trust (6.688s)
13:22:19 ✓  e2e/image (27.065s)
13:22:19 ∅  e2e/internal/fixtures
13:22:19 ∅  e2e/plugin/basic
13:22:19 
13:22:19 === Skipped
13:22:19 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:22:19     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:22:19 
13:22:19 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:22:19     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:22:19         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:22:19 
13:22:19 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:22:19     --- SKIP: TestRemove/Kubernetes (0.00s)
13:22:19         remove_test.go:22: !environment.KubernetesEnabled()
13:22:19 
13:22:19 
13:22:19 DONE 88 tests, 3 skipped in 66.634s
13:22:19 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:22:19 Stopping cliendtoendsuite_engine_1             ... 
13:22:19 Stopping cliendtoendsuite_registry_1           ... 
13:22:19 Stopping cliendtoendsuite_notary-server_1      ... 
13:22:21 
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 ... 
13:22:21 Removing cliendtoendsuite_engine_1             ... 
13:22:21 Removing cliendtoendsuite_registry_1           ... 
13:22:21 Removing cliendtoendsuite_notary-server_1      ... 
13:22:21 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
13:22:21 Removing image cliendtoendsuite_notary-server
13:22:21 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