Skip to content
Success

Console Output

Pull request #2116 opened
16:09:13 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 86ae871e0a229d08e7d9746a35fa71f5305dd7d7+ea9ca25ca97bef372b12059cb35b63de0f4634da (7362d8b47a5ec2537412561d355368aaf06b0527)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2116@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e70180994e0b7f79) in /home/ubuntu/workspace/cli_PR-2116
[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-2116@tmp/d353a4cb-c29f-4ef6-aafa-8b693913d2a7/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
16:09:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:09:16 chowning workspace
[Pipeline] sh
16:09:17 + uname -m
[Pipeline] sh
16:09:17 + pwd
16:09:17 + id -u
16:09:17 + id -g
16:09:17 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2116:/workspace busybox chown -R 1000:1000 /workspace
16:09:17 Unable to find image 'busybox:latest' locally
16:09:17 latest: Pulling from library/busybox
16:09:17 7c9d20b9b6cd: Pulling fs layer
16:09:17 7c9d20b9b6cd: Verifying Checksum
16:09:17 7c9d20b9b6cd: Download complete
16:09:17 7c9d20b9b6cd: Pull complete
16:09:17 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
16:09:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:09:19 Removing all docker containers
[Pipeline] sh
16:09:19 + docker container ls -aq
[Pipeline] echo
16:09:19 Docker containers have been removed
[Pipeline] echo
16:09:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:09:19 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
16:09:19 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
16:09:19 Using the ‘stage’ step without a block argument is deprecated
16:09:19 Entering stage Git Checkout
16:09:19 Proceeding
[Pipeline] checkout
16:09:19 using credential docker-jenkins-github-credentials
16:09:19 Cloning the remote Git repository
16:09:19 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2116 # 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/2116/head:refs/remotes/origin/PR-2116 +refs/heads/master:refs/remotes/origin/master
16:09:22 Fetching without tags
16:09:22 Merging remotes/origin/master commit ea9ca25ca97bef372b12059cb35b63de0f4634da into PR head commit 86ae871e0a229d08e7d9746a35fa71f5305dd7d7
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2116/head:refs/remotes/origin/PR-2116 # 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/2116/head:refs/remotes/origin/PR-2116 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86ae871e0a229d08e7d9746a35fa71f5305dd7d7
16:09:22 Merge succeeded, producing 86ae871e0a229d08e7d9746a35fa71f5305dd7d7
16:09:22 Checking out Revision 86ae871e0a229d08e7d9746a35fa71f5305dd7d7 (PR-2116)
16:09:23 Commit message: "Add bash completion for `builder build`"
16:09:23 First time build. Skipping changelog.
 > git merge ea9ca25ca97bef372b12059cb35b63de0f4634da # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86ae871e0a229d08e7d9746a35fa71f5305dd7d7
[Pipeline] stage
16:09:24 Using the ‘stage’ step without a block argument is deprecated
16:09:24 Entering stage Run end-to-end test suite
16:09:24 Proceeding
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
16:09:24 + docker version
16:09:24 Client: Docker Engine - Community
16:09:24  Version:           19.03.2
16:09:24  API version:       1.40
16:09:24  Go version:        go1.12.8
16:09:24  Git commit:        6a30dfc
16:09:24  Built:             Thu Aug 29 05:29:11 2019
16:09:24  OS/Arch:           linux/amd64
16:09:24  Experimental:      false
16:09:24 
16:09:24 Server: Docker Engine - Community
16:09:24  Engine:
16:09:24   Version:          19.03.2
16:09:24   API version:      1.40 (minimum version 1.12)
16:09:24   Go version:       go1.12.8
16:09:24   Git commit:       6a30dfc
16:09:24   Built:            Thu Aug 29 05:27:45 2019
16:09:24   OS/Arch:          linux/amd64
16:09:24   Experimental:     true
16:09:24  containerd:
16:09:24   Version:          1.2.6
16:09:24   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:09:24  runc:
16:09:24   Version:          1.0.0-rc8
16:09:24   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:09:24  docker-init:
16:09:24   Version:          0.18.0
16:09:24   GitCommit:        fec3683
[Pipeline] sh
16:09:24 + docker info
16:09:32 Client:
16:09:32  Debug Mode: false
16:09:32 
16:09:32 Server:
16:09:32  Containers: 0
16:09:32   Running: 0
16:09:32   Paused: 0
16:09:32   Stopped: 0
16:09:32  Images: 36
16:09:32  Server Version: 19.03.2
16:09:32  Storage Driver: overlay2
16:09:32   Backing Filesystem: extfs
16:09:32   Supports d_type: true
16:09:32   Native Overlay Diff: true
16:09:32  Logging Driver: json-file
16:09:32  Cgroup Driver: cgroupfs
16:09:32  Plugins:
16:09:32   Volume: local
16:09:32   Network: bridge host ipvlan macvlan null overlay
16:09:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:09:32  Swarm: inactive
16:09:32  Runtimes: runc
16:09:32  Default Runtime: runc
16:09:32  Init Binary: docker-init
16:09:32  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:09:32  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
16:09:32  init version: fec3683
16:09:32  Security Options:
16:09:32   apparmor
16:09:32   seccomp
16:09:32    Profile: default
16:09:32  Kernel Version: 4.15.0-1048-aws
16:09:32  Operating System: Ubuntu 18.04.3 LTS
16:09:32  OSType: linux
16:09:32  Architecture: x86_64
16:09:32  CPUs: 2
16:09:32  Total Memory: 7.501GiB
16:09:32  Name: ip-10-100-73-110
16:09:32  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
16:09:32  Docker Root Dir: /var/lib/docker
16:09:32  Debug Mode: false
16:09:32  Username: dockerbuildbot
16:09:32  Registry: https://index.docker.io/v1/
16:09:32  Labels:
16:09:32  Experimental: true
16:09:32  Insecure Registries:
16:09:32   127.0.0.0/8
16:09:32  Live Restore Enabled: true
16:09:32 
16:09:32 WARNING: No swap limit support
[Pipeline] sh
16:09:33 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
16:09:33 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
16:09:33 #1 [internal] load build definition from Dockerfile.e2e
16:09:33 #1 transferring dockerfile: 1.58kB done
16:09:33 #1 DONE 0.0s
16:09:33 
16:09:33 #2 [internal] load .dockerignore
16:09:33 #2 transferring context: 100B done
16:09:33 #2 DONE 0.0s
16:09:33 
16:09:33 #3 [internal] load metadata for docker.io/library/golang:1.12.10
16:09:33 #3 DONE 0.3s
16:09:33 
16:09:33 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
16:09:33 #4 resolve docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 done
16:09:33 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 556.58kB / 50.38MB 0.1s
16:09:33 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.1s
16:09:33 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.1s
16:09:33 #4 sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 2.16kB / 2.16kB done
16:09:33 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
16:09:33 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
16:09:33 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 15.07MB / 50.38MB 0.3s
16:09:33 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
16:09:33 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 7.80MB / 10.00MB 0.3s
16:09:33 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0B / 51.77MB 0.3s
16:09:33 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 20.64MB / 50.38MB 0.4s
16:09:33 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s done
16:09:33 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 3.20MB / 51.77MB 0.4s
16:09:33 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.4s
16:09:33 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 25.52MB / 50.38MB 0.5s
16:09:33 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 8.80MB / 51.77MB 0.5s
16:09:34 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 36.38MB / 50.38MB 0.7s
16:09:34 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 24.40MB / 51.77MB 0.7s
16:09:34 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 17.30MB / 68.52MB 0.7s
16:09:34 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 40.06MB / 50.38MB 0.8s
16:09:34 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 29.19MB / 51.77MB 0.8s
16:09:34 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 22.16MB / 68.52MB 0.8s
16:09:34 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 48.95MB / 50.38MB 0.9s
16:09:34 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 37.84MB / 51.77MB 0.9s
16:09:34 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 27.89MB / 68.52MB 0.9s
16:09:34 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 42.73MB / 51.77MB 1.0s
16:09:34 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 33.47MB / 68.52MB 1.0s
16:09:34 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.2s
16:09:34 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 48.57MB / 68.52MB 1.2s
16:09:35 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
16:09:35 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.2s done
16:09:35 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 55.29MB / 68.52MB 1.3s
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.3s
16:09:35 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 1.3s
16:09:35 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 62.70MB / 68.52MB 1.4s
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 6.83MB / 127.96MB 1.4s
16:09:35 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.3s done
16:09:35 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.6s
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 16.09MB / 127.96MB 1.6s
16:09:35 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 23.90MB / 127.96MB 1.7s
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 30.50MB / 127.96MB 1.8s
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 43.10MB / 127.96MB 2.0s
16:09:35 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.1s done
16:09:35 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 50.36MB / 127.96MB 2.1s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 71.94MB / 127.96MB 2.4s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 78.90MB / 127.96MB 2.5s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 87.47MB / 127.96MB 2.6s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 94.89MB / 127.96MB 2.7s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 104.20MB / 127.96MB 2.8s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 117.98MB / 127.96MB 3.0s
16:09:36 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.2s
16:09:37 #4 ...
16:09:37 
16:09:37 #10 [internal] load build context
16:09:37 #10 transferring context: 42.30MB 3.2s done
16:09:37 #10 DONE 3.6s
16:09:37 
16:09:37 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
16:09:37 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.6s done
16:09:38 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.1s done
16:09:38 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.1s
16:09:38 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
16:09:38 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
16:09:39 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.3s done
16:09:39 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
16:09:40 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 1.9s done
16:09:41 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
16:09:43 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
16:09:43 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
16:09:47 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.3s done
16:09:47 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd
16:09:47 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
16:09:47 #4 DONE 14.3s
16:09:47 
16:09:47 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
16:09:48 #5 1.010 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
16:09:48 #5 1.020 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
16:09:48 #5 1.098 Get:3 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
16:09:48 #5 1.113 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
16:09:48 #5 1.245 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
16:09:49 #5 1.346 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [95.7 kB]
16:09:50 #5 2.393 Fetched 8210 kB in 2s (5025 kB/s)
16:09:50 #5 2.393 Reading package lists...
16:09:51 #5 2.987 Reading package lists...
16:09:51 #5 3.568 Building dependency tree...
16:09:51 #5 3.674 Reading state information...
16:09:51 #5 3.768 curl is already the newest version (7.64.0-4).
16:09:51 #5 3.768 openssh-client is already the newest version (1:7.9p1-10).
16:09:51 #5 3.768 openssl is already the newest version (1.1.1c-1).
16:09:51 #5 3.768 openssl set to manually installed.
16:09:51 #5 3.768 The following additional packages will be installed:
16:09:51 #5 3.768   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:09:51 #5 3.769   libalgorithm-merge-perl libfakeroot patch xz-utils
16:09:51 #5 3.770 Suggested packages:
16:09:51 #5 3.770   bzip2-doc debian-keyring ed diffutils-doc
16:09:51 #5 3.832 The following NEW packages will be installed:
16:09:51 #5 3.832   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
16:09:51 #5 3.833   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
16:09:51 #5 4.100 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
16:09:51 #5 4.100 Need to get 2342 kB of archives.
16:09:51 #5 4.100 After this operation, 3601 kB of additional disk space will be used.
16:09:51 #5 4.100 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:09:51 #5 4.103 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:09:51 #5 4.106 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:09:51 #5 4.108 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
16:09:51 #5 4.126 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
16:09:51 #5 4.126 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
16:09:51 #5 4.127 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
16:09:51 #5 4.127 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
16:09:51 #5 4.128 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
16:09:51 #5 4.128 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:09:51 #5 4.231 debconf: delaying package configuration, since apt-utils is not installed
16:09:52 #5 4.251 Fetched 2342 kB in 0s (8275 kB/s)
16:09:52 #5 4.268 Selecting previously unselected package bzip2.
16:09:52 #5 4.268 (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.)
16:09:52 #5 4.277 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:09:52 #5 4.280 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:09:52 #5 4.311 Selecting previously unselected package xz-utils.
16:09:52 #5 4.312 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
16:09:52 #5 4.315 Unpacking xz-utils (5.2.4-1) ...
16:09:52 #5 4.356 Selecting previously unselected package patch.
16:09:52 #5 4.358 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
16:09:52 #5 4.361 Unpacking patch (2.7.6-3+deb10u1) ...
16:09:52 #5 4.399 Selecting previously unselected package dpkg-dev.
16:09:52 #5 4.401 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
16:09:52 #5 4.405 Unpacking dpkg-dev (1.19.7) ...
16:09:52 #5 4.499 Selecting previously unselected package build-essential.
16:09:52 #5 4.501 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
16:09:52 #5 4.505 Unpacking build-essential (12.6) ...
16:09:52 #5 4.535 Selecting previously unselected package libfakeroot:amd64.
16:09:52 #5 4.537 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
16:09:52 #5 4.543 Unpacking libfakeroot:amd64 (1.23-1) ...
16:09:52 #5 4.572 Selecting previously unselected package fakeroot.
16:09:52 #5 4.574 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
16:09:52 #5 4.577 Unpacking fakeroot (1.23-1) ...
16:09:52 #5 4.611 Selecting previously unselected package libalgorithm-diff-perl.
16:09:52 #5 4.611 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:09:52 #5 4.616 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:09:52 #5 4.643 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:09:52 #5 4.643 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
16:09:52 #5 4.646 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:09:52 #5 4.669 Selecting previously unselected package libalgorithm-merge-perl.
16:09:52 #5 4.671 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
16:09:52 #5 4.674 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:09:52 #5 4.705 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:09:52 #5 4.714 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:09:52 #5 4.723 Setting up libfakeroot:amd64 (1.23-1) ...
16:09:52 #5 4.734 Setting up fakeroot (1.23-1) ...
16:09:52 #5 4.743 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:09:52 #5 4.752 Setting up xz-utils (5.2.4-1) ...
16:09:52 #5 4.760 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:09:52 #5 4.766 Setting up patch (2.7.6-3+deb10u1) ...
16:09:52 #5 4.778 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
16:09:52 #5 4.791 Setting up libalgorithm-merge-perl (0.08-3) ...
16:09:52 #5 4.800 Setting up dpkg-dev (1.19.7) ...
16:09:52 #5 4.814 Setting up build-essential (12.6) ...
16:09:52 #5 4.823 Processing triggers for libc-bin (2.28-10) ...
16:09:53 #5 DONE 6.0s
16:09:53 
16:09:53 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
16:09:54 #6 0.837   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:09:54 #6 0.838                                  Dload  Upload   Total   Spent    Left  Speed
16:09:54 #6 0.840 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6563      0 --:--:-- --:--:-- --:--:--  6563
16:09:54 #6 1.049 
100 10.3M  100 10.3M    0     0  49.0M      0 --:--:-- --:--:-- --:--:-- 49.0M
16:09:54 #6 DONE 1.2s
16:09:55 
16:09:55 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
16:09:56 #7 DONE 1.0s
16:09:56 
16:09:56 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
16:09:56 #8 DONE 0.9s
16:09:56 
16:09:56 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
16:09:56 #9 DONE 0.0s
16:09:56 
16:09:56 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
16:09:56 #11 DONE 0.0s
16:09:57 
16:09:57 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
16:09:57 #12 0.749 Updating certificates in /etc/ssl/certs...
16:09:58 #12 1.233 1 added, 0 removed; done.
16:09:58 #12 1.233 Running hooks in /etc/ca-certificates/update.d...
16:09:58 #12 1.234 done.
16:09:58 #12 DONE 1.3s
16:09:58 
16:09:58 #13 [9/11] COPY . .
16:09:58 #13 DONE 0.7s
16:09:58 
16:09:58 #14 [10/11] RUN ./scripts/build/binary
16:09:59 #14 0.789 Building statically linked build/docker-linux-amd64
16:11:21 #14 DONE 69.3s
16:11:21 
16:11:21 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
16:11:21 #15 0.875 Building statically linked build/plugins-linux-amd64/docker-helloworld
16:11:21 #15 2.741 Building statically linked build/plugins-linux-amd64/docker-badmeta
16:11:21 #15 4.413 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
16:11:21 #15 DONE 6.7s
16:11:21 
16:11:21 #16 exporting to image
16:11:21 #16 exporting layers
16:11:21 #16 exporting layers 2.1s done
16:11:21 #16 writing image sha256:35b2bbafa334f5e3e2d6a6dd70e27fdaed284ff4b1be9d074eb939ebfcc8a292 done
16:11:21 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
16:11:21 #16 DONE 2.1s
16:11:21 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
16:11:21 Creating network "cliendtoendsuite_default" with the default driver
16:11:21 Pulling engine (docker:stable-dind)...
16:11:21 stable-dind: Pulling from library/docker
16:11:24 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
16:11:24 Status: Downloaded newer image for docker:stable-dind
16:11:24 Building notary-server
16:11:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:11:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:11:24 server-0.5.0: Pulling from library/notary
16:11:24 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
16:11:24 Status: Downloaded newer image for notary:server-0.5.0
16:11:24  ---> 16b632e954ca
16:11:24 Step 3/3 : COPY ./notary/ /fixtures/
16:11:25  ---> 34992c9c2254
16:11:25 Successfully built 34992c9c2254
16:11:25 Successfully tagged cliendtoendsuite_notary-server:latest
16:11:25 Building evil-notary-server
16:11:26 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:11:26 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:11:26  ---> 16b632e954ca
16:11:26 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:11:26  ---> e9ff6711f60d
16:11:26 Successfully built e9ff6711f60d
16:11:26 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:11:26 Creating cliendtoendsuite_engine_1 ... 
16:11:26 Creating cliendtoendsuite_registry_1 ... 
16:11:26 Creating cliendtoendsuite_notary-server_1 ... 
16:11:26 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:11:29 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

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

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
16:12:21 Client:
16:12:21  Version:           19.09.0-dev
16:12:21  API version:       1.40
16:12:21  Go version:        go1.12.10
16:12:21  Git commit:        
16:12:21  Built:             Mon Sep 30 16:09:59 2019
16:12:21  OS/Arch:           linux/amd64
16:12:21  Experimental:      false
16:12:21 
16:12:21 Server: Docker Engine - Community
16:12:21  Engine:
16:12:21   Version:          19.03.2
16:12:21   API version:      1.40 (minimum version 1.12)
16:12:21   Go version:       go1.12.8
16:12:21   Git commit:       6a30dfca03
16:12:21   Built:            Thu Aug 29 05:32:56 2019
16:12:21   OS/Arch:          linux/amd64
16:12:21   Experimental:     true
16:12:21  containerd:
16:12:21   Version:          v1.2.6
16:12:21   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:12:21  runc:
16:12:21   Version:          1.0.0-rc8
16:12:21   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:12:21  docker-init:
16:12:21   Version:          0.18.0
16:12:21   GitCommit:        fec3683
16:12:21 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:12:21 88286f41530e: Pulling fs layer
16:12:22 88286f41530e: Verifying Checksum
16:12:22 88286f41530e: Download complete
16:12:22 88286f41530e: Pull complete
16:12:22 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:22 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:22 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:12:22 The push refers to repository [registry:5000/alpine]
16:12:22 5bef08742407: Preparing
16:12:22 5bef08742407: Pushed
16:12:22 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:12:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:12:22 03b1be98f3f9: Pulling fs layer
16:12:22 03b1be98f3f9: Download complete
16:12:23 03b1be98f3f9: Pull complete
16:12:23 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:23 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:23 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:12:23 The push refers to repository [registry:5000/busybox]
16:12:23 6a749002dd6a: Preparing
16:12:23 6a749002dd6a: Pushed
16:12:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:12:23 Swarm initialized: current node (laxlv6w2u6mj75nyvppj9e6nm) is now a manager.
16:12:23 
16:12:23 To add a worker to this swarm, run the following command:
16:12:23 
16:12:23     docker swarm join --token SWMTKN-1-5svf5nbkuotm33s08c1zf0kfm6p4kprwkude4ite5ihfg0cqzb-5dq30npttqcrksi5phidjjau9 172.19.0.4:2377
16:12:23 
16:12:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:12:23 
16:12:50 ✓  e2e/cli-plugins (2.484s)
16:12:50 ∅  e2e/cli-plugins/plugins/badmeta
16:12:50 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:12:50 ✓  e2e/context (44ms)
16:12:53 ✓  e2e/container (8.427s)
16:12:57 ✓  e2e/plugin (3.469s)
16:12:59 ✓  e2e/stack (599ms)
16:12:59 ✓  e2e/system (86ms)
16:13:02 ✓  e2e/image (14.619s)
16:13:02 ∅  e2e/internal/fixtures
16:13:02 ∅  e2e/plugin/basic
16:13:03 ✓  e2e/trust (2.933s)
16:13:03 
16:13:03 === Skipped
16:13:03 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:13:03     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:13:03 
16:13:03 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:13:03     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:13:03         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:13:03 
16:13:03 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:13:03     --- SKIP: TestRemove/Kubernetes (0.00s)
16:13:03         remove_test.go:22: !environment.KubernetesEnabled()
16:13:03 
16:13:03 
16:13:03 DONE 88 tests, 3 skipped in 39.532s
16:13:03 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:13:03 Stopping cliendtoendsuite_notary-server_1      ... 
16:13:03 Stopping cliendtoendsuite_registry_1           ... 
16:13:03 Stopping cliendtoendsuite_engine_1             ... 
16:13:06 
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 ... 
16:13:06 Removing cliendtoendsuite_notary-server_1      ... 
16:13:06 Removing cliendtoendsuite_registry_1           ... 
16:13:06 Removing cliendtoendsuite_engine_1             ... 
16:13:06 
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
16:13:06 Removing image cliendtoendsuite_notary-server
16:13:06 Removing image cliendtoendsuite_evil-notary-server
16:13:06 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
16:13:07 Creating network "cliendtoendsuite_default" with the default driver
16:13:07 Building engine
16:13:07 Step 1/6 : FROM docker:test-dind
16:13:08 test-dind: Pulling from library/docker
16:13:12 Digest: sha256:33983f776a232bf11f32a9849663b927c6f4196a2ae55bb574334b28053e60ff
16:13:12 Status: Downloaded newer image for docker:test-dind
16:13:12  ---> fc95a05f901b
16:13:12 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
16:13:12  ---> Running in 501f028a35d2
16:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:13:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:13:15 (1/5) Installing openssh-keygen (8.0_p1-r0)
16:13:15 (2/5) Installing openssh-server-common (8.0_p1-r0)
16:13:15 (3/5) Installing openssh-server (8.0_p1-r0)
16:13:15 (4/5) Installing linux-pam (1.3.0-r1)
16:13:15 (5/5) Installing shadow (4.6-r2)
16:13:15 Executing busybox-1.30.1-r2.trigger
16:13:15 OK: 24 MiB in 45 packages
16:13:15 Creating mailbox file: No such file or directory
16:13:15 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
16:13:16 Removing intermediate container 501f028a35d2
16:13:16  ---> 4776266db9d0
16:13:16 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
16:13:16  ---> Running in 0b3bef12503a
16:13:17 Removing intermediate container 0b3bef12503a
16:13:17  ---> 3f41e76da6cc
16:13:17 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
16:13:17  ---> 74e18f3b146a
16:13:17 Step 5/6 : EXPOSE 22
16:13:17  ---> Running in f1172ba37d29
16:13:17 Removing intermediate container f1172ba37d29
16:13:17  ---> 3a6c1f3653f6
16:13:17 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
16:13:17  ---> Running in 6b0c2ba74a9b
16:13:17 Removing intermediate container 6b0c2ba74a9b
16:13:17  ---> dc1f429ebb15
16:13:17 Successfully built dc1f429ebb15
16:13:17 Successfully tagged docker:stable-dind
16:13:17 Building notary-server
16:13:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:13:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:13:18  ---> 16b632e954ca
16:13:18 Step 3/3 : COPY ./notary/ /fixtures/
16:13:18  ---> 0852a07f265a
16:13:18 Successfully built 0852a07f265a
16:13:18 Successfully tagged cliendtoendsuite_notary-server:latest
16:13:18 Building evil-notary-server
16:13:18 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:13:18 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:13:18  ---> 16b632e954ca
16:13:18 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:13:18  ---> dcd2a7319fbe
16:13:18 Successfully built dcd2a7319fbe
16:13:18 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:13:18 Creating cliendtoendsuite_engine_1 ... 
16:13:18 Creating cliendtoendsuite_registry_1 ... 
16:13:18 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:13:18 Creating cliendtoendsuite_notary-server_1      ... 
16:13:21 
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 ssh://penguin@172.20.0.3
16:13:22 Client:
16:13:22  Version:           19.09.0-dev
16:13:22  API version:       1.40
16:13:22  Go version:        go1.12.10
16:13:22  Git commit:        
16:13:22  Built:             Mon Sep 30 16:09:59 2019
16:13:22  OS/Arch:           linux/amd64
16:13:22  Experimental:      false
16:13:22 
16:13:22 Server: Docker Engine - Community
16:13:22  Engine:
16:13:22   Version:          19.03.3-beta1
16:13:22   API version:      1.40 (minimum version 1.12)
16:13:22   Go version:       go1.12.8
16:13:22   Git commit:       7348bc0fdb
16:13:22   Built:            Tue Sep 24 04:17:16 2019
16:13:22   OS/Arch:          linux/amd64
16:13:22   Experimental:     true
16:13:22  containerd:
16:13:22   Version:          v1.2.9
16:13:22   GitCommit:        d50db0a42053864a270f648048f9a8b4f24eced3
16:13:22  runc:
16:13:22   Version:          1.0.0-rc8
16:13:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:13:22  docker-init:
16:13:22   Version:          0.18.0
16:13:22   GitCommit:        fec3683
16:13:22 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:13:22 88286f41530e: Pulling fs layer
16:13:22 88286f41530e: Verifying Checksum
16:13:22 88286f41530e: Download complete
16:13:22 88286f41530e: Pull complete
16:13:22 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:22 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:22 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:13:23 The push refers to repository [registry:5000/alpine]
16:13:23 5bef08742407: Preparing
16:13:23 5bef08742407: Pushed
16:13:23 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:13:23 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:13:23 03b1be98f3f9: Pulling fs layer
16:13:24 03b1be98f3f9: Verifying Checksum
16:13:24 03b1be98f3f9: Download complete
16:13:24 03b1be98f3f9: Pull complete
16:13:24 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:24 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:24 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:13:24 The push refers to repository [registry:5000/busybox]
16:13:24 6a749002dd6a: Preparing
16:13:24 6a749002dd6a: Pushed
16:13:24 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:13:25 Swarm initialized: current node (cgca6mgkcj3ioxp75se0przh5) is now a manager.
16:13:25 
16:13:25 To add a worker to this swarm, run the following command:
16:13:25 
16:13:25     docker swarm join --token SWMTKN-1-27bya0d31u15cv39cbud2vwlvfgk35rzljtiggah4davjxv6m7-7vcquxqxdgr6i07jwxwflwnjk 172.20.0.3:2377
16:13:25 
16:13:25 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:13:25 
16:14:04 ✓  e2e/cli-plugins (13.843s)
16:14:04 ∅  e2e/cli-plugins/plugins/badmeta
16:14:04 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:14:04 ✓  e2e/context (46ms)
16:14:08 ✓  e2e/container (18.647s)
16:14:13 ✓  e2e/plugin (4.291s)
16:14:15 ✓  e2e/stack (2.113s)
16:14:16 ✓  e2e/system (242ms)
16:14:24 ✓  e2e/trust (6.319s)
16:14:29 ✓  e2e/image (26.026s)
16:14:29 ∅  e2e/internal/fixtures
16:14:29 ∅  e2e/plugin/basic
16:14:29 
16:14:29 === Skipped
16:14:29 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:14:29     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:14:29 
16:14:29 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:14:29     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:14:29         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:14:29 
16:14:29 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:14:29     --- SKIP: TestRemove/Kubernetes (0.00s)
16:14:29         remove_test.go:22: !environment.KubernetesEnabled()
16:14:29 
16:14:29 
16:14:29 DONE 88 tests, 3 skipped in 63.585s
16:14:29 Stopping cliendtoendsuite_notary-server_1      ... 
16:14:29 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:14:29 Stopping cliendtoendsuite_registry_1           ... 
16:14:29 Stopping cliendtoendsuite_engine_1             ... 
16:14:31 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
16:14:31 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:14:31 Removing cliendtoendsuite_registry_1           ... 
16:14:31 Removing cliendtoendsuite_engine_1             ... 
16:14:31 
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
16:14:31 Removing image cliendtoendsuite_notary-server
16:14:31 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