Skip to content
Success

Console Output

Pull request #2077 updated
17:22:44 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 131eefc54f9c8afaef8d7138770303eff26d9201+95327f4e62418775c7f4f3ab0241a02aebab3488 (842a36df686d6bdf5c79f9acadf232cbe36d0271)
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0647722a027957e90) in /home/ubuntu/workspace/cli_PR-2077
[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-2077@tmp/7ee612db-44c4-4300-8541-1a39752e79a0/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
17:22:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:22:46 chowning workspace
[Pipeline] sh
17:22:47 + uname -m
[Pipeline] sh
17:22:47 + pwd
17:22:47 + id -u
17:22:47 + id -g
17:22:47 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2077:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:22:48 Removing all docker containers
[Pipeline] sh
17:22:49 + docker container ls -aq
[Pipeline] echo
17:22:49 Docker containers have been removed
[Pipeline] echo
17:22:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:22:49 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
17:22:49 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
17:22:49 Using the ‘stage’ step without a block argument is deprecated
17:22:49 Entering stage Git Checkout
17:22:49 Proceeding
[Pipeline] checkout
17:22:49 using credential docker-jenkins-github-credentials
17:22:49 Cloning the remote Git repository
17:22:49 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2077 # 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/2077/head:refs/remotes/origin/PR-2077 +refs/heads/master:refs/remotes/origin/master
17:22:52 Fetching without tags
17:22:52 Merging remotes/origin/master commit 95327f4e62418775c7f4f3ab0241a02aebab3488 into PR head commit 131eefc54f9c8afaef8d7138770303eff26d9201
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2077/head:refs/remotes/origin/PR-2077 # 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/2077/head:refs/remotes/origin/PR-2077 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 131eefc54f9c8afaef8d7138770303eff26d9201
17:22:53 Merge succeeded, producing 79c1fedd47a61657323983dd0671d9566f62cbbd
17:22:53 Checking out Revision 79c1fedd47a61657323983dd0671d9566f62cbbd (PR-2077)
17:22:53 Commit message: "Merge commit '95327f4e62418775c7f4f3ab0241a02aebab3488' into HEAD"
17:22:53 First time build. Skipping changelog.
 > git merge 95327f4e62418775c7f4f3ab0241a02aebab3488 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79c1fedd47a61657323983dd0671d9566f62cbbd
 > git rev-list --no-walk 969eaec82df90ab26a2f84bb01e779b6468cc6be # timeout=10
[Pipeline] stage
17:22:53 Using the ‘stage’ step without a block argument is deprecated
17:22:53 Entering stage Run end-to-end test suite
17:22:53 Proceeding
[Pipeline] sh
17:22:53 + docker version
17:22:53 Client: Docker Engine - Community
17:22:53  Version:           19.03.2
17:22:53  API version:       1.40
17:22:53  Go version:        go1.12.8
17:22:53  Git commit:        6a30dfc
17:22:53  Built:             Thu Aug 29 05:29:11 2019
17:22:53  OS/Arch:           linux/amd64
17:22:53  Experimental:      false
17:22:53 
17:22:53 Server: Docker Engine - Community
17:22:53  Engine:
17:22:53   Version:          19.03.2
17:22:53   API version:      1.40 (minimum version 1.12)
17:22:53   Go version:       go1.12.8
17:22:53   Git commit:       6a30dfc
17:22:53   Built:            Thu Aug 29 05:27:45 2019
17:22:53   OS/Arch:          linux/amd64
17:22:53   Experimental:     true
17:22:53  containerd:
17:22:53   Version:          1.2.6
17:22:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:22:53  runc:
17:22:53   Version:          1.0.0-rc8
17:22:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:22:53  docker-init:
17:22:53   Version:          0.18.0
17:22:53   GitCommit:        fec3683
[Pipeline] sh
17:22:54 + docker info
17:22:54 Client:
17:22:54  Debug Mode: false
17:22:54 
17:22:54 Server:
17:22:54  Containers: 0
17:22:54   Running: 0
17:22:54   Paused: 0
17:22:54   Stopped: 0
17:22:54  Images: 44
17:22:54  Server Version: 19.03.2
17:22:54  Storage Driver: overlay2
17:22:54   Backing Filesystem: extfs
17:22:54   Supports d_type: true
17:22:54   Native Overlay Diff: true
17:22:54  Logging Driver: json-file
17:22:54  Cgroup Driver: cgroupfs
17:22:54  Plugins:
17:22:54   Volume: local
17:22:54   Network: bridge host ipvlan macvlan null overlay
17:22:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:22:54  Swarm: inactive
17:22:54  Runtimes: runc
17:22:54  Default Runtime: runc
17:22:54  Init Binary: docker-init
17:22:54  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:22:54  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
17:22:54  init version: fec3683
17:22:54  Security Options:
17:22:54   apparmor
17:22:54   seccomp
17:22:54    Profile: default
17:22:54  Kernel Version: 4.15.0-1048-aws
17:22:54  Operating System: Ubuntu 18.04.3 LTS
17:22:54  OSType: linux
17:22:54  Architecture: x86_64
17:22:54  CPUs: 2
17:22:54  Total Memory: 7.501GiB
17:22:54  Name: ip-10-100-52-236
17:22:54  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
17:22:54  Docker Root Dir: /var/lib/docker
17:22:54  Debug Mode: false
17:22:54  Username: dockerbuildbot
17:22:54  Registry: https://index.docker.io/v1/
17:22:54  Labels:
17:22:54  Experimental: true
17:22:54  Insecure Registries:
17:22:54   127.0.0.0/8
17:22:54  Live Restore Enabled: true
17:22:54 
17:22:54 WARNING: No swap limit support
[Pipeline] sh
17:22:54 + E2E_UNIQUE_ID=clie2e4 IMAGE_TAG=clie2e4 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
17:22:54 docker build -t docker-cli-e2eclie2e4 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
17:22:54 #2 [internal] load build definition from Dockerfile.e2e
17:22:54 #2 transferring dockerfile: 1.58kB done
17:22:54 #2 DONE 0.0s
17:22:54 
17:22:54 #1 [internal] load .dockerignore
17:22:54 #1 transferring context: 100B done
17:22:54 #1 DONE 0.0s
17:22:54 
17:22:54 #3 [internal] load metadata for docker.io/library/golang:1.12.9
17:22:54 #3 DONE 0.3s
17:22:54 
17:22:54 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
17:22:54 #4 resolve docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe done
17:22:54 #4 sha256:328736f65b0b6a6f3ecdda423ed41bf55e6e9cb401a9892c9ea28c49e80ef8d5 1.79kB / 1.79kB done
17:22:54 #4 sha256:669220934599733ed4cdb6130aadd8a8f1b67b1a844de3f6f0511ff6f74b43ed 5.46kB / 5.46kB done
17:22:54 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 381.46kB / 50.38MB 0.1s
17:22:54 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.1s
17:22:54 #4 sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe 2.16kB / 2.16kB done
17:22:54 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.1s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 6.60MB / 50.38MB 0.2s
17:22:55 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 6.89MB / 7.80MB 0.2s
17:22:55 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 9.63MB / 10.00MB 0.2s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 29.07MB / 50.38MB 0.5s
17:22:55 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s done
17:22:55 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s done
17:22:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 6.22MB / 68.52MB 0.5s
17:22:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 5.32MB / 51.77MB 0.5s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 32.95MB / 50.38MB 0.6s
17:22:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 14.04MB / 68.52MB 0.6s
17:22:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 14.11MB / 51.77MB 0.6s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 35.69MB / 50.38MB 0.7s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 39.62MB / 50.38MB 0.8s
17:22:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 20.48MB / 68.52MB 0.8s
17:22:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 21.08MB / 51.77MB 0.8s
17:22:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.0s
17:22:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 32.84MB / 68.52MB 1.0s
17:22:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 32.01MB / 51.77MB 1.0s
17:22:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 37.14MB / 68.52MB 1.1s
17:22:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 35.77MB / 51.77MB 1.1s
17:22:56 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.1s done
17:22:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 45.81MB / 68.52MB 1.2s
17:22:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 43.57MB / 51.77MB 1.2s
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 0B / 127.97MB 1.2s
17:22:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 51.06MB / 68.52MB 1.4s
17:22:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 49.08MB / 51.77MB 1.4s
17:22:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 58.39MB / 68.52MB 1.5s
17:22:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 7.38MB / 127.97MB 1.5s
17:22:56 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
17:22:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
17:22:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s done
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 24.14MB / 127.97MB 1.7s
17:22:56 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 1.6s done
17:22:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.8s done
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 38.00MB / 127.97MB 1.9s
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 46.19MB / 127.97MB 2.0s
17:22:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 59.41MB / 127.97MB 2.2s
17:22:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 68.32MB / 127.97MB 2.4s
17:22:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 79.03MB / 127.97MB 2.6s
17:22:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 85.68MB / 127.97MB 2.7s
17:22:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 95.12MB / 127.97MB 2.9s
17:22:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 108.96MB / 127.97MB 3.1s
17:22:58 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 119.63MB / 127.97MB 3.3s
17:22:58 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.5s
17:22:58 #4 ...
17:22:58 
17:22:58 #10 [internal] load build context
17:22:58 #10 transferring context: 42.29MB 3.7s done
17:22:58 #10 DONE 3.7s
17:22:58 
17:22:58 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
17:22:58 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.6s done
17:22:59 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.5s done
17:22:59 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
17:23:00 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
17:23:00 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
17:23:00 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
17:23:00 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
17:23:03 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.1s done
17:23:03 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
17:23:05 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
17:23:05 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 0.1s
17:23:10 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 4.4s done
17:23:10 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 0.0s done
17:23:10 #4 DONE 15.2s
17:23:10 
17:23:10 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
17:23:11 #5 1.080 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
17:23:11 #5 1.173 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [85.0 kB]
17:23:11 #5 1.184 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
17:23:11 #5 1.191 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:23:11 #5 1.282 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
17:23:11 #5 1.409 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
17:23:12 #5 2.521 Fetched 8194 kB in 2s (4821 kB/s)
17:23:12 #5 2.521 Reading package lists...
17:23:13 #5 3.149 Reading package lists...
17:23:13 #5 3.763 Building dependency tree...
17:23:13 #5 3.892 Reading state information...
17:23:13 #5 3.998 curl is already the newest version (7.64.0-4).
17:23:13 #5 3.998 openssh-client is already the newest version (1:7.9p1-10).
17:23:13 #5 3.998 openssl is already the newest version (1.1.1c-1).
17:23:13 #5 3.998 openssl set to manually installed.
17:23:13 #5 3.998 The following additional packages will be installed:
17:23:14 #5 3.998   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:23:14 #5 3.999   libalgorithm-merge-perl libfakeroot patch xz-utils
17:23:14 #5 3.999 Suggested packages:
17:23:14 #5 3.999   bzip2-doc debian-keyring ed diffutils-doc
17:23:14 #5 4.072 The following NEW packages will be installed:
17:23:14 #5 4.073   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
17:23:14 #5 4.074   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
17:23:14 #5 4.340 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
17:23:14 #5 4.340 Need to get 2342 kB of archives.
17:23:14 #5 4.340 After this operation, 3601 kB of additional disk space will be used.
17:23:14 #5 4.340 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
17:23:14 #5 4.343 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
17:23:14 #5 4.348 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
17:23:14 #5 4.350 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
17:23:14 #5 4.371 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
17:23:14 #5 4.372 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
17:23:14 #5 4.377 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
17:23:14 #5 4.377 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
17:23:14 #5 4.377 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
17:23:14 #5 4.377 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
17:23:14 #5 4.490 debconf: delaying package configuration, since apt-utils is not installed
17:23:14 #5 4.515 Fetched 2342 kB in 0s (8004 kB/s)
17:23:14 #5 4.539 Selecting previously unselected package bzip2.
17:23:14 #5 4.539 (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.)
17:23:14 #5 4.549 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
17:23:14 #5 4.555 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:23:14 #5 4.605 Selecting previously unselected package xz-utils.
17:23:14 #5 4.607 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
17:23:14 #5 4.611 Unpacking xz-utils (5.2.4-1) ...
17:23:14 #5 4.653 Selecting previously unselected package patch.
17:23:14 #5 4.655 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
17:23:14 #5 4.660 Unpacking patch (2.7.6-3+deb10u1) ...
17:23:14 #5 4.710 Selecting previously unselected package dpkg-dev.
17:23:14 #5 4.710 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
17:23:14 #5 4.713 Unpacking dpkg-dev (1.19.7) ...
17:23:14 #5 4.822 Selecting previously unselected package build-essential.
17:23:14 #5 4.823 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
17:23:14 #5 4.827 Unpacking build-essential (12.6) ...
17:23:14 #5 4.862 Selecting previously unselected package libfakeroot:amd64.
17:23:14 #5 4.862 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
17:23:14 #5 4.869 Unpacking libfakeroot:amd64 (1.23-1) ...
17:23:14 #5 4.902 Selecting previously unselected package fakeroot.
17:23:14 #5 4.904 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
17:23:14 #5 4.908 Unpacking fakeroot (1.23-1) ...
17:23:14 #5 4.945 Selecting previously unselected package libalgorithm-diff-perl.
17:23:14 #5 4.945 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:23:14 #5 4.948 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:23:14 #5 4.975 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:23:14 #5 4.978 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
17:23:14 #5 4.981 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:23:14 #5 5.009 Selecting previously unselected package libalgorithm-merge-perl.
17:23:15 #5 5.011 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
17:23:15 #5 5.016 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:23:15 #5 5.055 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:23:15 #5 5.065 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:23:15 #5 5.077 Setting up libfakeroot:amd64 (1.23-1) ...
17:23:15 #5 5.092 Setting up fakeroot (1.23-1) ...
17:23:15 #5 5.107 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:23:15 #5 5.117 Setting up xz-utils (5.2.4-1) ...
17:23:15 #5 5.125 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:23:15 #5 5.133 Setting up patch (2.7.6-3+deb10u1) ...
17:23:15 #5 5.145 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:23:15 #5 5.158 Setting up libalgorithm-merge-perl (0.08-3) ...
17:23:15 #5 5.168 Setting up dpkg-dev (1.19.7) ...
17:23:15 #5 5.186 Setting up build-essential (12.6) ...
17:23:15 #5 5.216 Processing triggers for libc-bin (2.28-10) ...
17:23:16 #5 DONE 6.1s
17:23:16 
17:23:16 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
17:23:16 #6 0.676   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
17:23:16 #6 0.678                                  Dload  Upload   Total   Spent    Left  Speed
17:23:16 #6 0.679 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6932      0 --:--:-- --:--:-- --:--:--  6932
17:23:17 #6 0.835 
 42 10.3M   42 4495k    0     0  27.6M      0 --:--:-- --:--:-- --:--:-- 27.6M
100 10.3M  100 10.3M    0     0  46.8M      0 --:--:-- --:--:-- --:--:-- 96.2M
17:23:17 #6 DONE 1.0s
17:23:17 
17:23:17 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
17:23:18 #7 DONE 1.1s
17:23:18 
17:23:18 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
17:23:19 #8 DONE 1.2s
17:23:19 
17:23:19 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
17:23:19 #9 DONE 0.1s
17:23:19 
17:23:19 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
17:23:19 #11 DONE 0.1s
17:23:19 
17:23:19 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
17:23:20 #12 0.870 Updating certificates in /etc/ssl/certs...
17:23:20 #12 1.389 1 added, 0 removed; done.
17:23:20 #12 1.389 Running hooks in /etc/ca-certificates/update.d...
17:23:20 #12 1.390 done.
17:23:20 #12 DONE 1.5s
17:23:20 
17:23:20 #13 [9/11] COPY . .
17:23:21 #13 DONE 0.7s
17:23:21 
17:23:21 #14 [10/11] RUN ./scripts/build/binary
17:23:22 #14 0.810 Building statically linked build/docker-linux-amd64
17:24:43 #14 DONE 71.5s
17:24:43 
17:24:43 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
17:24:43 #15 0.852 Building statically linked build/plugins-linux-amd64/docker-helloworld
17:24:43 #15 2.797 Building statically linked build/plugins-linux-amd64/docker-badmeta
17:24:43 #15 4.553 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
17:24:43 #15 DONE 6.7s
17:24:43 
17:24:43 #16 exporting to image
17:24:43 #16 exporting layers
17:24:43 #16 exporting layers 2.2s done
17:24:43 #16 writing image sha256:6de31a6e6766f2700c04a2b986334404baa19988e3fb6f36d8dbc25b74a8b349 done
17:24:43 #16 naming to docker.io/library/docker-cli-e2eclie2e4 done
17:24:43 #16 DONE 2.2s
17:24:43 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-e2eclie2e4
17:24:43 Creating network "cliendtoendsuite_default" with the default driver
17:24:43 Pulling engine (docker:stable-dind)...
17:24:43 stable-dind: Pulling from library/docker
17:24:47 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
17:24:47 Status: Downloaded newer image for docker:stable-dind
17:24:47 Building notary-server
17:24:47 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:24:47 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:24:47 server-0.5.0: Pulling from library/notary
17:24:48 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
17:24:48 Status: Downloaded newer image for notary:server-0.5.0
17:24:48  ---> 16b632e954ca
17:24:48 Step 3/3 : COPY ./notary/ /fixtures/
17:24:48  ---> e0c5b59baba4
17:24:48 Successfully built e0c5b59baba4
17:24:48 Successfully tagged cliendtoendsuite_notary-server:latest
17:24:48 Building evil-notary-server
17:24:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:24:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:24:49  ---> 16b632e954ca
17:24:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:24:49  ---> 1d7b4092bf57
17:24:49 Successfully built 1d7b4092bf57
17:24:49 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:24:49 Creating cliendtoendsuite_registry_1 ... 
17:24:49 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:24:49 Creating cliendtoendsuite_notary-server_1      ... 
17:24:49 Creating cliendtoendsuite_engine_1             ... 
17:24:52 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
17:24:52 Client:
17:24:52  Version:           19.09.0-dev
17:24:52  API version:       1.40
17:24:52  Go version:        go1.12.9
17:24:52  Git commit:        
17:24:52  Built:             Mon Sep 16 17:23:22 2019
17:24:52  OS/Arch:           linux/amd64
17:24:52  Experimental:      false
17:24:52 
17:24:52 Server: Docker Engine - Community
17:24:52  Engine:
17:24:52   Version:          19.03.2
17:24:52   API version:      1.40 (minimum version 1.12)
17:24:52   Go version:       go1.12.8
17:24:52   Git commit:       6a30dfca03
17:24:52   Built:            Thu Aug 29 05:32:56 2019
17:24:52   OS/Arch:          linux/amd64
17:24:52   Experimental:     false
17:24:52  containerd:
17:24:52   Version:          v1.2.6
17:24:52   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:24:52  runc:
17:24:52   Version:          1.0.0-rc8
17:24:52   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:24:52  docker-init:
17:24:52   Version:          0.18.0
17:24:52   GitCommit:        fec3683
17:24:52 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:24:52 88286f41530e: Pulling fs layer
17:24:53 88286f41530e: Download complete
17:24:53 88286f41530e: Pull complete
17:24:53 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:24:53 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:24:53 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:24:53 The push refers to repository [registry:5000/alpine]
17:24:53 5bef08742407: Preparing
17:24:53 5bef08742407: Pushed
17:24:53 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:24:53 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:24:53 03b1be98f3f9: Pulling fs layer
17:24:53 03b1be98f3f9: Verifying Checksum
17:24:53 03b1be98f3f9: Download complete
17:24:54 03b1be98f3f9: Pull complete
17:24:54 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:24:54 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:24:54 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:24:54 The push refers to repository [registry:5000/busybox]
17:24:54 6a749002dd6a: Preparing
17:24:54 6a749002dd6a: Pushed
17:24:54 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:24:54 Swarm initialized: current node (yso461wf6a4hsi7oryznqzfku) is now a manager.
17:24:54 
17:24:54 To add a worker to this swarm, run the following command:
17:24:54 
17:24:54     docker swarm join --token SWMTKN-1-451j6is7dw76gvmpo444awmneaz63xm8zyt06n4yispx78kgqv-9l77qlruo5xkqyez7ywcgwaqo 172.18.0.5:2377
17:24:54 
17:24:54 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:24:54 
17:25:21 ✓  e2e/cli-plugins (2.795s)
17:25:21 ∅  e2e/cli-plugins/plugins/badmeta
17:25:21 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:25:21 ✓  e2e/context (40ms)
17:25:26 ✓  e2e/container (8.776s)
17:25:30 ✓  e2e/plugin (3.948s)
17:25:32 ✓  e2e/image (11.86s)
17:25:32 ∅  e2e/internal/fixtures
17:25:32 ∅  e2e/plugin/basic
17:25:32 ✓  e2e/stack (664ms)
17:25:32 ✓  e2e/system (84ms)
17:25:35 ✓  e2e/trust (2.346s)
17:25:35 
17:25:35 === Skipped
17:25:35 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:25:35     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:25:35 
17:25:35 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
17:25:35     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
17:25:35 
17:25:35 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:25:35     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:25:35         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:25:35 
17:25:35 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:25:35     --- SKIP: TestRemove/Kubernetes (0.00s)
17:25:35         remove_test.go:22: !environment.KubernetesEnabled()
17:25:35 
17:25:35 
17:25:35 DONE 88 tests, 4 skipped in 40.447s
17:25:36 Stopping cliendtoendsuite_engine_1             ... 
17:25:36 Stopping cliendtoendsuite_registry_1           ... 
17:25:36 Stopping cliendtoendsuite_notary-server_1      ... 
17:25:36 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:25:37 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
17:25:37 Removing cliendtoendsuite_registry_1           ... 
17:25:37 Removing cliendtoendsuite_notary-server_1      ... 
17:25:37 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:25:37 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
17:25:37 Removing image cliendtoendsuite_notary-server
17:25:37 Removing image cliendtoendsuite_evil-notary-server
17:25:38 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-e2eclie2e4
17:25:39 Creating network "cliendtoendsuite_default" with the default driver
17:25:39 Building evil-notary-server
17:25:39 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:25:39 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:25:39  ---> 16b632e954ca
17:25:39 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:25:40  ---> 50a873cf8947
17:25:40 Successfully built 50a873cf8947
17:25:40 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:25:40 Building notary-server
17:25:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:25:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:25:40  ---> 16b632e954ca
17:25:40 Step 3/3 : COPY ./notary/ /fixtures/
17:25:40  ---> f87b03741698
17:25:40 Successfully built f87b03741698
17:25:40 Successfully tagged cliendtoendsuite_notary-server:latest
17:25:40 Creating cliendtoendsuite_registry_1 ... 
17:25:40 Creating cliendtoendsuite_engine_1   ... 
17:25:40 Creating cliendtoendsuite_notary-server_1 ... 
17:25:40 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:25:44 
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.19.0.5:2375
17:25:44 Client:
17:25:44  Version:           19.09.0-dev
17:25:44  API version:       1.40
17:25:44  Go version:        go1.12.9
17:25:44  Git commit:        
17:25:44  Built:             Mon Sep 16 17:23:22 2019
17:25:44  OS/Arch:           linux/amd64
17:25:44  Experimental:      false
17:25:44 
17:25:44 Server: Docker Engine - Community
17:25:44  Engine:
17:25:44   Version:          19.03.2
17:25:44   API version:      1.40 (minimum version 1.12)
17:25:44   Go version:       go1.12.8
17:25:44   Git commit:       6a30dfca03
17:25:44   Built:            Thu Aug 29 05:32:56 2019
17:25:44   OS/Arch:          linux/amd64
17:25:44   Experimental:     true
17:25:44  containerd:
17:25:44   Version:          v1.2.6
17:25:44   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:25:44  runc:
17:25:44   Version:          1.0.0-rc8
17:25:44   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:25:44  docker-init:
17:25:44   Version:          0.18.0
17:25:44   GitCommit:        fec3683
17:25:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:25:44 88286f41530e: Pulling fs layer
17:25:44 88286f41530e: Download complete
17:25:44 88286f41530e: Pull complete
17:25:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:25:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:25:44 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:25:44 The push refers to repository [registry:5000/alpine]
17:25:44 5bef08742407: Preparing
17:25:45 5bef08742407: Pushed
17:25:45 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:25:45 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:25:45 03b1be98f3f9: Pulling fs layer
17:25:45 03b1be98f3f9: Download complete
17:25:45 03b1be98f3f9: Pull complete
17:25:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:25:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:25:45 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:25:45 The push refers to repository [registry:5000/busybox]
17:25:45 6a749002dd6a: Preparing
17:25:45 6a749002dd6a: Pushed
17:25:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:25:46 Swarm initialized: current node (4361chiu93c0slliaiypyhr0d) is now a manager.
17:25:46 
17:25:46 To add a worker to this swarm, run the following command:
17:25:46 
17:25:46     docker swarm join --token SWMTKN-1-68w5d0nidc2xyn8nzkiusyy77tqboq18ajk2i5ukty07q9ohev-c28rtpw79p57iua2ae58mu5bg 172.19.0.5:2377
17:25:46 
17:25:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:25:46 
17:26:12 ✓  e2e/cli-plugins (2.657s)
17:26:12 ∅  e2e/cli-plugins/plugins/badmeta
17:26:12 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:26:12 ✓  e2e/context (38ms)
17:26:19 ✓  e2e/container (8.979s)
17:26:24 ✓  e2e/plugin (3.792s)
17:26:25 ✓  e2e/stack (621ms)
17:26:26 ✓  e2e/system (59ms)
17:26:29 ✓  e2e/image (15.407s)
17:26:29 ∅  e2e/internal/fixtures
17:26:29 ∅  e2e/plugin/basic
17:26:30 ✓  e2e/trust (3.225s)
17:26:30 
17:26:30 === Skipped
17:26:30 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:26:30     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:26:30 
17:26:30 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:26:30     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:26:30         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:26:30 
17:26:30 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:26:30     --- SKIP: TestRemove/Kubernetes (0.00s)
17:26:30         remove_test.go:22: !environment.KubernetesEnabled()
17:26:30 
17:26:30 
17:26:30 DONE 88 tests, 3 skipped in 43.799s
17:26:30 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:26:30 Stopping cliendtoendsuite_notary-server_1      ... 
17:26:30 Stopping cliendtoendsuite_engine_1             ... 
17:26:30 Stopping cliendtoendsuite_registry_1           ... 
17:26:32 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
17:26:32 Removing cliendtoendsuite_notary-server_1      ... 
17:26:32 Removing cliendtoendsuite_engine_1             ... 
17:26:32 Removing cliendtoendsuite_registry_1           ... 
17:26:32 
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
17:26:32 Removing image cliendtoendsuite_notary-server
17:26:32 Removing image cliendtoendsuite_evil-notary-server
17:26:33 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-e2eclie2e4
17:26:34 Creating network "cliendtoendsuite_default" with the default driver
17:26:34 Building engine
17:26:34 Step 1/6 : FROM docker:test-dind
17:26:34 test-dind: Pulling from library/docker
17:26:34 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
17:26:34 Status: Downloaded newer image for docker:test-dind
17:26:34  ---> 5768e15eefd1
17:26:34 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
17:26:35  ---> Running in da29f813ffba
17:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
17:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
17:26:36 (1/5) Installing openssh-keygen (8.0_p1-r0)
17:26:36 (2/5) Installing openssh-server-common (8.0_p1-r0)
17:26:36 (3/5) Installing openssh-server (8.0_p1-r0)
17:26:36 (4/5) Installing linux-pam (1.3.0-r1)
17:26:36 (5/5) Installing shadow (4.6-r2)
17:26:37 Executing busybox-1.30.1-r2.trigger
17:26:37 OK: 24 MiB in 45 packages
17:26:37 Creating mailbox file: No such file or directory
17:26:37 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:26:37 Removing intermediate container da29f813ffba
17:26:37  ---> 215bb08cb243
17:26:37 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
17:26:38  ---> Running in 0561b0d79ce8
17:26:39 Removing intermediate container 0561b0d79ce8
17:26:39  ---> 60727de7836b
17:26:39 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
17:26:39  ---> ce46079aa4d3
17:26:39 Step 5/6 : EXPOSE 22
17:26:39  ---> Running in 9aa54d3506d5
17:26:39 Removing intermediate container 9aa54d3506d5
17:26:39  ---> 62c825b94706
17:26:39 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
17:26:39  ---> Running in 994fd1dbcb47
17:26:39 Removing intermediate container 994fd1dbcb47
17:26:39  ---> 931540362236
17:26:39 Successfully built 931540362236
17:26:39 Successfully tagged docker:stable-dind
17:26:39 Building evil-notary-server
17:26:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:26:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:26:40  ---> 16b632e954ca
17:26:40 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:26:40  ---> 1904ecbdb97e
17:26:40 Successfully built 1904ecbdb97e
17:26:40 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:26:40 Building notary-server
17:26:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:26:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:26:40  ---> 16b632e954ca
17:26:40 Step 3/3 : COPY ./notary/ /fixtures/
17:26:40  ---> 054832b9f938
17:26:40 Successfully built 054832b9f938
17:26:40 Successfully tagged cliendtoendsuite_notary-server:latest
17:26:40 Creating cliendtoendsuite_engine_1 ... 
17:26:40 Creating cliendtoendsuite_registry_1 ... 
17:26:40 Creating cliendtoendsuite_notary-server_1 ... 
17:26:40 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:26:43 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.2
17:26:44 Client:
17:26:44  Version:           19.09.0-dev
17:26:44  API version:       1.40
17:26:44  Go version:        go1.12.9
17:26:44  Git commit:        
17:26:44  Built:             Mon Sep 16 17:23:22 2019
17:26:44  OS/Arch:           linux/amd64
17:26:44  Experimental:      false
17:26:44 
17:26:44 Server: Docker Engine - Community
17:26:44  Engine:
17:26:44   Version:          19.03.2
17:26:44   API version:      1.40 (minimum version 1.12)
17:26:44   Go version:       go1.12.8
17:26:44   Git commit:       6a30dfca03
17:26:44   Built:            Thu Aug 29 05:32:56 2019
17:26:44   OS/Arch:          linux/amd64
17:26:44   Experimental:     true
17:26:44  containerd:
17:26:44   Version:          v1.2.6
17:26:44   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:26:44  runc:
17:26:44   Version:          1.0.0-rc8
17:26:44   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:26:44  docker-init:
17:26:44   Version:          0.18.0
17:26:44   GitCommit:        fec3683
17:26:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:26:44 88286f41530e: Pulling fs layer
17:26:44 88286f41530e: Download complete
17:26:45 88286f41530e: Pull complete
17:26:45 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:26:45 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:26:45 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:26:45 The push refers to repository [registry:5000/alpine]
17:26:45 5bef08742407: Preparing
17:26:45 5bef08742407: Pushed
17:26:45 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:26:46 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:26:46 03b1be98f3f9: Pulling fs layer
17:26:46 03b1be98f3f9: Verifying Checksum
17:26:46 03b1be98f3f9: Download complete
17:26:46 03b1be98f3f9: Pull complete
17:26:46 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:26:46 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:26:46 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:26:46 The push refers to repository [registry:5000/busybox]
17:26:46 6a749002dd6a: Preparing
17:26:46 6a749002dd6a: Pushed
17:26:46 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:26:47 Swarm initialized: current node (yzlla19e34nd4b834y2jlbrf7) is now a manager.
17:26:47 
17:26:47 To add a worker to this swarm, run the following command:
17:26:47 
17:26:47     docker swarm join --token SWMTKN-1-3bsbnynei1tnf6t6hcuhx1bs22hlrld4ma3las0uj0ugkef84y-cjxsu34dw9u6ag40gsaz13x67 172.20.0.2:2377
17:26:47 
17:26:47 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:26:47 
17:27:26 ✓  e2e/cli-plugins (13.857s)
17:27:26 ∅  e2e/cli-plugins/plugins/badmeta
17:27:26 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:27:26 ✓  e2e/context (51ms)
17:27:31 ✓  e2e/container (19.085s)
17:27:36 ✓  e2e/plugin (4.661s)
17:27:39 ✓  e2e/stack (2.147s)
17:27:40 ✓  e2e/system (229ms)
17:27:48 ✓  e2e/trust (6.595s)
17:27:53 ✓  e2e/image (26.307s)
17:27:53 ∅  e2e/internal/fixtures
17:27:53 ∅  e2e/plugin/basic
17:27:53 
17:27:53 === Skipped
17:27:53 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:27:53     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:27:53 
17:27:53 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:27:53     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:27:53         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:27:53 
17:27:53 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:27:53     --- SKIP: TestRemove/Kubernetes (0.00s)
17:27:53         remove_test.go:22: !environment.KubernetesEnabled()
17:27:53 
17:27:53 
17:27:53 DONE 88 tests, 3 skipped in 64.786s
17:27:53 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:27:53 Stopping cliendtoendsuite_notary-server_1      ... 
17:27:53 Stopping cliendtoendsuite_registry_1           ... 
17:27:53 Stopping cliendtoendsuite_engine_1             ... 
17:27:55 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
17:27:55 Removing cliendtoendsuite_notary-server_1      ... 
17:27:55 Removing cliendtoendsuite_registry_1           ... 
17:27:55 Removing cliendtoendsuite_engine_1             ... 
17:27:55 
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
17:27:55 Removing image cliendtoendsuite_notary-server
17:27:55 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