Skip to content
Success

Console Output

Pull request #2122 opened
19:56:34 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at d04032d08880af321106d38b2f9d79d99720ccca rather than 37e9cabf1158977f2ab3528a31140cc21723ff3a
Obtained Jenkinsfile from d04032d08880af321106d38b2f9d79d99720ccca
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 9d211b4b26f02e228a3affd71de33f5afd9f4d88
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-2122@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 9d211b4b26f02e228a3affd71de33f5afd9f4d88 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d211b4b26f02e228a3affd71de33f5afd9f4d88
Commit message: "Merge pull request #15 from docker/add-groovydocs"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-04279ea17294e7446) in /home/ubuntu/workspace/cli_PR-2122
[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-2122@tmp/41a43f42-5c3c-49ac-8c58-b4cce169fc7f/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
19:56:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:56:48 chowning workspace
[Pipeline] sh
19:56:48 + uname -m
[Pipeline] sh
19:56:48 + pwd
19:56:48 + id -u
19:56:48 + id -g
19:56:48 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2122:/workspace busybox chown -R 1000:1000 /workspace
19:56:48 Unable to find image 'busybox:latest' locally
19:56:48 latest: Pulling from library/busybox
19:56:49 7c9d20b9b6cd: Pulling fs layer
19:56:49 7c9d20b9b6cd: Download complete
19:56:49 7c9d20b9b6cd: Pull complete
19:56:49 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
19:56:49 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
19:56:51 Removing all docker containers
[Pipeline] sh
19:56:51 + docker container ls -aq
[Pipeline] echo
19:56:51 Docker containers have been removed
[Pipeline] echo
19:56:51 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:56:51 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
19:56:51 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
19:56:51 Using the ‘stage’ step without a block argument is deprecated
19:56:51 Entering stage Git Checkout
19:56:51 Proceeding
[Pipeline] checkout
19:56:53 using credential docker-jenkins-github-credentials
19:56:53 Cloning the remote Git repository
19:56:53 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2122 # 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/2122/head:refs/remotes/origin/PR-2122 +refs/heads/master:refs/remotes/origin/master
19:56:57 Fetching without tags
19:56:57 Merging remotes/origin/master commit d04032d08880af321106d38b2f9d79d99720ccca into PR head commit 37e9cabf1158977f2ab3528a31140cc21723ff3a
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2122/head:refs/remotes/origin/PR-2122 # 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/2122/head:refs/remotes/origin/PR-2122 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
19:56:57 Merge succeeded, producing 37e9cabf1158977f2ab3528a31140cc21723ff3a
19:56:57 Checking out Revision 37e9cabf1158977f2ab3528a31140cc21723ff3a (PR-2122)
 > git checkout -f 37e9cabf1158977f2ab3528a31140cc21723ff3a
 > git merge d04032d08880af321106d38b2f9d79d99720ccca # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37e9cabf1158977f2ab3528a31140cc21723ff3a
19:56:58 Commit message: "Allow username/password in config file"
19:56:58 First time build. Skipping changelog.
[Pipeline] stage
19:56:59 Using the ‘stage’ step without a block argument is deprecated
19:56:59 Entering stage Run end-to-end test suite
19:56:59 Proceeding
[Pipeline] sh
19:56:59 + docker version
19:56:59 Client: Docker Engine - Community
19:56:59  Version:           19.03.2
19:56:59  API version:       1.40
19:56:59  Go version:        go1.12.8
19:56:59  Git commit:        6a30dfc
19:56:59  Built:             Thu Aug 29 05:29:11 2019
19:56:59  OS/Arch:           linux/amd64
19:56:59  Experimental:      false
19:56:59 
19:56:59 Server: Docker Engine - Community
19:56:59  Engine:
19:56:59   Version:          19.03.2
19:56:59   API version:      1.40 (minimum version 1.12)
19:56:59   Go version:       go1.12.8
19:56:59   Git commit:       6a30dfc
19:56:59   Built:            Thu Aug 29 05:27:45 2019
19:56:59   OS/Arch:          linux/amd64
19:56:59   Experimental:     true
19:56:59  containerd:
19:56:59   Version:          1.2.6
19:56:59   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:56:59  runc:
19:56:59   Version:          1.0.0-rc8
19:56:59   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:56:59  docker-init:
19:56:59   Version:          0.18.0
19:56:59   GitCommit:        fec3683
fatal: bad object 9d211b4b26f02e228a3affd71de33f5afd9f4d88
[Pipeline] sh
19:57:00 + docker info
19:57:10 Client:
19:57:10  Debug Mode: false
19:57:10 
19:57:10 Server:
19:57:10  Containers: 0
19:57:10   Running: 0
19:57:10   Paused: 0
19:57:10   Stopped: 0
19:57:10  Images: 1
19:57:10  Server Version: 19.03.2
19:57:10  Storage Driver: overlay2
19:57:10   Backing Filesystem: extfs
19:57:10   Supports d_type: true
19:57:10   Native Overlay Diff: true
19:57:10  Logging Driver: json-file
19:57:10  Cgroup Driver: cgroupfs
19:57:10  Plugins:
19:57:10   Volume: local
19:57:10   Network: bridge host ipvlan macvlan null overlay
19:57:10   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:57:10  Swarm: inactive
19:57:10  Runtimes: runc
19:57:10  Default Runtime: runc
19:57:10  Init Binary: docker-init
19:57:10  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:57:10  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
19:57:10  init version: fec3683
19:57:10  Security Options:
19:57:10   apparmor
19:57:10   seccomp
19:57:10    Profile: default
19:57:10  Kernel Version: 4.15.0-1048-aws
19:57:10  Operating System: Ubuntu 18.04.3 LTS
19:57:10  OSType: linux
19:57:10  Architecture: x86_64
19:57:10  CPUs: 2
19:57:10  Total Memory: 7.501GiB
19:57:10  Name: ip-10-100-119-249
19:57:10  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
19:57:10  Docker Root Dir: /var/lib/docker
19:57:10  Debug Mode: false
19:57:10  Username: dockerbuildbot
19:57:10  Registry: https://index.docker.io/v1/
19:57:10  Labels:
19:57:10  Experimental: true
19:57:10  Insecure Registries:
19:57:10   127.0.0.0/8
19:57:10  Live Restore Enabled: true
19:57:10 
19:57:10 WARNING: No swap limit support
[Pipeline] sh
19:57:10 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
19:57:10 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
19:57:10 #1 [internal] load build definition from Dockerfile.e2e
19:57:10 #1 transferring dockerfile: 1.58kB done
19:57:10 #1 DONE 0.0s
19:57:10 
19:57:10 #2 [internal] load .dockerignore
19:57:10 #2 transferring context: 100B done
19:57:10 #2 DONE 0.0s
19:57:10 
19:57:10 #3 [internal] load metadata for docker.io/library/golang:1.12.10
19:57:10 #3 DONE 0.3s
19:57:10 
19:57:10 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
19:57:10 #4 resolve docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 done
19:57:10 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
19:57:10 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 1.79MB / 50.38MB 0.1s
19:57:10 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.1s
19:57:10 #4 sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 2.16kB / 2.16kB done
19:57:10 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
19:57:10 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.1s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 12.93MB / 50.38MB 0.3s
19:57:11 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s
19:57:11 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 19.14MB / 50.38MB 0.4s
19:57:11 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.3s done
19:57:11 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 1.97MB / 51.77MB 0.4s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.27MB / 68.52MB 0.4s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 26.75MB / 50.38MB 0.5s
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 9.47MB / 51.77MB 0.5s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 6.76MB / 68.52MB 0.5s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 32.87MB / 50.38MB 0.6s
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 14.49MB / 51.77MB 0.6s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 14.58MB / 68.52MB 0.6s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 39.94MB / 50.38MB 0.7s
19:57:11 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.21MB / 50.38MB 0.9s
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 22.27MB / 51.77MB 0.9s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 24.74MB / 68.52MB 0.9s
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 31.74MB / 51.77MB 1.0s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 28.59MB / 68.52MB 1.0s
19:57:11 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 36.61MB / 51.77MB 1.1s
19:57:11 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 37.97MB / 68.52MB 1.1s
19:57:12 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.3s
19:57:12 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 46.87MB / 68.52MB 1.3s
19:57:12 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 53.05MB / 68.52MB 1.4s
19:57:12 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.4s done
19:57:12 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.6s done
19:57:12 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s
19:57:12 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
19:57:12 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.7s
19:57:12 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 1.7s
19:57:12 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 17.37MB / 127.96MB 1.9s
19:57:13 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.0s done
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 37.65MB / 127.96MB 2.2s
19:57:13 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 2.1s done
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 46.26MB / 127.96MB 2.3s
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 54.78MB / 127.96MB 2.4s
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 68.86MB / 127.96MB 2.6s
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 76.98MB / 127.96MB 2.7s
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 84.41MB / 127.96MB 2.8s
19:57:13 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 91.37MB / 127.96MB 2.9s
19:57:14 #4 ...
19:57:14 
19:57:14 #10 [internal] load build context
19:57:14 #10 transferring context: 42.30MB 3.0s done
19:57:14 #10 DONE 3.1s
19:57:14 
19:57:14 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
19:57:14 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 115.36MB / 127.96MB 3.2s
19:57:14 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 123.22MB / 127.96MB 3.3s
19:57:14 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.6s done
19:57:15 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.1s done
19:57:15 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a
19:57:16 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
19:57:16 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
19:57:16 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
19:57:16 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
19:57:18 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 1.9s done
19:57:18 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
19:57:21 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.1s done
19:57:21 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
19:57:25 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.3s done
19:57:25 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd
19:57:25 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
19:57:26 #4 DONE 15.2s
19:57:26 
19:57:26 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
19:57:26 #5 0.866 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
19:57:26 #5 0.875 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:57:26 #5 0.879 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
19:57:26 #5 0.963 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [96.2 kB]
19:57:27 #5 1.051 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
19:57:27 #5 1.463 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
19:57:28 #5 2.581 Fetched 8210 kB in 2s (4176 kB/s)
19:57:29 #5 2.581 Reading package lists...
19:57:29 #5 3.163 Reading package lists...
19:57:29 #5 3.739 Building dependency tree...
19:57:29 #5 3.844 Reading state information...
19:57:29 #5 3.940 curl is already the newest version (7.64.0-4).
19:57:29 #5 3.940 openssh-client is already the newest version (1:7.9p1-10).
19:57:29 #5 3.940 The following additional packages will be installed:
19:57:29 #5 3.940   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
19:57:29 #5 3.941   libalgorithm-merge-perl libfakeroot patch xz-utils
19:57:29 #5 3.941 Suggested packages:
19:57:29 #5 3.941   bzip2-doc debian-keyring ed diffutils-doc
19:57:30 #5 4.003 The following NEW packages will be installed:
19:57:30 #5 4.003   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
19:57:30 #5 4.004   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
19:57:30 #5 4.005 The following packages will be upgraded:
19:57:30 #5 4.005   openssl
19:57:30 #5 4.275 1 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
19:57:30 #5 4.275 Need to get 3185 kB of archives.
19:57:30 #5 4.275 After this operation, 3603 kB of additional disk space will be used.
19:57:30 #5 4.275 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
19:57:30 #5 4.275 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:57:30 #5 4.277 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:57:30 #5 4.281 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
19:57:30 #5 4.286 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
19:57:30 #5 4.304 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
19:57:30 #5 4.304 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
19:57:30 #5 4.305 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
19:57:30 #5 4.306 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
19:57:30 #5 4.307 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
19:57:30 #5 4.307 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
19:57:30 #5 4.417 debconf: delaying package configuration, since apt-utils is not installed
19:57:30 #5 4.439 Fetched 3185 kB in 0s (11.1 MB/s)
19:57:30 #5 4.456 Selecting previously unselected package bzip2.
19:57:30 #5 4.456 (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.)
19:57:30 #5 4.465 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:57:30 #5 4.544 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:57:30 #5 4.575 Selecting previously unselected package xz-utils.
19:57:30 #5 4.577 Preparing to unpack .../01-xz-utils_5.2.4-1_amd64.deb ...
19:57:30 #5 4.581 Unpacking xz-utils (5.2.4-1) ...
19:57:30 #5 4.622 Selecting previously unselected package patch.
19:57:30 #5 4.622 Preparing to unpack .../02-patch_2.7.6-3+deb10u1_amd64.deb ...
19:57:30 #5 4.625 Unpacking patch (2.7.6-3+deb10u1) ...
19:57:30 #5 4.664 Selecting previously unselected package dpkg-dev.
19:57:30 #5 4.664 Preparing to unpack .../03-dpkg-dev_1.19.7_all.deb ...
19:57:30 #5 4.671 Unpacking dpkg-dev (1.19.7) ...
19:57:30 #5 4.775 Selecting previously unselected package build-essential.
19:57:30 #5 4.775 Preparing to unpack .../04-build-essential_12.6_amd64.deb ...
19:57:30 #5 4.778 Unpacking build-essential (12.6) ...
19:57:30 #5 4.808 Selecting previously unselected package libfakeroot:amd64.
19:57:30 #5 4.808 Preparing to unpack .../05-libfakeroot_1.23-1_amd64.deb ...
19:57:30 #5 4.815 Unpacking libfakeroot:amd64 (1.23-1) ...
19:57:30 #5 4.847 Selecting previously unselected package fakeroot.
19:57:30 #5 4.847 Preparing to unpack .../06-fakeroot_1.23-1_amd64.deb ...
19:57:30 #5 4.851 Unpacking fakeroot (1.23-1) ...
19:57:30 #5 4.880 Selecting previously unselected package libalgorithm-diff-perl.
19:57:30 #5 4.882 Preparing to unpack .../07-libalgorithm-diff-perl_1.19.03-2_all.deb ...
19:57:30 #5 4.885 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
19:57:30 #5 4.915 Selecting previously unselected package libalgorithm-diff-xs-perl.
19:57:30 #5 4.915 Preparing to unpack .../08-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
19:57:30 #5 4.917 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
19:57:30 #5 4.942 Selecting previously unselected package libalgorithm-merge-perl.
19:57:30 #5 4.944 Preparing to unpack .../09-libalgorithm-merge-perl_0.08-3_all.deb ...
19:57:30 #5 4.947 Unpacking libalgorithm-merge-perl (0.08-3) ...
19:57:30 #5 4.972 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u1_amd64.deb ...
19:57:30 #5 4.982 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
19:57:31 #5 5.238 Setting up libalgorithm-diff-perl (1.19.03-2) ...
19:57:31 #5 5.248 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:57:31 #5 5.257 Setting up libfakeroot:amd64 (1.23-1) ...
19:57:31 #5 5.270 Setting up fakeroot (1.23-1) ...
19:57:31 #5 5.281 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
19:57:31 #5 5.290 Setting up xz-utils (5.2.4-1) ...
19:57:31 #5 5.298 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:57:31 #5 5.304 Setting up patch (2.7.6-3+deb10u1) ...
19:57:31 #5 5.313 Setting up openssl (1.1.1d-0+deb10u1) ...
19:57:31 #5 5.328 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
19:57:31 #5 5.338 Setting up libalgorithm-merge-perl (0.08-3) ...
19:57:31 #5 5.346 Setting up dpkg-dev (1.19.7) ...
19:57:31 #5 5.362 Setting up build-essential (12.6) ...
19:57:31 #5 5.372 Processing triggers for libc-bin (2.28-10) ...
19:57:34 #5 DONE 8.1s
19:57:34 
19:57:34 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
19:57:34 #6 0.629   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19:57:34 #6 0.630                                  Dload  Upload   Total   Spent    Left  Speed
19:57:34 #6 0.632 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   7011      0 --:--:-- --:--:-- --:--:--  7011
19:57:34 #6 0.809 
 76 10.3M   76 8103k    0     0  43.9M      0 --:--:-- --:--:-- --:--:-- 43.9M
100 10.3M  100 10.3M    0     0  50.2M      0 --:--:-- --:--:-- --:--:-- 97.7M
19:57:35 #6 DONE 1.1s
19:57:35 
19:57:35 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
19:57:36 #7 DONE 1.1s
19:57:36 
19:57:36 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
19:57:37 #8 DONE 1.1s
19:57:37 
19:57:37 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
19:57:37 #9 DONE 0.0s
19:57:37 
19:57:37 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
19:57:37 #11 DONE 0.1s
19:57:37 
19:57:37 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
19:57:38 #12 0.684 Updating certificates in /etc/ssl/certs...
19:57:38 #12 1.156 1 added, 0 removed; done.
19:57:38 #12 1.156 Running hooks in /etc/ca-certificates/update.d...
19:57:38 #12 1.157 done.
19:57:38 #12 DONE 1.3s
19:57:38 
19:57:38 #13 [9/11] COPY . .
19:57:39 #13 DONE 0.8s
19:57:39 
19:57:39 #14 [10/11] RUN ./scripts/build/binary
19:57:40 #14 0.589 Building statically linked build/docker-linux-amd64
19:58:47 #14 DONE 68.1s
19:58:47 
19:58:47 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
19:58:48 #15 0.644 Building statically linked build/plugins-linux-amd64/docker-helloworld
19:58:50 #15 2.592 Building statically linked build/plugins-linux-amd64/docker-badmeta
19:58:52 #15 4.301 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
19:58:54 #15 DONE 6.8s
19:58:54 
19:58:54 #16 exporting to image
19:58:54 #16 exporting layers
19:58:56 #16 exporting layers 2.3s done
19:58:56 #16 writing image sha256:6b512e8c5b11d3d1ba76a8b1a104bf76f6fa0e98bcb8a6c6d5ebe3af6cadc3e1 done
19:58:56 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
19:58:56 #16 DONE 2.3s
19:58: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
19:58:58 Creating network "cliendtoendsuite_default" with the default driver
19:58:58 Pulling registry (registry:2)...
19:58:58 2: Pulling from library/registry
19:58:59 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
19:58:59 Status: Downloaded newer image for registry:2
19:58:59 Pulling engine (docker:stable-dind)...
19:58:59 stable-dind: Pulling from library/docker
19:59:03 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
19:59:03 Status: Downloaded newer image for docker:stable-dind
19:59:03 Building notary-server
19:59:03 Step 1/3 : ARG NOTARY_VERSION=0.5.0
19:59:03 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
19:59:03 server-0.5.0: Pulling from library/notary
19:59:04 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
19:59:04 Status: Downloaded newer image for notary:server-0.5.0
19:59:04  ---> 16b632e954ca
19:59:04 Step 3/3 : COPY ./notary/ /fixtures/
19:59:05  ---> 339b2ff76b6f
19:59:05 Successfully built 339b2ff76b6f
19:59:05 Successfully tagged cliendtoendsuite_notary-server:latest
19:59:05 Building evil-notary-server
19:59:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
19:59:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
19:59:05  ---> 16b632e954ca
19:59:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
19:59:05  ---> 3a100bd4b2b0
19:59:05 Successfully built 3a100bd4b2b0
19:59:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
19:59:05 Creating cliendtoendsuite_registry_1 ... 
19:59:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
19:59:05 Creating cliendtoendsuite_engine_1             ... 
19:59:05 Creating cliendtoendsuite_notary-server_1      ... 
19:59:08 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.5:2375
19:59:08 Client:
19:59:08  Version:           19.09.0-dev
19:59:08  API version:       1.40
19:59:08  Go version:        go1.12.10
19:59:08  Git commit:        
19:59:08  Built:             Wed Oct  2 19:57:39 2019
19:59:08  OS/Arch:           linux/amd64
19:59:08  Experimental:      false
19:59:08 
19:59:08 Server: Docker Engine - Community
19:59:08  Engine:
19:59:08   Version:          19.03.2
19:59:08   API version:      1.40 (minimum version 1.12)
19:59:08   Go version:       go1.12.8
19:59:08   Git commit:       6a30dfca03
19:59:08   Built:            Thu Aug 29 05:32:56 2019
19:59:08   OS/Arch:          linux/amd64
19:59:08   Experimental:     false
19:59:08  containerd:
19:59:08   Version:          v1.2.6
19:59:08   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
19:59:08  runc:
19:59:08   Version:          1.0.0-rc8
19:59:08   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
19:59:08  docker-init:
19:59:08   Version:          0.18.0
19:59:08   GitCommit:        fec3683
19:59:09 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
19:59:09 88286f41530e: Pulling fs layer
19:59:09 88286f41530e: Download complete
19:59:09 88286f41530e: Pull complete
19:59:09 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
19:59:09 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
19:59:09 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
19:59:09 The push refers to repository [registry:5000/alpine]
19:59:09 5bef08742407: Preparing
19:59:09 5bef08742407: Pushed
19:59:09 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
19:59:09 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
19:59:09 03b1be98f3f9: Pulling fs layer
19:59:09 03b1be98f3f9: Verifying Checksum
19:59:09 03b1be98f3f9: Download complete
19:59:10 03b1be98f3f9: Pull complete
19:59:10 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
19:59:10 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
19:59:10 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
19:59:10 The push refers to repository [registry:5000/busybox]
19:59:10 6a749002dd6a: Preparing
19:59:10 6a749002dd6a: Pushed
19:59:10 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
19:59:10 Swarm initialized: current node (rwert9jwu5iek6zh1e5e58sht) is now a manager.
19:59:10 
19:59:10 To add a worker to this swarm, run the following command:
19:59:10 
19:59:10     docker swarm join --token SWMTKN-1-0vnigdzgn7sk3ndzzy3uqnklfmux5grh6gdkfslp31v93soz2i-44l4hodimrfo17i40jawqqgii 172.18.0.5:2377
19:59:10 
19:59:10 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
19:59:10 
19:59:37 ✓  e2e/cli-plugins (2.274s)
19:59:37 ∅  e2e/cli-plugins/plugins/badmeta
19:59:37 ∅  e2e/cli-plugins/plugins/nopersistentprerun
19:59:37 ✓  e2e/context (37ms)
19:59:43 ✓  e2e/container (8.509s)
19:59:48 ✓  e2e/plugin (3.654s)
19:59:48 ✓  e2e/image (11.389s)
19:59:48 ∅  e2e/internal/fixtures
19:59:48 ∅  e2e/plugin/basic
19:59:49 ✓  e2e/stack (623ms)
19:59:49 ✓  e2e/system (71ms)
19:59:51 ✓  e2e/trust (2.132s)
19:59:51 
19:59:51 === Skipped
19:59:51 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
19:59:51     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
19:59:51 
19:59:51 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
19:59:51     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
19:59:51 
19:59:51 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
19:59:51     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
19:59:51         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
19:59:51 
19:59:51 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
19:59:51     --- SKIP: TestRemove/Kubernetes (0.00s)
19:59:51         remove_test.go:22: !environment.KubernetesEnabled()
19:59:51 
19:59:51 
19:59:51 DONE 88 tests, 4 skipped in 40.704s
19:59:51 Stopping cliendtoendsuite_engine_1             ... 
19:59:51 Stopping cliendtoendsuite_registry_1           ... 
19:59:51 Stopping cliendtoendsuite_notary-server_1      ... 
19:59:51 Stopping cliendtoendsuite_evil-notary-server_1 ... 
19:59:54 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
19:59:54 Removing cliendtoendsuite_registry_1           ... 
19:59:54 Removing cliendtoendsuite_notary-server_1      ... 
19:59:54 Removing cliendtoendsuite_evil-notary-server_1 ... 
19:59:54 
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
19:59:54 Removing image cliendtoendsuite_notary-server
19:59:54 Removing image cliendtoendsuite_evil-notary-server
19:59:54 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
19:59:56 Creating network "cliendtoendsuite_default" with the default driver
19:59:56 Building notary-server
19:59:56 Step 1/3 : ARG NOTARY_VERSION=0.5.0
19:59:56 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
19:59:56  ---> 16b632e954ca
19:59:56 Step 3/3 : COPY ./notary/ /fixtures/
19:59:56  ---> b42dd272e935
19:59:56 Successfully built b42dd272e935
19:59:56 Successfully tagged cliendtoendsuite_notary-server:latest
19:59:56 Building evil-notary-server
19:59:56 Step 1/3 : ARG NOTARY_VERSION=0.5.0
19:59:56 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
19:59:56  ---> 16b632e954ca
19:59:56 Step 3/3 : COPY ./notary-evil/ /fixtures/
19:59:56  ---> b6493dbd7475
19:59:56 Successfully built b6493dbd7475
19:59:56 Successfully tagged cliendtoendsuite_evil-notary-server:latest
19:59:56 Creating cliendtoendsuite_engine_1 ... 
19:59:56 Creating cliendtoendsuite_registry_1 ... 
19:59:56 Creating cliendtoendsuite_notary-server_1 ... 
19:59:56 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:00:01 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
20:00:01 Client:
20:00:01  Version:           19.09.0-dev
20:00:01  API version:       1.40
20:00:01  Go version:        go1.12.10
20:00:01  Git commit:        
20:00:01  Built:             Wed Oct  2 19:57:39 2019
20:00:01  OS/Arch:           linux/amd64
20:00:01  Experimental:      false
20:00:01 
20:00:01 Server: Docker Engine - Community
20:00:01  Engine:
20:00:01   Version:          19.03.2
20:00:01   API version:      1.40 (minimum version 1.12)
20:00:01   Go version:       go1.12.8
20:00:01   Git commit:       6a30dfca03
20:00:01   Built:            Thu Aug 29 05:32:56 2019
20:00:01   OS/Arch:          linux/amd64
20:00:01   Experimental:     true
20:00:01  containerd:
20:00:01   Version:          v1.2.6
20:00:01   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:00:01  runc:
20:00:01   Version:          1.0.0-rc8
20:00:01   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:00:01  docker-init:
20:00:01   Version:          0.18.0
20:00:01   GitCommit:        fec3683
20:00:01 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:00:02 88286f41530e: Pulling fs layer
20:00:02 88286f41530e: Verifying Checksum
20:00:02 88286f41530e: Download complete
20:00:02 88286f41530e: Pull complete
20:00:02 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:00:02 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:00:02 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:00:02 The push refers to repository [registry:5000/alpine]
20:00:02 5bef08742407: Preparing
20:00:02 5bef08742407: Pushed
20:00:02 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:00:02 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:00:02 03b1be98f3f9: Pulling fs layer
20:00:03 03b1be98f3f9: Download complete
20:00:03 03b1be98f3f9: Pull complete
20:00:03 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:00:03 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:00:03 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:00:03 The push refers to repository [registry:5000/busybox]
20:00:03 6a749002dd6a: Preparing
20:00:03 6a749002dd6a: Pushed
20:00:03 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:00:04 Swarm initialized: current node (ivexupqarjyrnadv96f0o3394) is now a manager.
20:00:04 
20:00:04 To add a worker to this swarm, run the following command:
20:00:04 
20:00:04     docker swarm join --token SWMTKN-1-55hdwxrmpi1w7bjco294ajf3nns0cttzuq5ia5djjt6rfapc2o-8joxs9ir7igvibee2r0mtg644 172.19.0.5:2377
20:00:04 
20:00:04 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:00:04 
20:00:30 ✓  e2e/cli-plugins (2.36s)
20:00:30 ∅  e2e/cli-plugins/plugins/badmeta
20:00:30 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:00:30 ✓  e2e/context (35ms)
20:00:33 ✓  e2e/container (8.351s)
20:00:37 ✓  e2e/plugin (3.195s)
20:00:39 ✓  e2e/stack (572ms)
20:00:39 ✓  e2e/system (58ms)
20:00:42 ✓  e2e/image (14.698s)
20:00:42 ∅  e2e/internal/fixtures
20:00:42 ∅  e2e/plugin/basic
20:00:43 ✓  e2e/trust (3.093s)
20:00:43 
20:00:43 === Skipped
20:00:43 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:00:43     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:00:43 
20:00:43 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:00:43     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:00:43         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:00:43 
20:00:43 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:00:43     --- SKIP: TestRemove/Kubernetes (0.00s)
20:00:43         remove_test.go:22: !environment.KubernetesEnabled()
20:00:43 
20:00:43 
20:00:43 DONE 88 tests, 3 skipped in 39.438s
20:00:43 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:00:43 Stopping cliendtoendsuite_notary-server_1      ... 
20:00:43 Stopping cliendtoendsuite_engine_1             ... 
20:00:43 Stopping cliendtoendsuite_registry_1           ... 
20:00:45 
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 ... 
20:00:45 Removing cliendtoendsuite_notary-server_1      ... 
20:00:45 Removing cliendtoendsuite_engine_1             ... 
20:00:45 Removing cliendtoendsuite_registry_1           ... 
20:00:45 
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
20:00:46 Removing image cliendtoendsuite_notary-server
20:00:46 Removing image cliendtoendsuite_evil-notary-server
20:00:46 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
20:00:47 Creating network "cliendtoendsuite_default" with the default driver
20:00:47 Building engine
20:00:47 Step 1/6 : FROM docker:test-dind
20:00:48 test-dind: Pulling from library/docker
20:00:52 Digest: sha256:516f6bf33d465e1a3e78e346699662365eb1e73b10ef9fe67b5ffe61a460a07e
20:00:52 Status: Downloaded newer image for docker:test-dind
20:00:52  ---> 0b12195ced5d
20:00:52 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
20:00:52  ---> Running in 4a34933078a1
20:00:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:00:54 (1/5) Installing openssh-keygen (8.0_p1-r0)
20:00:54 (2/5) Installing openssh-server-common (8.0_p1-r0)
20:00:54 (3/5) Installing openssh-server (8.0_p1-r0)
20:00:54 (4/5) Installing linux-pam (1.3.0-r1)
20:00:54 (5/5) Installing shadow (4.6-r2)
20:00:54 Executing busybox-1.30.1-r2.trigger
20:00:54 OK: 24 MiB in 45 packages
20:00:54 Creating mailbox file: No such file or directory
20:00:54 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
20:00:55 Removing intermediate container 4a34933078a1
20:00:55  ---> 3e5fbd5f985b
20:00:55 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:00:55  ---> Running in c63a6bbde0f9
20:00:56 Removing intermediate container c63a6bbde0f9
20:00:56  ---> c27e6cd89b23
20:00:56 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:00:56  ---> fd695ffcb602
20:00:56 Step 5/6 : EXPOSE 22
20:00:56  ---> Running in a39ea8594b75
20:00:56 Removing intermediate container a39ea8594b75
20:00:56  ---> 653b281302fa
20:00:56 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:00:57  ---> Running in 0e24c49e79c8
20:00:57 Removing intermediate container 0e24c49e79c8
20:00:57  ---> 289b06639414
20:00:57 Successfully built 289b06639414
20:00:57 Successfully tagged docker:stable-dind
20:00:57 Building notary-server
20:00:57 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:00:57 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:00:57  ---> 16b632e954ca
20:00:57 Step 3/3 : COPY ./notary/ /fixtures/
20:00:57  ---> 01d666f4da84
20:00:57 Successfully built 01d666f4da84
20:00:57 Successfully tagged cliendtoendsuite_notary-server:latest
20:00:57 Building evil-notary-server
20:00:57 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:00:57 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:00:57  ---> 16b632e954ca
20:00:57 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:00:57  ---> f4c05b196e16
20:00:57 Successfully built f4c05b196e16
20:00:57 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:00:57 Creating cliendtoendsuite_registry_1 ... 
20:00:57 Creating cliendtoendsuite_engine_1   ... 
20:00:57 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:00:57 Creating cliendtoendsuite_notary-server_1      ... 
20:01:03 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
20:01:03 Client:
20:01:03  Version:           19.09.0-dev
20:01:03  API version:       1.40
20:01:03  Go version:        go1.12.10
20:01:03  Git commit:        
20:01:03  Built:             Wed Oct  2 19:57:39 2019
20:01:03  OS/Arch:           linux/amd64
20:01:03  Experimental:      false
20:01:03 
20:01:03 Server: Docker Engine - Community
20:01:03  Engine:
20:01:03   Version:          19.03.3-beta2
20:01:03   API version:      1.40 (minimum version 1.12)
20:01:03   Go version:       go1.12.10
20:01:03   Git commit:       dede96ff4c
20:01:03   Built:            Sat Sep 28 05:20:09 2019
20:01:03   OS/Arch:          linux/amd64
20:01:03   Experimental:     true
20:01:03  containerd:
20:01:03   Version:          v1.2.10
20:01:03   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:01:03  runc:
20:01:03   Version:          1.0.0-rc8+dev
20:01:03   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:01:03  docker-init:
20:01:03   Version:          0.18.0
20:01:03   GitCommit:        fec3683
20:01:03 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:01:03 88286f41530e: Pulling fs layer
20:01:03 88286f41530e: Download complete
20:01:04 88286f41530e: Pull complete
20:01:04 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:04 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:04 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:01:04 The push refers to repository [registry:5000/alpine]
20:01:04 5bef08742407: Preparing
20:01:04 5bef08742407: Pushed
20:01:04 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:01:05 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:01:05 03b1be98f3f9: Pulling fs layer
20:01:05 03b1be98f3f9: Verifying Checksum
20:01:05 03b1be98f3f9: Download complete
20:01:05 03b1be98f3f9: Pull complete
20:01:05 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:05 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:05 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:01:05 The push refers to repository [registry:5000/busybox]
20:01:05 6a749002dd6a: Preparing
20:01:05 6a749002dd6a: Pushed
20:01:05 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:01:06 Swarm initialized: current node (hqwkqnl072ckrn5xhtew9ejmw) is now a manager.
20:01:06 
20:01:06 To add a worker to this swarm, run the following command:
20:01:06 
20:01:06     docker swarm join --token SWMTKN-1-5v3to3wgkt44nx7fowacrfb1nccm9ugmsgy19qd6g43j3d3igo-64y4pqtd0kow6ixfg2lv23lga 172.20.0.4:2377
20:01:06 
20:01:06 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:01:06 
20:01:45 ✓  e2e/cli-plugins (13.297s)
20:01:45 ∅  e2e/cli-plugins/plugins/badmeta
20:01:45 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:01:45 ✓  e2e/context (33ms)
20:01:45 ✓  e2e/container (17.453s)
20:01:50 ✓  e2e/plugin (4.226s)
20:01:53 ✓  e2e/stack (2.286s)
20:01:54 ✓  e2e/system (245ms)
20:02:02 ✓  e2e/trust (6.423s)
20:02:06 ✓  e2e/image (24.978s)
20:02:06 ∅  e2e/internal/fixtures
20:02:06 ∅  e2e/plugin/basic
20:02:06 
20:02:06 === Skipped
20:02:06 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:02:06     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:02:06 
20:02:06 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:02:06     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:02:06         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:02:06 
20:02:06 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:02:06     --- SKIP: TestRemove/Kubernetes (0.00s)
20:02:06         remove_test.go:22: !environment.KubernetesEnabled()
20:02:06 
20:02:06 
20:02:06 DONE 88 tests, 3 skipped in 59.458s
20:02:06 Stopping cliendtoendsuite_engine_1             ... 
20:02:06 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:02:06 Stopping cliendtoendsuite_notary-server_1      ... 
20:02:06 Stopping cliendtoendsuite_registry_1           ... 
20:02:08 
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_engine_1             ... 
20:02:08 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:02:08 Removing cliendtoendsuite_notary-server_1      ... 
20:02:08 Removing cliendtoendsuite_registry_1           ... 
20:02:08 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
20:02:08 Removing image cliendtoendsuite_notary-server
20:02:08 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