Skip to content
Success

Console Output

Pull request #2060 updated
13:24:40 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 131df7f70f77483e71a2e2fb36b98e90980e6177+f429e4bfd95d17b2e0a93753d3e77d49d3cf920a (dbb57aa0da459f8f8589f9f8814a5ee4c5f3bb0d)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04ac689edef924c1e) in /home/ubuntu/workspace/cli_PR-2060
[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-2060@tmp/5200c6a4-4007-4ae9-9ca4-36a3169cc082/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
13:24:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:24:42 chowning workspace
[Pipeline] sh
13:24:42 + uname -m
[Pipeline] sh
13:24:43 + pwd
13:24:43 + id -u
13:24:43 + id -g
13:24:43 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2060:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:24:44 Removing all docker containers
[Pipeline] sh
13:24:44 + docker container ls -aq
13:24:44 + docker container rm -vf 69fadbd47dcf
13:24:45 69fadbd47dcf
13:24:45 + docker container rm -vf fc83afd4690d
13:24:46 fc83afd4690d
13:24:46 + docker container rm -vf 38b6ead39d63
13:24:48 38b6ead39d63
[Pipeline] echo
13:24:48 Docker containers have been removed
[Pipeline] echo
13:24:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:24:48 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:24:48 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:24:48 Using the ‘stage’ step without a block argument is deprecated
13:24:48 Entering stage Git Checkout
13:24:48 Proceeding
[Pipeline] checkout
13:24:48 using credential docker-jenkins-github-credentials
13:24:48 Cloning the remote Git repository
13:24:48 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2060 # 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/2060/head:refs/remotes/origin/PR-2060 +refs/heads/master:refs/remotes/origin/master
13:24:51 Fetching without tags
13:24:51 Merging remotes/origin/master commit f429e4bfd95d17b2e0a93753d3e77d49d3cf920a into PR head commit 131df7f70f77483e71a2e2fb36b98e90980e6177
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2060/head:refs/remotes/origin/PR-2060 # 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/2060/head:refs/remotes/origin/PR-2060 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 131df7f70f77483e71a2e2fb36b98e90980e6177
13:24:51 Merge succeeded, producing 131df7f70f77483e71a2e2fb36b98e90980e6177
13:24:51 Checking out Revision 131df7f70f77483e71a2e2fb36b98e90980e6177 (PR-2060)
13:24:52 Commit message: "Add option remove `env_file` entry after merged"
13:24:52 First time build. Skipping changelog.
 > git merge f429e4bfd95d17b2e0a93753d3e77d49d3cf920a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 131df7f70f77483e71a2e2fb36b98e90980e6177
 > git rev-list --no-walk a684e2862a657aad988ae48a0db4b26e313d1fb8 # timeout=10
[Pipeline] stage
13:24:52 Using the ‘stage’ step without a block argument is deprecated
13:24:52 Entering stage Run end-to-end test suite
13:24:52 Proceeding
[Pipeline] sh
13:24:53 + docker version
13:24:53 Client: Docker Engine - Community
13:24:53  Version:           19.03.2
13:24:53  API version:       1.40
13:24:53  Go version:        go1.12.8
13:24:53  Git commit:        6a30dfc
13:24:53  Built:             Thu Aug 29 05:29:11 2019
13:24:53  OS/Arch:           linux/amd64
13:24:53  Experimental:      false
13:24:53 
13:24:53 Server: Docker Engine - Community
13:24:53  Engine:
13:24:53   Version:          19.03.2
13:24:53   API version:      1.40 (minimum version 1.12)
13:24:53   Go version:       go1.12.8
13:24:53   Git commit:       6a30dfc
13:24:53   Built:            Thu Aug 29 05:27:45 2019
13:24:53   OS/Arch:          linux/amd64
13:24:53   Experimental:     true
13:24:53  containerd:
13:24:53   Version:          1.2.6
13:24:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:24:53  runc:
13:24:53   Version:          1.0.0-rc8
13:24:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:24:53  docker-init:
13:24:53   Version:          0.18.0
13:24:53   GitCommit:        fec3683
[Pipeline] sh
13:24:53 + docker info
13:24:54 Client:
13:24:54  Debug Mode: false
13:24:54 
13:24:54 Server:
13:24:54  Containers: 0
13:24:54   Running: 0
13:24:54   Paused: 0
13:24:54   Stopped: 0
13:24:54  Images: 37
13:24:54  Server Version: 19.03.2
13:24:54  Storage Driver: overlay2
13:24:54   Backing Filesystem: extfs
13:24:54   Supports d_type: true
13:24:54   Native Overlay Diff: true
13:24:54  Logging Driver: json-file
13:24:54  Cgroup Driver: cgroupfs
13:24:54  Plugins:
13:24:54   Volume: local
13:24:54   Network: bridge host ipvlan macvlan null overlay
13:24:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:24:54  Swarm: inactive
13:24:54  Runtimes: runc
13:24:54  Default Runtime: runc
13:24:54  Init Binary: docker-init
13:24:54  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:24:54  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:24:54  init version: fec3683
13:24:54  Security Options:
13:24:54   apparmor
13:24:54   seccomp
13:24:54    Profile: default
13:24:54  Kernel Version: 4.15.0-1048-aws
13:24:54  Operating System: Ubuntu 18.04.3 LTS
13:24:54  OSType: linux
13:24:54  Architecture: x86_64
13:24:54  CPUs: 2
13:24:54  Total Memory: 7.501GiB
13:24:54  Name: ip-10-100-44-176
13:24:54  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:24:54  Docker Root Dir: /var/lib/docker
13:24:54  Debug Mode: false
13:24:54  Username: dockerbuildbot
13:24:54  Registry: https://index.docker.io/v1/
13:24:54  Labels:
13:24:54  Experimental: true
13:24:54  Insecure Registries:
13:24:54   127.0.0.0/8
13:24:54  Live Restore Enabled: true
13:24:54 
13:24:54 WARNING: No swap limit support
[Pipeline] sh
13:24:54 + E2E_UNIQUE_ID=clie2e6 IMAGE_TAG=clie2e6 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:24:54 docker build -t docker-cli-e2eclie2e6 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:24:54 #1 [internal] load build definition from Dockerfile.e2e
13:24:54 #1 DONE 0.0s
13:24:54 
13:24:54 #2 [internal] load .dockerignore
13:24:54 #2 DONE 0.0s
13:24:54 
13:24:54 #2 [internal] load .dockerignore
13:24:54 #2 transferring context: 100B done
13:24:54 #2 DONE 0.0s
13:24:54 
13:24:54 #1 [internal] load build definition from Dockerfile.e2e
13:24:54 #1 transferring dockerfile: 1.58kB done
13:24:54 #1 DONE 0.0s
13:24:54 
13:24:54 #3 [internal] load metadata for docker.io/library/golang:1.12.9
13:24:54 #3 DONE 0.3s
13:24:55 
13:24:55 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
13:24:55 #4 resolve docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe done
13:24:55 #4 sha256:328736f65b0b6a6f3ecdda423ed41bf55e6e9cb401a9892c9ea28c49e80ef8d5 1.79kB / 1.79kB done
13:24:55 #4 sha256:4d75d32fe0773f2d742957766eb4482de707f3b517e99365ce46d3188ca28ffe 2.16kB / 2.16kB done
13:24:55 #4 sha256:669220934599733ed4cdb6130aadd8a8f1b67b1a844de3f6f0511ff6f74b43ed 5.46kB / 5.46kB done
13:24:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.1s
13:24:55 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 121.39kB / 7.80MB 0.1s
13:24:55 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.1s
13:24:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 5.05MB / 50.38MB 0.2s
13:24:55 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 4.80MB / 7.80MB 0.2s
13:24:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 13.68MB / 50.38MB 0.3s
13:24:55 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s done
13:24:55 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 6.74MB / 10.00MB 0.3s
13:24:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0B / 51.77MB 0.3s
13:24:55 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 34.01MB / 50.38MB 0.6s
13:24:55 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.4s done
13:24:55 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 15.09MB / 51.77MB 0.6s
13:24:55 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 5.96MB / 68.52MB 0.6s
13:24:56 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 46.46MB / 50.38MB 0.8s
13:24:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 25.80MB / 51.77MB 0.8s
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 17.76MB / 68.52MB 0.8s
13:24:56 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.0s
13:24:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 34.36MB / 51.77MB 1.0s
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 28.17MB / 68.52MB 1.0s
13:24:56 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.0s done
13:24:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 43.85MB / 51.77MB 1.1s
13:24:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 0B / 127.97MB 1.1s
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 32.97MB / 68.52MB 1.2s
13:24:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.4s
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 39.87MB / 68.52MB 1.4s
13:24:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 12.36MB / 127.97MB 1.4s
13:24:56 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
13:24:56 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.4s done
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 47.15MB / 68.52MB 1.5s
13:24:56 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 0B / 126B 1.5s
13:24:56 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 52.80MB / 68.52MB 1.6s
13:24:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 21.98MB / 127.97MB 1.6s
13:24:56 #4 sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 126B / 126B 1.5s done
13:24:56 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 30.50MB / 127.97MB 1.7s
13:24:57 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.9s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 45.88MB / 127.97MB 1.9s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 52.33MB / 127.97MB 2.0s
13:24:57 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.0s done
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 67.99MB / 127.97MB 2.2s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 74.47MB / 127.97MB 2.3s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 82.13MB / 127.97MB 2.4s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 89.51MB / 127.97MB 2.5s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 105.49MB / 127.97MB 2.7s
13:24:57 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 113.45MB / 127.97MB 2.8s
13:24:58 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 126.07MB / 127.97MB 3.0s
13:24:58 #4 sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 127.97MB / 127.97MB 3.3s done
13:24:58 #4 ...
13:24:58 
13:24:58 #10 [internal] load build context
13:24:58 #10 transferring context: 42.29MB 3.5s done
13:24:58 #10 DONE 3.5s
13:24:58 
13:24:58 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
13:25:00 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.3s done
13:25:00 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
13:25:00 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
13:25:00 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
13:25:00 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
13:25:00 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
13:25:02 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 1.9s done
13:25:02 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
13:25:04 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.1s done
13:25:05 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12
13:25:10 #4 extracting sha256:5915f3af643fdf1ce5d22bf6b262eaec85c92386558b8169554187071e0e1e12 4.4s done
13:25:10 #4 extracting sha256:fa06ef9877e3487da50a456964677ca1cab179eef6f05f46af98fbabdcee0100 done
13:25:10 #4 DONE 14.6s
13:25:10 
13:25:10 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:25:10 #5 1.051 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:25:10 #5 1.051 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
13:25:10 #5 1.060 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:25:10 #5 1.149 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [91.7 kB]
13:25:10 #5 1.244 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
13:25:10 #5 1.374 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:25:12 #5 2.475 Fetched 8206 kB in 2s (4892 kB/s)
13:25:12 #5 2.475 Reading package lists...
13:25:13 #5 3.073 Reading package lists...
13:25:13 #5 3.618 Building dependency tree...
13:25:13 #5 3.719 Reading state information...
13:25:13 #5 3.815 curl is already the newest version (7.64.0-4).
13:25:13 #5 3.815 openssh-client is already the newest version (1:7.9p1-10).
13:25:13 #5 3.815 openssl is already the newest version (1.1.1c-1).
13:25:13 #5 3.815 openssl set to manually installed.
13:25:13 #5 3.815 The following additional packages will be installed:
13:25:13 #5 3.816   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:25:13 #5 3.816   libalgorithm-merge-perl libfakeroot patch xz-utils
13:25:13 #5 3.817 Suggested packages:
13:25:13 #5 3.817   bzip2-doc debian-keyring ed diffutils-doc
13:25:13 #5 3.880 The following NEW packages will be installed:
13:25:13 #5 3.880   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
13:25:13 #5 3.881   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
13:25:13 #5 4.149 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
13:25:13 #5 4.149 Need to get 2342 kB of archives.
13:25:13 #5 4.149 After this operation, 3601 kB of additional disk space will be used.
13:25:13 #5 4.149 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:25:13 #5 4.152 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:25:13 #5 4.157 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
13:25:13 #5 4.160 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
13:25:13 #5 4.183 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
13:25:13 #5 4.183 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
13:25:13 #5 4.184 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
13:25:13 #5 4.185 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:25:13 #5 4.186 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
13:25:13 #5 4.186 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:25:13 #5 4.294 debconf: delaying package configuration, since apt-utils is not installed
13:25:14 #5 4.317 Fetched 2342 kB in 0s (7983 kB/s)
13:25:14 #5 4.339 Selecting previously unselected package bzip2.
13:25:14 #5 4.339 (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.)
13:25:14 #5 4.346 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:25:14 #5 4.350 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:25:14 #5 4.386 Selecting previously unselected package xz-utils.
13:25:14 #5 4.388 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
13:25:14 #5 4.392 Unpacking xz-utils (5.2.4-1) ...
13:25:14 #5 4.440 Selecting previously unselected package patch.
13:25:14 #5 4.440 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
13:25:14 #5 4.445 Unpacking patch (2.7.6-3+deb10u1) ...
13:25:14 #5 4.487 Selecting previously unselected package dpkg-dev.
13:25:14 #5 4.489 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
13:25:14 #5 4.493 Unpacking dpkg-dev (1.19.7) ...
13:25:14 #5 4.595 Selecting previously unselected package build-essential.
13:25:14 #5 4.595 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
13:25:14 #5 4.600 Unpacking build-essential (12.6) ...
13:25:14 #5 4.633 Selecting previously unselected package libfakeroot:amd64.
13:25:14 #5 4.635 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
13:25:14 #5 4.643 Unpacking libfakeroot:amd64 (1.23-1) ...
13:25:14 #5 4.679 Selecting previously unselected package fakeroot.
13:25:14 #5 4.679 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
13:25:14 #5 4.683 Unpacking fakeroot (1.23-1) ...
13:25:14 #5 4.721 Selecting previously unselected package libalgorithm-diff-perl.
13:25:14 #5 4.722 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:25:14 #5 4.726 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:25:14 #5 4.755 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:25:14 #5 4.757 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
13:25:14 #5 4.761 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:25:14 #5 4.792 Selecting previously unselected package libalgorithm-merge-perl.
13:25:14 #5 4.792 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
13:25:14 #5 4.796 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:25:14 #5 4.835 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:25:14 #5 4.847 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:25:14 #5 4.860 Setting up libfakeroot:amd64 (1.23-1) ...
13:25:14 #5 4.879 Setting up fakeroot (1.23-1) ...
13:25:14 #5 4.893 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:25:14 #5 4.905 Setting up xz-utils (5.2.4-1) ...
13:25:14 #5 4.915 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:25:14 #5 4.926 Setting up patch (2.7.6-3+deb10u1) ...
13:25:14 #5 4.939 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:25:14 #5 4.952 Setting up libalgorithm-merge-perl (0.08-3) ...
13:25:14 #5 4.964 Setting up dpkg-dev (1.19.7) ...
13:25:14 #5 4.983 Setting up build-essential (12.6) ...
13:25:14 #5 4.995 Processing triggers for libc-bin (2.28-10) ...
13:25:16 #5 DONE 6.2s
13:25:16 
13:25:16 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:25:16 #6 0.832   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13:25:16 #6 0.833                                  Dload  Upload   Total   Spent    Left  Speed
13:25:16 #6 0.834 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4975      0 --:--:-- --:--:-- --:--:--  4975
13:25:16 #6 1.097 
100 10.3M  100 10.3M    0     0  39.0M      0 --:--:-- --:--:-- --:--:-- 39.0M
13:25:17 #6 DONE 1.2s
13:25:17 
13:25:17 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:25:18 #7 DONE 1.0s
13:25:18 
13:25:18 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:25:19 #8 DONE 1.0s
13:25:19 
13:25:19 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:25:19 #9 DONE 0.0s
13:25:19 
13:25:19 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:25:19 #11 DONE 0.1s
13:25:19 
13:25:19 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:25:20 #12 0.799 Updating certificates in /etc/ssl/certs...
13:25:20 #12 1.281 1 added, 0 removed; done.
13:25:20 #12 1.281 Running hooks in /etc/ca-certificates/update.d...
13:25:20 #12 1.282 done.
13:25:20 #12 DONE 1.4s
13:25:20 
13:25:20 #13 [9/11] COPY . .
13:25:21 #13 DONE 0.7s
13:25:21 
13:25:21 #14 [10/11] RUN ./scripts/build/binary
13:25:22 #14 0.797 Building statically linked build/docker-linux-amd64
13:26:29 #14 DONE 68.5s
13:26:29 
13:26:29 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:26:30 #15 0.677 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:26:32 #15 2.640 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:26:34 #15 4.398 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:26:36 #15 DONE 6.5s
13:26:36 
13:26:36 #16 exporting to image
13:26:36 #16 exporting layers
13:26:38 #16 exporting layers 2.3s done
13:26:38 #16 writing image sha256:269f0a68c11f34e75820dfebd4f8a1de386dd21bf34c6591b8326f1d3b7ff05a done
13:26:38 #16 naming to docker.io/library/docker-cli-e2eclie2e6 done
13:26:38 #16 DONE 2.3s
13:26:38 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e6
13:26:40 Creating network "cliendtoendsuite_default" with the default driver
13:26:40 Pulling engine (docker:stable-dind)...
13:26:40 stable-dind: Pulling from library/docker
13:26:44 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
13:26:44 Status: Downloaded newer image for docker:stable-dind
13:26:44 Building notary-server
13:26:44 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:44 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:44 server-0.5.0: Pulling from library/notary
13:26:44 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
13:26:44 Status: Downloaded newer image for notary:server-0.5.0
13:26:44  ---> 16b632e954ca
13:26:44 Step 3/3 : COPY ./notary/ /fixtures/
13:26:45  ---> 825c77d2cf06
13:26:45 Successfully built 825c77d2cf06
13:26:45 Successfully tagged cliendtoendsuite_notary-server:latest
13:26:45 Building evil-notary-server
13:26:45 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:45 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:45  ---> 16b632e954ca
13:26:45 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:26:45  ---> df54246686ed
13:26:45 Successfully built df54246686ed
13:26:45 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:26:45 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:26:45 Creating cliendtoendsuite_registry_1           ... 
13:26:45 Creating cliendtoendsuite_notary-server_1      ... 
13:26:45 Creating cliendtoendsuite_engine_1             ... 
13:26:49 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.19.0.2:2375
13:27:40 Client:
13:27:40  Version:           19.09.0-dev
13:27:40  API version:       1.40
13:27:40  Go version:        go1.12.9
13:27:40  Git commit:        
13:27:40  Built:             Mon Sep 23 13:25:21 2019
13:27:40  OS/Arch:           linux/amd64
13:27:40  Experimental:      false
13:27:40 
13:27:40 Server: Docker Engine - Community
13:27:40  Engine:
13:27:40   Version:          19.03.2
13:27:40   API version:      1.40 (minimum version 1.12)
13:27:40   Go version:       go1.12.8
13:27:40   Git commit:       6a30dfca03
13:27:40   Built:            Thu Aug 29 05:32:56 2019
13:27:40   OS/Arch:          linux/amd64
13:27:40   Experimental:     true
13:27:40  containerd:
13:27:40   Version:          v1.2.6
13:27:40   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:27:40  runc:
13:27:40   Version:          1.0.0-rc8
13:27:40   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:27:40  docker-init:
13:27:40   Version:          0.18.0
13:27:40   GitCommit:        fec3683
13:27:41 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:27:41 88286f41530e: Pulling fs layer
13:27:41 88286f41530e: Verifying Checksum
13:27:41 88286f41530e: Download complete
13:27:41 88286f41530e: Pull complete
13:27:41 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:41 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:41 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:41 The push refers to repository [registry:5000/alpine]
13:27:41 5bef08742407: Preparing
13:27:41 5bef08742407: Pushed
13:27:41 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:27:41 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:27:41 03b1be98f3f9: Pulling fs layer
13:27:41 03b1be98f3f9: Verifying Checksum
13:27:41 03b1be98f3f9: Download complete
13:27:42 03b1be98f3f9: Pull complete
13:27:42 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:42 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:42 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:42 The push refers to repository [registry:5000/busybox]
13:27:42 6a749002dd6a: Preparing
13:27:42 6a749002dd6a: Pushed
13:27:42 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:27:43 Swarm initialized: current node (20awife4xay9rignfw3o58j7m) is now a manager.
13:27:43 
13:27:43 To add a worker to this swarm, run the following command:
13:27:43 
13:27:43     docker swarm join --token SWMTKN-1-54x58dn96kbrl1zu8q243ta4qg6x4h52t221l2r78e34oa5tuj-8pj6i9koj999uocuggf3gnb2p 172.19.0.2:2377
13:27:43 
13:27:43 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:27:43 
13:28:09 ✓  e2e/cli-plugins (2.56s)
13:28:09 ∅  e2e/cli-plugins/plugins/badmeta
13:28:09 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:28:09 ✓  e2e/context (29ms)
13:28:13 ✓  e2e/container (8.753s)
13:28:17 ✓  e2e/plugin (3.455s)
13:28:18 ✓  e2e/stack (587ms)
13:28:19 ✓  e2e/system (70ms)
13:28:22 ✓  e2e/image (14.833s)
13:28:22 ∅  e2e/internal/fixtures
13:28:22 ∅  e2e/plugin/basic
13:28:23 ✓  e2e/trust (3.086s)
13:28:23 
13:28:23 === Skipped
13:28:23 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:28:23     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:28:23 
13:28:23 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:28:23     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:28:23         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:28:23 
13:28:23 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:28:23     --- SKIP: TestRemove/Kubernetes (0.00s)
13:28:23         remove_test.go:22: !environment.KubernetesEnabled()
13:28:23 
13:28:23 
13:28:23 DONE 88 tests, 3 skipped in 40.284s
13:28:23 Stopping cliendtoendsuite_notary-server_1      ... 
13:28:23 Stopping cliendtoendsuite_registry_1           ... 
13:28:23 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:28:23 Stopping cliendtoendsuite_engine_1             ... 
13:28:25 
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_notary-server_1      ... 
13:28:25 Removing cliendtoendsuite_registry_1           ... 
13:28:25 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:28:25 Removing cliendtoendsuite_engine_1             ... 
13:28:25 
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
13:28:25 Removing image cliendtoendsuite_notary-server
13:28:25 Removing image cliendtoendsuite_evil-notary-server
13:28:26 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-e2eclie2e6
13:28:27 Creating network "cliendtoendsuite_default" with the default driver
13:28:27 Building engine
13:28:27 Step 1/6 : FROM docker:test-dind
13:28:27 test-dind: Pulling from library/docker
13:28:27 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
13:28:27 Status: Downloaded newer image for docker:test-dind
13:28:27  ---> 5768e15eefd1
13:28:27 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
13:28:28  ---> Running in 534edf44d018
13:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
13:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
13:28:30 (1/5) Installing openssh-keygen (8.0_p1-r0)
13:28:30 (2/5) Installing openssh-server-common (8.0_p1-r0)
13:28:30 (3/5) Installing openssh-server (8.0_p1-r0)
13:28:30 (4/5) Installing linux-pam (1.3.0-r1)
13:28:30 (5/5) Installing shadow (4.6-r2)
13:28:30 Executing busybox-1.30.1-r2.trigger
13:28:30 OK: 24 MiB in 45 packages
13:28:30 Creating mailbox file: No such file or directory
13:28:30 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
13:28:31 Removing intermediate container 534edf44d018
13:28:31  ---> 4122eeadbc60
13:28:31 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
13:28:31  ---> Running in 3272d7eab7bd
13:28:32 Removing intermediate container 3272d7eab7bd
13:28:32  ---> f90c4d6065fc
13:28:32 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
13:28:32  ---> a71395cb1481
13:28:32 Step 5/6 : EXPOSE 22
13:28:32  ---> Running in c98868ec3266
13:28:32 Removing intermediate container c98868ec3266
13:28:32  ---> a2ac737e44ea
13:28:32 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
13:28:32  ---> Running in 43df36df1469
13:28:32 Removing intermediate container 43df36df1469
13:28:32  ---> 55617890464a
13:28:32 Successfully built 55617890464a
13:28:32 Successfully tagged docker:stable-dind
13:28:32 Building evil-notary-server
13:28:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:33  ---> 16b632e954ca
13:28:33 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:28:33  ---> a90d60f0bcdb
13:28:33 Successfully built a90d60f0bcdb
13:28:33 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:28:33 Building notary-server
13:28:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:33  ---> 16b632e954ca
13:28:33 Step 3/3 : COPY ./notary/ /fixtures/
13:28:33  ---> 5b753d514c9e
13:28:33 Successfully built 5b753d514c9e
13:28:33 Successfully tagged cliendtoendsuite_notary-server:latest
13:28:33 Creating cliendtoendsuite_notary-server_1 ... 
13:28:33 Creating cliendtoendsuite_engine_1        ... 
13:28:33 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:28:33 Creating cliendtoendsuite_registry_1           ... 
13:28:37 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
13:29:44 Removing cliendtoendsuite_registry_1           ... 
13:29:44 Removing cliendtoendsuite_engine_1             ... 
13:29:44 Removing cliendtoendsuite_notary-server_1      ... 
13:29:44 
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
13:29:44 Removing image cliendtoendsuite_notary-server
13:29:44 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