Skip to content
Success

Console Output

Pull request #2158 updated
11:54:47 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 3bf2d7539b1b2b122fc7c2313585008aa39d3006+146d29c018cc51a72535893ff99a2838d2e332b5 (b95ce6127ed7d553a6fa4a5d2ccc18fd3d287d16)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0a30563a5fee3abbc) in /home/ubuntu/workspace/cli_PR-2158
[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-2158@tmp/2b8bca50-ba2f-4b02-83e1-27cff236a90f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:54:50 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:54:50 chowning workspace
[Pipeline] sh
11:54:50 + uname -m
[Pipeline] sh
11:54:51 + pwd
11:54:51 + id -u
11:54:51 + id -g
11:54:51 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2158:/workspace busybox chown -R 1000:1000 /workspace
11:54:51 Unable to find image 'busybox:latest' locally
11:54:51 latest: Pulling from library/busybox
11:54:51 7c9d20b9b6cd: Pulling fs layer
11:54:51 7c9d20b9b6cd: Verifying Checksum
11:54:51 7c9d20b9b6cd: Download complete
11:54:51 7c9d20b9b6cd: Pull complete
11:54:51 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
11:54:51 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:54:52 Removing all docker containers
[Pipeline] sh
11:54:53 + docker container ls -aq
[Pipeline] echo
11:54:53 Docker containers have been removed
[Pipeline] echo
11:54:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:54:53 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:54:53 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:54:53 Using the ‘stage’ step without a block argument is deprecated
11:54:53 Entering stage Git Checkout
11:54:53 Proceeding
[Pipeline] checkout
11:54:53 using credential docker-jenkins-github-credentials
11:54:53 Cloning the remote Git repository
11:54:53 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2158 # 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/2158/head:refs/remotes/origin/PR-2158 +refs/heads/master:refs/remotes/origin/master
11:54:56 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2158/head:refs/remotes/origin/PR-2158 # 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
11:54:56 Merging remotes/origin/master commit 146d29c018cc51a72535893ff99a2838d2e332b5 into PR head commit 3bf2d7539b1b2b122fc7c2313585008aa39d3006
11:54:57 Merge succeeded, producing 3bf2d7539b1b2b122fc7c2313585008aa39d3006
11:54:57 Checking out Revision 3bf2d7539b1b2b122fc7c2313585008aa39d3006 (PR-2158)
11:54:57 Commit message: "bump docker/docker to a30990b3c8d0d42280fa501287859e1d2393a951"
11:54:57 First time build. Skipping changelog.
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/2158/head:refs/remotes/origin/PR-2158 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3bf2d7539b1b2b122fc7c2313585008aa39d3006
 > git merge 146d29c018cc51a72535893ff99a2838d2e332b5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3bf2d7539b1b2b122fc7c2313585008aa39d3006
 > git rev-list --no-walk 92475ec09019cb0535db5114b39f3cf153422d4e # timeout=10
[Pipeline] stage
11:54:58 Using the ‘stage’ step without a block argument is deprecated
11:54:58 Entering stage Run end-to-end test suite
11:54:58 Proceeding
[Pipeline] sh
11:54:58 + docker version
11:54:58 Client: Docker Engine - Community
11:54:58  Version:           19.03.2
11:54:58  API version:       1.40
11:54:58  Go version:        go1.12.8
11:54:58  Git commit:        6a30dfc
11:54:58  Built:             Thu Aug 29 05:29:11 2019
11:54:58  OS/Arch:           linux/amd64
11:54:58  Experimental:      false
11:54:58 
11:54:58 Server: Docker Engine - Community
11:54:58  Engine:
11:54:58   Version:          19.03.2
11:54:58   API version:      1.40 (minimum version 1.12)
11:54:58   Go version:       go1.12.8
11:54:58   Git commit:       6a30dfc
11:54:58   Built:            Thu Aug 29 05:27:45 2019
11:54:58   OS/Arch:          linux/amd64
11:54:58   Experimental:     true
11:54:58  containerd:
11:54:58   Version:          1.2.6
11:54:58   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:54:58  runc:
11:54:58   Version:          1.0.0-rc8
11:54:58   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
11:54:58  docker-init:
11:54:58   Version:          0.18.0
11:54:58   GitCommit:        fec3683
[Pipeline] sh
11:54:59 + docker info
11:55:08 Client:
11:55:08  Debug Mode: false
11:55:08 
11:55:08 Server:
11:55:08  Containers: 0
11:55:08   Running: 0
11:55:08   Paused: 0
11:55:08   Stopped: 0
11:55:08  Images: 9
11:55:08  Server Version: 19.03.2
11:55:08  Storage Driver: overlay2
11:55:08   Backing Filesystem: extfs
11:55:08   Supports d_type: true
11:55:08   Native Overlay Diff: true
11:55:08  Logging Driver: json-file
11:55:08  Cgroup Driver: cgroupfs
11:55:08  Plugins:
11:55:08   Volume: local
11:55:08   Network: bridge host ipvlan macvlan null overlay
11:55:08   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:55:08  Swarm: inactive
11:55:08  Runtimes: runc
11:55:08  Default Runtime: runc
11:55:08  Init Binary: docker-init
11:55:08  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
11:55:08  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
11:55:08  init version: fec3683
11:55:08  Security Options:
11:55:08   apparmor
11:55:08   seccomp
11:55:08    Profile: default
11:55:08  Kernel Version: 4.15.0-1048-aws
11:55:08  Operating System: Ubuntu 18.04.3 LTS
11:55:08  OSType: linux
11:55:08  Architecture: x86_64
11:55:08  CPUs: 2
11:55:08  Total Memory: 7.501GiB
11:55:08  Name: ip-10-100-67-54
11:55:08  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
11:55:08  Docker Root Dir: /var/lib/docker
11:55:08  Debug Mode: false
11:55:08  Username: dockerbuildbot
11:55:08  Registry: https://index.docker.io/v1/
11:55:08  Labels:
11:55:08  Experimental: true
11:55:08  Insecure Registries:
11:55:08   127.0.0.0/8
11:55:08  Live Restore Enabled: true
11:55:08 
11:55:08 WARNING: No swap limit support
[Pipeline] sh
11:55:09 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
11:55:09 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
11:55:09 #2 [internal] load build definition from Dockerfile.e2e
11:55:09 #2 transferring dockerfile: 1.58kB done
11:55:09 #2 DONE 0.0s
11:55:09 
11:55:09 #1 [internal] load .dockerignore
11:55:09 #1 transferring context: 100B done
11:55:09 #1 DONE 0.0s
11:55:09 
11:55:09 #3 [internal] load metadata for docker.io/library/golang:1.12.12
11:55:09 #3 DONE 0.6s
11:55:10 
11:55:10 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
11:55:10 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
11:55:10 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
11:55:10 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 0B / 50.38MB 0.1s
11:55:10 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 3.15MB / 7.81MB 0.1s
11:55:10 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
11:55:10 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0B / 10.00MB 0.1s
11:55:10 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.2s done
11:55:10 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 1.60MB / 10.00MB 0.2s
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0B / 51.77MB 0.2s
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 7.07MB / 50.38MB 0.3s
11:55:10 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 4.70MB / 10.00MB 0.3s
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 8.53MB / 51.77MB 0.3s
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 13.09MB / 50.38MB 0.5s
11:55:10 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 9.07MB / 10.00MB 0.5s
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 13.50MB / 51.77MB 0.5s
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 17.08MB / 50.38MB 0.5s
11:55:10 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.5s done
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 18.81MB / 51.77MB 0.5s
11:55:10 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 0B / 68.52MB 0.5s
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 29.70MB / 50.38MB 0.7s
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 24.76MB / 51.77MB 0.7s
11:55:10 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 4.67MB / 68.52MB 0.7s
11:55:10 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 34.43MB / 50.38MB 0.8s
11:55:10 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 29.41MB / 51.77MB 0.8s
11:55:10 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 8.13MB / 68.52MB 0.8s
11:55:11 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 38.09MB / 50.38MB 0.9s
11:55:11 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 34.79MB / 51.77MB 0.9s
11:55:11 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 43.59MB / 50.38MB 1.0s
11:55:11 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 38.32MB / 51.77MB 1.0s
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 13.50MB / 68.52MB 1.0s
11:55:11 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.2s
11:55:11 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 47.23MB / 51.77MB 1.2s
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 23.28MB / 68.52MB 1.2s
11:55:11 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.3s
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 27.80MB / 68.52MB 1.3s
11:55:11 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.3s done
11:55:11 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.4s done
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 33.20MB / 68.52MB 1.4s
11:55:11 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 0B / 126B 1.4s
11:55:11 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0B / 127.97MB 1.4s
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 38.06MB / 68.52MB 1.6s
11:55:11 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 1.5s done
11:55:11 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 8.82MB / 127.97MB 1.6s
11:55:11 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 47.72MB / 68.52MB 1.7s
11:55:11 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 56.98MB / 68.52MB 2.0s
11:55:11 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 19.88MB / 127.97MB 2.0s
11:55:12 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 66.43MB / 68.52MB 2.1s
11:55:12 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 29.45MB / 127.97MB 2.1s
11:55:12 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 2.3s done
11:55:12 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 44.41MB / 127.97MB 2.4s
11:55:12 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 59.87MB / 127.97MB 2.6s
11:55:12 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 74.36MB / 127.97MB 2.8s
11:55:13 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 94.41MB / 127.97MB 3.0s
11:55:13 #4 ...
11:55:13 
11:55:13 #10 [internal] load build context
11:55:13 #10 transferring context: 42.42MB 3.3s done
11:55:13 #10 DONE 3.3s
11:55:13 
11:55:13 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
11:55:13 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 115.20MB / 127.97MB 3.3s
11:55:13 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 122.82MB / 127.97MB 3.4s
11:55:13 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 3.8s done
11:55:15 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.4s done
11:55:15 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a
11:55:15 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.3s done
11:55:15 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.1s
11:55:15 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.2s done
11:55:15 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0.1s
11:55:18 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 2.0s done
11:55:18 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62
11:55:20 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.0s done
11:55:20 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 0.1s
11:55:25 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 4.3s done
11:55:25 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05
11:55:25 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
11:55:25 #4 DONE 15.0s
11:55:25 
11:55:25 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
11:55:25 #5 0.885 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
11:55:25 #5 0.977 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.9 kB]
11:55:25 #5 0.989 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
11:55:25 #5 0.995 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
11:55:25 #5 1.086 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
11:55:26 #5 1.217 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
11:55:27 #5 2.362 Fetched 8214 kB in 2s (4752 kB/s)
11:55:27 #5 2.362 Reading package lists...
11:55:28 #5 2.970 Reading package lists...
11:55:28 #5 3.568 Building dependency tree...
11:55:28 #5 3.679 Reading state information...
11:55:28 #5 3.780 curl is already the newest version (7.64.0-4).
11:55:28 #5 3.780 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
11:55:28 #5 3.780 openssl is already the newest version (1.1.1d-0+deb10u2).
11:55:28 #5 3.780 openssl set to manually installed.
11:55:28 #5 3.780 The following additional packages will be installed:
11:55:28 #5 3.780   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:55:28 #5 3.781   libalgorithm-merge-perl libfakeroot patch xz-utils
11:55:28 #5 3.781 Suggested packages:
11:55:28 #5 3.781   bzip2-doc debian-keyring ed diffutils-doc
11:55:28 #5 3.849 The following NEW packages will be installed:
11:55:28 #5 3.850   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
11:55:28 #5 3.851   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
11:55:29 #5 4.116 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
11:55:29 #5 4.116 Need to get 2342 kB of archives.
11:55:29 #5 4.116 After this operation, 3601 kB of additional disk space will be used.
11:55:29 #5 4.116 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
11:55:29 #5 4.119 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
11:55:29 #5 4.122 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:55:29 #5 4.124 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
11:55:29 #5 4.143 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:55:29 #5 4.143 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:55:29 #5 4.146 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:55:29 #5 4.146 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:55:29 #5 4.146 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:55:29 #5 4.146 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:55:29 #5 4.252 debconf: delaying package configuration, since apt-utils is not installed
11:55:29 #5 4.275 Fetched 2342 kB in 0s (8232 kB/s)
11:55:29 #5 4.304 Selecting previously unselected package bzip2.
11:55:29 #5 4.304 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
11:55:29 #5 4.313 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
11:55:29 #5 4.316 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
11:55:29 #5 4.349 Selecting previously unselected package xz-utils.
11:55:29 #5 4.349 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
11:55:29 #5 4.356 Unpacking xz-utils (5.2.4-1) ...
11:55:29 #5 4.395 Selecting previously unselected package patch.
11:55:29 #5 4.396 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
11:55:29 #5 4.400 Unpacking patch (2.7.6-3+deb10u1) ...
11:55:29 #5 4.437 Selecting previously unselected package dpkg-dev.
11:55:29 #5 4.437 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
11:55:29 #5 4.440 Unpacking dpkg-dev (1.19.7) ...
11:55:29 #5 4.545 Selecting previously unselected package build-essential.
11:55:29 #5 4.545 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
11:55:29 #5 4.549 Unpacking build-essential (12.6) ...
11:55:29 #5 4.578 Selecting previously unselected package libfakeroot:amd64.
11:55:29 #5 4.578 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
11:55:29 #5 4.585 Unpacking libfakeroot:amd64 (1.23-1) ...
11:55:29 #5 4.614 Selecting previously unselected package fakeroot.
11:55:29 #5 4.616 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
11:55:29 #5 4.619 Unpacking fakeroot (1.23-1) ...
11:55:29 #5 4.653 Selecting previously unselected package libalgorithm-diff-perl.
11:55:29 #5 4.653 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:55:29 #5 4.657 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:55:29 #5 4.683 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:55:29 #5 4.685 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:55:29 #5 4.687 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:55:29 #5 4.712 Selecting previously unselected package libalgorithm-merge-perl.
11:55:29 #5 4.714 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
11:55:29 #5 4.718 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:55:29 #5 4.752 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:55:29 #5 4.761 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:55:29 #5 4.776 Setting up libfakeroot:amd64 (1.23-1) ...
11:55:29 #5 4.790 Setting up fakeroot (1.23-1) ...
11:55:29 #5 4.808 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:55:29 #5 4.818 Setting up xz-utils (5.2.4-1) ...
11:55:29 #5 4.825 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:55:29 #5 4.833 Setting up patch (2.7.6-3+deb10u1) ...
11:55:29 #5 4.843 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:55:29 #5 4.853 Setting up libalgorithm-merge-perl (0.08-3) ...
11:55:29 #5 4.862 Setting up dpkg-dev (1.19.7) ...
11:55:29 #5 4.877 Setting up build-essential (12.6) ...
11:55:29 #5 4.897 Processing triggers for libc-bin (2.28-10) ...
11:55:30 #5 DONE 5.8s
11:55:31 
11:55:31 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
11:55:31 #6 0.662   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:55:31 #6 0.664                                  Dload  Upload   Total   Spent    Left  Speed
11:55:31 #6 0.665 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5273      0 --:--:-- --:--:-- --:--:--  5273
11:55:31 #6 0.899 
100 10.3M  100 10.3M    0     0  43.6M      0 --:--:-- --:--:-- --:--:-- 43.6M
11:55:31 #6 DONE 1.0s
11:55:31 
11:55:31 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
11:55:33 #7 DONE 1.0s
11:55:33 
11:55:33 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
11:55:33 #8 DONE 1.0s
11:55:33 
11:55:33 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
11:55:33 #9 DONE 0.0s
11:55:34 
11:55:34 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
11:55:34 #11 DONE 0.1s
11:55:34 
11:55:34 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
11:55:34 #12 0.613 Updating certificates in /etc/ssl/certs...
11:55:35 #12 1.123 1 added, 0 removed; done.
11:55:35 #12 1.123 Running hooks in /etc/ca-certificates/update.d...
11:55:35 #12 1.124 done.
11:55:35 #12 DONE 1.2s
11:55:35 
11:55:35 #13 [9/11] COPY . .
11:55:36 #13 DONE 0.7s
11:55:36 
11:55:36 #14 [10/11] RUN ./scripts/build/binary
11:55:36 #14 0.614 Building statically linked build/docker-linux-amd64
11:55:36 #14 0.614 go build -o build/docker-linux-amd64 -tags osusergo --ldflags     -w          -X "github.com/docker/cli/cli/version.GitCommit="     -X "github.com/docker/cli/cli/version.BuildTime=2019-10-24T11:55:36.255168511+00:00"     -X "github.com/docker/cli/cli/version.Version=19.09.0-dev"       github.com/docker/cli/cmd/docker
11:56:57 #14 DONE 73.0s
11:56:57 
11:56:57 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
11:56:57 #15 0.687 Building statically linked build/plugins-linux-amd64/docker-helloworld
11:56:57 #15 2.644 Building statically linked build/plugins-linux-amd64/docker-badmeta
11:56:57 #15 4.383 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
11:56:57 #15 DONE 6.5s
11:56:57 
11:56:57 #16 exporting to image
11:56:57 #16 exporting layers
11:56:57 #16 exporting layers 2.2s done
11:56:57 #16 writing image sha256:28172bcb1b9092dda4ffb7d6b6a67d2415deb8eb7c4e8e82ded719820eb5bfa2 done
11:56:57 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
11:56:57 #16 DONE 2.2s
11:56: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 docker-cli-e2eclie2e2
11:56:58 Creating network "cliendtoendsuite_default" with the default driver
11:56:58 Pulling registry (registry:2)...
11:56:58 2: Pulling from library/registry
11:56:59 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
11:56:59 Status: Downloaded newer image for registry:2
11:56:59 Pulling engine (docker:stable-dind)...
11:56:59 stable-dind: Pulling from library/docker
11:57:03 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
11:57:03 Status: Downloaded newer image for docker:stable-dind
11:57:03 Building notary-server
11:57:03 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:57:03 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:57:03 server-0.5.0: Pulling from library/notary
11:57:05 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
11:57:05 Status: Downloaded newer image for notary:server-0.5.0
11:57:05  ---> 16b632e954ca
11:57:05 Step 3/3 : COPY ./notary/ /fixtures/
11:57:06  ---> 9501cce09b94
11:57:06 Successfully built 9501cce09b94
11:57:06 Successfully tagged cliendtoendsuite_notary-server:latest
11:57:06 Building evil-notary-server
11:57:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:57:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:57:06  ---> 16b632e954ca
11:57:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:57:06  ---> 62cdeb9fd558
11:57:06 Successfully built 62cdeb9fd558
11:57:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:57:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:57:06 Creating cliendtoendsuite_registry_1           ... 
11:57:06 Creating cliendtoendsuite_notary-server_1      ... 
11:57:06 Creating cliendtoendsuite_engine_1             ... 
11:57:11 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
11:57:11 Client:
11:57:11  Version:           19.09.0-dev
11:57:11  API version:       1.40 (downgraded from 1.41)
11:57:11  Go version:        go1.12.12
11:57:11  Git commit:        
11:57:11  Built:             Thu Oct 24 11:55:36 2019
11:57:11  OS/Arch:           linux/amd64
11:57:11  Experimental:      false
11:57:11 
11:57:11 Server: Docker Engine - Community
11:57:11  Engine:
11:57:11   Version:          19.03.4
11:57:11   API version:      1.40 (minimum version 1.12)
11:57:11   Go version:       go1.12.10
11:57:11   Git commit:       9013bf583a
11:57:11   Built:            Fri Oct 18 15:55:51 2019
11:57:11   OS/Arch:          linux/amd64
11:57:11   Experimental:     false
11:57:11  containerd:
11:57:11   Version:          v1.2.10
11:57:11   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:57:11  runc:
11:57:11   Version:          1.0.0-rc8+dev
11:57:11   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:57:11  docker-init:
11:57:11   Version:          0.18.0
11:57:11   GitCommit:        fec3683
11:57:12 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:57:12 88286f41530e: Pulling fs layer
11:57:12 88286f41530e: Download complete
11:57:12 88286f41530e: Pull complete
11:57:12 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:57:12 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:57:12 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:57:12 The push refers to repository [registry:5000/alpine]
11:57:12 5bef08742407: Preparing
11:57:12 5bef08742407: Pushed
11:57:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:57:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:57:12 03b1be98f3f9: Pulling fs layer
11:57:13 03b1be98f3f9: Verifying Checksum
11:57:13 03b1be98f3f9: Download complete
11:57:13 03b1be98f3f9: Pull complete
11:57:13 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:57:13 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:57:13 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:57:13 The push refers to repository [registry:5000/busybox]
11:57:13 6a749002dd6a: Preparing
11:57:13 6a749002dd6a: Pushed
11:57:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:57:13 Swarm initialized: current node (nqw8cujk8ie8jb9n839ymlutz) is now a manager.
11:57:13 
11:57:13 To add a worker to this swarm, run the following command:
11:57:13 
11:57:13     docker swarm join --token SWMTKN-1-4e6rma4g425dkwbnj14jzmzqrieboiwvnu7dp5293e0lqg1csm-db85cl3otripsngun7cqphdxi 172.18.0.5:2377
11:57:13 
11:57:13 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:57:13 
11:57:40 ✓  e2e/cli-plugins (2.822s)
11:57:40 ∅  e2e/cli-plugins/plugins/badmeta
11:57:40 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:57:40 ✓  e2e/context (67ms)
11:57:44 ✓  e2e/container (7.828s)
11:57:49 ✓  e2e/plugin (3.812s)
11:57:51 ✓  e2e/stack (629ms)
11:57:51 ✓  e2e/image (11.533s)
11:57:51 ∅  e2e/internal/fixtures
11:57:51 ∅  e2e/plugin/basic
11:57:51 ✓  e2e/system (74ms)
11:57:54 ✓  e2e/trust (2.191s)
11:57:54 
11:57:54 === Skipped
11:57:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:57:54     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:57:54 
11:57:54 === SKIP: e2e/image TestBuildIidFileSquash (0.08s)
11:57:54     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
11:57:54 
11:57:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:57:54     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:57:54         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:57:54 
11:57:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:57:54     --- SKIP: TestRemove/Kubernetes (0.00s)
11:57:54         remove_test.go:22: !environment.KubernetesEnabled()
11:57:54 
11:57:54 
11:57:54 DONE 88 tests, 4 skipped in 40.170s
11:57:54 Stopping cliendtoendsuite_engine_1             ... 
11:57:54 Stopping cliendtoendsuite_registry_1           ... 
11:57:54 Stopping cliendtoendsuite_notary-server_1      ... 
11:57:54 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:57:56 
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_engine_1             ... 
11:57:56 Removing cliendtoendsuite_registry_1           ... 
11:57:56 Removing cliendtoendsuite_notary-server_1      ... 
11:57:56 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:57:56 
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
11:57:56 Removing image cliendtoendsuite_notary-server
11:57:56 Removing image cliendtoendsuite_evil-notary-server
11:57: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-e2eclie2e2
11:57:58 Creating network "cliendtoendsuite_default" with the default driver
11:57:58 Building evil-notary-server
11:57:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:57:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:57:58  ---> 16b632e954ca
11:57:58 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:57:58  ---> 4ff2fca574aa
11:57:58 Successfully built 4ff2fca574aa
11:57:58 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:57:58 Building notary-server
11:57:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:57:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:57:58  ---> 16b632e954ca
11:57:58 Step 3/3 : COPY ./notary/ /fixtures/
11:57:59  ---> 569cbe85e1f3
11:57:59 Successfully built 569cbe85e1f3
11:57:59 Successfully tagged cliendtoendsuite_notary-server:latest
11:57:59 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:57:59 Creating cliendtoendsuite_registry_1           ... 
11:57:59 Creating cliendtoendsuite_engine_1             ... 
11:57:59 Creating cliendtoendsuite_notary-server_1      ... 
11:58:04 
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.19.0.4:2375
11:58:04 Client:
11:58:04  Version:           19.09.0-dev
11:58:04  API version:       1.40 (downgraded from 1.41)
11:58:04  Go version:        go1.12.12
11:58:04  Git commit:        
11:58:04  Built:             Thu Oct 24 11:55:36 2019
11:58:04  OS/Arch:           linux/amd64
11:58:04  Experimental:      false
11:58:04 
11:58:04 Server: Docker Engine - Community
11:58:04  Engine:
11:58:04   Version:          19.03.4
11:58:04   API version:      1.40 (minimum version 1.12)
11:58:04   Go version:       go1.12.10
11:58:04   Git commit:       9013bf583a
11:58:04   Built:            Fri Oct 18 15:55:51 2019
11:58:04   OS/Arch:          linux/amd64
11:58:04   Experimental:     true
11:58:04  containerd:
11:58:04   Version:          v1.2.10
11:58:04   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:58:04  runc:
11:58:04   Version:          1.0.0-rc8+dev
11:58:04   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:58:04  docker-init:
11:58:04   Version:          0.18.0
11:58:04   GitCommit:        fec3683
11:58:04 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
11:58:04 88286f41530e: Pulling fs layer
11:58:04 88286f41530e: Verifying Checksum
11:58:04 88286f41530e: Download complete
11:58:04 88286f41530e: Pull complete
11:58:04 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:58:04 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:58:04 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
11:58:04 The push refers to repository [registry:5000/alpine]
11:58:04 5bef08742407: Preparing
11:58:05 5bef08742407: Pushed
11:58:05 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
11:58:05 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
11:58:05 03b1be98f3f9: Pulling fs layer
11:58:05 03b1be98f3f9: Verifying Checksum
11:58:05 03b1be98f3f9: Pull complete
11:58:05 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:58:05 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:58:05 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
11:58:05 The push refers to repository [registry:5000/busybox]
11:58:05 6a749002dd6a: Preparing
11:58:05 6a749002dd6a: Pushed
11:58:05 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
11:58:06 Swarm initialized: current node (u183xm0ndapz53vtohzx27vog) is now a manager.
11:58:06 
11:58:06 To add a worker to this swarm, run the following command:
11:58:06 
11:58:06     docker swarm join --token SWMTKN-1-3ykt0acu27vqdu07drvlmmx02ll17vtu38y5c8cwc87p8wcacj-4du9ur00z12ot962e420wtuy5 172.19.0.4:2377
11:58:06 
11:58:06 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
11:58:06 
11:58:32 ✓  e2e/cli-plugins (2.762s)
11:58:32 ∅  e2e/cli-plugins/plugins/badmeta
11:58:32 ∅  e2e/cli-plugins/plugins/nopersistentprerun
11:58:32 ✓  e2e/context (47ms)
11:58:38 ✓  e2e/container (7.727s)
11:58:42 ✓  e2e/plugin (3.399s)
11:58:43 ✓  e2e/stack (604ms)
11:58:43 ✓  e2e/system (73ms)
11:58:46 ✓  e2e/image (14.217s)
11:58:46 ∅  e2e/internal/fixtures
11:58:46 ∅  e2e/plugin/basic
11:58:47 ✓  e2e/trust (3.217s)
11:58:47 
11:58:47 === Skipped
11:58:47 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
11:58:47     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
11:58:47 
11:58:47 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
11:58:47     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
11:58:47         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
11:58:47 
11:58:47 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
11:58:47     --- SKIP: TestRemove/Kubernetes (0.00s)
11:58:47         remove_test.go:22: !environment.KubernetesEnabled()
11:58:47 
11:58:47 
11:58:47 DONE 88 tests, 3 skipped in 41.122s
11:58:48 Stopping cliendtoendsuite_engine_1             ... 
11:58:48 Stopping cliendtoendsuite_notary-server_1      ... 
11:58:48 Stopping cliendtoendsuite_registry_1           ... 
11:58:48 Stopping cliendtoendsuite_evil-notary-server_1 ... 
11:58: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_engine_1             ... 
11:58:50 Removing cliendtoendsuite_notary-server_1      ... 
11:58:50 Removing cliendtoendsuite_registry_1           ... 
11:58:50 Removing cliendtoendsuite_evil-notary-server_1 ... 
11:58:50 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
11:58:50 Removing image cliendtoendsuite_notary-server
11:58:50 Removing image cliendtoendsuite_evil-notary-server
11:58:50 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
11:58:51 Creating network "cliendtoendsuite_default" with the default driver
11:58:51 Building evil-notary-server
11:58:51 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:58:51 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:58:51  ---> 16b632e954ca
11:58:51 Step 3/3 : COPY ./notary-evil/ /fixtures/
11:58:52  ---> 8a588276f167
11:58:52 Successfully built 8a588276f167
11:58:52 Successfully tagged cliendtoendsuite_evil-notary-server:latest
11:58:52 Building notary-server
11:58:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
11:58:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
11:58:52  ---> 16b632e954ca
11:58:52 Step 3/3 : COPY ./notary/ /fixtures/
11:58:52  ---> 2cc8edf58ffc
11:58:52 Successfully built 2cc8edf58ffc
11:58:52 Successfully tagged cliendtoendsuite_notary-server:latest
11:58:52 Building engine
11:58:52 Step 1/6 : FROM docker:test-dind
11:58:52 test-dind: Pulling from library/docker
11:58:52 Digest: sha256:156e4e723c80223298259dad9a925a71f385456b731c139bec12d29b3a74170c
11:58:52 Status: Downloaded newer image for docker:test-dind
11:58:52  ---> eaed9efc02d2
11:58:52 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
11:58:52  ---> Running in 1ef2a8979939
11:58:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
11:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
11:58:54 (1/5) Installing openssh-keygen (8.1_p1-r0)
11:58:54 (2/5) Installing openssh-server-common (8.1_p1-r0)
11:58:54 (3/5) Installing openssh-server (8.1_p1-r0)
11:58:54 (4/5) Installing linux-pam (1.3.0-r1)
11:58:54 (5/5) Installing shadow (4.6-r2)
11:58:54 Executing busybox-1.30.1-r2.trigger
11:58:54 OK: 24 MiB in 45 packages
11:58:54 Creating mailbox file: No such file or directory
11:58:55 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
11:58:55 Removing intermediate container 1ef2a8979939
11:58:55  ---> 70ea43dcedc1
11:58:55 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
11:58:55  ---> Running in e268188ff517
11:58:56 Removing intermediate container e268188ff517
11:58:56  ---> 3a1caec7eca6
11:58:56 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
11:58:56  ---> 7c7100da667f
11:58:56 Step 5/6 : EXPOSE 22
11:58:56  ---> Running in 5396c8f2b77a
11:58:57 Removing intermediate container 5396c8f2b77a
11:58:57  ---> c03f8d83a8fd
11:58:57 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
11:58:57  ---> Running in d796c7bf3d7b
11:58:57 Removing intermediate container d796c7bf3d7b
11:58:57  ---> 96b4bb827746
11:58:57 Successfully built 96b4bb827746
11:58:57 Successfully tagged docker:stable-dind
11:58:57 Creating cliendtoendsuite_evil-notary-server_1 ... 
11:58:57 Creating cliendtoendsuite_notary-server_1      ... 
11:58:57 Creating cliendtoendsuite_registry_1           ... 
11:58:57 Creating cliendtoendsuite_engine_1             ... 
11:59:02 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

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