Skip to content
Success

Console Output

Pull request #2142 updated
21:40:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 79aa6cce1929cb9e40b24da0782d45e20d9c6d82+a8ff7f821017ae3d5347392c82718d6cba221681 (f08cfa222e4d7ec327889f4195b8f4c3d25f66bc)
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 26028d2ce48352c9b2c3f496e963b79a4944a426
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 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0f4e2b2ec66ec2c48) in /home/ubuntu/workspace/cli_PR-2142
[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-2142@tmp/e3133b56-2522-4d70-8da5-9e82d91d5f2a/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
21:40:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:40:29 chowning workspace
[Pipeline] sh
21:40:29 + uname -m
[Pipeline] sh
21:40:30 + pwd
21:40:30 + id -u
21:40:30 + id -g
21:40:30 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2142:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:40:31 Removing all docker containers
[Pipeline] sh
21:40:31 + docker container ls -aq
[Pipeline] echo
21:40:31 Docker containers have been removed
[Pipeline] echo
21:40:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:40:31 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
21:40:31 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
21:40:31 Using the ‘stage’ step without a block argument is deprecated
21:40:31 Entering stage Git Checkout
21:40:31 Proceeding
[Pipeline] checkout
21:40:31 using credential docker-jenkins-github-credentials
21:40:31 Cloning the remote Git repository
21:40:31 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2142 # 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/2142/head:refs/remotes/origin/PR-2142 +refs/heads/master:refs/remotes/origin/master
21:40:34 Fetching without tags
21:40:34 Merging remotes/origin/master commit a8ff7f821017ae3d5347392c82718d6cba221681 into PR head commit 79aa6cce1929cb9e40b24da0782d45e20d9c6d82
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2142/head:refs/remotes/origin/PR-2142 # 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/2142/head:refs/remotes/origin/PR-2142 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79aa6cce1929cb9e40b24da0782d45e20d9c6d82
 > git merge a8ff7f821017ae3d5347392c82718d6cba221681 # timeout=10
21:40:35 Merge succeeded, producing 31cd51520f93fd45d249a3a07d533f0e62df4c68
21:40:35 Checking out Revision 31cd51520f93fd45d249a3a07d533f0e62df4c68 (PR-2142)
21:40:36 Commit message: "Merge commit 'a8ff7f821017ae3d5347392c82718d6cba221681' into HEAD"
21:40:36 First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 31cd51520f93fd45d249a3a07d533f0e62df4c68
 > git rev-list --no-walk 0b12d30a575b0d3ce395afc7a548105eb32817df # timeout=10
[Pipeline] stage
21:40:37 Using the ‘stage’ step without a block argument is deprecated
21:40:37 Entering stage Run end-to-end test suite
21:40:37 Proceeding
[Pipeline] sh
21:40:38 + docker version
21:40:38 Client: Docker Engine - Community
21:40:38  Version:           19.03.2
21:40:38  API version:       1.40
21:40:38  Go version:        go1.12.8
21:40:38  Git commit:        6a30dfc
21:40:38  Built:             Thu Aug 29 05:29:11 2019
21:40:38  OS/Arch:           linux/amd64
21:40:38  Experimental:      false
21:40:38 
21:40:38 Server: Docker Engine - Community
21:40:38  Engine:
21:40:38   Version:          19.03.2
21:40:38   API version:      1.40 (minimum version 1.12)
21:40:38   Go version:       go1.12.8
21:40:38   Git commit:       6a30dfc
21:40:38   Built:            Thu Aug 29 05:27:45 2019
21:40:38   OS/Arch:          linux/amd64
21:40:38   Experimental:     true
21:40:38  containerd:
21:40:38   Version:          1.2.6
21:40:38   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:40:38  runc:
21:40:38   Version:          1.0.0-rc8
21:40:38   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:40:38  docker-init:
21:40:38   Version:          0.18.0
21:40:38   GitCommit:        fec3683
[Pipeline] sh
21:40:38 + docker info
21:40:38 Client:
21:40:38  Debug Mode: false
21:40:38 
21:40:38 Server:
21:40:38  Containers: 0
21:40:38   Running: 0
21:40:38   Paused: 0
21:40:38   Stopped: 0
21:40:38  Images: 4
21:40:38  Server Version: 19.03.2
21:40:38  Storage Driver: overlay2
21:40:38   Backing Filesystem: extfs
21:40:38   Supports d_type: true
21:40:38   Native Overlay Diff: true
21:40:38  Logging Driver: json-file
21:40:38  Cgroup Driver: cgroupfs
21:40:38  Plugins:
21:40:38   Volume: local
21:40:38   Network: bridge host ipvlan macvlan null overlay
21:40:38   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
21:40:38  Swarm: inactive
21:40:38  Runtimes: runc
21:40:38  Default Runtime: runc
21:40:38  Init Binary: docker-init
21:40:38  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:40:38  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
21:40:38  init version: fec3683
21:40:38  Security Options:
21:40:38   apparmor
21:40:38   seccomp
21:40:38    Profile: default
21:40:38  Kernel Version: 4.15.0-1048-aws
21:40:38  Operating System: Ubuntu 18.04.3 LTS
21:40:38  OSType: linux
21:40:38  Architecture: x86_64
21:40:38  CPUs: 2
21:40:38  Total Memory: 7.501GiB
21:40:38  Name: ip-10-100-120-93
21:40:38  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
21:40:38  Docker Root Dir: /var/lib/docker
21:40:38  Debug Mode: false
21:40:38  Username: dockerbuildbot
21:40:38  Registry: https://index.docker.io/v1/
21:40:38  Labels:
21:40:38  Experimental: true
21:40:38  Insecure Registries:
21:40:38   127.0.0.0/8
21:40:38  Live Restore Enabled: true
21:40:38 
21:40:38 WARNING: No swap limit support
[Pipeline] sh
21:40:38 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
21:40:38 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
21:40:38 #2 [internal] load .dockerignore
21:40:38 #2 transferring context: 100B done
21:40:38 #2 DONE 0.0s
21:40:38 
21:40:38 #1 [internal] load build definition from Dockerfile.e2e
21:40:38 #1 transferring dockerfile: 1.58kB done
21:40:38 #1 DONE 0.0s
21:40:38 
21:40:38 #3 [internal] load metadata for docker.io/library/golang:1.12.10
21:40:39 #3 DONE 0.3s
21:40:39 
21:40:39 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:c2f4fdb24e20b6fdd8f1...
21:40:39 #4 resolve docker.io/library/golang:1.12.10@sha256:c2f4fdb24e20b6fdd8f157bbc42535d3ed85e397fd40e964816319b3bb277947 done
21:40:39 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
21:40:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.0s
21:40:39 #4 sha256:c2f4fdb24e20b6fdd8f157bbc42535d3ed85e397fd40e964816319b3bb277947 2.16kB / 2.16kB done
21:40:39 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
21:40:39 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.0s
21:40:39 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.0s
21:40:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 8.65MB / 50.38MB 0.2s
21:40:39 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 5.62MB / 7.80MB 0.2s
21:40:39 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.2s
21:40:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 19.15MB / 50.38MB 0.4s
21:40:39 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
21:40:39 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.2s done
21:40:39 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.02MB / 51.77MB 0.4s
21:40:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.4s
21:40:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 23.45MB / 50.38MB 0.5s
21:40:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 5.85MB / 68.52MB 0.5s
21:40:39 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 34.61MB / 50.38MB 0.7s
21:40:39 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 12.46MB / 51.77MB 0.7s
21:40:39 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 15.08MB / 68.52MB 0.7s
21:40:40 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 41.75MB / 50.38MB 0.8s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 17.27MB / 51.77MB 0.8s
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 20.42MB / 68.52MB 0.8s
21:40:40 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 46.95MB / 50.38MB 1.0s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 25.27MB / 51.77MB 1.0s
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 32.69MB / 68.52MB 1.0s
21:40:40 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.1s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 28.72MB / 51.77MB 1.1s
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 37.69MB / 68.52MB 1.1s
21:40:40 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.1s done
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 41.88MB / 51.77MB 1.3s
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 49.09MB / 68.52MB 1.3s
21:40:40 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.3s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 48.44MB / 51.77MB 1.4s
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 53.91MB / 68.52MB 1.4s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s
21:40:40 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 62.10MB / 68.52MB 1.6s
21:40:40 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 10.84MB / 127.96MB 1.6s
21:40:40 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.6s done
21:40:40 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
21:40:40 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 19.78MB / 127.96MB 1.7s
21:40:40 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.7s done
21:40:41 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.9s done
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 29.01MB / 127.96MB 1.9s
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 41.45MB / 127.96MB 2.0s
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 49.26MB / 127.96MB 2.2s
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 66.96MB / 127.96MB 2.4s
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 74.59MB / 127.96MB 2.4s
21:40:41 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 94.42MB / 127.96MB 2.8s
21:40:42 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 101.76MB / 127.96MB 2.9s
21:40:42 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 109.64MB / 127.96MB 3.0s
21:40:42 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.2s
21:40:43 #4 ...
21:40:43 
21:40:43 #10 [internal] load build context
21:40:43 #10 transferring context: 42.42MB 3.4s done
21:40:43 #10 DONE 3.7s
21:40:43 
21:40:43 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:c2f4fdb24e20b6fdd8f1...
21:40:43 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.7s done
21:40:44 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.5s done
21:40:44 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
21:40:44 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
21:40:44 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
21:40:45 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.3s done
21:40:45 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
21:40:47 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.0s done
21:40:47 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
21:40:49 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
21:40:49 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
21:40:54 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.4s done
21:40:54 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
21:40:54 #4 DONE 15.2s
21:40:54 
21:40:54 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
21:40:55 #5 0.916 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
21:40:55 #5 0.916 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
21:40:55 #5 0.927 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
21:40:55 #5 1.013 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.2 kB]
21:40:55 #5 1.113 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
21:40:56 #5 1.397 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
21:40:56 #5 2.543 Fetched 8214 kB in 2s (4374 kB/s)
21:40:57 #5 2.543 Reading package lists...
21:40:58 #5 3.193 Reading package lists...
21:40:58 #5 3.849 Building dependency tree...
21:40:58 #5 3.984 Reading state information...
21:40:58 #5 4.092 curl is already the newest version (7.64.0-4).
21:40:58 #5 4.092 The following additional packages will be installed:
21:40:58 #5 4.092   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
21:40:58 #5 4.092   libalgorithm-merge-perl libfakeroot patch xz-utils
21:40:58 #5 4.093 Suggested packages:
21:40:58 #5 4.093   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
21:40:58 #5 4.093   diffutils-doc
21:40:58 #5 4.093 Recommended packages:
21:40:58 #5 4.093   xauth
21:40:58 #5 4.165 The following NEW packages will be installed:
21:40:58 #5 4.166   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
21:40:58 #5 4.167   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
21:40:58 #5 4.168 The following packages will be upgraded:
21:40:58 #5 4.168   openssh-client openssl
21:40:58 #5 4.439 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
21:40:58 #5 4.439 Need to get 3968 kB of archives.
21:40:58 #5 4.439 After this operation, 3602 kB of additional disk space will be used.
21:40:58 #5 4.439 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
21:40:58 #5 4.441 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
21:40:58 #5 4.445 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
21:40:58 #5 4.446 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
21:40:58 #5 4.465 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
21:40:58 #5 4.466 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
21:40:58 #5 4.470 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
21:40:58 #5 4.471 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
21:40:58 #5 4.472 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
21:40:58 #5 4.472 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
21:40:58 #5 4.533 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
21:40:59 #5 4.545 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u2 [843 kB]
21:40:59 #5 4.669 debconf: delaying package configuration, since apt-utils is not installed
21:40:59 #5 4.697 Fetched 3968 kB in 0s (10.8 MB/s)
21:40:59 #5 4.718 Selecting previously unselected package bzip2.
21:40:59 #5 4.718 (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.)
21:40:59 #5 4.728 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
21:40:59 #5 4.733 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:40:59 #5 4.779 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
21:40:59 #5 4.802 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
21:40:59 #5 5.030 Selecting previously unselected package xz-utils.
21:40:59 #5 5.032 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
21:40:59 #5 5.036 Unpacking xz-utils (5.2.4-1) ...
21:40:59 #5 5.089 Selecting previously unselected package patch.
21:40:59 #5 5.091 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
21:40:59 #5 5.096 Unpacking patch (2.7.6-3+deb10u1) ...
21:40:59 #5 5.140 Selecting previously unselected package dpkg-dev.
21:40:59 #5 5.142 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
21:40:59 #5 5.146 Unpacking dpkg-dev (1.19.7) ...
21:40:59 #5 5.263 Selecting previously unselected package build-essential.
21:40:59 #5 5.265 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
21:40:59 #5 5.270 Unpacking build-essential (12.6) ...
21:40:59 #5 5.306 Selecting previously unselected package libfakeroot:amd64.
21:40:59 #5 5.308 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
21:40:59 #5 5.317 Unpacking libfakeroot:amd64 (1.23-1) ...
21:40:59 #5 5.358 Selecting previously unselected package fakeroot.
21:40:59 #5 5.360 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
21:40:59 #5 5.365 Unpacking fakeroot (1.23-1) ...
21:41:00 #5 5.403 Selecting previously unselected package libalgorithm-diff-perl.
21:41:00 #5 5.405 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
21:41:00 #5 5.410 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
21:41:00 #5 5.444 Selecting previously unselected package libalgorithm-diff-xs-perl.
21:41:00 #5 5.446 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
21:41:00 #5 5.451 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:41:00 #5 5.483 Selecting previously unselected package libalgorithm-merge-perl.
21:41:00 #5 5.485 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
21:41:00 #5 5.490 Unpacking libalgorithm-merge-perl (0.08-3) ...
21:41:00 #5 5.527 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u2_amd64.deb ...
21:41:00 #5 5.541 Unpacking openssl (1.1.1d-0+deb10u2) over (1.1.1c-1) ...
21:41:00 #5 5.892 Setting up libalgorithm-diff-perl (1.19.03-2) ...
21:41:00 #5 5.907 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
21:41:00 #5 5.941 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:41:00 #5 5.956 Setting up libfakeroot:amd64 (1.23-1) ...
21:41:00 #5 5.975 Setting up fakeroot (1.23-1) ...
21:41:00 #5 5.986 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:41:00 #5 5.998 Setting up xz-utils (5.2.4-1) ...
21:41:00 #5 6.009 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:41:00 #5 6.018 Setting up patch (2.7.6-3+deb10u1) ...
21:41:00 #5 6.032 Setting up openssl (1.1.1d-0+deb10u2) ...
21:41:00 #5 6.051 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:41:00 #5 6.064 Setting up libalgorithm-merge-perl (0.08-3) ...
21:41:00 #5 6.077 Setting up dpkg-dev (1.19.7) ...
21:41:00 #5 6.103 Setting up build-essential (12.6) ...
21:41:00 #5 6.117 Processing triggers for libc-bin (2.28-10) ...
21:41:02 #5 DONE 7.9s
21:41:02 
21:41:02 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
21:41:03 #6 0.669   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
21:41:03 #6 0.669                                  Dload  Upload   Total   Spent    Left  Speed
21:41:03 #6 0.669 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7810      0 --:--:-- --:--:-- --:--:--  7810
21:41:03 #6 0.797 
  0 10.3M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.3M  100 10.3M    0     0  39.5M      0 --:--:-- --:--:-- --:--:-- 77.2M
21:41:03 #6 DONE 1.0s
21:41:03 
21:41:03 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
21:41:04 #7 DONE 1.1s
21:41:04 
21:41:04 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
21:41:05 #8 DONE 1.1s
21:41:05 
21:41:05 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
21:41:05 #9 DONE 0.0s
21:41:05 
21:41:05 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
21:41:05 #11 DONE 0.1s
21:41:05 
21:41:05 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
21:41:06 #12 0.678 Updating certificates in /etc/ssl/certs...
21:41:06 #12 1.202 1 added, 0 removed; done.
21:41:06 #12 1.202 Running hooks in /etc/ca-certificates/update.d...
21:41:06 #12 1.203 done.
21:41:06 #12 DONE 1.3s
21:41:07 
21:41:07 #13 [9/11] COPY . .
21:41:08 #13 DONE 1.0s
21:41:08 
21:41:08 #14 [10/11] RUN ./scripts/build/binary
21:41:08 #14 0.655 Building statically linked build/docker-linux-amd64
21:42:30 #14 DONE 74.8s
21:42:30 
21:42:30 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
21:42:30 #15 0.713 Building statically linked build/plugins-linux-amd64/docker-helloworld
21:42:30 #15 2.680 Building statically linked build/plugins-linux-amd64/docker-badmeta
21:42:30 #15 4.477 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
21:42:30 #15 DONE 6.6s
21:42:30 
21:42:30 #16 exporting to image
21:42:30 #16 exporting layers
21:42:31 #16 exporting layers 2.5s done
21:42:31 #16 writing image sha256:8178138fc3f543b5ed6f33ee8f9e729102316d497b524beb6d4219707a5b043c done
21:42:31 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
21:42:31 #16 DONE 2.5s
21:42:31 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
21:42:33 Creating network "cliendtoendsuite_default" with the default driver
21:42:33 Pulling registry (registry:2)...
21:42:33 2: Pulling from library/registry
21:42:34 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
21:42:34 Status: Downloaded newer image for registry:2
21:42:34 Pulling engine (docker:stable-dind)...
21:42:34 stable-dind: Pulling from library/docker
21:42:38 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
21:42:38 Status: Downloaded newer image for docker:stable-dind
21:42:38 Building notary-server
21:42:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:42:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:42:38 server-0.5.0: Pulling from library/notary
21:42:39 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
21:42:39 Status: Downloaded newer image for notary:server-0.5.0
21:42:39  ---> 16b632e954ca
21:42:39 Step 3/3 : COPY ./notary/ /fixtures/
21:42:40  ---> bfe07a254281
21:42:40 Successfully built bfe07a254281
21:42:40 Successfully tagged cliendtoendsuite_notary-server:latest
21:42:40 Building evil-notary-server
21:42:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:42:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:42:40  ---> 16b632e954ca
21:42:40 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:42:41  ---> de0d28414bc7
21:42:41 Successfully built de0d28414bc7
21:42:41 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:42:41 Creating cliendtoendsuite_notary-server_1 ... 
21:42:41 Creating cliendtoendsuite_registry_1      ... 
21:42:41 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:42:41 Creating cliendtoendsuite_engine_1             ... 
21:42:44 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
21:42:44 Client:
21:42:44  Version:           19.09.0-dev
21:42:44  API version:       1.40 (downgraded from 1.41)
21:42:44  Go version:        go1.12.10
21:42:44  Git commit:        
21:42:44  Built:             Fri Oct 18 21:41:08 2019
21:42:44  OS/Arch:           linux/amd64
21:42:44  Experimental:      false
21:42:44 
21:42:44 Server: Docker Engine - Community
21:42:44  Engine:
21:42:44   Version:          19.03.3
21:42:44   API version:      1.40 (minimum version 1.12)
21:42:44   Go version:       go1.12.10
21:42:44   Git commit:       a872fc2f86
21:42:44   Built:            Tue Oct  8 01:01:20 2019
21:42:44   OS/Arch:          linux/amd64
21:42:44   Experimental:     false
21:42:44  containerd:
21:42:44   Version:          v1.2.10
21:42:44   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:42:44  runc:
21:42:44   Version:          1.0.0-rc8+dev
21:42:44   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:42:44  docker-init:
21:42:44   Version:          0.18.0
21:42:44   GitCommit:        fec3683
21:42:44 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:42:44 88286f41530e: Pulling fs layer
21:42:44 88286f41530e: Verifying Checksum
21:42:44 88286f41530e: Download complete
21:42:44 88286f41530e: Pull complete
21:42:44 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:42:44 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:42:44 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:42:44 The push refers to repository [registry:5000/alpine]
21:42:44 5bef08742407: Preparing
21:42:45 5bef08742407: Pushed
21:42:45 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:42:45 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:42:45 03b1be98f3f9: Pulling fs layer
21:42:45 03b1be98f3f9: Verifying Checksum
21:42:45 03b1be98f3f9: Download complete
21:42:45 03b1be98f3f9: Pull complete
21:42:45 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:42:45 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:42:45 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:42:45 The push refers to repository [registry:5000/busybox]
21:42:45 6a749002dd6a: Preparing
21:42:45 6a749002dd6a: Pushed
21:42:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:42:46 Swarm initialized: current node (j7gl1cedu8mqk4u4iz0477l2c) is now a manager.
21:42:46 
21:42:46 To add a worker to this swarm, run the following command:
21:42:46 
21:42:46     docker swarm join --token SWMTKN-1-46du0tylnp09n9nct8kh4jyzvilylw5sgo1wrcas7jea5bbwga-7weorefsph58qkkg87fl7wt8q 172.18.0.5:2377
21:42:46 
21:42:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:42:46 
21:43:18 ✓  e2e/cli-plugins (2.787s)
21:43:18 ∅  e2e/cli-plugins/plugins/badmeta
21:43:18 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:43:18 ✓  e2e/context (40ms)
21:43:21 ✓  e2e/container (8.383s)
21:43:26 ✓  e2e/plugin (3.942s)
21:43:27 ✓  e2e/stack (595ms)
21:43:27 ✓  e2e/image (12.193s)
21:43:27 ∅  e2e/internal/fixtures
21:43:27 ∅  e2e/plugin/basic
21:43:27 ✓  e2e/system (96ms)
21:43:30 ✓  e2e/trust (2.294s)
21:43:30 
21:43:30 === Skipped
21:43:30 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:43:30     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:43:30 
21:43:30 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
21:43:30     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
21:43:30 
21:43:30 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:43:30     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:43:30         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:43:30 
21:43:30 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:43:30     --- SKIP: TestRemove/Kubernetes (0.00s)
21:43:30         remove_test.go:22: !environment.KubernetesEnabled()
21:43:30 
21:43:30 
21:43:30 DONE 88 tests, 4 skipped in 43.887s
21:43:31 Stopping cliendtoendsuite_engine_1             ... 
21:43:31 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:43:31 Stopping cliendtoendsuite_registry_1           ... 
21:43:31 Stopping cliendtoendsuite_notary-server_1      ... 
21:43:32 
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             ... 
21:43:32 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:43:32 Removing cliendtoendsuite_registry_1           ... 
21:43:32 Removing cliendtoendsuite_notary-server_1      ... 
21:43:33 
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
21:43:33 Removing image cliendtoendsuite_notary-server
21:43:33 Removing image cliendtoendsuite_evil-notary-server
21:43:33 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e2
21:43:35 Creating network "cliendtoendsuite_default" with the default driver
21:43:35 Building notary-server
21:43:35 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:43:35 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:43:35  ---> 16b632e954ca
21:43:35 Step 3/3 : COPY ./notary/ /fixtures/
21:43:35  ---> cfca19d221ea
21:43:35 Successfully built cfca19d221ea
21:43:35 Successfully tagged cliendtoendsuite_notary-server:latest
21:43:35 Building evil-notary-server
21:43:35 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:43:35 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:43:35  ---> 16b632e954ca
21:43:35 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:43:35  ---> a49176d1f9cb
21:43:35 Successfully built a49176d1f9cb
21:43:35 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:43:35 Creating cliendtoendsuite_registry_1 ... 
21:43:35 Creating cliendtoendsuite_notary-server_1 ... 
21:43:35 Creating cliendtoendsuite_engine_1        ... 
21:43:35 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:43:40 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_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.3:2375
21:43:40 Client:
21:43:40  Version:           19.09.0-dev
21:43:40  API version:       1.40 (downgraded from 1.41)
21:43:40  Go version:        go1.12.10
21:43:40  Git commit:        
21:43:40  Built:             Fri Oct 18 21:41:08 2019
21:43:40  OS/Arch:           linux/amd64
21:43:40  Experimental:      false
21:43:40 
21:43:40 Server: Docker Engine - Community
21:43:40  Engine:
21:43:40   Version:          19.03.3
21:43:40   API version:      1.40 (minimum version 1.12)
21:43:40   Go version:       go1.12.10
21:43:40   Git commit:       a872fc2f86
21:43:40   Built:            Tue Oct  8 01:01:20 2019
21:43:40   OS/Arch:          linux/amd64
21:43:40   Experimental:     true
21:43:40  containerd:
21:43:40   Version:          v1.2.10
21:43:40   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:43:40  runc:
21:43:40   Version:          1.0.0-rc8+dev
21:43:40   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:43:40  docker-init:
21:43:40   Version:          0.18.0
21:43:40   GitCommit:        fec3683
21:43:41 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:43:41 88286f41530e: Pulling fs layer
21:43:41 88286f41530e: Verifying Checksum
21:43:41 88286f41530e: Download complete
21:43:41 88286f41530e: Pull complete
21:43:41 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:43:41 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:43:41 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:43:41 The push refers to repository [registry:5000/alpine]
21:43:41 5bef08742407: Preparing
21:43:41 5bef08742407: Pushed
21:43:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:43:42 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:43:42 03b1be98f3f9: Pulling fs layer
21:43:42 03b1be98f3f9: Verifying Checksum
21:43:42 03b1be98f3f9: Download complete
21:43:42 03b1be98f3f9: Pull complete
21:43:42 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:43:42 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:43:42 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:43:42 The push refers to repository [registry:5000/busybox]
21:43:42 6a749002dd6a: Preparing
21:43:42 6a749002dd6a: Pushed
21:43:42 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:43:43 Swarm initialized: current node (urq0tm2iul2vruewfnx3f4fd2) is now a manager.
21:43:43 
21:43:43 To add a worker to this swarm, run the following command:
21:43:43 
21:43:43     docker swarm join --token SWMTKN-1-68wbb3bntv5fdvp4h6av5axc4q75nsni00410bv2mm2wgfkxbf-6fsdiax9lrxtqoy12w7xuhd6b 172.19.0.3:2377
21:43:43 
21:43:43 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:43:43 
21:44:15 ✓  e2e/cli-plugins (2.765s)
21:44:15 ∅  e2e/cli-plugins/plugins/badmeta
21:44:15 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:44:15 ✓  e2e/context (58ms)
21:44:17 ✓  e2e/container (8.402s)
21:44:22 ✓  e2e/plugin (3.365s)
21:44:23 ✓  e2e/stack (552ms)
21:44:23 ✓  e2e/system (74ms)
21:44:28 ✓  e2e/image (15.731s)
21:44:28 ∅  e2e/internal/fixtures
21:44:28 ∅  e2e/plugin/basic
21:44:28 ✓  e2e/trust (3.71s)
21:44:28 
21:44:28 === Skipped
21:44:28 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:44:28     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:44:28 
21:44:28 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:44:28     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:44:28         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:44:28 
21:44:28 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:44:28     --- SKIP: TestRemove/Kubernetes (0.00s)
21:44:28         remove_test.go:22: !environment.KubernetesEnabled()
21:44:28 
21:44:28 
21:44:28 DONE 88 tests, 3 skipped in 44.966s
21:44:28 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:44:28 Stopping cliendtoendsuite_notary-server_1      ... 
21:44:28 Stopping cliendtoendsuite_engine_1             ... 
21:44:28 Stopping cliendtoendsuite_registry_1           ... 
21:44:30 
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 ... 
21:44:30 Removing cliendtoendsuite_notary-server_1      ... 
21:44:30 Removing cliendtoendsuite_engine_1             ... 
21:44:30 Removing cliendtoendsuite_registry_1           ... 
21:44:30 
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
21:44:30 Removing image cliendtoendsuite_notary-server
21:44:30 Removing image cliendtoendsuite_evil-notary-server
21:44:31 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e2
21:44:32 Creating network "cliendtoendsuite_default" with the default driver
21:44:32 Building evil-notary-server
21:44:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:44:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:44:32  ---> 16b632e954ca
21:44:32 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:44:33  ---> 393e16117919
21:44:33 Successfully built 393e16117919
21:44:33 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:44:33 Building notary-server
21:44:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:44:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:44:33  ---> 16b632e954ca
21:44:33 Step 3/3 : COPY ./notary/ /fixtures/
21:44:33  ---> f16f84335b35
21:44:33 Successfully built f16f84335b35
21:44:33 Successfully tagged cliendtoendsuite_notary-server:latest
21:44:33 Building engine
21:44:33 Step 1/6 : FROM docker:test-dind
21:44:33 test-dind: Pulling from library/docker
21:44:37 Digest: sha256:fda52fc6ddb6aded7db99287cb1ba1772b04db2c7336dc60565319ec2c425b50
21:44:37 Status: Downloaded newer image for docker:test-dind
21:44:37  ---> 0cf610ae0792
21:44:37 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
21:44:38  ---> Running in 276e35f61095
21:44:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
21:44:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
21:44:40 (1/5) Installing openssh-keygen (8.1_p1-r0)
21:44:40 (2/5) Installing openssh-server-common (8.1_p1-r0)
21:44:40 (3/5) Installing openssh-server (8.1_p1-r0)
21:44:40 (4/5) Installing linux-pam (1.3.0-r1)
21:44:40 (5/5) Installing shadow (4.6-r2)
21:44:40 Executing busybox-1.30.1-r2.trigger
21:44:40 OK: 24 MiB in 45 packages
21:44:40 Creating mailbox file: No such file or directory
21:44:40 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
21:44:41 Removing intermediate container 276e35f61095
21:44:41  ---> 513e8e0cd065
21:44:41 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
21:44:41  ---> Running in ae940da31ff8
21:44:42 Removing intermediate container ae940da31ff8
21:44:42  ---> 6e9a7dba9a7a
21:44:42 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
21:44:42  ---> 4b657381a213
21:44:42 Step 5/6 : EXPOSE 22
21:44:42  ---> Running in c456157b75db
21:44:42 Removing intermediate container c456157b75db
21:44:42  ---> b691e20af05e
21:44:42 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
21:44:43  ---> Running in 63816cb3fc55
21:44:43 Removing intermediate container 63816cb3fc55
21:44:43  ---> 1f9813fc8dc5
21:44:43 Successfully built 1f9813fc8dc5
21:44:43 Successfully tagged docker:stable-dind
21:44:43 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:44:43 Creating cliendtoendsuite_notary-server_1      ... 
21:44:43 Creating cliendtoendsuite_registry_1           ... 
21:44:43 Creating cliendtoendsuite_engine_1             ... 
21:44:48 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
21:44:48 Client:
21:44:48  Version:           19.09.0-dev
21:44:48  API version:       1.40 (downgraded from 1.41)
21:44:48  Go version:        go1.12.10
21:44:48  Git commit:        
21:44:48  Built:             Fri Oct 18 21:41:08 2019
21:44:48  OS/Arch:           linux/amd64
21:44:48  Experimental:      false
21:44:48 
21:44:48 Server: Docker Engine - Community
21:44:48  Engine:
21:44:48   Version:          19.03.4-rc1
21:44:48   API version:      1.40 (minimum version 1.12)
21:44:48   Go version:       go1.12.10
21:44:48   Git commit:       4ba2b1c606
21:44:48   Built:            Mon Oct 14 21:38:08 2019
21:44:48   OS/Arch:          linux/amd64
21:44:48   Experimental:     true
21:44:48  containerd:
21:44:48   Version:          v1.2.10
21:44:48   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:44:48  runc:
21:44:48   Version:          1.0.0-rc8+dev
21:44:48   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:44:48  docker-init:
21:44:48   Version:          0.18.0
21:44:48   GitCommit:        fec3683
21:44:48 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:44:48 88286f41530e: Pulling fs layer
21:44:48 88286f41530e: Verifying Checksum
21:44:48 88286f41530e: Download complete
21:44:49 88286f41530e: Pull complete
21:44:49 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:49 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:49 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:44:49 The push refers to repository [registry:5000/alpine]
21:44:49 5bef08742407: Preparing
21:44:50 5bef08742407: Pushed
21:44:50 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:44:50 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:44:50 03b1be98f3f9: Pulling fs layer
21:44:50 03b1be98f3f9: Verifying Checksum
21:44:50 03b1be98f3f9: Download complete
21:44:50 03b1be98f3f9: Pull complete
21:44:50 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:50 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:50 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:44:50 The push refers to repository [registry:5000/busybox]
21:44:50 6a749002dd6a: Preparing
21:44:51 6a749002dd6a: Pushed
21:44:51 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:44:52 Swarm initialized: current node (wibeiiazpgc75osik3nwijovp) is now a manager.
21:44:52 
21:44:52 To add a worker to this swarm, run the following command:
21:44:52 
21:44:52     docker swarm join --token SWMTKN-1-2pvi6thdy7dijy4rqw54i55cf3u6c91iumpelz6n6h27crs1tz-d0p1gzjo5y4fycdxx2oi6ypvc 172.20.0.4:2377
21:44:52 
21:44:52 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:44:52 
21:45:30 ✓  e2e/cli-plugins (13.72s)
21:45:30 ∅  e2e/cli-plugins/plugins/badmeta
21:45:30 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:45:30 ✓  e2e/context (30ms)
21:45:34 ✓  e2e/container (19.035s)
21:45:40 ✓  e2e/plugin (4.368s)
21:45:42 ✓  e2e/stack (2.282s)
21:45:43 ✓  e2e/system (250ms)
21:45:51 ✓  e2e/trust (6.871s)
21:45:56 ✓  e2e/image (26.703s)
21:45:56 ∅  e2e/internal/fixtures
21:45:56 ∅  e2e/plugin/basic
21:45:56 
21:45:56 === Skipped
21:45:56 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:45:56     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:45:56 
21:45:56 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:45:56     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:45:56         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:45:56 
21:45:56 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:45:56     --- SKIP: TestRemove/Kubernetes (0.00s)
21:45:56         remove_test.go:22: !environment.KubernetesEnabled()
21:45:56 
21:45:56 
21:45:56 DONE 88 tests, 3 skipped in 64.098s
21:45:56 Stopping cliendtoendsuite_engine_1             ... 
21:45:56 Stopping cliendtoendsuite_registry_1           ... 
21:45:56 Stopping cliendtoendsuite_notary-server_1      ... 
21:45:56 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:45:58 
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             ... 
21:45:58 Removing cliendtoendsuite_registry_1           ... 
21:45:58 Removing cliendtoendsuite_notary-server_1      ... 
21:45:58 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:45:59 
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
21:45:59 Removing image cliendtoendsuite_notary-server
21:45:59 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