Skip to content
Success

Console Output

Pull request #2108 updated
18:31:29 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 754388324470af6b5007f141a9205e0bd2f7f8fc rather than f1a0817313d191fac21bb6c149b72746fc84a712
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
 > 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
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1804-overlay2 (i-05036f0e884f682b9) 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/836cdff1-68f2-4e96-8eaf-5d9411c04473/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:33:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:33:10 chowning workspace
[Pipeline] sh
18:33:10 + uname -m
[Pipeline] sh
18:33:11 + pwd
18:33:11 + id -u
18:33:11 + id -g
18:33:11 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2108:/workspace busybox chown -R 1000:1000 /workspace
18:33:11 Unable to find image 'busybox:latest' locally
18:33:11 latest: Pulling from library/busybox
18:33:11 7c9d20b9b6cd: Pulling fs layer
18:33:11 7c9d20b9b6cd: Verifying Checksum
18:33:11 7c9d20b9b6cd: Download complete
18:33:11 7c9d20b9b6cd: Pull complete
18:33:11 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
18:33:11 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
18:33:16 Removing all docker containers
[Pipeline] sh
18:33:16 + docker container ls -aq
[Pipeline] echo
18:33:16 Docker containers have been removed
[Pipeline] echo
18:33:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:33:16 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:33:16 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:33:16 Using the ‘stage’ step without a block argument is deprecated
18:33:16 Entering stage Git Checkout
18:33:16 Proceeding
[Pipeline] checkout
18:33:18 using credential docker-jenkins-github-credentials
18:33:18 Cloning the remote Git repository
18:33:18 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:33:24 Fetching without tags
18:33:24 Merging remotes/origin/master commit 754388324470af6b5007f141a9205e0bd2f7f8fc into PR head commit f1a0817313d191fac21bb6c149b72746fc84a712
 > 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 f1a0817313d191fac21bb6c149b72746fc84a712
18:33:24 Merge succeeded, producing f1a0817313d191fac21bb6c149b72746fc84a712
18:33:24 Checking out Revision f1a0817313d191fac21bb6c149b72746fc84a712 (PR-2108)
18:33:26 Commit message: "Change reference to the Docker docs to an absolute link"
 > git merge 754388324470af6b5007f141a9205e0bd2f7f8fc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1a0817313d191fac21bb6c149b72746fc84a712
 > git rev-list --no-walk f0a0acfb5745a312903092c730aecaa3b4732217 # timeout=10
[Pipeline] stage
18:33:26 Using the ‘stage’ step without a block argument is deprecated
18:33:26 Entering stage Run end-to-end test suite
18:33:26 Proceeding
[Pipeline] sh
18:33:27 + docker version
18:33:27 Client: Docker Engine - Community
18:33:27  Version:           19.03.2
18:33:27  API version:       1.40
18:33:27  Go version:        go1.12.8
18:33:27  Git commit:        6a30dfc
18:33:27  Built:             Thu Aug 29 05:29:11 2019
18:33:27  OS/Arch:           linux/amd64
18:33:27  Experimental:      false
18:33:27 
18:33:27 Server: Docker Engine - Community
18:33:27  Engine:
18:33:27   Version:          19.03.2
18:33:27   API version:      1.40 (minimum version 1.12)
18:33:27   Go version:       go1.12.8
18:33:27   Git commit:       6a30dfc
18:33:27   Built:            Thu Aug 29 05:27:45 2019
18:33:27   OS/Arch:          linux/amd64
18:33:27   Experimental:     true
18:33:27  containerd:
18:33:27   Version:          1.2.6
18:33:27   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:33:27  runc:
18:33:27   Version:          1.0.0-rc8
18:33:27   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:33:27  docker-init:
18:33:27   Version:          0.18.0
18:33:27   GitCommit:        fec3683
[Pipeline] sh
18:33:27 + docker info
18:33:35 Client:
18:33:35  Debug Mode: false
18:33:35 
18:33:35 Server:
18:33:35  Containers: 0
18:33:35   Running: 0
18:33:35   Paused: 0
18:33:35   Stopped: 0
18:33:35  Images: 1
18:33:35  Server Version: 19.03.2
18:33:35  Storage Driver: overlay2
18:33:35   Backing Filesystem: extfs
18:33:35   Supports d_type: true
18:33:35   Native Overlay Diff: true
18:33:35  Logging Driver: json-file
18:33:35  Cgroup Driver: cgroupfs
18:33:35  Plugins:
18:33:35   Volume: local
18:33:35   Network: bridge host ipvlan macvlan null overlay
18:33:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:33:35  Swarm: inactive
18:33:35  Runtimes: runc
18:33:35  Default Runtime: runc
18:33:35  Init Binary: docker-init
18:33:35  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:33:35  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
18:33:35  init version: fec3683
18:33:35  Security Options:
18:33:35   apparmor
18:33:35   seccomp
18:33:35    Profile: default
18:33:35  Kernel Version: 4.15.0-1048-aws
18:33:35  Operating System: Ubuntu 18.04.3 LTS
18:33:35  OSType: linux
18:33:35  Architecture: x86_64
18:33:35  CPUs: 2
18:33:35  Total Memory: 7.501GiB
18:33:35  Name: ip-10-100-111-13
18:33:35  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
18:33:35  Docker Root Dir: /var/lib/docker
18:33:35  Debug Mode: false
18:33:35  Username: dockerbuildbot
18:33:35  Registry: https://index.docker.io/v1/
18:33:35  Labels:
18:33:35  Experimental: true
18:33:35  Insecure Registries:
18:33:35   127.0.0.0/8
18:33:35  Live Restore Enabled: true
18:33:35 
18:33:35 WARNING: No swap limit support
[Pipeline] sh
18:33:35 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:33:35 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:33:36 #2 [internal] load build definition from Dockerfile.e2e
18:33:36 #2 transferring dockerfile: 1.58kB done
18:33:36 #2 DONE 0.4s
18:33:36 
18:33:36 #1 [internal] load .dockerignore
18:33:36 #1 transferring context: 100B done
18:33:36 #1 DONE 0.4s
18:33:36 
18:33:36 #3 [internal] load metadata for docker.io/library/golang:1.12.9
18:33:36 #3 DONE 0.3s
18:33:36 
18:33:36 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
18:33:36 #4 resolve docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe done
18:33:37 #4 sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe 2.16kB / 2.16kB done
18:33:37 #4 sha256:328736f65b0b6a6f3ecdda423ed41bf55e6e9cb401a9892c9ea28c49e80ef8d5 1.79kB / 1.79kB done
18:33:37 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.0s
18:33:37 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.0s
18:33:37 #4 sha256:669220934599733ed4cdb6130aadd8a8f1b67b1a844de3f6f0511ff6f74b43ed 5.46kB / 5.46kB done
18:33:37 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.0s
18:33:37 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.31MB / 50.38MB 0.2s
18:33:37 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 2.46MB / 10.00MB 0.3s
18:33:37 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s
18:33:37 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 8.66MB / 50.38MB 0.5s
18:33:37 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s
18:33:37 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
18:33:37 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.14MB / 51.77MB 0.5s
18:33:37 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 13.89MB / 50.38MB 0.7s
18:33:37 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s done
18:33:37 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 10.83MB / 51.77MB 0.7s
18:33:37 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.7s
18:33:37 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 19.01MB / 50.38MB 0.8s
18:33:37 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 16.36MB / 51.77MB 0.8s
18:33:37 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 5.66MB / 68.52MB 0.9s
18:33:38 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 26.51MB / 50.38MB 1.1s
18:33:38 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 26.18MB / 51.77MB 1.1s
18:33:38 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 11.20MB / 68.52MB 1.1s
18:33:38 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 33.05MB / 50.38MB 1.3s
18:33:38 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 30.01MB / 51.77MB 1.3s
18:33:38 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 15.92MB / 68.52MB 1.3s
18:33:38 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 34.45MB / 51.77MB 1.4s
18:33:38 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 36.85MB / 50.38MB 1.5s
18:33:38 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 46.16MB / 50.38MB 1.8s
18:33:38 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 46.58MB / 51.77MB 1.8s
18:33:38 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 21.96MB / 68.52MB 1.8s
18:33:38 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.8s
18:33:38 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.8s
18:33:38 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 33.14MB / 68.52MB 1.9s
18:33:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 2.0s done
18:33:39 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 2.1s done
18:33:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 41.80MB / 68.52MB 2.4s
18:33:39 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 0B / 126B 2.4s
18:33:39 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 0B / 127.97MB 2.4s
18:33:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 55.01MB / 68.52MB 2.7s
18:33:39 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 2.5s done
18:33:39 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
18:33:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 67.09MB / 68.52MB 3.0s
18:33:39 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 12.14MB / 127.97MB 3.0s
18:33:40 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 21.52MB / 127.97MB 3.3s
18:33:40 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 31.09MB / 127.97MB 3.4s
18:33:40 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 41.82MB / 127.97MB 3.7s
18:33:41 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 4.1s done
18:33:41 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 52.49MB / 127.97MB 4.2s
18:33:41 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 60.63MB / 127.97MB 4.5s
18:33:41 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 67.10MB / 127.97MB 4.7s
18:33:42 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 82.72MB / 127.97MB 5.4s
18:33:42 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 90.83MB / 127.97MB 5.6s
18:33:42 #4 ...
18:33:42 
18:33:42 #10 [internal] load build context
18:33:42 #10 transferring context: 42.30MB 5.8s done
18:33:42 #10 DONE 5.9s
18:33:42 
18:33:42 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
18:33:42 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 98.00MB / 127.97MB 5.8s
18:33:42 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 111.98MB / 127.97MB 6.0s
18:33:42 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 124.92MB / 127.97MB 6.3s
18:33:43 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 6.7s done
18:33:44 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 5.1s
18:33:45 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 6.2s done
18:33:45 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
18:33:46 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.5s done
18:33:46 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
18:33:46 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.4s done
18:33:46 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
18:33:51 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 3.6s done
18:33:51 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
18:33:54 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.9s done
18:33:54 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12
18:33:59 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 5.0s done
18:33:59 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100
18:34:00 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 done
18:34:00 #4 DONE 23.5s
18:34:00 
18:34:00 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:34:01 #5 1.163 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
18:34:01 #5 1.163 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
18:34:01 #5 1.171 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
18:34:01 #5 1.286 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [93.7 kB]
18:34:01 #5 1.450 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
18:34:02 #5 1.735 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
18:34:03 #5 3.185 Fetched 8208 kB in 2s (3589 kB/s)
18:34:03 #5 3.185 Reading package lists...
18:34:04 #5 3.777 Reading package lists...
18:34:04 #5 4.433 Building dependency tree...
18:34:04 #5 4.533 Reading state information...
18:34:04 #5 4.628 curl is already the newest version (7.64.0-4).
18:34:04 #5 4.628 openssh-client is already the newest version (1:7.9p1-10).
18:34:04 #5 4.628 openssl is already the newest version (1.1.1c-1).
18:34:04 #5 4.628 openssl set to manually installed.
18:34:04 #5 4.628 The following additional packages will be installed:
18:34:04 #5 4.629   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
18:34:04 #5 4.629   libalgorithm-merge-perl libfakeroot patch xz-utils
18:34:04 #5 4.630 Suggested packages:
18:34:04 #5 4.630   bzip2-doc debian-keyring ed diffutils-doc
18:34:05 #5 4.692 The following NEW packages will be installed:
18:34:05 #5 4.693   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
18:34:05 #5 4.694   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
18:34:05 #5 4.959 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
18:34:05 #5 4.959 Need to get 2342 kB of archives.
18:34:05 #5 4.959 After this operation, 3601 kB of additional disk space will be used.
18:34:05 #5 4.959 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:34:05 #5 4.961 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:34:05 #5 4.965 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
18:34:05 #5 4.967 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
18:34:05 #5 4.988 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
18:34:05 #5 4.988 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
18:34:05 #5 4.993 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
18:34:05 #5 4.994 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
18:34:05 #5 4.995 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
18:34:05 #5 4.995 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
18:34:05 #5 5.119 debconf: delaying package configuration, since apt-utils is not installed
18:34:05 #5 5.145 Fetched 2342 kB in 0s (8028 kB/s)
18:34:05 #5 5.166 Selecting previously unselected package bzip2.
18:34:05 #5 5.166 (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:34:05 #5 5.175 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:34:05 #5 5.179 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:34:05 #5 5.221 Selecting previously unselected package xz-utils.
18:34:05 #5 5.223 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
18:34:05 #5 5.227 Unpacking xz-utils (5.2.4-1) ...
18:34:05 #5 5.315 Selecting previously unselected package patch.
18:34:05 #5 5.315 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
18:34:05 #5 5.319 Unpacking patch (2.7.6-3+deb10u1) ...
18:34:05 #5 5.363 Selecting previously unselected package dpkg-dev.
18:34:05 #5 5.363 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
18:34:05 #5 5.367 Unpacking dpkg-dev (1.19.7) ...
18:34:05 #5 5.479 Selecting previously unselected package build-essential.
18:34:05 #5 5.481 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
18:34:05 #5 5.485 Unpacking build-essential (12.6) ...
18:34:05 #5 5.521 Selecting previously unselected package libfakeroot:amd64.
18:34:05 #5 5.523 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
18:34:05 #5 5.532 Unpacking libfakeroot:amd64 (1.23-1) ...
18:34:05 #5 5.570 Selecting previously unselected package fakeroot.
18:34:05 #5 5.572 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
18:34:05 #5 5.576 Unpacking fakeroot (1.23-1) ...
18:34:05 #5 5.627 Selecting previously unselected package libalgorithm-diff-perl.
18:34:05 #5 5.629 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
18:34:05 #5 5.633 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
18:34:05 #5 5.665 Selecting previously unselected package libalgorithm-diff-xs-perl.
18:34:05 #5 5.667 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
18:34:05 #5 5.672 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:34:05 #5 5.702 Selecting previously unselected package libalgorithm-merge-perl.
18:34:05 #5 5.702 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
18:34:05 #5 5.706 Unpacking libalgorithm-merge-perl (0.08-3) ...
18:34:05 #5 5.749 Setting up libalgorithm-diff-perl (1.19.03-2) ...
18:34:06 #5 5.763 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:34:06 #5 5.775 Setting up libfakeroot:amd64 (1.23-1) ...
18:34:06 #5 5.790 Setting up fakeroot (1.23-1) ...
18:34:06 #5 5.805 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
18:34:06 #5 5.818 Setting up xz-utils (5.2.4-1) ...
18:34:06 #5 5.828 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:34:06 #5 5.837 Setting up patch (2.7.6-3+deb10u1) ...
18:34:06 #5 5.849 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
18:34:06 #5 5.862 Setting up libalgorithm-merge-perl (0.08-3) ...
18:34:06 #5 5.876 Setting up dpkg-dev (1.19.7) ...
18:34:06 #5 5.898 Setting up build-essential (12.6) ...
18:34:06 #5 5.910 Processing triggers for libc-bin (2.28-10) ...
18:34:06 #5 DONE 6.2s
18:34:06 
18:34:06 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
18:34:07 #6 0.649   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
18:34:07 #6 0.650                                  Dload  Upload   Total   Spent    Left  Speed
18:34:07 #6 0.652 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5141      0 --:--:-- --:--:-- --:--:--  5141
18:34:07 #6 0.806 
  0 10.3M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.3M  100 10.3M    0     0  35.5M      0 --:--:-- --:--:-- --:--:-- 77.8M
18:34:07 #6 DONE 1.1s
18:34:07 
18:34:07 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
18:34:08 #7 DONE 1.0s
18:34:08 
18:34:08 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
18:34:09 #8 DONE 1.0s
18:34:09 
18:34:09 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:34:09 #9 DONE 0.0s
18:34:09 
18:34:09 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:34:09 #11 DONE 0.1s
18:34:09 
18:34:09 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:34:10 #12 0.650 Updating certificates in /etc/ssl/certs...
18:34:10 #12 1.163 1 added, 0 removed; done.
18:34:10 #12 1.163 Running hooks in /etc/ca-certificates/update.d...
18:34:10 #12 1.164 done.
18:34:10 #12 DONE 1.3s
18:34:10 
18:34:10 #13 [9/11] COPY . .
18:34:12 #13 DONE 1.2s
18:34:12 
18:34:12 #14 [10/11] RUN ./scripts/build/binary
18:34:12 #14 0.606 Building statically linked build/docker-linux-amd64
18:35:34 #14 DONE 69.3s
18:35:34 
18:35:34 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
18:35:34 #15 0.650 Building statically linked build/plugins-linux-amd64/docker-helloworld
18:35:34 #15 2.532 Building statically linked build/plugins-linux-amd64/docker-badmeta
18:35:34 #15 4.224 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
18:35:34 #15 DONE 6.4s
18:35:34 
18:35:34 #16 exporting to image
18:35:34 #16 exporting layers
18:35:34 #16 exporting layers 2.2s done
18:35:34 #16 writing image sha256:851c4aa6feea2f32a42dad5dc3afd641a8e5a70c1b07a863e8e8535e3e9bf7ab done
18:35:34 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
18:35:34 #16 DONE 2.2s
18:35:34 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-e2eclie2e3
18:35:34 Creating network "cliendtoendsuite_default" with the default driver
18:35:34 Pulling registry (registry:2)...
18:35:34 2: Pulling from library/registry
18:35:34 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
18:35:34 Status: Downloaded newer image for registry:2
18:35:34 Pulling engine (docker:stable-dind)...
18:35:34 stable-dind: Pulling from library/docker
18:35:36 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:35:36 Status: Downloaded newer image for docker:stable-dind
18:35:36 Building notary-server
18:35:36 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:35:36 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:35:36 server-0.5.0: Pulling from library/notary
18:35:37 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
18:35:37 Status: Downloaded newer image for notary:server-0.5.0
18:35:37  ---> 16b632e954ca
18:35:37 Step 3/3 : COPY ./notary/ /fixtures/
18:35:38  ---> 023f11427e1e
18:35:38 Successfully built 023f11427e1e
18:35:38 Successfully tagged cliendtoendsuite_notary-server:latest
18:35:38 Building evil-notary-server
18:35:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:35:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:35:38  ---> 16b632e954ca
18:35:38 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:35:38  ---> 267a2fd4af30
18:35:38 Successfully built 267a2fd4af30
18:35:38 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:35:38 Creating cliendtoendsuite_registry_1 ... 
18:35:38 Creating cliendtoendsuite_notary-server_1 ... 
18:35:38 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:35:38 Creating cliendtoendsuite_engine_1             ... 
18:35:43 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
18:35:43 Client:
18:35:43  Version:           19.09.0-dev
18:35:43  API version:       1.40
18:35:43  Go version:        go1.12.9
18:35:43  Git commit:        
18:35:43  Built:             Thu Sep 26 18:34:12 2019
18:35:43  OS/Arch:           linux/amd64
18:35:43  Experimental:      false
18:35:43 
18:35:43 Server: Docker Engine - Community
18:35:43  Engine:
18:35:43   Version:          19.03.2
18:35:43   API version:      1.40 (minimum version 1.12)
18:35:43   Go version:       go1.12.8
18:35:43   Git commit:       6a30dfca03
18:35:43   Built:            Thu Aug 29 05:32:56 2019
18:35:43   OS/Arch:          linux/amd64
18:35:43   Experimental:     false
18:35:43  containerd:
18:35:43   Version:          v1.2.6
18:35:43   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:35:43  runc:
18:35:43   Version:          1.0.0-rc8
18:35:43   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:35:43  docker-init:
18:35:43   Version:          0.18.0
18:35:43   GitCommit:        fec3683
18:35:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:35:44 88286f41530e: Pulling fs layer
18:35:44 88286f41530e: Verifying Checksum
18:35:44 88286f41530e: Download complete
18:35:44 88286f41530e: Pull complete
18:35:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:35:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:35:44 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:35:44 The push refers to repository [registry:5000/alpine]
18:35:44 5bef08742407: Preparing
18:35:45 5bef08742407: Pushed
18:35:45 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:35:45 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:35:45 03b1be98f3f9: Pulling fs layer
18:35:45 03b1be98f3f9: Verifying Checksum
18:35:45 03b1be98f3f9: Download complete
18:35:45 03b1be98f3f9: Pull complete
18:35:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:35:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:35:45 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:35:45 The push refers to repository [registry:5000/busybox]
18:35:45 6a749002dd6a: Preparing
18:35:45 6a749002dd6a: Pushed
18:35:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:35:46 Swarm initialized: current node (kmlqhn6ihlsdnqmroybtsb3a2) is now a manager.
18:35:46 
18:35:46 To add a worker to this swarm, run the following command:
18:35:46 
18:35:46     docker swarm join --token SWMTKN-1-4bmddmy12csjp92yaeixptuclfv8o5n3fhzpn8sgci0z21vy1m-6enfwjogukkjqkh68aggla83l 172.18.0.5:2377
18:35:46 
18:35:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:35:46 
18:36:13 ✓  e2e/cli-plugins (2.426s)
18:36:13 ∅  e2e/cli-plugins/plugins/badmeta
18:36:13 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:36:13 ✓  e2e/context (58ms)
18:36:17 ✓  e2e/container (8.957s)
18:36:22 ✓  e2e/plugin (3.82s)
18:36:22 ✓  e2e/image (12.096s)
18:36:22 ∅  e2e/internal/fixtures
18:36:22 ∅  e2e/plugin/basic
18:36:23 ✓  e2e/stack (672ms)
18:36:23 ✓  e2e/system (85ms)
18:36:25 ✓  e2e/trust (2.138s)
18:36:25 
18:36:25 === Skipped
18:36:25 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:36:25     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:36:25 
18:36:25 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
18:36:25     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:36:25 
18:36:25 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:36:25     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:36:25         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:36:25 
18:36:25 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:36:25     --- SKIP: TestRemove/Kubernetes (0.00s)
18:36:25         remove_test.go:22: !environment.KubernetesEnabled()
18:36:25 
18:36:25 
18:36:25 DONE 88 tests, 4 skipped in 39.385s
18:36:26 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:36:26 Stopping cliendtoendsuite_engine_1             ... 
18:36:26 Stopping cliendtoendsuite_notary-server_1      ... 
18:36:26 Stopping cliendtoendsuite_registry_1           ... 
18:36:28 
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_evil-notary-server_1 ... 
18:36:28 Removing cliendtoendsuite_engine_1             ... 
18:36:28 Removing cliendtoendsuite_notary-server_1      ... 
18:36:28 Removing cliendtoendsuite_registry_1           ... 
18:36:28 
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
18:36:28 Removing image cliendtoendsuite_notary-server
18:36:28 Removing image cliendtoendsuite_evil-notary-server
18:36:29 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-e2eclie2e3
18:36:30 Creating network "cliendtoendsuite_default" with the default driver
18:36:30 Building notary-server
18:36:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:36:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:36:30  ---> 16b632e954ca
18:36:30 Step 3/3 : COPY ./notary/ /fixtures/
18:36:31  ---> 4a479c0d6b25
18:36:31 Successfully built 4a479c0d6b25
18:36:31 Successfully tagged cliendtoendsuite_notary-server:latest
18:36:31 Building evil-notary-server
18:36:31 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:36:31 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:36:31  ---> 16b632e954ca
18:36:31 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:36:31  ---> 157bb3dec7a6
18:36:31 Successfully built 157bb3dec7a6
18:36:31 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:36:31 Creating cliendtoendsuite_notary-server_1 ... 
18:36:31 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:36:31 Creating cliendtoendsuite_registry_1           ... 
18:36:31 Creating cliendtoendsuite_engine_1             ... 
18:36:36 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

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

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
18:37:22 Removing image cliendtoendsuite_notary-server
18:37:22 Removing image cliendtoendsuite_evil-notary-server
18:37:22 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-e2eclie2e3
18:37:24 Creating network "cliendtoendsuite_default" with the default driver
18:37:24 Building notary-server
18:37:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:37:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:37:24  ---> 16b632e954ca
18:37:24 Step 3/3 : COPY ./notary/ /fixtures/
18:37:24  ---> fba1dce08211
18:37:24 Successfully built fba1dce08211
18:37:24 Successfully tagged cliendtoendsuite_notary-server:latest
18:37:24 Building evil-notary-server
18:37:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:37:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:37:24  ---> 16b632e954ca
18:37:24 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:37:24  ---> 8f44383e711e
18:37:24 Successfully built 8f44383e711e
18:37:24 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:37:24 Building engine
18:37:24 Step 1/6 : FROM docker:test-dind
18:37:24 test-dind: Pulling from library/docker
18:37:29 Digest: sha256:33983f776a232bf11f32a9849663b927c6f4196a2ae55bb574334b28053e60ff
18:37:29 Status: Downloaded newer image for docker:test-dind
18:37:29  ---> fc95a05f901b
18:37:29 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:37:29  ---> Running in b802382f2783
18:37:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:37:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:37:31 (1/5) Installing openssh-keygen (8.0_p1-r0)
18:37:31 (2/5) Installing openssh-server-common (8.0_p1-r0)
18:37:31 (3/5) Installing openssh-server (8.0_p1-r0)
18:37:31 (4/5) Installing linux-pam (1.3.0-r1)
18:37:31 (5/5) Installing shadow (4.6-r2)
18:37:31 Executing busybox-1.30.1-r2.trigger
18:37:31 OK: 24 MiB in 45 packages
18:37:31 Creating mailbox file: No such file or directory
18:37:31 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:37:32 Removing intermediate container b802382f2783
18:37:32  ---> 9a610b41931c
18:37:32 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
18:37:32  ---> Running in b03e960cb31a
18:37:33 Removing intermediate container b03e960cb31a
18:37:33  ---> fe2503b91b44
18:37:33 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
18:37:33  ---> 22b97d0f0287
18:37:33 Step 5/6 : EXPOSE 22
18:37:33  ---> Running in d5dfd0f9b7d3
18:37:33 Removing intermediate container d5dfd0f9b7d3
18:37:33  ---> 51687ec1040c
18:37:33 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
18:37:33  ---> Running in 7e3b11c21fe7
18:37:33 Removing intermediate container 7e3b11c21fe7
18:37:33  ---> 2db86606735e
18:37:33 Successfully built 2db86606735e
18:37:33 Successfully tagged docker:stable-dind
18:37:33 Creating cliendtoendsuite_notary-server_1 ... 
18:37:33 Creating cliendtoendsuite_registry_1      ... 
18:37:33 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:37:33 Creating cliendtoendsuite_engine_1             ... 
18:37:37 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

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