Skip to content
Success

Console Output

Pull request #2133 opened
21:17:53 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 3e07fa728a3025cf4205e3dd071da703c34cf45f rather than 937ce69b4251d355db64eb88715ced76ed04b157
Obtained Jenkinsfile from 3e07fa728a3025cf4205e3dd071da703c34cf45f
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2133@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 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)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0d5fb889fa5ccc79c) in /home/ubuntu/workspace/cli_PR-2133
[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-2133@tmp/377b6e9e-3961-4f41-b9e9-c46c09c41c68/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:17:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:17:57 chowning workspace
[Pipeline] sh
21:17:57 + uname -m
[Pipeline] sh
21:17:57 + pwd
21:17:57 + id -u
21:17:57 + id -g
21:17:57 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2133:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:17:59 Removing all docker containers
[Pipeline] sh
21:17:59 + docker container ls -aq
[Pipeline] echo
21:17:59 Docker containers have been removed
[Pipeline] echo
21:17:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:17:59 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
21:17:59 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
21:17:59 Using the ‘stage’ step without a block argument is deprecated
21:17:59 Entering stage Git Checkout
21:17:59 Proceeding
[Pipeline] checkout
21:17:59 using credential docker-jenkins-github-credentials
21:17:59 Cloning the remote Git repository
21:17:59 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2133 # 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/2133/head:refs/remotes/origin/PR-2133 +refs/heads/master:refs/remotes/origin/master
21:18:02 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2133/head:refs/remotes/origin/PR-2133 # 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/2133/head:refs/remotes/origin/PR-2133 +refs/heads/master:refs/remotes/origin/master
21:18:02 Merging remotes/origin/master commit 3e07fa728a3025cf4205e3dd071da703c34cf45f into PR head commit 937ce69b4251d355db64eb88715ced76ed04b157
21:18:03 Merge succeeded, producing 937ce69b4251d355db64eb88715ced76ed04b157
21:18:03 Checking out Revision 937ce69b4251d355db64eb88715ced76ed04b157 (PR-2133)
21:18:03 Commit message: "Adjusting glossary reference and clarrifying the start of a Dockerfile"
21:18:03 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 937ce69b4251d355db64eb88715ced76ed04b157
 > git merge 3e07fa728a3025cf4205e3dd071da703c34cf45f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 937ce69b4251d355db64eb88715ced76ed04b157
[Pipeline] stage
21:18:04 Using the ‘stage’ step without a block argument is deprecated
21:18:04 Entering stage Run end-to-end test suite
21:18:04 Proceeding
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
21:18:04 + docker version
21:18:04 Client: Docker Engine - Community
21:18:04  Version:           19.03.2
21:18:04  API version:       1.40
21:18:04  Go version:        go1.12.8
21:18:04  Git commit:        6a30dfc
21:18:04  Built:             Thu Aug 29 05:29:11 2019
21:18:04  OS/Arch:           linux/amd64
21:18:04  Experimental:      false
21:18:04 
21:18:04 Server: Docker Engine - Community
21:18:04  Engine:
21:18:04   Version:          19.03.2
21:18:04   API version:      1.40 (minimum version 1.12)
21:18:04   Go version:       go1.12.8
21:18:04   Git commit:       6a30dfc
21:18:04   Built:            Thu Aug 29 05:27:45 2019
21:18:04   OS/Arch:          linux/amd64
21:18:04   Experimental:     true
21:18:04  containerd:
21:18:04   Version:          1.2.6
21:18:04   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:18:04  runc:
21:18:04   Version:          1.0.0-rc8
21:18:04   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:18:04  docker-init:
21:18:04   Version:          0.18.0
21:18:04   GitCommit:        fec3683
[Pipeline] sh
21:18:04 + docker info
21:18:05 Client:
21:18:05  Debug Mode: false
21:18:05 
21:18:05 Server:
21:18:05  Containers: 0
21:18:05   Running: 0
21:18:05   Paused: 0
21:18:05   Stopped: 0
21:18:05  Images: 4
21:18:05  Server Version: 19.03.2
21:18:05  Storage Driver: overlay2
21:18:05   Backing Filesystem: extfs
21:18:05   Supports d_type: true
21:18:05   Native Overlay Diff: true
21:18:05  Logging Driver: json-file
21:18:05  Cgroup Driver: cgroupfs
21:18:05  Plugins:
21:18:05   Volume: local
21:18:05   Network: bridge host ipvlan macvlan null overlay
21:18:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
21:18:05  Swarm: inactive
21:18:05  Runtimes: runc
21:18:05  Default Runtime: runc
21:18:05  Init Binary: docker-init
21:18:05  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:18:05  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
21:18:05  init version: fec3683
21:18:05  Security Options:
21:18:05   apparmor
21:18:05   seccomp
21:18:05    Profile: default
21:18:05  Kernel Version: 4.15.0-1048-aws
21:18:05  Operating System: Ubuntu 18.04.3 LTS
21:18:05  OSType: linux
21:18:05  Architecture: x86_64
21:18:05  CPUs: 2
21:18:05  Total Memory: 7.501GiB
21:18:05  Name: ip-10-100-84-17
21:18:05  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
21:18:05  Docker Root Dir: /var/lib/docker
21:18:05  Debug Mode: false
21:18:05  Username: dockerbuildbot
21:18:05  Registry: https://index.docker.io/v1/
21:18:05  Labels:
21:18:05  Experimental: true
21:18:05  Insecure Registries:
21:18:05   127.0.0.0/8
21:18:05  Live Restore Enabled: true
21:18:05 
21:18:05 WARNING: No swap limit support
[Pipeline] sh
21:18:05 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
21:18:05 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
21:18:05 #2 [internal] load .dockerignore
21:18:05 #2 transferring context: 100B done
21:18:05 #2 DONE 0.0s
21:18:05 
21:18:05 #1 [internal] load build definition from Dockerfile.e2e
21:18:05 #1 transferring dockerfile: 1.58kB done
21:18:05 #1 DONE 0.0s
21:18:05 
21:18:05 #3 [internal] load metadata for docker.io/library/golang:1.12.10
21:18:05 #3 DONE 0.3s
21:18:06 
21:18:06 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
21:18:06 #4 resolve docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 done
21:18:06 #4 sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 2.16kB / 2.16kB done
21:18:06 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.2s
21:18:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.2s
21:18:06 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
21:18:06 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.2s
21:18:06 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 3.85MB / 7.80MB 0.3s
21:18:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 5.24MB / 10.00MB 0.3s
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 9.35MB / 50.38MB 0.3s
21:18:06 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.4s done
21:18:06 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.4s done
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 19.91MB / 50.38MB 0.5s
21:18:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.55MB / 51.77MB 0.5s
21:18:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.5s
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 26.48MB / 50.38MB 0.6s
21:18:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 9.49MB / 51.77MB 0.6s
21:18:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 5.86MB / 68.52MB 0.6s
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 31.73MB / 50.38MB 0.7s
21:18:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 13.05MB / 51.77MB 0.7s
21:18:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 11.59MB / 68.52MB 0.7s
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 42.00MB / 50.38MB 0.8s
21:18:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 19.83MB / 51.77MB 0.8s
21:18:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 16.64MB / 68.52MB 0.8s
21:18:06 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 49.58MB / 50.38MB 1.0s
21:18:06 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 28.73MB / 51.77MB 1.0s
21:18:06 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 30.46MB / 68.52MB 1.0s
21:18:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 34.01MB / 68.52MB 1.1s
21:18:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 38.81MB / 51.77MB 1.2s
21:18:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 38.92MB / 68.52MB 1.2s
21:18:07 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.3s done
21:18:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 47.67MB / 51.77MB 1.4s
21:18:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 53.84MB / 68.52MB 1.4s
21:18:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.4s
21:18:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s
21:18:07 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
21:18:07 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s done
21:18:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
21:18:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 19.42MB / 127.96MB 1.7s
21:18:07 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.6s done
21:18:07 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 33.99MB / 127.96MB 1.9s
21:18:07 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.9s done
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 43.67MB / 127.96MB 2.1s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 50.11MB / 127.96MB 2.2s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 57.17MB / 127.96MB 2.3s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 65.52MB / 127.96MB 2.4s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 72.37MB / 127.96MB 2.5s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 87.33MB / 127.96MB 2.7s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 105.98MB / 127.96MB 2.9s
21:18:08 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 116.75MB / 127.96MB 3.0s
21:18:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 126.15MB / 127.96MB 3.1s
21:18:09 #4 ...
21:18:09 
21:18:09 #10 [internal] load build context
21:18:09 #10 transferring context: 42.37MB 3.6s done
21:18:09 #10 DONE 3.9s
21:18:09 
21:18:09 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
21:18:09 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.8s done
21:18:11 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.3s done
21:18:11 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
21:18:11 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
21:18:11 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
21:18:11 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.3s done
21:18:11 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
21:18:14 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.0s done
21:18:14 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
21:18:16 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
21:18:16 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
21:18:21 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.4s done
21:18:21 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
21:18:21 #4 DONE 15.0s
21:18:21 
21:18:21 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
21:18:22 #5 1.064 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
21:18:22 #5 1.076 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
21:18:22 #5 1.138 Get:3 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
21:18:22 #5 1.173 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
21:18:22 #5 1.375 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB]
21:18:22 #5 1.441 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
21:18:23 #5 2.516 Fetched 8212 kB in 2s (4807 kB/s)
21:18:24 #5 2.516 Reading package lists...
21:18:24 #5 3.118 Reading package lists...
21:18:24 #5 3.764 Building dependency tree...
21:18:24 #5 3.876 Reading state information...
21:18:24 #5 3.973 curl is already the newest version (7.64.0-4).
21:18:24 #5 3.973 The following additional packages will be installed:
21:18:24 #5 3.973   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
21:18:24 #5 3.974   libalgorithm-merge-perl libfakeroot patch xz-utils
21:18:24 #5 3.974 Suggested packages:
21:18:24 #5 3.974   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
21:18:24 #5 3.974   diffutils-doc
21:18:24 #5 3.975 Recommended packages:
21:18:24 #5 3.975   xauth
21:18:24 #5 4.038 The following NEW packages will be installed:
21:18:24 #5 4.039   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
21:18:24 #5 4.039   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
21:18:24 #5 4.040 The following packages will be upgraded:
21:18:24 #5 4.040   openssh-client openssl
21:18:25 #5 4.317 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
21:18:25 #5 4.317 Need to get 3968 kB of archives.
21:18:25 #5 4.317 After this operation, 3603 kB of additional disk space will be used.
21:18:25 #5 4.317 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
21:18:25 #5 4.331 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
21:18:25 #5 4.694 Get:3 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
21:18:25 #5 4.697 Get:4 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
21:18:25 #5 4.701 Get:5 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
21:18:25 #5 4.703 Get:6 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
21:18:25 #5 4.723 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
21:18:25 #5 4.723 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
21:18:25 #5 4.723 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
21:18:25 #5 4.724 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
21:18:25 #5 4.725 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
21:18:25 #5 4.725 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
21:18:25 #5 4.832 debconf: delaying package configuration, since apt-utils is not installed
21:18:25 #5 4.855 Fetched 3968 kB in 1s (5922 kB/s)
21:18:25 #5 4.872 Selecting previously unselected package bzip2.
21:18:25 #5 4.872 (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:18:25 #5 4.881 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
21:18:25 #5 4.884 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:18:25 #5 4.920 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
21:18:25 #5 4.938 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
21:18:26 #5 5.118 Selecting previously unselected package xz-utils.
21:18:26 #5 5.120 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
21:18:26 #5 5.123 Unpacking xz-utils (5.2.4-1) ...
21:18:26 #5 5.165 Selecting previously unselected package patch.
21:18:26 #5 5.165 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
21:18:26 #5 5.168 Unpacking patch (2.7.6-3+deb10u1) ...
21:18:26 #5 5.207 Selecting previously unselected package dpkg-dev.
21:18:26 #5 5.207 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
21:18:26 #5 5.210 Unpacking dpkg-dev (1.19.7) ...
21:18:26 #5 5.306 Selecting previously unselected package build-essential.
21:18:26 #5 5.306 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
21:18:26 #5 5.309 Unpacking build-essential (12.6) ...
21:18:26 #5 5.337 Selecting previously unselected package libfakeroot:amd64.
21:18:26 #5 5.337 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
21:18:26 #5 5.343 Unpacking libfakeroot:amd64 (1.23-1) ...
21:18:26 #5 5.370 Selecting previously unselected package fakeroot.
21:18:26 #5 5.372 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
21:18:26 #5 5.375 Unpacking fakeroot (1.23-1) ...
21:18:26 #5 5.407 Selecting previously unselected package libalgorithm-diff-perl.
21:18:26 #5 5.407 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
21:18:26 #5 5.410 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
21:18:26 #5 5.436 Selecting previously unselected package libalgorithm-diff-xs-perl.
21:18:26 #5 5.436 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
21:18:26 #5 5.439 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:18:26 #5 5.464 Selecting previously unselected package libalgorithm-merge-perl.
21:18:26 #5 5.464 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
21:18:26 #5 5.467 Unpacking libalgorithm-merge-perl (0.08-3) ...
21:18:26 #5 5.495 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u1_amd64.deb ...
21:18:26 #5 5.517 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
21:18:26 #5 5.765 Setting up libalgorithm-diff-perl (1.19.03-2) ...
21:18:26 #5 5.773 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
21:18:26 #5 5.799 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:18:26 #5 5.807 Setting up libfakeroot:amd64 (1.23-1) ...
21:18:26 #5 5.818 Setting up fakeroot (1.23-1) ...
21:18:26 #5 5.825 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:18:26 #5 5.834 Setting up xz-utils (5.2.4-1) ...
21:18:26 #5 5.841 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:18:26 #5 5.848 Setting up patch (2.7.6-3+deb10u1) ...
21:18:26 #5 5.857 Setting up openssl (1.1.1d-0+deb10u1) ...
21:18:26 #5 5.870 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:18:26 #5 5.879 Setting up libalgorithm-merge-perl (0.08-3) ...
21:18:27 #5 5.889 Setting up dpkg-dev (1.19.7) ...
21:18:27 #5 5.903 Setting up build-essential (12.6) ...
21:18:27 #5 5.912 Processing triggers for libc-bin (2.28-10) ...
21:18:28 #5 DONE 7.4s
21:18:28 
21:18:28 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
21:18:29 #6 0.834   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
21:18:29 #6 0.834                                  Dload  Upload   Total   Spent    Left  Speed
21:18:29 #6 0.834 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7524      0 --:--:-- --:--:-- --:--:--  7524
21:18:29 #6 1.189 
100 10.3M  100 10.3M    0     0  29.1M      0 --:--:-- --:--:-- --:--:-- 29.1M
21:18:29 #6 DONE 1.4s
21:18:29 
21:18:29 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
21:18:31 #7 DONE 1.2s
21:18:31 
21:18:31 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
21:18:32 #8 DONE 0.9s
21:18:32 
21:18:32 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
21:18:32 #9 DONE 0.0s
21:18:32 
21:18:32 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
21:18:32 #11 DONE 0.1s
21:18:32 
21:18:32 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
21:18:33 #12 0.789 Updating certificates in /etc/ssl/certs...
21:18:33 #12 1.295 1 added, 0 removed; done.
21:18:33 #12 1.296 Running hooks in /etc/ca-certificates/update.d...
21:18:33 #12 1.297 done.
21:18:33 #12 DONE 1.4s
21:18:33 
21:18:33 #13 [9/11] COPY . .
21:18:34 #13 DONE 0.9s
21:18:34 
21:18:34 #14 [10/11] RUN ./scripts/build/binary
21:18:35 #14 0.799 Building statically linked build/docker-linux-amd64
21:19:56 #14 DONE 69.3s
21:19:56 
21:19:56 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
21:19:56 #15 0.666 Building statically linked build/plugins-linux-amd64/docker-helloworld
21:19:56 #15 2.578 Building statically linked build/plugins-linux-amd64/docker-badmeta
21:19:56 #15 4.298 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
21:19:56 #15 DONE 6.5s
21:19:56 
21:19:56 #16 exporting to image
21:19:56 #16 exporting layers
21:19:56 #16 exporting layers 2.1s done
21:19:56 #16 writing image sha256:5dc941d424cc41cd825674e7a4f9df36ac051d0b17bbcd1cef1c9c42ef65deae
21:19:56 #16 writing image sha256:5dc941d424cc41cd825674e7a4f9df36ac051d0b17bbcd1cef1c9c42ef65deae done
21:19:56 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
21:19:56 #16 DONE 2.1s
21:19:56 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
21:19:56 Creating network "cliendtoendsuite_default" with the default driver
21:19:56 Pulling registry (registry:2)...
21:19:56 2: Pulling from library/registry
21:19:56 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
21:19:56 Status: Downloaded newer image for registry:2
21:19:56 Pulling engine (docker:stable-dind)...
21:19:56 stable-dind: Pulling from library/docker
21:19:58 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
21:19:58 Status: Downloaded newer image for docker:stable-dind
21:19:58 Building notary-server
21:19:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:19:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:19:59 server-0.5.0: Pulling from library/notary
21:19:59 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
21:19:59 Status: Downloaded newer image for notary:server-0.5.0
21:19:59  ---> 16b632e954ca
21:19:59 Step 3/3 : COPY ./notary/ /fixtures/
21:20:00  ---> a2273f19867e
21:20:00 Successfully built a2273f19867e
21:20:00 Successfully tagged cliendtoendsuite_notary-server:latest
21:20:00 Building evil-notary-server
21:20:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:20:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:20:00  ---> 16b632e954ca
21:20:00 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:20:01  ---> 198ca4898653
21:20:01 Successfully built 198ca4898653
21:20:01 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:20:01 Creating cliendtoendsuite_registry_1 ... 
21:20:01 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:20:01 Creating cliendtoendsuite_engine_1             ... 
21:20:01 Creating cliendtoendsuite_notary-server_1      ... 
21:20:04 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
21:20:04 Client:
21:20:04  Version:           19.09.0-dev
21:20:04  API version:       1.40 (downgraded from 1.41)
21:20:04  Go version:        go1.12.10
21:20:04  Git commit:        
21:20:04  Built:             Thu Oct 10 21:18:34 2019
21:20:04  OS/Arch:           linux/amd64
21:20:04  Experimental:      false
21:20:04 
21:20:04 Server: Docker Engine - Community
21:20:04  Engine:
21:20:04   Version:          19.03.3
21:20:04   API version:      1.40 (minimum version 1.12)
21:20:04   Go version:       go1.12.10
21:20:04   Git commit:       a872fc2f86
21:20:04   Built:            Tue Oct  8 01:01:20 2019
21:20:04   OS/Arch:          linux/amd64
21:20:04   Experimental:     false
21:20:04  containerd:
21:20:04   Version:          v1.2.10
21:20:04   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:20:04  runc:
21:20:04   Version:          1.0.0-rc8+dev
21:20:04   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:20:04  docker-init:
21:20:04   Version:          0.18.0
21:20:04   GitCommit:        fec3683
21:20:05 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:20:05 88286f41530e: Pulling fs layer
21:20:06 88286f41530e: Download complete
21:20:06 88286f41530e: Pull complete
21:20:06 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:06 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:06 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:06 The push refers to repository [registry:5000/alpine]
21:20:06 5bef08742407: Preparing
21:20:07 5bef08742407: Pushed
21:20:07 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:20:07 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:20:07 03b1be98f3f9: Pulling fs layer
21:20:07 03b1be98f3f9: Verifying Checksum
21:20:07 03b1be98f3f9: Download complete
21:20:07 03b1be98f3f9: Pull complete
21:20:07 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:07 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:07 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:07 The push refers to repository [registry:5000/busybox]
21:20:07 6a749002dd6a: Preparing
21:20:07 6a749002dd6a: Pushed
21:20:07 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:20:08 Swarm initialized: current node (1s0fjrzpp4t9nddofbieil59h) is now a manager.
21:20:08 
21:20:08 To add a worker to this swarm, run the following command:
21:20:08 
21:20:08     docker swarm join --token SWMTKN-1-1jqr4s51neifnfqqvldcbsxjh8eqkclf5424vwje4qdcc7wzxq-dmq3zhpc8w62smvvt8noqi4xh 172.18.0.4:2377
21:20:08 
21:20:08 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:20:08 
21:20:35 ✓  e2e/cli-plugins (2.885s)
21:20:35 ∅  e2e/cli-plugins/plugins/badmeta
21:20:35 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:20:35 ✓  e2e/context (50ms)
21:20:40 ✓  e2e/container (8.818s)
21:20:44 ✓  e2e/plugin (3.972s)
21:20:45 ✓  e2e/image (11.64s)
21:20:45 ∅  e2e/internal/fixtures
21:20:45 ∅  e2e/plugin/basic
21:20:46 ✓  e2e/stack (686ms)
21:20:46 ✓  e2e/system (80ms)
21:20:48 ✓  e2e/trust (2.216s)
21:20:48 
21:20:48 === Skipped
21:20:48 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:20:48     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:20:48 
21:20:48 === SKIP: e2e/image TestBuildIidFileSquash (0.07s)
21:20:48     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
21:20:48 
21:20:48 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:20:48     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:20:48         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:20:48 
21:20:48 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:20:48     --- SKIP: TestRemove/Kubernetes (0.00s)
21:20:48         remove_test.go:22: !environment.KubernetesEnabled()
21:20:48 
21:20:48 
21:20:48 DONE 88 tests, 4 skipped in 40.316s
21:20:49 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:20:49 Stopping cliendtoendsuite_notary-server_1      ... 
21:20:49 Stopping cliendtoendsuite_registry_1           ... 
21:20:49 Stopping cliendtoendsuite_engine_1             ... 
21:20:51 
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 ... 
21:20:51 Removing cliendtoendsuite_notary-server_1      ... 
21:20:51 Removing cliendtoendsuite_registry_1           ... 
21:20:51 Removing cliendtoendsuite_engine_1             ... 
21:20:51 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:20:51 Removing image cliendtoendsuite_notary-server
21:20:51 Removing image cliendtoendsuite_evil-notary-server
21:20:51 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
21:20:53 Creating network "cliendtoendsuite_default" with the default driver
21:20:53 Building notary-server
21:20:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:20:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:20:53  ---> 16b632e954ca
21:20:53 Step 3/3 : COPY ./notary/ /fixtures/
21:20:54  ---> 9a33c5901d38
21:20:54 Successfully built 9a33c5901d38
21:20:54 Successfully tagged cliendtoendsuite_notary-server:latest
21:20:54 Building evil-notary-server
21:20:54 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:20:54 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:20:54  ---> 16b632e954ca
21:20:54 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:20:54  ---> b809378ac4fb
21:20:54 Successfully built b809378ac4fb
21:20:54 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:20:54 Creating cliendtoendsuite_engine_1 ... 
21:20:54 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:20:54 Creating cliendtoendsuite_notary-server_1      ... 
21:20:54 Creating cliendtoendsuite_registry_1           ... 
21:20:57 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.19.0.3:2375
21:20:57 Client:
21:20:57  Version:           19.09.0-dev
21:20:57  API version:       1.40 (downgraded from 1.41)
21:20:57  Go version:        go1.12.10
21:20:57  Git commit:        
21:20:57  Built:             Thu Oct 10 21:18:34 2019
21:20:57  OS/Arch:           linux/amd64
21:20:57  Experimental:      false
21:20:57 
21:20:57 Server: Docker Engine - Community
21:20:57  Engine:
21:20:57   Version:          19.03.3
21:20:57   API version:      1.40 (minimum version 1.12)
21:20:57   Go version:       go1.12.10
21:20:57   Git commit:       a872fc2f86
21:20:57   Built:            Tue Oct  8 01:01:20 2019
21:20:57   OS/Arch:          linux/amd64
21:20:57   Experimental:     true
21:20:57  containerd:
21:20:57   Version:          v1.2.10
21:20:57   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:20:57  runc:
21:20:57   Version:          1.0.0-rc8+dev
21:20:57   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:20:57  docker-init:
21:20:57   Version:          0.18.0
21:20:57   GitCommit:        fec3683
21:20:57 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:20:57 88286f41530e: Pulling fs layer
21:20:58 88286f41530e: Download complete
21:20:58 88286f41530e: Pull complete
21:20:58 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:58 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:58 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:20:58 The push refers to repository [registry:5000/alpine]
21:20:58 5bef08742407: Preparing
21:20:58 5bef08742407: Pushed
21:20:59 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:20:59 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:20:59 03b1be98f3f9: Pulling fs layer
21:20:59 03b1be98f3f9: Verifying Checksum
21:20:59 03b1be98f3f9: Download complete
21:20:59 03b1be98f3f9: Pull complete
21:20:59 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:59 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:59 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:20:59 The push refers to repository [registry:5000/busybox]
21:20:59 6a749002dd6a: Preparing
21:21:00 6a749002dd6a: Pushed
21:21:00 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:21:00 Swarm initialized: current node (q6vplt5gff29moezchgc2o3rc) is now a manager.
21:21:00 
21:21:00 To add a worker to this swarm, run the following command:
21:21:00 
21:21:00     docker swarm join --token SWMTKN-1-5mhzkr441liiq6gku495h4f1091ko1mr2mjoyvr2bvjah92gqw-2likqlggp8w4dmzodeuuov17h 172.19.0.3:2377
21:21:00 
21:21:00 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:21:00 
21:21:27 ✓  e2e/cli-plugins (2.594s)
21:21:27 ∅  e2e/cli-plugins/plugins/badmeta
21:21:27 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:21:27 ✓  e2e/context (46ms)
21:21:35 ✓  e2e/container (9.155s)
21:21:39 ✓  e2e/plugin (3.687s)
21:21:40 ✓  e2e/stack (594ms)
21:21:41 ✓  e2e/system (99ms)
21:21:44 ✓  e2e/image (15.715s)
21:21:44 ∅  e2e/internal/fixtures
21:21:44 ∅  e2e/plugin/basic
21:21:44 ✓  e2e/trust (3.183s)
21:21:44 
21:21:44 === Skipped
21:21:44 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:21:44     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:21:44 
21:21:44 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:21:44     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:21:44         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:21:44 
21:21:44 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:21:44     --- SKIP: TestRemove/Kubernetes (0.00s)
21:21:44         remove_test.go:22: !environment.KubernetesEnabled()
21:21:44 
21:21:44 
21:21:44 DONE 88 tests, 3 skipped in 44.131s
21:21:45 Stopping cliendtoendsuite_registry_1           ... 
21:21:45 Stopping cliendtoendsuite_notary-server_1      ... 
21:21:45 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:21:45 Stopping cliendtoendsuite_engine_1             ... 
21:21:47 
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_registry_1           ... 
21:21:47 Removing cliendtoendsuite_notary-server_1      ... 
21:21:47 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:21:47 Removing cliendtoendsuite_engine_1             ... 
21:21:47 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:21:47 Removing image cliendtoendsuite_notary-server
21:21:47 Removing image cliendtoendsuite_evil-notary-server
21:21:48 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
21:21:49 Creating network "cliendtoendsuite_default" with the default driver
21:21:49 Building notary-server
21:21:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:21:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:21:49  ---> 16b632e954ca
21:21:49 Step 3/3 : COPY ./notary/ /fixtures/
21:21:49  ---> e7a0141d5ce5
21:21:49 Successfully built e7a0141d5ce5
21:21:49 Successfully tagged cliendtoendsuite_notary-server:latest
21:21:49 Building evil-notary-server
21:21:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:21:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:21:49  ---> 16b632e954ca
21:21:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:21:50  ---> cce719eb2383
21:21:50 Successfully built cce719eb2383
21:21:50 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:21:50 Building engine
21:21:50 Step 1/6 : FROM docker:test-dind
21:21:50 test-dind: Pulling from library/docker
21:21:50 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
21:21:50 Status: Downloaded newer image for docker:test-dind
21:21:50  ---> 0891431bfc89
21:21:50 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:21:50  ---> Running in bd5c2660af32
21:21:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
21:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
21:21:52 (1/5) Installing openssh-keygen (8.0_p1-r0)
21:21:52 (2/5) Installing openssh-server-common (8.0_p1-r0)
21:21:52 (3/5) Installing openssh-server (8.0_p1-r0)
21:21:52 (4/5) Installing linux-pam (1.3.0-r1)
21:21:52 (5/5) Installing shadow (4.6-r2)
21:21:52 Executing busybox-1.30.1-r2.trigger
21:21:52 OK: 24 MiB in 45 packages
21:21:52 Creating mailbox file: No such file or directory
21:21:53 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
21:21:54 Removing intermediate container bd5c2660af32
21:21:54  ---> f3d3abc74b5c
21:21:54 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
21:21:54  ---> Running in 2a3008339968
21:21:55 Removing intermediate container 2a3008339968
21:21:55  ---> 46bceacb7237
21:21:55 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
21:21:55  ---> a9af007555fa
21:21:55 Step 5/6 : EXPOSE 22
21:21:55  ---> Running in 96c2a23fb79f
21:21:55 Removing intermediate container 96c2a23fb79f
21:21:55  ---> 3cdfe147f260
21:21:55 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
21:21:55  ---> Running in b867cb5f6726
21:21:56 Removing intermediate container b867cb5f6726
21:21:56  ---> d2a54de0cca4
21:21:56 Successfully built d2a54de0cca4
21:21:56 Successfully tagged docker:stable-dind
21:21:56 Creating cliendtoendsuite_engine_1 ... 
21:21:56 Creating cliendtoendsuite_registry_1 ... 
21:21:56 Creating cliendtoendsuite_notary-server_1 ... 
21:21:56 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:21:59 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.3
21:22:00 Client:
21:22:00  Version:           19.09.0-dev
21:22:00  API version:       1.40 (downgraded from 1.41)
21:22:00  Go version:        go1.12.10
21:22:00  Git commit:        
21:22:00  Built:             Thu Oct 10 21:18:34 2019
21:22:00  OS/Arch:           linux/amd64
21:22:00  Experimental:      false
21:22:00 
21:22:00 Server: Docker Engine - Community
21:22:00  Engine:
21:22:00   Version:          19.03.3
21:22:00   API version:      1.40 (minimum version 1.12)
21:22:00   Go version:       go1.12.10
21:22:00   Git commit:       a872fc2f86
21:22:00   Built:            Tue Oct  8 01:01:20 2019
21:22:00   OS/Arch:          linux/amd64
21:22:00   Experimental:     true
21:22:00  containerd:
21:22:00   Version:          v1.2.10
21:22:00   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:22:00  runc:
21:22:00   Version:          1.0.0-rc8+dev
21:22:00   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:22:00  docker-init:
21:22:00   Version:          0.18.0
21:22:00   GitCommit:        fec3683
21:22:00 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:22:00 88286f41530e: Pulling fs layer
21:22:00 88286f41530e: Download complete
21:22:00 88286f41530e: Pull complete
21:22:00 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:22:00 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:22:00 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:22:01 The push refers to repository [registry:5000/alpine]
21:22:01 5bef08742407: Preparing
21:22:01 5bef08742407: Pushed
21:22:01 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:22:02 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:22:02 03b1be98f3f9: Pulling fs layer
21:22:02 03b1be98f3f9: Verifying Checksum
21:22:02 03b1be98f3f9: Download complete
21:22:02 03b1be98f3f9: Pull complete
21:22:02 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:22:02 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:22:02 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:22:03 The push refers to repository [registry:5000/busybox]
21:22:03 6a749002dd6a: Preparing
21:22:03 6a749002dd6a: Pushed
21:22:03 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:22:04 Swarm initialized: current node (beqq09aey2pfwjpjtnafvgb05) is now a manager.
21:22:04 
21:22:04 To add a worker to this swarm, run the following command:
21:22:04 
21:22:04     docker swarm join --token SWMTKN-1-3vwlkllm2h0yhqr7l8nhxl90su0myocrrpioqo9tm59z7xjwhk-f11iguo2hzam0owt26ajdtgxb 172.20.0.3:2377
21:22:04 
21:22:04 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:22:04 
21:22:42 ✓  e2e/cli-plugins (13.36s)
21:22:42 ∅  e2e/cli-plugins/plugins/badmeta
21:22:42 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:22:42 ✓  e2e/context (35ms)
21:22:46 ✓  e2e/container (19.938s)
21:22:52 ✓  e2e/plugin (4.276s)
21:22:54 ✓  e2e/stack (2.185s)
21:22:55 ✓  e2e/system (258ms)
21:23:03 ✓  e2e/trust (6.522s)
21:23:06 ✓  e2e/image (26.6s)
21:23:06 ∅  e2e/internal/fixtures
21:23:06 ∅  e2e/plugin/basic
21:23:06 
21:23:06 === Skipped
21:23:06 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:23:06     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:23:06 
21:23:06 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:23:06     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:23:06         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:23:06 
21:23:06 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:23:06     --- SKIP: TestRemove/Kubernetes (0.00s)
21:23:06         remove_test.go:22: !environment.KubernetesEnabled()
21:23:06 
21:23:06 
21:23:06 DONE 88 tests, 3 skipped in 62.659s
21:23:07 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:23:07 Stopping cliendtoendsuite_registry_1           ... 
21:23:07 Stopping cliendtoendsuite_engine_1             ... 
21:23:07 Stopping cliendtoendsuite_notary-server_1      ... 
21:23:09 
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:23:09 Removing cliendtoendsuite_registry_1           ... 
21:23:09 Removing cliendtoendsuite_engine_1             ... 
21:23:09 Removing cliendtoendsuite_notary-server_1      ... 
21:23:09 
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
21:23:09 Removing image cliendtoendsuite_notary-server
21:23:09 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