Skip to content
Success

Console Output

Pull request #2091 updated
15:41:57 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 95327f4e62418775c7f4f3ab0241a02aebab3488 rather than b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea
Obtained Jenkinsfile from 95327f4e62418775c7f4f3ab0241a02aebab3488
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-0ea96160a9e7ea4e6) in /home/ubuntu/workspace/cli_PR-2091
[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-2091@tmp/5e95f376-4f01-4b4c-8109-dcb18eb03bd6/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
15:42:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:42:00 chowning workspace
[Pipeline] sh
15:42:00 + uname -m
[Pipeline] sh
15:42:00 + pwd
15:42:00 + id -u
15:42:00 + id -g
15:42:00 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2091:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:42:01 Removing all docker containers
[Pipeline] sh
15:42:02 + docker container ls -aq
[Pipeline] echo
15:42:02 Docker containers have been removed
[Pipeline] echo
15:42:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:42:02 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
15:42:02 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
15:42:02 Using the ‘stage’ step without a block argument is deprecated
15:42:02 Entering stage Git Checkout
15:42:02 Proceeding
[Pipeline] checkout
15:42:02 using credential docker-jenkins-github-credentials
15:42:02 Cloning the remote Git repository
15:42:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2091 # 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/2091/head:refs/remotes/origin/PR-2091 +refs/heads/master:refs/remotes/origin/master
15:42:04 Fetching without tags
15:42:05 Merging remotes/origin/master commit 95327f4e62418775c7f4f3ab0241a02aebab3488 into PR head commit b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2091/head:refs/remotes/origin/PR-2091 # 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/2091/head:refs/remotes/origin/PR-2091 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea
15:42:05 Merge succeeded, producing b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea
15:42:05 Checking out Revision b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea (PR-2091)
15:42:05 Commit message: "Add clarification when using USER UID:GI"
15:42:05 First time build. Skipping changelog.
[Pipeline] stage
15:42:06 Using the ‘stage’ step without a block argument is deprecated
15:42:06 Entering stage Run end-to-end test suite
15:42:06 Proceeding
[Pipeline] sh
 > git merge 95327f4e62418775c7f4f3ab0241a02aebab3488 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3a1681fd81cae1abe67b1a2c0ad6f137593c6ea
 > git rev-list --no-walk 82a21d51776b42b0b46914945b30b4bf450d0f86 # timeout=10
15:42:06 + docker version
15:42:06 Client: Docker Engine - Community
15:42:06  Version:           19.03.2
15:42:06  API version:       1.40
15:42:06  Go version:        go1.12.8
15:42:06  Git commit:        6a30dfc
15:42:06  Built:             Thu Aug 29 05:29:11 2019
15:42:06  OS/Arch:           linux/amd64
15:42:06  Experimental:      false
15:42:06 
15:42:06 Server: Docker Engine - Community
15:42:06  Engine:
15:42:06   Version:          19.03.2
15:42:06   API version:      1.40 (minimum version 1.12)
15:42:06   Go version:       go1.12.8
15:42:06   Git commit:       6a30dfc
15:42:06   Built:            Thu Aug 29 05:27:45 2019
15:42:06   OS/Arch:          linux/amd64
15:42:06   Experimental:     true
15:42:06  containerd:
15:42:06   Version:          1.2.6
15:42:06   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:42:06  runc:
15:42:06   Version:          1.0.0-rc8
15:42:06   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:42:06  docker-init:
15:42:06   Version:          0.18.0
15:42:06   GitCommit:        fec3683
[Pipeline] sh
15:42:07 + docker info
15:42:07 Client:
15:42:07  Debug Mode: false
15:42:07 
15:42:07 Server:
15:42:07  Containers: 0
15:42:07   Running: 0
15:42:07   Paused: 0
15:42:07   Stopped: 0
15:42:07  Images: 14
15:42:07  Server Version: 19.03.2
15:42:07  Storage Driver: overlay2
15:42:07   Backing Filesystem: extfs
15:42:07   Supports d_type: true
15:42:07   Native Overlay Diff: true
15:42:07  Logging Driver: json-file
15:42:07  Cgroup Driver: cgroupfs
15:42:07  Plugins:
15:42:07   Volume: local
15:42:07   Network: bridge host ipvlan macvlan null overlay
15:42:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:42:07  Swarm: inactive
15:42:07  Runtimes: runc
15:42:07  Default Runtime: runc
15:42:07  Init Binary: docker-init
15:42:07  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:42:07  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
15:42:07  init version: fec3683
15:42:07  Security Options:
15:42:07   apparmor
15:42:07   seccomp
15:42:07    Profile: default
15:42:07  Kernel Version: 4.15.0-1048-aws
15:42:07  Operating System: Ubuntu 18.04.3 LTS
15:42:07  OSType: linux
15:42:07  Architecture: x86_64
15:42:07  CPUs: 2
15:42:07  Total Memory: 7.501GiB
15:42:07  Name: ip-10-100-43-241
15:42:07  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
15:42:07  Docker Root Dir: /var/lib/docker
15:42:07  Debug Mode: false
15:42:07  Username: dockerbuildbot
15:42:07  Registry: https://index.docker.io/v1/
15:42:07  Labels:
15:42:07  Experimental: true
15:42:07  Insecure Registries:
15:42:07   127.0.0.0/8
15:42:07  Live Restore Enabled: true
15:42:07 
15:42:07 WARNING: No swap limit support
[Pipeline] sh
15:42:07 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
15:42:07 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
15:42:07 #2 [internal] load .dockerignore
15:42:07 #2 transferring context: 100B done
15:42:07 #2 DONE 0.0s
15:42:07 
15:42:07 #1 [internal] load build definition from Dockerfile.e2e
15:42:07 #1 transferring dockerfile: 1.58kB done
15:42:07 #1 DONE 0.0s
15:42:07 
15:42:07 #3 [internal] load metadata for docker.io/library/golang:1.12.9
15:42:08 #3 DONE 0.4s
15:42:08 
15:42:08 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
15:42:08 #4 resolve docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe done
15:42:08 #4 sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe 2.16kB / 2.16kB done
15:42:08 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.1s
15:42:08 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.1s
15:42:08 #4 sha256:328736f65b0b6a6f3ecdda423ed41bf55e6e9cb401a9892c9ea28c49e80ef8d5 1.79kB / 1.79kB done
15:42:08 #4 sha256:669220934599733ed4cdb6130aadd8a8f1b67b1a844de3f6f0511ff6f74b43ed 5.46kB / 5.46kB done
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 2.05MB / 50.38MB 0.1s
15:42:08 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 5.56MB / 7.80MB 0.2s
15:42:08 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 2.63MB / 10.00MB 0.2s
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 13.36MB / 50.38MB 0.2s
15:42:08 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s
15:42:08 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 24.03MB / 50.38MB 0.3s
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 27.16MB / 50.38MB 0.4s
15:42:08 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.5s done
15:42:08 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s done
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 32.08MB / 50.38MB 0.6s
15:42:08 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.44MB / 51.77MB 0.6s
15:42:08 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.6s
15:42:08 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 36.53MB / 50.38MB 0.7s
15:42:08 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 9.09MB / 51.77MB 0.7s
15:42:08 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 8.58MB / 68.52MB 0.7s
15:42:09 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 40.36MB / 50.38MB 0.8s
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 16.64MB / 51.77MB 0.8s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 12.19MB / 68.52MB 0.8s
15:42:09 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 46.77MB / 50.38MB 0.9s
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 24.07MB / 51.77MB 0.9s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 18.42MB / 68.52MB 0.9s
15:42:09 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.1s
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 36.06MB / 51.77MB 1.1s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 33.67MB / 68.52MB 1.1s
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 42.19MB / 51.77MB 1.2s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 41.03MB / 68.52MB 1.2s
15:42:09 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.4s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 55.80MB / 68.52MB 1.4s
15:42:09 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 1.32MB / 127.97MB 1.4s
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 61.78MB / 68.52MB 1.5s
15:42:09 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
15:42:09 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s done
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.6s
15:42:09 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 10.67MB / 127.97MB 1.6s
15:42:09 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 1.5s done
15:42:09 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s done
15:42:09 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 24.37MB / 127.97MB 1.8s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 30.82MB / 127.97MB 1.9s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 37.74MB / 127.97MB 2.0s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 44.42MB / 127.97MB 2.1s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 56.37MB / 127.97MB 2.3s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 71.60MB / 127.97MB 2.5s
15:42:10 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 80.35MB / 127.97MB 2.6s
15:42:11 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 90.13MB / 127.97MB 2.7s
15:42:11 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 106.52MB / 127.97MB 2.9s
15:42:11 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 126.82MB / 127.97MB 3.2s
15:42:12 #4 ...
15:42:12 
15:42:12 #10 [internal] load build context
15:42:12 #10 transferring context: 42.29MB 3.5s done
15:42:12 #10 DONE 3.7s
15:42:12 
15:42:12 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
15:42:12 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.7s done
15:42:13 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.5s done
15:42:13 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.1s
15:42:13 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
15:42:13 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
15:42:14 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
15:42:14 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
15:42:15 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.0s done
15:42:16 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
15:42:18 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
15:42:18 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 0.1s
15:42:22 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 4.3s done
15:42:22 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 done
15:42:22 #4 DONE 14.7s
15:42:22 
15:42:22 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
15:42:24 #5 1.405 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
15:42:24 #5 1.422 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
15:42:24 #5 1.423 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
15:42:24 #5 1.536 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [85.0 kB]
15:42:24 #5 1.633 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
15:42:24 #5 1.919 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
15:42:26 #5 3.030 Fetched 8194 kB in 2s (4358 kB/s)
15:42:26 #5 3.030 Reading package lists...
15:42:27 #5 3.619 Reading package lists...
15:42:27 #5 4.203 Building dependency tree...
15:42:27 #5 4.323 Reading state information...
15:42:27 #5 4.423 curl is already the newest version (7.64.0-4).
15:42:27 #5 4.423 openssh-client is already the newest version (1:7.9p1-10).
15:42:27 #5 4.423 openssl is already the newest version (1.1.1c-1).
15:42:27 #5 4.423 openssl set to manually installed.
15:42:27 #5 4.423 The following additional packages will be installed:
15:42:27 #5 4.423   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
15:42:27 #5 4.424   libalgorithm-merge-perl libfakeroot patch xz-utils
15:42:27 #5 4.424 Suggested packages:
15:42:27 #5 4.424   bzip2-doc debian-keyring ed diffutils-doc
15:42:27 #5 4.495 The following NEW packages will be installed:
15:42:27 #5 4.495   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
15:42:27 #5 4.496   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
15:42:27 #5 4.761 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
15:42:27 #5 4.761 Need to get 2342 kB of archives.
15:42:27 #5 4.761 After this operation, 3601 kB of additional disk space will be used.
15:42:27 #5 4.761 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
15:42:27 #5 4.765 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
15:42:27 #5 4.770 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
15:42:27 #5 4.773 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
15:42:27 #5 4.797 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
15:42:27 #5 4.798 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
15:42:27 #5 4.798 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
15:42:27 #5 4.799 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
15:42:27 #5 4.800 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
15:42:27 #5 4.800 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
15:42:28 #5 4.912 debconf: delaying package configuration, since apt-utils is not installed
15:42:28 #5 4.937 Fetched 2342 kB in 0s (7962 kB/s)
15:42:28 #5 4.954 Selecting previously unselected package bzip2.
15:42:28 #5 4.954 (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.)
15:42:28 #5 4.965 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
15:42:28 #5 4.968 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
15:42:28 #5 5.001 Selecting previously unselected package xz-utils.
15:42:28 #5 5.001 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
15:42:28 #5 5.004 Unpacking xz-utils (5.2.4-1) ...
15:42:28 #5 5.043 Selecting previously unselected package patch.
15:42:28 #5 5.046 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
15:42:28 #5 5.049 Unpacking patch (2.7.6-3+deb10u1) ...
15:42:28 #5 5.084 Selecting previously unselected package dpkg-dev.
15:42:28 #5 5.086 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
15:42:28 #5 5.089 Unpacking dpkg-dev (1.19.7) ...
15:42:28 #5 5.187 Selecting previously unselected package build-essential.
15:42:28 #5 5.187 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
15:42:28 #5 5.190 Unpacking build-essential (12.6) ...
15:42:28 #5 5.217 Selecting previously unselected package libfakeroot:amd64.
15:42:28 #5 5.220 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
15:42:28 #5 5.228 Unpacking libfakeroot:amd64 (1.23-1) ...
15:42:28 #5 5.257 Selecting previously unselected package fakeroot.
15:42:28 #5 5.259 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
15:42:28 #5 5.263 Unpacking fakeroot (1.23-1) ...
15:42:28 #5 5.293 Selecting previously unselected package libalgorithm-diff-perl.
15:42:28 #5 5.295 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
15:42:28 #5 5.299 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
15:42:28 #5 5.327 Selecting previously unselected package libalgorithm-diff-xs-perl.
15:42:28 #5 5.327 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
15:42:28 #5 5.330 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
15:42:28 #5 5.356 Selecting previously unselected package libalgorithm-merge-perl.
15:42:28 #5 5.358 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
15:42:28 #5 5.362 Unpacking libalgorithm-merge-perl (0.08-3) ...
15:42:28 #5 5.400 Setting up libalgorithm-diff-perl (1.19.03-2) ...
15:42:28 #5 5.409 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
15:42:28 #5 5.418 Setting up libfakeroot:amd64 (1.23-1) ...
15:42:28 #5 5.432 Setting up fakeroot (1.23-1) ...
15:42:28 #5 5.442 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
15:42:28 #5 5.452 Setting up xz-utils (5.2.4-1) ...
15:42:28 #5 5.460 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:42:28 #5 5.467 Setting up patch (2.7.6-3+deb10u1) ...
15:42:28 #5 5.478 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
15:42:28 #5 5.489 Setting up libalgorithm-merge-perl (0.08-3) ...
15:42:28 #5 5.498 Setting up dpkg-dev (1.19.7) ...
15:42:28 #5 5.514 Setting up build-essential (12.6) ...
15:42:28 #5 5.525 Processing triggers for libc-bin (2.28-10) ...
15:42:31 #5 DONE 8.3s
15:42:31 
15:42:31 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
15:42:32 #6 0.634   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:42:32 #6 0.635                                  Dload  Upload   Total   Spent    Left  Speed
15:42:32 #6 0.637 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5766      0 --:--:-- --:--:-- --:--:--  5766
15:42:32 #6 0.896 
100 10.3M  100 10.3M    0     0  39.6M      0 --:--:-- --:--:-- --:--:-- 39.6M
15:42:32 #6 DONE 1.0s
15:42:32 
15:42:32 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
15:42:33 #7 DONE 1.0s
15:42:33 
15:42:33 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
15:42:34 #8 DONE 1.1s
15:42:34 
15:42:34 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
15:42:34 #9 DONE 0.0s
15:42:34 
15:42:34 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
15:42:34 #11 DONE 0.1s
15:42:34 
15:42:34 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
15:42:35 #12 0.626 Updating certificates in /etc/ssl/certs...
15:42:35 #12 1.126 1 added, 0 removed; done.
15:42:35 #12 1.126 Running hooks in /etc/ca-certificates/update.d...
15:42:35 #12 1.127 done.
15:42:35 #12 DONE 1.2s
15:42:35 
15:42:35 #13 [9/11] COPY . .
15:42:36 #13 DONE 0.8s
15:42:36 
15:42:36 #14 [10/11] RUN ./scripts/build/binary
15:42:37 #14 0.599 Building statically linked build/docker-linux-amd64
15:43:58 #14 DONE 68.6s
15:43:58 
15:43:58 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
15:43:58 #15 0.641 Building statically linked build/plugins-linux-amd64/docker-helloworld
15:43:58 #15 2.530 Building statically linked build/plugins-linux-amd64/docker-badmeta
15:43:58 #15 4.243 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
15:43:58 #15 DONE 6.3s
15:43:58 
15:43:58 #16 exporting to image
15:43:58 #16 exporting layers
15:43:58 #16 exporting layers 2.2s done
15:43:58 #16 writing image sha256:b07a529971c51cfc47aa25781c011efc3685d69f464b1b2377c09953e1294c83 done
15:43:58 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
15:43:58 #16 DONE 2.2s
15:43:58 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
15:43:58 Creating network "cliendtoendsuite_default" with the default driver
15:43:58 Pulling registry (registry:2)...
15:43:58 2: Pulling from library/registry
15:43:58 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
15:43:58 Status: Downloaded newer image for registry:2
15:43:58 Pulling engine (docker:stable-dind)...
15:43:58 stable-dind: Pulling from library/docker
15:43:59 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
15:43:59 Status: Downloaded newer image for docker:stable-dind
15:43:59 Building notary-server
15:43:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:43:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:43:59 server-0.5.0: Pulling from library/notary
15:44:00 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
15:44:00 Status: Downloaded newer image for notary:server-0.5.0
15:44:00  ---> 16b632e954ca
15:44:00 Step 3/3 : COPY ./notary/ /fixtures/
15:44:02  ---> d4a944962284
15:44:02 Successfully built d4a944962284
15:44:02 Successfully tagged cliendtoendsuite_notary-server:latest
15:44:02 Building evil-notary-server
15:44:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:44:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:44:02  ---> 16b632e954ca
15:44:02 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:44:02  ---> 7da44cbc3050
15:44:02 Successfully built 7da44cbc3050
15:44:02 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:44:02 Creating cliendtoendsuite_registry_1 ... 
15:44:02 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:44:02 Creating cliendtoendsuite_notary-server_1      ... 
15:44:02 Creating cliendtoendsuite_engine_1             ... 
15:44:07 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

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

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
15:44:51 Removing cliendtoendsuite_registry_1           ... 
15:44:51 Removing cliendtoendsuite_notary-server_1      ... 
15:44:51 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:44:51 
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
15:44:51 Removing image cliendtoendsuite_notary-server
15:44:51 Removing image cliendtoendsuite_evil-notary-server
15:44:52 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
15:44:53 Creating network "cliendtoendsuite_default" with the default driver
15:44:53 Building evil-notary-server
15:44:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:44:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:44:53  ---> 16b632e954ca
15:44:53 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:44:53  ---> 6b3306b0e5e6
15:44:53 Successfully built 6b3306b0e5e6
15:44:53 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:44:53 Building notary-server
15:44:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:44:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:44:53  ---> 16b632e954ca
15:44:53 Step 3/3 : COPY ./notary/ /fixtures/
15:44:54  ---> 12e14d942839
15:44:54 Successfully built 12e14d942839
15:44:54 Successfully tagged cliendtoendsuite_notary-server:latest
15:44:54 Creating cliendtoendsuite_notary-server_1 ... 
15:44:54 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:44:54 Creating cliendtoendsuite_engine_1             ... 
15:44:54 Creating cliendtoendsuite_registry_1           ... 
15:44:59 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
15:44:59 Client:
15:44:59  Version:           19.09.0-dev
15:44:59  API version:       1.40
15:44:59  Go version:        go1.12.9
15:44:59  Git commit:        
15:44:59  Built:             Mon Sep 16 15:42:37 2019
15:44:59  OS/Arch:           linux/amd64
15:44:59  Experimental:      false
15:44:59 
15:44:59 Server: Docker Engine - Community
15:44:59  Engine:
15:44:59   Version:          19.03.2
15:44:59   API version:      1.40 (minimum version 1.12)
15:44:59   Go version:       go1.12.8
15:44:59   Git commit:       6a30dfca03
15:44:59   Built:            Thu Aug 29 05:32:56 2019
15:44:59   OS/Arch:          linux/amd64
15:44:59   Experimental:     true
15:44:59  containerd:
15:44:59   Version:          v1.2.6
15:44:59   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:44:59  runc:
15:44:59   Version:          1.0.0-rc8
15:44:59   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:44:59  docker-init:
15:44:59   Version:          0.18.0
15:44:59   GitCommit:        fec3683
15:44:59 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:44:59 88286f41530e: Pulling fs layer
15:44:59 88286f41530e: Verifying Checksum
15:44:59 88286f41530e: Download complete
15:45:00 88286f41530e: Pull complete
15:45:00 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:45:00 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:45:00 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:45:00 The push refers to repository [registry:5000/alpine]
15:45:00 5bef08742407: Preparing
15:45:00 5bef08742407: Pushed
15:45:00 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:45:00 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:45:00 03b1be98f3f9: Pulling fs layer
15:45:00 03b1be98f3f9: Verifying Checksum
15:45:00 03b1be98f3f9: Download complete
15:45:00 03b1be98f3f9: Pull complete
15:45:00 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:45:00 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:45:00 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:45:00 The push refers to repository [registry:5000/busybox]
15:45:00 6a749002dd6a: Preparing
15:45:00 6a749002dd6a: Pushed
15:45:01 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:45:01 Swarm initialized: current node (k30pwbq8mi8mei9if6bklip25) is now a manager.
15:45:01 
15:45:01 To add a worker to this swarm, run the following command:
15:45:01 
15:45:01     docker swarm join --token SWMTKN-1-0z5jcdgg96liq67ax90rg9ovaygzqwv6q5uhg7laftmsdnl41r-8ou9oyu7h1i970b7c4b9x72wl 172.19.0.5:2377
15:45:01 
15:45:01 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:45:01 
15:45:28 ✓  e2e/cli-plugins (2.746s)
15:45:28 ∅  e2e/cli-plugins/plugins/badmeta
15:45:28 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:45:28 ✓  e2e/context (82ms)
15:45:32 ✓  e2e/container (8.24s)
15:45:35 ✓  e2e/plugin (3.066s)
15:45:37 ✓  e2e/stack (533ms)
15:45:37 ✓  e2e/system (73ms)
15:45:41 ✓  e2e/image (14.896s)
15:45:41 ∅  e2e/internal/fixtures
15:45:41 ∅  e2e/plugin/basic
15:45:41 ✓  e2e/trust (3.495s)
15:45:41 
15:45:41 === Skipped
15:45:41 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:45:41     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:45:41 
15:45:41 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:45:41     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:45:41         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:45:41 
15:45:41 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:45:41     --- SKIP: TestRemove/Kubernetes (0.00s)
15:45:41         remove_test.go:22: !environment.KubernetesEnabled()
15:45:41 
15:45:41 
15:45:41 DONE 88 tests, 3 skipped in 40.214s
15:45:42 Stopping cliendtoendsuite_engine_1             ... 
15:45:42 Stopping cliendtoendsuite_registry_1           ... 
15:45:42 Stopping cliendtoendsuite_notary-server_1      ... 
15:45:42 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:45:44 
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             ... 
15:45:44 Removing cliendtoendsuite_registry_1           ... 
15:45:44 Removing cliendtoendsuite_notary-server_1      ... 
15:45:44 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:45:44 
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
15:45:44 Removing image cliendtoendsuite_notary-server
15:45:44 Removing image cliendtoendsuite_evil-notary-server
15:45:44 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
15:45:45 Creating network "cliendtoendsuite_default" with the default driver
15:45:46 Building evil-notary-server
15:45:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:45:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:45:46  ---> 16b632e954ca
15:45:46 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:45:46  ---> a8b385d80f93
15:45:46 Successfully built a8b385d80f93
15:45:46 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:45:46 Building engine
15:45:46 Step 1/6 : FROM docker:test-dind
15:45:46 test-dind: Pulling from library/docker
15:45:46 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
15:45:46 Status: Downloaded newer image for docker:test-dind
15:45:46  ---> 5768e15eefd1
15:45:46 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
15:45:46  ---> Running in a3b64f6ee673
15:45:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
15:45:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
15:45:48 (1/5) Installing openssh-keygen (8.0_p1-r0)
15:45:48 (2/5) Installing openssh-server-common (8.0_p1-r0)
15:45:48 (3/5) Installing openssh-server (8.0_p1-r0)
15:45:48 (4/5) Installing linux-pam (1.3.0-r1)
15:45:48 (5/5) Installing shadow (4.6-r2)
15:45:48 Executing busybox-1.30.1-r2.trigger
15:45:48 OK: 24 MiB in 45 packages
15:45:48 Creating mailbox file: No such file or directory
15:45:49 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
15:45:49 Removing intermediate container a3b64f6ee673
15:45:49  ---> 9455b316ef1a
15:45:49 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
15:45:49  ---> Running in 21fde26282c0
15:45:50 Removing intermediate container 21fde26282c0
15:45:50  ---> 2a12accd3458
15:45:50 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
15:45:50  ---> aac61abe45c9
15:45:50 Step 5/6 : EXPOSE 22
15:45:50  ---> Running in 1f8ae59ea5e8
15:45:51 Removing intermediate container 1f8ae59ea5e8
15:45:51  ---> fec288e27c78
15:45:51 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
15:45:51  ---> Running in fe14092dec17
15:45:51 Removing intermediate container fe14092dec17
15:45:51  ---> 4b3d3471bb7b
15:45:51 Successfully built 4b3d3471bb7b
15:45:51 Successfully tagged docker:stable-dind
15:45:51 Building notary-server
15:45:51 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:45:51 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:45:51  ---> 16b632e954ca
15:45:51 Step 3/3 : COPY ./notary/ /fixtures/
15:45:51  ---> 1a744b01d66b
15:45:51 Successfully built 1a744b01d66b
15:45:51 Successfully tagged cliendtoendsuite_notary-server:latest
15:45:51 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:45:51 Creating cliendtoendsuite_notary-server_1      ... 
15:45:51 Creating cliendtoendsuite_engine_1             ... 
15:45:51 Creating cliendtoendsuite_registry_1           ... 
15:45:56 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
15:47:06 Removing cliendtoendsuite_notary-server_1      ... 
15:47:06 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:47:06 Removing cliendtoendsuite_engine_1             ... 
15:47:06 
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
15:47:06 Removing image cliendtoendsuite_notary-server
15:47:06 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