Skip to content
Success

Console Output

Pull request #2108 opened
18:20:08 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 754388324470af6b5007f141a9205e0bd2f7f8fc rather than 815d26991d405c27dededed1d0a4870600900444
Obtained Jenkinsfile from 754388324470af6b5007f141a9205e0bd2f7f8fc
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2108@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-08dedafaa9612ed71) in /home/ubuntu/workspace/cli_PR-2108
[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-2108@tmp/46bf80ad-3d51-40a3-879f-41cba23a2175/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
18:20:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:20:12 chowning workspace
[Pipeline] sh
18:20:12 + uname -m
[Pipeline] sh
18:20:12 + pwd
18:20:12 + id -u
18:20:12 + id -g
18:20:12 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2108:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:20:13 Removing all docker containers
[Pipeline] sh
18:20:14 + docker container ls -aq
[Pipeline] echo
18:20:14 Docker containers have been removed
[Pipeline] echo
18:20:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:20:14 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:20:14 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:20:14 Using the ‘stage’ step without a block argument is deprecated
18:20:14 Entering stage Git Checkout
18:20:14 Proceeding
[Pipeline] checkout
18:20:14 using credential docker-jenkins-github-credentials
18:20:14 Cloning the remote Git repository
18:20:14 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2108 # 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/2108/head:refs/remotes/origin/PR-2108 +refs/heads/master:refs/remotes/origin/master
18:20:17 Fetching without tags
18:20:17 Merging remotes/origin/master commit 754388324470af6b5007f141a9205e0bd2f7f8fc into PR head commit 815d26991d405c27dededed1d0a4870600900444
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2108/head:refs/remotes/origin/PR-2108 # 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/2108/head:refs/remotes/origin/PR-2108 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 815d26991d405c27dededed1d0a4870600900444
18:20:17 Merge succeeded, producing 815d26991d405c27dededed1d0a4870600900444
18:20:17 Checking out Revision 815d26991d405c27dededed1d0a4870600900444 (PR-2108)
18:20:18 Commit message: "Clarify the example for port binding"
18:20:18 First time build. Skipping changelog.
 > git merge 754388324470af6b5007f141a9205e0bd2f7f8fc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 815d26991d405c27dededed1d0a4870600900444
[Pipeline] stage
18:20:18 Using the ‘stage’ step without a block argument is deprecated
18:20:18 Entering stage Run end-to-end test suite
18:20:18 Proceeding
[Pipeline] sh
18:20:19 + docker version
18:20:19 Client: Docker Engine - Community
18:20:19  Version:           19.03.2
18:20:19  API version:       1.40
18:20:19  Go version:        go1.12.8
18:20:19  Git commit:        6a30dfc
18:20:19  Built:             Thu Aug 29 05:29:11 2019
18:20:19  OS/Arch:           linux/amd64
18:20:19  Experimental:      false
18:20:19 
18:20:19 Server: Docker Engine - Community
18:20:19  Engine:
18:20:19   Version:          19.03.2
18:20:19   API version:      1.40 (minimum version 1.12)
18:20:19   Go version:       go1.12.8
18:20:19   Git commit:       6a30dfc
18:20:19   Built:            Thu Aug 29 05:27:45 2019
18:20:19   OS/Arch:          linux/amd64
18:20:19   Experimental:     true
18:20:19  containerd:
18:20:19   Version:          1.2.6
18:20:19   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:20:19  runc:
18:20:19   Version:          1.0.0-rc8
18:20:19   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:20:19  docker-init:
18:20:19   Version:          0.18.0
18:20:19   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
18:20:19 + docker info
18:20:19 Client:
18:20:19  Debug Mode: false
18:20:19 
18:20:19 Server:
18:20:19  Containers: 0
18:20:19   Running: 0
18:20:19   Paused: 0
18:20:19   Stopped: 0
18:20:19  Images: 3
18:20:19  Server Version: 19.03.2
18:20:19  Storage Driver: overlay2
18:20:19   Backing Filesystem: extfs
18:20:19   Supports d_type: true
18:20:19   Native Overlay Diff: true
18:20:19  Logging Driver: json-file
18:20:19  Cgroup Driver: cgroupfs
18:20:19  Plugins:
18:20:19   Volume: local
18:20:19   Network: bridge host ipvlan macvlan null overlay
18:20:19   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:20:19  Swarm: inactive
18:20:19  Runtimes: runc
18:20:19  Default Runtime: runc
18:20:19  Init Binary: docker-init
18:20:19  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:20:19  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
18:20:19  init version: fec3683
18:20:19  Security Options:
18:20:19   apparmor
18:20:19   seccomp
18:20:19    Profile: default
18:20:19  Kernel Version: 4.15.0-1048-aws
18:20:19  Operating System: Ubuntu 18.04.3 LTS
18:20:19  OSType: linux
18:20:19  Architecture: x86_64
18:20:19  CPUs: 2
18:20:19  Total Memory: 7.501GiB
18:20:19  Name: ip-10-100-118-235
18:20:19  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
18:20:19  Docker Root Dir: /var/lib/docker
18:20:19  Debug Mode: false
18:20:19  Username: dockerbuildbot
18:20:19  Registry: https://index.docker.io/v1/
18:20:19  Labels:
18:20:19  Experimental: true
18:20:19  Insecure Registries:
18:20:19   127.0.0.0/8
18:20:19  Live Restore Enabled: true
18:20:19 
18:20:19 WARNING: No swap limit support
[Pipeline] sh
18:20:19 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:20:19 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:20:19 #1 [internal] load build definition from Dockerfile.e2e
18:20:19 #1 transferring dockerfile: 1.58kB done
18:20:19 #1 DONE 0.0s
18:20:19 
18:20:19 #2 [internal] load .dockerignore
18:20:19 #2 transferring context: 100B done
18:20:19 #2 DONE 0.0s
18:20:19 
18:20:19 #3 [internal] load metadata for docker.io/library/golang:1.12.9
18:20:20 #3 DONE 0.3s
18:20:20 
18:20:20 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
18:20:20 #4 resolve docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe done
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.1s
18:20:20 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 243.24kB / 10.00MB 0.1s
18:20:20 #4 sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe 2.16kB / 2.16kB done
18:20:20 #4 sha256:328736f65b0b6a6f3ecdda423ed41bf55e6e9cb401a9892c9ea28c49e80ef8d5 1.79kB / 1.79kB done
18:20:20 #4 sha256:669220934599733ed4cdb6130aadd8a8f1b67b1a844de3f6f0511ff6f74b43ed 5.46kB / 5.46kB done
18:20:20 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.1s
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 2.75MB / 50.38MB 0.2s
18:20:20 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 8.04MB / 10.00MB 0.2s
18:20:20 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 3.86MB / 7.80MB 0.2s
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 7.24MB / 50.38MB 0.3s
18:20:20 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.2s done
18:20:20 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s done
18:20:20 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0B / 51.77MB 0.3s
18:20:20 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.3s
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 17.15MB / 50.38MB 0.4s
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 22.02MB / 50.38MB 0.6s
18:20:20 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 12.39MB / 51.77MB 0.6s
18:20:20 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 12.68MB / 68.52MB 0.6s
18:20:20 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 25.69MB / 50.38MB 0.7s
18:20:20 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 17.30MB / 51.77MB 0.7s
18:20:20 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 19.33MB / 68.52MB 0.7s
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 22.12MB / 51.77MB 0.8s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 23.84MB / 68.52MB 0.8s
18:20:21 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 38.07MB / 50.38MB 1.0s
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 32.12MB / 51.77MB 1.0s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 32.67MB / 68.52MB 1.0s
18:20:21 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 44.69MB / 50.38MB 1.1s
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 36.54MB / 51.77MB 1.1s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 36.59MB / 68.52MB 1.1s
18:20:21 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.3s
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 44.77MB / 51.77MB 1.3s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 44.63MB / 68.52MB 1.3s
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.4s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 51.07MB / 68.52MB 1.4s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 56.68MB / 68.52MB 1.5s
18:20:21 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.6s done
18:20:21 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s done
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
18:20:21 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 326.74kB / 127.97MB 1.7s
18:20:21 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 1.7s
18:20:21 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s done
18:20:21 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 1.7s done
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 10.60MB / 127.97MB 1.9s
18:20:22 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 18.95MB / 127.97MB 2.0s
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 29.71MB / 127.97MB 2.2s
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 36.29MB / 127.97MB 2.3s
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 54.73MB / 127.97MB 2.6s
18:20:22 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 62.09MB / 127.97MB 2.7s
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 75.41MB / 127.97MB 2.9s
18:20:23 #4 ...
18:20:23 
18:20:23 #10 [internal] load build context
18:20:23 #10 transferring context: 42.30MB 3.0s done
18:20:23 #10 DONE 3.0s
18:20:23 
18:20:23 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 95.81MB / 127.97MB 3.1s
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 107.37MB / 127.97MB 3.3s
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 113.91MB / 127.97MB 3.4s
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.6s
18:20:23 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.8s done
18:20:24 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.0s done
18:20:25 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
18:20:25 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
18:20:25 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
18:20:25 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
18:20:25 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
18:20:27 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.1s done
18:20:28 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
18:20:30 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.1s done
18:20:30 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12
18:20:34 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 4.3s done
18:20:34 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100
18:20:34 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 done
18:20:34 #4 DONE 14.9s
18:20:34 
18:20:34 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:20:36 #5 1.023 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
18:20:36 #5 1.024 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
18:20:36 #5 1.114 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
18:20:36 #5 1.125 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [93.7 kB]
18:20:36 #5 1.230 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
18:20:36 #5 1.354 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
18:20:37 #5 2.444 Fetched 8208 kB in 2s (4907 kB/s)
18:20:37 #5 2.444 Reading package lists...
18:20:38 #5 3.027 Reading package lists...
18:20:38 #5 3.621 Building dependency tree...
18:20:38 #5 3.723 Reading state information...
18:20:38 #5 3.823 curl is already the newest version (7.64.0-4).
18:20:38 #5 3.823 openssh-client is already the newest version (1:7.9p1-10).
18:20:38 #5 3.823 openssl is already the newest version (1.1.1c-1).
18:20:38 #5 3.823 openssl set to manually installed.
18:20:38 #5 3.823 The following additional packages will be installed:
18:20:38 #5 3.823   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
18:20:38 #5 3.823   libalgorithm-merge-perl libfakeroot patch xz-utils
18:20:38 #5 3.824 Suggested packages:
18:20:38 #5 3.824   bzip2-doc debian-keyring ed diffutils-doc
18:20:38 #5 3.892 The following NEW packages will be installed:
18:20:38 #5 3.892   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
18:20:38 #5 3.893   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
18:20:39 #5 4.159 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
18:20:39 #5 4.159 Need to get 2342 kB of archives.
18:20:39 #5 4.159 After this operation, 3601 kB of additional disk space will be used.
18:20:39 #5 4.159 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:20:39 #5 4.161 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:20:39 #5 4.164 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
18:20:39 #5 4.166 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
18:20:39 #5 4.185 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
18:20:39 #5 4.185 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
18:20:39 #5 4.186 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
18:20:39 #5 4.187 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
18:20:39 #5 4.187 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
18:20:39 #5 4.188 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
18:20:39 #5 4.294 debconf: delaying package configuration, since apt-utils is not installed
18:20:39 #5 4.316 Fetched 2342 kB in 0s (8248 kB/s)
18:20:39 #5 4.333 Selecting previously unselected package bzip2.
18:20:39 #5 4.333 (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.)
18:20:39 #5 4.342 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:20:39 #5 4.345 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:20:39 #5 4.373 Selecting previously unselected package xz-utils.
18:20:39 #5 4.375 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
18:20:39 #5 4.380 Unpacking xz-utils (5.2.4-1) ...
18:20:39 #5 4.427 Selecting previously unselected package patch.
18:20:39 #5 4.428 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
18:20:39 #5 4.431 Unpacking patch (2.7.6-3+deb10u1) ...
18:20:39 #5 4.464 Selecting previously unselected package dpkg-dev.
18:20:39 #5 4.465 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
18:20:39 #5 4.468 Unpacking dpkg-dev (1.19.7) ...
18:20:39 #5 4.569 Selecting previously unselected package build-essential.
18:20:39 #5 4.569 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
18:20:39 #5 4.572 Unpacking build-essential (12.6) ...
18:20:39 #5 4.600 Selecting previously unselected package libfakeroot:amd64.
18:20:39 #5 4.600 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
18:20:39 #5 4.607 Unpacking libfakeroot:amd64 (1.23-1) ...
18:20:39 #5 4.649 Selecting previously unselected package fakeroot.
18:20:39 #5 4.653 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
18:20:39 #5 4.657 Unpacking fakeroot (1.23-1) ...
18:20:39 #5 4.690 Selecting previously unselected package libalgorithm-diff-perl.
18:20:39 #5 4.692 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
18:20:39 #5 4.696 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
18:20:39 #5 4.727 Selecting previously unselected package libalgorithm-diff-xs-perl.
18:20:39 #5 4.727 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
18:20:39 #5 4.731 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:20:39 #5 4.755 Selecting previously unselected package libalgorithm-merge-perl.
18:20:39 #5 4.755 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
18:20:39 #5 4.758 Unpacking libalgorithm-merge-perl (0.08-3) ...
18:20:39 #5 4.799 Setting up libalgorithm-diff-perl (1.19.03-2) ...
18:20:39 #5 4.809 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:20:39 #5 4.819 Setting up libfakeroot:amd64 (1.23-1) ...
18:20:39 #5 4.830 Setting up fakeroot (1.23-1) ...
18:20:39 #5 4.842 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
18:20:39 #5 4.852 Setting up xz-utils (5.2.4-1) ...
18:20:39 #5 4.861 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:20:40 #5 4.867 Setting up patch (2.7.6-3+deb10u1) ...
18:20:40 #5 4.876 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:20:40 #5 4.885 Setting up libalgorithm-merge-perl (0.08-3) ...
18:20:40 #5 4.896 Setting up dpkg-dev (1.19.7) ...
18:20:40 #5 4.913 Setting up build-essential (12.6) ...
18:20:40 #5 4.922 Processing triggers for libc-bin (2.28-10) ...
18:20:40 #5 DONE 5.9s
18:20:40 
18:20:40 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
18:20:41 #6 0.632   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:20:41 #6 0.634                                  Dload  Upload   Total   Spent    Left  Speed
18:20:41 #6 0.636 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7810      0 --:--:-- --:--:-- --:--:--  7810
18:20:41 #6 0.829 
100 10.3M  100 10.3M    0     0  52.8M      0 --:--:-- --:--:-- --:--:-- 52.8M
18:20:41 #6 DONE 0.9s
18:20:42 
18:20:42 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
18:20:43 #7 DONE 1.2s
18:20:43 
18:20:43 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
18:20:44 #8 DONE 0.9s
18:20:44 
18:20:44 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:20:44 #9 DONE 0.0s
18:20:44 
18:20:44 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:20:44 #11 DONE 0.1s
18:20:44 
18:20:44 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:20:44 #12 0.615 Updating certificates in /etc/ssl/certs...
18:20:45 #12 1.133 1 added, 0 removed; done.
18:20:45 #12 1.133 Running hooks in /etc/ca-certificates/update.d...
18:20:45 #12 1.134 done.
18:20:45 #12 DONE 1.2s
18:20:45 
18:20:45 #13 [9/11] COPY . .
18:20:45 #13 DONE 0.7s
18:20:46 
18:20:46 #14 [10/11] RUN ./scripts/build/binary
18:20:46 #14 0.604 Building statically linked build/docker-linux-amd64
18:22:08 #14 DONE 69.4s
18:22:08 
18:22:08 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
18:22:08 #15 0.647 Building statically linked build/plugins-linux-amd64/docker-helloworld
18:22:08 #15 2.527 Building statically linked build/plugins-linux-amd64/docker-badmeta
18:22:08 #15 4.234 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
18:22:08 #15 DONE 6.3s
18:22:08 
18:22:08 #16 exporting to image
18:22:08 #16 exporting layers
18:22:08 #16 exporting layers 2.2s done
18:22:08 #16 writing image sha256:501b70fa09a7df61a382f7537aee1eed556f86d13f651fb230399bbede7182ab done
18:22:08 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
18:22:08 #16 DONE 2.2s
18:22:08 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
18:22:08 Creating network "cliendtoendsuite_default" with the default driver
18:22:08 Pulling registry (registry:2)...
18:22:08 2: Pulling from library/registry
18:22:08 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
18:22:08 Status: Downloaded newer image for registry:2
18:22:08 Pulling engine (docker:stable-dind)...
18:22:08 stable-dind: Pulling from library/docker
18:22:10 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:22:10 Status: Downloaded newer image for docker:stable-dind
18:22:10 Building notary-server
18:22:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:22:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:22:10 server-0.5.0: Pulling from library/notary
18:22:11 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
18:22:11 Status: Downloaded newer image for notary:server-0.5.0
18:22:11  ---> 16b632e954ca
18:22:11 Step 3/3 : COPY ./notary/ /fixtures/
18:22:12  ---> 364b04b8b652
18:22:12 Successfully built 364b04b8b652
18:22:12 Successfully tagged cliendtoendsuite_notary-server:latest
18:22:12 Building evil-notary-server
18:22:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:22:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:22:12  ---> 16b632e954ca
18:22:12 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:22:12  ---> 1ccd3a97a3a3
18:22:12 Successfully built 1ccd3a97a3a3
18:22:12 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:22:12 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:22:12 Creating cliendtoendsuite_registry_1           ... 
18:22:12 Creating cliendtoendsuite_notary-server_1      ... 
18:22:12 Creating cliendtoendsuite_engine_1             ... 
18:22:17 
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.3:2375
18:22:17 Client:
18:22:17  Version:           19.09.0-dev
18:22:17  API version:       1.40
18:22:17  Go version:        go1.12.9
18:22:17  Git commit:        
18:22:17  Built:             Thu Sep 26 18:20:46 2019
18:22:17  OS/Arch:           linux/amd64
18:22:17  Experimental:      false
18:22:17 
18:22:17 Server: Docker Engine - Community
18:22:17  Engine:
18:22:17   Version:          19.03.2
18:22:17   API version:      1.40 (minimum version 1.12)
18:22:17   Go version:       go1.12.8
18:22:17   Git commit:       6a30dfca03
18:22:17   Built:            Thu Aug 29 05:32:56 2019
18:22:17   OS/Arch:          linux/amd64
18:22:17   Experimental:     false
18:22:17  containerd:
18:22:17   Version:          v1.2.6
18:22:17   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:22:17  runc:
18:22:17   Version:          1.0.0-rc8
18:22:17   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:22:17  docker-init:
18:22:17   Version:          0.18.0
18:22:17   GitCommit:        fec3683
18:22:17 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:22:17 88286f41530e: Pulling fs layer
18:22:17 88286f41530e: Verifying Checksum
18:22:17 88286f41530e: Download complete
18:22:18 88286f41530e: Pull complete
18:22:18 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:22:18 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:22:18 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:22:18 The push refers to repository [registry:5000/alpine]
18:22:18 5bef08742407: Preparing
18:22:18 5bef08742407: Pushed
18:22:18 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:22:18 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:22:18 03b1be98f3f9: Pulling fs layer
18:22:18 03b1be98f3f9: Verifying Checksum
18:22:18 03b1be98f3f9: Download complete
18:22:18 03b1be98f3f9: Pull complete
18:22:18 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:22:18 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:22:18 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:22:18 The push refers to repository [registry:5000/busybox]
18:22:18 6a749002dd6a: Preparing
18:22:19 6a749002dd6a: Pushed
18:22:19 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:22:19 Swarm initialized: current node (0o8m0wiwjx9adml31wcv6vzoz) is now a manager.
18:22:19 
18:22:19 To add a worker to this swarm, run the following command:
18:22:19 
18:22:19     docker swarm join --token SWMTKN-1-205f7c9yba3epjg4bulqumua837zransq2hwcqjh3jdyhtewrb-85na36yzv7zi644p36v27hyys 172.18.0.3:2377
18:22:19 
18:22:19 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:22:19 
18:22:46 ✓  e2e/cli-plugins (2.777s)
18:22:46 ∅  e2e/cli-plugins/plugins/badmeta
18:22:46 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:22:46 ✓  e2e/context (41ms)
18:22:51 ✓  e2e/container (7.878s)
18:22:56 ✓  e2e/plugin (3.67s)
18:22:57 ✓  e2e/stack (591ms)
18:22:57 ✓  e2e/image (11.453s)
18:22:57 ∅  e2e/internal/fixtures
18:22:57 ∅  e2e/plugin/basic
18:22:57 ✓  e2e/system (92ms)
18:23:00 ✓  e2e/trust (2.108s)
18:23:00 
18:23:00 === Skipped
18:23:00 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:23:00     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:23:00 
18:23:00 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
18:23:00     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:23:00 
18:23:00 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:23:00     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:23:00         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:23:00 
18:23:00 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:23:00     --- SKIP: TestRemove/Kubernetes (0.00s)
18:23:00         remove_test.go:22: !environment.KubernetesEnabled()
18:23:00 
18:23:00 
18:23:00 DONE 88 tests, 4 skipped in 40.600s
18:23:00 Stopping cliendtoendsuite_engine_1             ... 
18:23:00 Stopping cliendtoendsuite_notary-server_1      ... 
18:23:00 Stopping cliendtoendsuite_registry_1           ... 
18:23:00 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:23:02 
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             ... 
18:23:02 Removing cliendtoendsuite_notary-server_1      ... 
18:23:02 Removing cliendtoendsuite_registry_1           ... 
18:23:02 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:23:02 
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
18:23:03 Removing image cliendtoendsuite_notary-server
18:23:03 Removing image cliendtoendsuite_evil-notary-server
18:23:03 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
18:23:04 Creating network "cliendtoendsuite_default" with the default driver
18:23:04 Building evil-notary-server
18:23:04 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:23:04 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:23:04  ---> 16b632e954ca
18:23:04 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:23:04  ---> 293e33264c39
18:23:04 Successfully built 293e33264c39
18:23:04 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:23:04 Building notary-server
18:23:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:23:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:23:05  ---> 16b632e954ca
18:23:05 Step 3/3 : COPY ./notary/ /fixtures/
18:23:05  ---> 3f0c8b04cbf5
18:23:05 Successfully built 3f0c8b04cbf5
18:23:05 Successfully tagged cliendtoendsuite_notary-server:latest
18:23:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:23:05 Creating cliendtoendsuite_engine_1             ... 
18:23:05 Creating cliendtoendsuite_registry_1           ... 
18:23:05 Creating cliendtoendsuite_notary-server_1      ... 
18:23:10 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
18:23:54 Removing cliendtoendsuite_notary-server_1      ... 
18:23:54 Removing cliendtoendsuite_registry_1           ... 
18:23:54 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:23:54 
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
18:23:54 Removing image cliendtoendsuite_notary-server
18:23:54 Removing image cliendtoendsuite_evil-notary-server
18:23:54 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
18:23:56 Creating network "cliendtoendsuite_default" with the default driver
18:23:56 Building engine
18:23:56 Step 1/6 : FROM docker:test-dind
18:23:56 test-dind: Pulling from library/docker
18:24:00 Digest: sha256:33983f776a232bf11f32a9849663b927c6f4196a2ae55bb574334b28053e60ff
18:24:00 Status: Downloaded newer image for docker:test-dind
18:24:00  ---> fc95a05f901b
18:24:00 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
18:24:00  ---> Running in d786ad74c5da
18:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:24:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:24:02 (1/5) Installing openssh-keygen (8.0_p1-r0)
18:24:02 (2/5) Installing openssh-server-common (8.0_p1-r0)
18:24:02 (3/5) Installing openssh-server (8.0_p1-r0)
18:24:02 (4/5) Installing linux-pam (1.3.0-r1)
18:24:02 (5/5) Installing shadow (4.6-r2)
18:24:02 Executing busybox-1.30.1-r2.trigger
18:24:02 OK: 24 MiB in 45 packages
18:24:02 Creating mailbox file: No such file or directory
18:24:02 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:24:02 Removing intermediate container d786ad74c5da
18:24:02  ---> 56b6c7e1635b
18:24:02 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
18:24:02  ---> Running in 11f0b54bc0d3
18:24:04 Removing intermediate container 11f0b54bc0d3
18:24:04  ---> b69ac5850a2b
18:24:04 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
18:24:04  ---> 07f131e0ab53
18:24:04 Step 5/6 : EXPOSE 22
18:24:04  ---> Running in 7f59e4596802
18:24:04 Removing intermediate container 7f59e4596802
18:24:04  ---> 1742473fc78c
18:24:04 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
18:24:04  ---> Running in 43353dd78e86
18:24:04 Removing intermediate container 43353dd78e86
18:24:04  ---> f679a354c423
18:24:04 Successfully built f679a354c423
18:24:04 Successfully tagged docker:stable-dind
18:24:04 Building notary-server
18:24:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:05  ---> 16b632e954ca
18:24:05 Step 3/3 : COPY ./notary/ /fixtures/
18:24:05  ---> bdda76f2a3b6
18:24:05 Successfully built bdda76f2a3b6
18:24:05 Successfully tagged cliendtoendsuite_notary-server:latest
18:24:05 Building evil-notary-server
18:24:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:24:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:24:05  ---> 16b632e954ca
18:24:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:24:05  ---> cbd65f090eb0
18:24:05 Successfully built cbd65f090eb0
18:24:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:24:05 Creating cliendtoendsuite_registry_1 ... 
18:24:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:24:05 Creating cliendtoendsuite_engine_1             ... 
18:24:05 Creating cliendtoendsuite_notary-server_1      ... 
18:24:10 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
18:24:11 Client:
18:24:11  Version:           19.09.0-dev
18:24:11  API version:       1.40
18:24:11  Go version:        go1.12.9
18:24:11  Git commit:        
18:24:11  Built:             Thu Sep 26 18:20:46 2019
18:24:11  OS/Arch:           linux/amd64
18:24:11  Experimental:      false
18:24:11 
18:24:11 Server: Docker Engine - Community
18:24:11  Engine:
18:24:11   Version:          19.03.3-beta1
18:24:11   API version:      1.40 (minimum version 1.12)
18:24:11   Go version:       go1.12.8
18:24:11   Git commit:       7348bc0fdb
18:24:11   Built:            Tue Sep 24 04:17:16 2019
18:24:11   OS/Arch:          linux/amd64
18:24:11   Experimental:     true
18:24:11  containerd:
18:24:11   Version:          v1.2.9
18:24:11   GitCommit:        d50db0a42053864a270f648048f9a8b4f24eced3
18:24:11  runc:
18:24:11   Version:          1.0.0-rc8
18:24:11   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:24:11  docker-init:
18:24:11   Version:          0.18.0
18:24:11   GitCommit:        fec3683
18:24:11 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:24:11 88286f41530e: Pulling fs layer
18:24:11 88286f41530e: Verifying Checksum
18:24:11 88286f41530e: Download complete
18:24:11 88286f41530e: Pull complete
18:24:11 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:11 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:11 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:24:12 The push refers to repository [registry:5000/alpine]
18:24:12 5bef08742407: Preparing
18:24:12 5bef08742407: Pushed
18:24:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:24:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:24:12 03b1be98f3f9: Pulling fs layer
18:24:12 03b1be98f3f9: Verifying Checksum
18:24:12 03b1be98f3f9: Download complete
18:24:12 03b1be98f3f9: Pull complete
18:24:12 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:12 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:12 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:24:13 The push refers to repository [registry:5000/busybox]
18:24:13 6a749002dd6a: Preparing
18:24:13 6a749002dd6a: Pushed
18:24:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:24:14 Swarm initialized: current node (jjlftah52f6ep9obalz83e6gj) is now a manager.
18:24:14 
18:24:14 To add a worker to this swarm, run the following command:
18:24:14 
18:24:14     docker swarm join --token SWMTKN-1-2530uvpbuecuoq5it96r2tisp8k7rpf3g5o5n5bn8ztx4mzc7z-31d4jxtb1tunn5nv3jfaiim64 172.20.0.4:2377
18:24:14 
18:24:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:24:14 
18:24:53 ✓  e2e/cli-plugins (14.122s)
18:24:53 ∅  e2e/cli-plugins/plugins/badmeta
18:24:53 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:24:53 ✓  e2e/context (29ms)
18:24:53 ✓  e2e/container (18.205s)
18:24:59 ✓  e2e/plugin (4.395s)
18:25:02 ✓  e2e/stack (2.188s)
18:25:02 ✓  e2e/system (256ms)
18:25:10 ✓  e2e/trust (6.601s)
18:25:16 ✓  e2e/image (25.635s)
18:25:16 ∅  e2e/internal/fixtures
18:25:16 ∅  e2e/plugin/basic
18:25:16 
18:25:16 === Skipped
18:25:16 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:25:16     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:25:16 
18:25:16 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:25:16     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:25:16         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:25:16 
18:25:16 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:25:16     --- SKIP: TestRemove/Kubernetes (0.00s)
18:25:16         remove_test.go:22: !environment.KubernetesEnabled()
18:25:16 
18:25:16 
18:25:16 DONE 88 tests, 3 skipped in 61.202s
18:25:16 Stopping cliendtoendsuite_notary-server_1      ... 
18:25:16 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:25:16 Stopping cliendtoendsuite_engine_1             ... 
18:25:16 Stopping cliendtoendsuite_registry_1           ... 
18:25:17 
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_notary-server_1      ... 
18:25:17 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:25:17 Removing cliendtoendsuite_engine_1             ... 
18:25:17 Removing cliendtoendsuite_registry_1           ... 
18:25:18 
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
18:25:18 Removing image cliendtoendsuite_notary-server
18:25:18 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