Skip to content
Success

Console Output

Pull request #2111 updated
21:06:17 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 7a279af43de6650d2f36c41f9d926db7be3b3567+3e07fa728a3025cf4205e3dd071da703c34cf45f (defbf7dde3872aa3bdacc6cea1a0a1a55dae2e05)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-07d76592b3ea95328) in /home/ubuntu/workspace/cli_PR-2111
[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-2111@tmp/fad8fbb2-c6ee-41dd-b3c3-6af063720a8e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
21:06:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:06:20 chowning workspace
[Pipeline] sh
21:06:20 + uname -m
[Pipeline] sh
21:06:21 + pwd
21:06:21 + id -u
21:06:21 + id -g
21:06:21 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2111:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:06:22 Removing all docker containers
[Pipeline] sh
21:06:22 + docker container ls -aq
[Pipeline] echo
21:06:22 Docker containers have been removed
[Pipeline] echo
21:06:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:06:22 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
21:06:22 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
21:06:22 Using the ‘stage’ step without a block argument is deprecated
21:06:22 Entering stage Git Checkout
21:06:22 Proceeding
[Pipeline] checkout
21:06:22 using credential docker-jenkins-github-credentials
21:06:22 Cloning the remote Git repository
21:06:22 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2111 # 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/2111/head:refs/remotes/origin/PR-2111 +refs/heads/master:refs/remotes/origin/master
21:06:26 Fetching without tags
21:06:26 Merging remotes/origin/master commit 3e07fa728a3025cf4205e3dd071da703c34cf45f into PR head commit 7a279af43de6650d2f36c41f9d926db7be3b3567
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2111/head:refs/remotes/origin/PR-2111 # 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/2111/head:refs/remotes/origin/PR-2111 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a279af43de6650d2f36c41f9d926db7be3b3567
21:06:26 Merge succeeded, producing 7a279af43de6650d2f36c41f9d926db7be3b3567
21:06:26 Checking out Revision 7a279af43de6650d2f36c41f9d926db7be3b3567 (PR-2111)
 > git merge 3e07fa728a3025cf4205e3dd071da703c34cf45f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a279af43de6650d2f36c41f9d926db7be3b3567
21:06:27 Commit message: "config: revert to using pkg/homedir"
21:06:27 First time build. Skipping changelog.
[Pipeline] stage
21:06:27 Using the ‘stage’ step without a block argument is deprecated
21:06:27 Entering stage Run end-to-end test suite
21:06:27 Proceeding
[Pipeline] sh
21:06:28 + docker version
21:06:28 Client: Docker Engine - Community
21:06:28  Version:           19.03.2
21:06:28  API version:       1.40
21:06:28  Go version:        go1.12.8
21:06:28  Git commit:        6a30dfc
21:06:28  Built:             Thu Aug 29 05:29:11 2019
21:06:28  OS/Arch:           linux/amd64
21:06:28  Experimental:      false
21:06:28 
21:06:28 Server: Docker Engine - Community
21:06:28  Engine:
21:06:28   Version:          19.03.2
21:06:28   API version:      1.40 (minimum version 1.12)
21:06:28   Go version:       go1.12.8
21:06:28   Git commit:       6a30dfc
21:06:28   Built:            Thu Aug 29 05:27:45 2019
21:06:28   OS/Arch:          linux/amd64
21:06:28   Experimental:     true
21:06:28  containerd:
21:06:28   Version:          1.2.6
21:06:28   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:06:28  runc:
21:06:28   Version:          1.0.0-rc8
21:06:28   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:06:28  docker-init:
21:06:28   Version:          0.18.0
21:06:28   GitCommit:        fec3683
[Pipeline] sh
 > git rev-list --no-walk fdd35bb98f461a0032bbc9c42ad7c44cc069d4c1 # timeout=10
21:06:28 + docker info
21:06:29 Client:
21:06:29  Debug Mode: false
21:06:29 
21:06:29 Server:
21:06:29  Containers: 0
21:06:29   Running: 0
21:06:29   Paused: 0
21:06:29   Stopped: 0
21:06:29  Images: 23
21:06:29  Server Version: 19.03.2
21:06:29  Storage Driver: overlay2
21:06:29   Backing Filesystem: extfs
21:06:29   Supports d_type: true
21:06:29   Native Overlay Diff: true
21:06:29  Logging Driver: json-file
21:06:29  Cgroup Driver: cgroupfs
21:06:29  Plugins:
21:06:29   Volume: local
21:06:29   Network: bridge host ipvlan macvlan null overlay
21:06:29   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
21:06:29  Swarm: inactive
21:06:29  Runtimes: runc
21:06:29  Default Runtime: runc
21:06:29  Init Binary: docker-init
21:06:29  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:06:29  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
21:06:29  init version: fec3683
21:06:29  Security Options:
21:06:29   apparmor
21:06:29   seccomp
21:06:29    Profile: default
21:06:29  Kernel Version: 4.15.0-1048-aws
21:06:29  Operating System: Ubuntu 18.04.3 LTS
21:06:29  OSType: linux
21:06:29  Architecture: x86_64
21:06:29  CPUs: 2
21:06:29  Total Memory: 7.501GiB
21:06:29  Name: ip-10-100-83-22
21:06:29  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
21:06:29  Docker Root Dir: /var/lib/docker
21:06:29  Debug Mode: false
21:06:29  Username: dockerbuildbot
21:06:29  Registry: https://index.docker.io/v1/
21:06:29  Labels:
21:06:29  Experimental: true
21:06:29  Insecure Registries:
21:06:29   127.0.0.0/8
21:06:29  Live Restore Enabled: true
21:06:29 
21:06:29 WARNING: No swap limit support
[Pipeline] sh
21:06:29 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
21:06:29 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
21:06:29 #2 [internal] load .dockerignore
21:06:29 #2 transferring context: 100B done
21:06:29 #2 DONE 0.0s
21:06:29 
21:06:29 #1 [internal] load build definition from Dockerfile.e2e
21:06:29 #1 transferring dockerfile: 1.58kB done
21:06:29 #1 DONE 0.0s
21:06:29 
21:06:29 #3 [internal] load metadata for docker.io/library/golang:1.12.10
21:06:29 #3 DONE 0.5s
21:06:29 
21:06:29 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
21:06:29 #4 resolve docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 done
21:06:30 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
21:06:30 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 1.69MB / 10.00MB 0.2s
21:06:30 #4 sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 2.16kB / 2.16kB done
21:06:30 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
21:06:30 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 8.84MB / 50.38MB 0.2s
21:06:30 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s
21:06:30 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 9.63MB / 10.00MB 0.3s
21:06:30 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 14.50MB / 50.38MB 0.3s
21:06:30 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
21:06:30 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0B / 51.77MB 0.3s
21:06:30 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.4s done
21:06:30 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 24.16MB / 50.38MB 0.5s
21:06:30 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 6.70MB / 51.77MB 0.5s
21:06:30 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.5s
21:06:31 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 41.78MB / 50.38MB 0.9s
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 18.03MB / 51.77MB 0.9s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 16.88MB / 68.52MB 0.9s
21:06:31 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 49.73MB / 50.38MB 1.0s
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 22.82MB / 51.77MB 1.0s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 26.48MB / 68.52MB 1.0s
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 33.19MB / 51.77MB 1.1s
21:06:31 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 44.75MB / 51.77MB 1.3s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 37.60MB / 68.52MB 1.3s
21:06:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 2.68MB / 127.96MB 1.3s
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.4s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 42.87MB / 68.52MB 1.5s
21:06:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 13.56MB / 127.96MB 1.5s
21:06:31 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
21:06:31 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.5s done
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 50.38MB / 68.52MB 1.7s
21:06:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 22.49MB / 127.96MB 1.7s
21:06:31 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 1.7s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 55.37MB / 68.52MB 1.8s
21:06:31 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 61.95MB / 68.52MB 1.8s
21:06:31 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 32.76MB / 127.96MB 1.8s
21:06:31 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.8s done
21:06:32 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.0s
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 46.15MB / 127.96MB 2.0s
21:06:32 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.1s done
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 56.82MB / 127.96MB 2.2s
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 67.20MB / 127.96MB 2.3s
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 89.17MB / 127.96MB 2.6s
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 95.66MB / 127.96MB 2.7s
21:06:32 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 110.33MB / 127.96MB 2.9s
21:06:33 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 117.60MB / 127.96MB 3.0s
21:06:33 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.2s
21:06:33 #4 ...
21:06:33 
21:06:33 #10 [internal] load build context
21:06:33 #10 transferring context: 42.37MB 3.4s done
21:06:33 #10 DONE 3.9s
21:06:33 
21:06:33 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
21:06:33 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.9s done
21:06:34 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.3s done
21:06:35 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.1s
21:06:35 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
21:06:35 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
21:06:35 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
21:06:35 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
21:06:38 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.1s done
21:06:38 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
21:06:39 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.1s done
21:06:40 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0.1s
21:06:45 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.5s done
21:06:45 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
21:06:45 #4 DONE 15.0s
21:06:45 
21:06:45 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
21:06:46 #5 1.056 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
21:06:46 #5 1.067 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
21:06:46 #5 1.157 Get:3 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
21:06:46 #5 1.192 Get:4 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
21:06:46 #5 1.320 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
21:06:46 #5 1.408 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB]
21:06:47 #5 2.478 Fetched 8212 kB in 2s (4902 kB/s)
21:06:47 #5 2.478 Reading package lists...
21:06:48 #5 3.120 Reading package lists...
21:06:48 #5 3.761 Building dependency tree...
21:06:48 #5 3.901 Reading state information...
21:06:48 #5 4.009 curl is already the newest version (7.64.0-4).
21:06:48 #5 4.009 The following additional packages will be installed:
21:06:49 #5 4.009   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
21:06:49 #5 4.009   libalgorithm-merge-perl libfakeroot patch xz-utils
21:06:49 #5 4.010 Suggested packages:
21:06:49 #5 4.010   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
21:06:49 #5 4.010   diffutils-doc
21:06:49 #5 4.010 Recommended packages:
21:06:49 #5 4.010   xauth
21:06:49 #5 4.078 The following NEW packages will be installed:
21:06:49 #5 4.078   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
21:06:49 #5 4.079   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
21:06:49 #5 4.080 The following packages will be upgraded:
21:06:49 #5 4.081   openssh-client openssl
21:06:49 #5 4.352 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
21:06:49 #5 4.352 Need to get 3968 kB of archives.
21:06:49 #5 4.352 After this operation, 3603 kB of additional disk space will be used.
21:06:49 #5 4.352 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
21:06:49 #5 4.353 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
21:06:49 #5 4.360 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
21:06:49 #5 4.360 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
21:06:49 #5 4.362 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
21:06:49 #5 4.365 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
21:06:49 #5 4.386 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
21:06:49 #5 4.386 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
21:06:49 #5 4.387 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
21:06:49 #5 4.408 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
21:06:49 #5 4.408 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
21:06:49 #5 4.409 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
21:06:49 #5 4.523 debconf: delaying package configuration, since apt-utils is not installed
21:06:49 #5 4.548 Fetched 3968 kB in 0s (12.7 MB/s)
21:06:49 #5 4.566 Selecting previously unselected package bzip2.
21:06:49 #5 4.566 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
21:06:49 #5 4.576 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
21:06:49 #5 4.580 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:06:49 #5 4.629 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
21:06:49 #5 4.650 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
21:06:49 #5 4.869 Selecting previously unselected package xz-utils.
21:06:49 #5 4.869 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
21:06:49 #5 4.872 Unpacking xz-utils (5.2.4-1) ...
21:06:49 #5 4.925 Selecting previously unselected package patch.
21:06:49 #5 4.925 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
21:06:49 #5 4.929 Unpacking patch (2.7.6-3+deb10u1) ...
21:06:49 #5 4.966 Selecting previously unselected package dpkg-dev.
21:06:49 #5 4.968 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
21:06:49 #5 4.973 Unpacking dpkg-dev (1.19.7) ...
21:06:49 #5 5.075 Selecting previously unselected package build-essential.
21:06:49 #5 5.075 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
21:06:50 #5 5.079 Unpacking build-essential (12.6) ...
21:06:50 #5 5.108 Selecting previously unselected package libfakeroot:amd64.
21:06:50 #5 5.110 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
21:06:50 #5 5.117 Unpacking libfakeroot:amd64 (1.23-1) ...
21:06:50 #5 5.153 Selecting previously unselected package fakeroot.
21:06:50 #5 5.155 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
21:06:50 #5 5.158 Unpacking fakeroot (1.23-1) ...
21:06:50 #5 5.191 Selecting previously unselected package libalgorithm-diff-perl.
21:06:50 #5 5.193 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
21:06:50 #5 5.196 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
21:06:50 #5 5.229 Selecting previously unselected package libalgorithm-diff-xs-perl.
21:06:50 #5 5.229 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
21:06:50 #5 5.235 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:06:50 #5 5.260 Selecting previously unselected package libalgorithm-merge-perl.
21:06:50 #5 5.262 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
21:06:50 #5 5.265 Unpacking libalgorithm-merge-perl (0.08-3) ...
21:06:50 #5 5.300 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u1_amd64.deb ...
21:06:50 #5 5.312 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
21:06:50 #5 5.825 Setting up libalgorithm-diff-perl (1.19.03-2) ...
21:06:50 #5 5.836 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
21:06:50 #5 5.866 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:06:50 #5 5.877 Setting up libfakeroot:amd64 (1.23-1) ...
21:06:50 #5 5.892 Setting up fakeroot (1.23-1) ...
21:06:50 #5 5.900 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:06:50 #5 5.910 Setting up xz-utils (5.2.4-1) ...
21:06:50 #5 5.918 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:06:50 #5 5.927 Setting up patch (2.7.6-3+deb10u1) ...
21:06:50 #5 5.939 Setting up openssl (1.1.1d-0+deb10u1) ...
21:06:50 #5 5.955 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
21:06:50 #5 5.964 Setting up libalgorithm-merge-perl (0.08-3) ...
21:06:50 #5 5.973 Setting up dpkg-dev (1.19.7) ...
21:06:50 #5 5.993 Setting up build-essential (12.6) ...
21:06:50 #5 6.105 Processing triggers for libc-bin (2.28-10) ...
21:06:53 #5 DONE 8.3s
21:06:53 
21:06:53 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
21:06:53 #6 0.648   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
21:06:53 #6 0.650                                  Dload  Upload   Total   Spent    Left  Speed
21:06:53 #6 0.652 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6427      0 --:--:-- --:--:-- --:--:--  6427
21:06:53 #6 0.782 
 20 10.3M   20 2151k    0     0  15.7M      0 --:--:-- --:--:-- --:--:-- 15.7M
100 10.3M  100 10.3M    0     0  48.6M      0 --:--:-- --:--:-- --:--:--  104M
21:06:54 #6 DONE 1.0s
21:06:54 
21:06:54 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
21:06:55 #7 DONE 1.0s
21:06:55 
21:06:55 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
21:06:56 #8 DONE 0.9s
21:06:56 
21:06:56 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
21:06:56 #9 DONE 0.0s
21:06:56 
21:06:56 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
21:06:56 #11 DONE 0.1s
21:06:56 
21:06:56 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
21:06:57 #12 0.820 Updating certificates in /etc/ssl/certs...
21:06:57 #12 1.326 1 added, 0 removed; done.
21:06:57 #12 1.326 Running hooks in /etc/ca-certificates/update.d...
21:06:57 #12 1.327 done.
21:06:57 #12 DONE 1.4s
21:06:57 
21:06:57 #13 [9/11] COPY . .
21:06:58 #13 DONE 0.7s
21:06:58 
21:06:58 #14 [10/11] RUN ./scripts/build/binary
21:06:59 #14 0.797 Building statically linked build/docker-linux-amd64
21:08:20 #14 DONE 71.2s
21:08:20 
21:08:20 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
21:08:20 #15 0.666 Building statically linked build/plugins-linux-amd64/docker-helloworld
21:08:20 #15 2.628 Building statically linked build/plugins-linux-amd64/docker-badmeta
21:08:20 #15 4.409 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
21:08:20 #15 DONE 6.5s
21:08:20 
21:08:20 #16 exporting to image
21:08:20 #16 exporting layers
21:08:20 #16 exporting layers 2.2s done
21:08:20 #16 writing image sha256:cd7392de56737a21c7475cae6db4ca056f1f8c6f6c342d86522a0a21f1877a03 done
21:08:20 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
21:08:20 #16 DONE 2.2s
21:08:20 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-e2eclie2e3
21:08:20 Creating network "cliendtoendsuite_default" with the default driver
21:08:20 Pulling engine (docker:stable-dind)...
21:08:20 stable-dind: Pulling from library/docker
21:08:20 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
21:08:20 Status: Downloaded newer image for docker:stable-dind
21:08:20 Building notary-server
21:08:20 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:08:20 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:08:20 server-0.5.0: Pulling from library/notary
21:08:21 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
21:08:21 Status: Downloaded newer image for notary:server-0.5.0
21:08:21  ---> 16b632e954ca
21:08:21 Step 3/3 : COPY ./notary/ /fixtures/
21:08:22  ---> 4add160298ed
21:08:22 Successfully built 4add160298ed
21:08:22 Successfully tagged cliendtoendsuite_notary-server:latest
21:08:22 Building evil-notary-server
21:08:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:08:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:08:22  ---> 16b632e954ca
21:08:22 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:08:22  ---> f1dec2489ad9
21:08:22 Successfully built f1dec2489ad9
21:08:22 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:08:22 Creating cliendtoendsuite_registry_1 ... 
21:08:22 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:08:22 Creating cliendtoendsuite_notary-server_1      ... 
21:08:22 Creating cliendtoendsuite_engine_1             ... 
21:08:25 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.18.0.4:2375
21:08:25 Cannot connect to the Docker daemon at tcp://172.18.0.4:2375. Is the docker daemon running?
21:08:26 Cannot connect to the Docker daemon at tcp://172.18.0.4:2375. Is the docker daemon running?
21:08:26 Client:
21:08:26  Version:           19.09.0-dev
21:08:26  API version:       1.40 (downgraded from 1.41)
21:08:26  Go version:        go1.12.10
21:08:26  Git commit:        
21:08:26  Built:             Mon Oct  7 21:06:59 2019
21:08:26  OS/Arch:           linux/amd64
21:08:26  Experimental:      false
21:08:26 
21:08:26 Server: Docker Engine - Community
21:08:26  Engine:
21:08:26   Version:          19.03.2
21:08:26   API version:      1.40 (minimum version 1.12)
21:08:26   Go version:       go1.12.8
21:08:26   Git commit:       6a30dfca03
21:08:26   Built:            Thu Aug 29 05:32:56 2019
21:08:26   OS/Arch:          linux/amd64
21:08:26   Experimental:     false
21:08:26  containerd:
21:08:26   Version:          v1.2.6
21:08:26   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:08:26  runc:
21:08:26   Version:          1.0.0-rc8
21:08:26   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:08:26  docker-init:
21:08:26   Version:          0.18.0
21:08:26   GitCommit:        fec3683
21:08:27 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:08:27 88286f41530e: Pulling fs layer
21:08:27 88286f41530e: Verifying Checksum
21:08:27 88286f41530e: Download complete
21:08:27 88286f41530e: Pull complete
21:08:27 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:08:27 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:08:27 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:08:27 The push refers to repository [registry:5000/alpine]
21:08:27 5bef08742407: Preparing
21:08:27 5bef08742407: Pushed
21:08:28 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:08:28 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:08:28 03b1be98f3f9: Pulling fs layer
21:08:28 03b1be98f3f9: Verifying Checksum
21:08:28 03b1be98f3f9: Download complete
21:08:28 03b1be98f3f9: Pull complete
21:08:28 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:08:28 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:08:28 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:08:28 The push refers to repository [registry:5000/busybox]
21:08:28 6a749002dd6a: Preparing
21:08:28 6a749002dd6a: Pushed
21:08:28 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:08:29 Swarm initialized: current node (kim3y06hvw65dm3grm02ophdl) is now a manager.
21:08:29 
21:08:29 To add a worker to this swarm, run the following command:
21:08:29 
21:08:29     docker swarm join --token SWMTKN-1-24t71duy22rkgw4bm72g3r9ra2ek1ugumrukeyggmqoiiwbify-drr2acz3i7gykmjjoaotz8kzy 172.18.0.4:2377
21:08:29 
21:08:29 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:08:29 
21:08:56 ✓  e2e/cli-plugins (2.36s)
21:08:56 ∅  e2e/cli-plugins/plugins/badmeta
21:08:56 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:08:56 ✓  e2e/context (29ms)
21:09:01 ✓  e2e/container (9.606s)
21:09:06 ✓  e2e/image (11.698s)
21:09:06 ∅  e2e/internal/fixtures
21:09:06 ✓  e2e/plugin (3.983s)
21:09:06 ∅  e2e/plugin/basic
21:09:06 ✓  e2e/system (56ms)
21:09:06 ✓  e2e/stack (673ms)
21:09:09 ✓  e2e/trust (2.164s)
21:09:09 
21:09:09 === Skipped
21:09:09 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:09:09     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:09:09 
21:09:09 === SKIP: e2e/image TestBuildIidFileSquash (0.07s)
21:09:09     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
21:09:09 
21:09:09 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:09:09     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:09:09         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:09:09 
21:09:09 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:09:09     --- SKIP: TestRemove/Kubernetes (0.00s)
21:09:09         remove_test.go:22: !environment.KubernetesEnabled()
21:09:09 
21:09:09 
21:09:09 DONE 88 tests, 4 skipped in 40.081s
21:09:10 Stopping cliendtoendsuite_engine_1             ... 
21:09:10 Stopping cliendtoendsuite_notary-server_1      ... 
21:09:10 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:09:10 Stopping cliendtoendsuite_registry_1           ... 
21:09:12 
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             ... 
21:09:12 Removing cliendtoendsuite_notary-server_1      ... 
21:09:12 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:09:12 Removing cliendtoendsuite_registry_1           ... 
21:09:12 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:09:12 Removing image cliendtoendsuite_notary-server
21:09:12 Removing image cliendtoendsuite_evil-notary-server
21:09:12 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-e2eclie2e3
21:09:14 Creating network "cliendtoendsuite_default" with the default driver
21:09:14 Building notary-server
21:09:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:09:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:09:14  ---> 16b632e954ca
21:09:14 Step 3/3 : COPY ./notary/ /fixtures/
21:09:14  ---> 942dd7c50982
21:09:14 Successfully built 942dd7c50982
21:09:14 Successfully tagged cliendtoendsuite_notary-server:latest
21:09:14 Building evil-notary-server
21:09:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:09:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:09:14  ---> 16b632e954ca
21:09:14 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:09:14  ---> 576c215693a1
21:09:14 Successfully built 576c215693a1
21:09:14 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:09:14 Creating cliendtoendsuite_engine_1 ... 
21:09:14 Creating cliendtoendsuite_registry_1 ... 
21:09:14 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:09:14 Creating cliendtoendsuite_notary-server_1      ... 
21:09:18 
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.19.0.2:2375
21:09:18 Client:
21:09:18  Version:           19.09.0-dev
21:09:18  API version:       1.40 (downgraded from 1.41)
21:09:18  Go version:        go1.12.10
21:09:18  Git commit:        
21:09:18  Built:             Mon Oct  7 21:06:59 2019
21:09:18  OS/Arch:           linux/amd64
21:09:18  Experimental:      false
21:09:18 
21:09:18 Server: Docker Engine - Community
21:09:18  Engine:
21:09:18   Version:          19.03.2
21:09:18   API version:      1.40 (minimum version 1.12)
21:09:18   Go version:       go1.12.8
21:09:18   Git commit:       6a30dfca03
21:09:18   Built:            Thu Aug 29 05:32:56 2019
21:09:18   OS/Arch:          linux/amd64
21:09:18   Experimental:     true
21:09:18  containerd:
21:09:18   Version:          v1.2.6
21:09:18   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
21:09:18  runc:
21:09:18   Version:          1.0.0-rc8
21:09:18   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
21:09:18  docker-init:
21:09:18   Version:          0.18.0
21:09:18   GitCommit:        fec3683
21:09:18 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:09:18 88286f41530e: Pulling fs layer
21:09:18 88286f41530e: Verifying Checksum
21:09:18 88286f41530e: Download complete
21:09:18 88286f41530e: Pull complete
21:09:19 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:09:19 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:09:19 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:09:19 The push refers to repository [registry:5000/alpine]
21:09:19 5bef08742407: Preparing
21:09:19 5bef08742407: Pushed
21:09:19 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:09:19 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:09:19 03b1be98f3f9: Pulling fs layer
21:09:20 03b1be98f3f9: Verifying Checksum
21:09:20 03b1be98f3f9: Download complete
21:09:20 03b1be98f3f9: Pull complete
21:09:20 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:09:20 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:09:20 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:09:20 The push refers to repository [registry:5000/busybox]
21:09:20 6a749002dd6a: Preparing
21:09:20 6a749002dd6a: Pushed
21:09:20 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:09:21 Swarm initialized: current node (a0nqttkj8xr85v44jbtk79yma) is now a manager.
21:09:21 
21:09:21 To add a worker to this swarm, run the following command:
21:09:21 
21:09:21     docker swarm join --token SWMTKN-1-4kszn6u2i0tilay41wvqjol08s3ytlz12108e10selsfpzvwvq-2pj794ecovodq3c354ccgbx2n 172.19.0.2:2377
21:09:21 
21:09:21 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:09:21 
21:09:47 ✓  e2e/cli-plugins (2.713s)
21:09:47 ∅  e2e/cli-plugins/plugins/badmeta
21:09:47 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:09:47 ✓  e2e/context (69ms)
21:09:51 ✓  e2e/container (8.425s)
21:09:55 ✓  e2e/plugin (3.299s)
21:09:57 ✓  e2e/stack (572ms)
21:09:57 ✓  e2e/system (79ms)
21:10:01 ✓  e2e/image (15.599s)
21:10:01 ∅  e2e/internal/fixtures
21:10:01 ∅  e2e/plugin/basic
21:10:01 ✓  e2e/trust (3.602s)
21:10:01 
21:10:01 === Skipped
21:10:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:10:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:10:01 
21:10:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:10:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:10:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:10:01 
21:10:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:10:01     --- SKIP: TestRemove/Kubernetes (0.00s)
21:10:01         remove_test.go:22: !environment.KubernetesEnabled()
21:10:01 
21:10:01 
21:10:01 DONE 88 tests, 3 skipped in 40.877s
21:10:02 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:10:02 Stopping cliendtoendsuite_notary-server_1      ... 
21:10:02 Stopping cliendtoendsuite_registry_1           ... 
21:10:02 Stopping cliendtoendsuite_engine_1             ... 
21:10:04 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
21:10:04 Removing cliendtoendsuite_notary-server_1      ... 
21:10:04 Removing cliendtoendsuite_registry_1           ... 
21:10:04 Removing cliendtoendsuite_engine_1             ... 
21:10:04 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:10:04 Removing image cliendtoendsuite_notary-server
21:10:04 Removing image cliendtoendsuite_evil-notary-server
21:10:04 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-e2eclie2e3
21:10:06 Creating network "cliendtoendsuite_default" with the default driver
21:10:06 Building evil-notary-server
21:10:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:10:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:10:06  ---> 16b632e954ca
21:10:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:10:06  ---> 969e8f3d761a
21:10:06 Successfully built 969e8f3d761a
21:10:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:10:06 Building notary-server
21:10:07 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:10:07 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:10:07  ---> 16b632e954ca
21:10:07 Step 3/3 : COPY ./notary/ /fixtures/
21:10:07  ---> fb4246702f3d
21:10:07 Successfully built fb4246702f3d
21:10:07 Successfully tagged cliendtoendsuite_notary-server:latest
21:10:07 Building engine
21:10:07 Step 1/6 : FROM docker:test-dind
21:10:07 test-dind: Pulling from library/docker
21:10:11 Digest: sha256:d5171f3968d8d3432623133b381b1d7adc4df1cf54ad58a073aa22a93b981e2d
21:10:11 Status: Downloaded newer image for docker:test-dind
21:10:11  ---> b5a85004b890
21:10:11 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
21:10:11  ---> Running in 94f48c38129a
21:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
21:10:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
21:10:13 (1/5) Installing openssh-keygen (8.0_p1-r0)
21:10:13 (2/5) Installing openssh-server-common (8.0_p1-r0)
21:10:13 (3/5) Installing openssh-server (8.0_p1-r0)
21:10:13 (4/5) Installing linux-pam (1.3.0-r1)
21:10:13 (5/5) Installing shadow (4.6-r2)
21:10:13 Executing busybox-1.30.1-r2.trigger
21:10:13 OK: 24 MiB in 45 packages
21:10:13 Creating mailbox file: No such file or directory
21:10:13 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
21:10:14 Removing intermediate container 94f48c38129a
21:10:14  ---> dcf4e4d83598
21:10:14 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
21:10:14  ---> Running in 03270980b103
21:10:16 Removing intermediate container 03270980b103
21:10:16  ---> 4a1ea37e0d39
21:10:16 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
21:10:16  ---> 5c7bf7bd236d
21:10:16 Step 5/6 : EXPOSE 22
21:10:16  ---> Running in 96aeddc631ba
21:10:16 Removing intermediate container 96aeddc631ba
21:10:16  ---> 87c86da2936a
21:10:16 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
21:10:16  ---> Running in be07833cab78
21:10:16 Removing intermediate container be07833cab78
21:10:16  ---> c597a4c27fd2
21:10:16 Successfully built c597a4c27fd2
21:10:16 Successfully tagged docker:stable-dind
21:10:16 Creating cliendtoendsuite_registry_1 ... 
21:10:16 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:10:16 Creating cliendtoendsuite_notary-server_1      ... 
21:10:16 Creating cliendtoendsuite_engine_1             ... 
21:10:22 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
21:10:22 Client:
21:10:22  Version:           19.09.0-dev
21:10:22  API version:       1.40 (downgraded from 1.41)
21:10:22  Go version:        go1.12.10
21:10:22  Git commit:        
21:10:22  Built:             Mon Oct  7 21:06:59 2019
21:10:22  OS/Arch:           linux/amd64
21:10:22  Experimental:      false
21:10:22 
21:10:22 Server: Docker Engine - Community
21:10:22  Engine:
21:10:22   Version:          19.03.3-rc1
21:10:22   API version:      1.40 (minimum version 1.12)
21:10:22   Go version:       go1.12.10
21:10:22   Git commit:       1576bd7917
21:10:22   Built:            Wed Oct  2 21:24:13 2019
21:10:22   OS/Arch:          linux/amd64
21:10:22   Experimental:     true
21:10:22  containerd:
21:10:22   Version:          v1.2.10
21:10:22   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
21:10:22  runc:
21:10:22   Version:          1.0.0-rc8+dev
21:10:22   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
21:10:22  docker-init:
21:10:22   Version:          0.18.0
21:10:22   GitCommit:        fec3683
21:10:22 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:10:22 88286f41530e: Pulling fs layer
21:10:22 88286f41530e: Verifying Checksum
21:10:22 88286f41530e: Download complete
21:10:22 88286f41530e: Pull complete
21:10:22 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:10:22 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:10:22 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:10:22 The push refers to repository [registry:5000/alpine]
21:10:22 5bef08742407: Preparing
21:10:22 5bef08742407: Pushed
21:10:22 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:10:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:10:22 03b1be98f3f9: Pulling fs layer
21:10:22 03b1be98f3f9: Verifying Checksum
21:10:22 03b1be98f3f9: Download complete
21:10:22 03b1be98f3f9: Pull complete
21:10:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:10:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:10:22 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:10:22 The push refers to repository [registry:5000/busybox]
21:10:22 6a749002dd6a: Preparing
21:10:22 6a749002dd6a: Pushed
21:10:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:10:24 Swarm initialized: current node (7dhs0j54ej9537i5jblqvk9mz) is now a manager.
21:10:24 
21:10:24 To add a worker to this swarm, run the following command:
21:10:24 
21:10:24     docker swarm join --token SWMTKN-1-3efl5g97xq544305r1we1dgbw484krgg8g5qz498ccrg3pm6t9-bylqrfkwxy7c3b5uw1kixz7iq 172.20.0.4:2377
21:10:24 
21:10:24 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:10:24 
21:11:02 ✓  e2e/cli-plugins (13.683s)
21:11:02 ∅  e2e/cli-plugins/plugins/badmeta
21:11:02 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:11:02 ✓  e2e/context (33ms)
21:11:04 ✓  e2e/container (18.964s)
21:11:09 ✓  e2e/plugin (4.415s)
21:11:13 ✓  e2e/stack (2.399s)
21:11:13 ✓  e2e/system (236ms)
21:11:21 ✓  e2e/trust (6.539s)
21:11:25 ✓  e2e/image (26.047s)
21:11:25 ∅  e2e/internal/fixtures
21:11:25 ∅  e2e/plugin/basic
21:11:25 
21:11:25 === Skipped
21:11:25 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:11:25     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:11:25 
21:11:25 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:11:25     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:11:25         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:11:25 
21:11:25 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:11:25     --- SKIP: TestRemove/Kubernetes (0.00s)
21:11:25         remove_test.go:22: !environment.KubernetesEnabled()
21:11:25 
21:11:25 
21:11:25 DONE 88 tests, 3 skipped in 61.712s
21:11:26 Stopping cliendtoendsuite_notary-server_1      ... 
21:11:26 Stopping cliendtoendsuite_engine_1             ... 
21:11:26 Stopping cliendtoendsuite_registry_1           ... 
21:11:26 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:11:28 
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_notary-server_1      ... 
21:11:28 Removing cliendtoendsuite_engine_1             ... 
21:11:28 Removing cliendtoendsuite_registry_1           ... 
21:11:28 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:11:28 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:11:28 Removing image cliendtoendsuite_notary-server
21:11:28 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