Skip to content
Success

Console Output

Pull request #2128 opened
22:34:29 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3+3e07fa728a3025cf4205e3dd071da703c34cf45f (290957c1122a7da1fa446c354ae82e90a07af2a3)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2128@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-060b18ca314803e5d) in /home/ubuntu/workspace/cli_PR-2128
[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-2128@tmp/e6ef91c3-df67-4184-8e4d-9f1ce203a718/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
22:34:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:34:32 chowning workspace
[Pipeline] sh
22:34:32 + uname -m
[Pipeline] sh
22:34:33 + pwd
22:34:33 + id -u
22:34:33 + id -g
22:34:33 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2128:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:34:34 Removing all docker containers
[Pipeline] sh
22:34:34 + docker container ls -aq
22:34:34 + docker container rm -vf 8d926448b129
22:34:34 8d926448b129
[Pipeline] echo
22:34:34 Docker containers have been removed
[Pipeline] echo
22:34:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:34:34 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
22:34:34 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
22:34:34 Using the ‘stage’ step without a block argument is deprecated
22:34:34 Entering stage Git Checkout
22:34:34 Proceeding
[Pipeline] checkout
22:34:34 using credential docker-jenkins-github-credentials
22:34:34 Cloning the remote Git repository
22:34:34 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2128 # 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/2128/head:refs/remotes/origin/PR-2128 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2128/head:refs/remotes/origin/PR-2128 # 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
22:34:38 Fetching without tags
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/2128/head:refs/remotes/origin/PR-2128 +refs/heads/master:refs/remotes/origin/master
22:34:38 Merging remotes/origin/master commit 3e07fa728a3025cf4205e3dd071da703c34cf45f into PR head commit ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3
22:34:38 Merge succeeded, producing ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3
22:34:38 Checking out Revision ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3 (PR-2128)
22:34:39 Commit message: "Minor formatting changes and a typo fix."
22:34:39 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3
 > git merge 3e07fa728a3025cf4205e3dd071da703c34cf45f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba7ec36de2c5c83d689f5d2e1f3e0d209606d8c3
[Pipeline] stage
22:34:39 Using the ‘stage’ step without a block argument is deprecated
22:34:39 Entering stage Run end-to-end test suite
22:34:39 Proceeding
[Pipeline] sh
22:34:39 + docker version
22:34:39 Client: Docker Engine - Community
22:34:39  Version:           19.03.2
22:34:39  API version:       1.40
22:34:39  Go version:        go1.12.8
22:34:39  Git commit:        6a30dfc
22:34:39  Built:             Thu Aug 29 05:29:11 2019
22:34:39  OS/Arch:           linux/amd64
22:34:39  Experimental:      false
22:34:39 
22:34:39 Server: Docker Engine - Community
22:34:39  Engine:
22:34:39   Version:          19.03.2
22:34:39   API version:      1.40 (minimum version 1.12)
22:34:39   Go version:       go1.12.8
22:34:39   Git commit:       6a30dfc
22:34:39   Built:            Thu Aug 29 05:27:45 2019
22:34:39   OS/Arch:          linux/amd64
22:34:39   Experimental:     true
22:34:39  containerd:
22:34:39   Version:          1.2.6
22:34:39   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:34:39  runc:
22:34:39   Version:          1.0.0-rc8
22:34:39   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
22:34:39  docker-init:
22:34:39   Version:          0.18.0
22:34:39   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
22:34:40 + docker info
22:34:40 Client:
22:34:40  Debug Mode: false
22:34:40 
22:34:40 Server:
22:34:40  Containers: 0
22:34:40   Running: 0
22:34:40   Paused: 0
22:34:40   Stopped: 0
22:34:40  Images: 78
22:34:40  Server Version: 19.03.2
22:34:40  Storage Driver: overlay2
22:34:40   Backing Filesystem: extfs
22:34:40   Supports d_type: true
22:34:40   Native Overlay Diff: true
22:34:40  Logging Driver: json-file
22:34:40  Cgroup Driver: cgroupfs
22:34:40  Plugins:
22:34:40   Volume: local
22:34:40   Network: bridge host ipvlan macvlan null overlay
22:34:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:34:40  Swarm: inactive
22:34:40  Runtimes: runc
22:34:40  Default Runtime: runc
22:34:40  Init Binary: docker-init
22:34:40  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:34:40  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
22:34:40  init version: fec3683
22:34:40  Security Options:
22:34:40   apparmor
22:34:40   seccomp
22:34:40    Profile: default
22:34:40  Kernel Version: 4.15.0-1048-aws
22:34:40  Operating System: Ubuntu 18.04.3 LTS
22:34:40  OSType: linux
22:34:40  Architecture: x86_64
22:34:40  CPUs: 2
22:34:40  Total Memory: 7.501GiB
22:34:40  Name: ip-10-100-119-241
22:34:40  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
22:34:40  Docker Root Dir: /var/lib/docker
22:34:40  Debug Mode: false
22:34:40  Username: dockerbuildbot
22:34:40  Registry: https://index.docker.io/v1/
22:34:40  Labels:
22:34:40  Experimental: true
22:34:40  Insecure Registries:
22:34:40   127.0.0.0/8
22:34:40  Live Restore Enabled: true
22:34:40 
22:34:40 WARNING: No swap limit support
[Pipeline] sh
22:34:41 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
22:34:41 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
22:34:41 #2 [internal] load .dockerignore
22:34:41 #2 transferring context: 100B done
22:34:41 #2 DONE 0.0s
22:34:41 
22:34:41 #1 [internal] load build definition from Dockerfile.e2e
22:34:41 #1 transferring dockerfile: 1.58kB done
22:34:41 #1 DONE 0.0s
22:34:41 
22:34:41 #3 [internal] load metadata for docker.io/library/golang:1.12.10
22:34:42 #3 DONE 1.0s
22:34:42 
22:34:42 #10 [internal] load build context
22:34:45 #10 transferring context: 42.37MB 2.9s done
22:34:45 #10 DONE 2.9s
22:34:45 
22:34:45 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
22:34:45 #4 resolve docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 done
22:34:45 #4 sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 2.16kB / 2.16kB done
22:34:45 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
22:34:45 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
22:34:45 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.2s done
22:34:45 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.4s done
22:34:45 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
22:34:45 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.3s done
22:34:45 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 2.3s done
22:34:45 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.4s done
22:34:45 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 91.71MB / 127.96MB 2.8s
22:34:45 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 1.2s
22:34:45 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 98.86MB / 127.96MB 2.9s
22:34:45 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 107.32MB / 127.96MB 3.0s
22:34:45 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 117.87MB / 127.96MB 3.1s
22:34:45 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.50MB / 127.96MB 3.2s
22:34:46 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.7s done
22:34:47 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.1s done
22:34:47 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.1s
22:34:47 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
22:34:47 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d
22:34:47 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
22:34:48 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 0.1s
22:34:49 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.1s done
22:34:50 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0.1s
22:34:52 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
22:34:52 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0.1s
22:34:56 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.4s done
22:34:56 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
22:34:57 #4 DONE 15.0s
22:34:57 
22:34:57 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
22:34:58 #5 1.076 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
22:34:58 #5 1.079 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
22:34:58 #5 1.087 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
22:34:58 #5 1.173 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB]
22:34:58 #5 1.268 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
22:34:58 #5 1.400 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
22:34:59 #5 2.517 Fetched 8212 kB in 2s (4852 kB/s)
22:35:00 #5 2.517 Reading package lists...
22:35:00 #5 3.138 Reading package lists...
22:35:00 #5 3.736 Building dependency tree...
22:35:00 #5 3.853 Reading state information...
22:35:00 #5 3.953 curl is already the newest version (7.64.0-4).
22:35:00 #5 3.953 The following additional packages will be installed:
22:35:00 #5 3.953   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
22:35:00 #5 3.953   libalgorithm-merge-perl libfakeroot patch xz-utils
22:35:00 #5 3.954 Suggested packages:
22:35:00 #5 3.954   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
22:35:00 #5 3.954   diffutils-doc
22:35:00 #5 3.954 Recommended packages:
22:35:00 #5 3.954   xauth
22:35:01 #5 4.025 The following NEW packages will be installed:
22:35:01 #5 4.025   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
22:35:01 #5 4.026   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
22:35:01 #5 4.027 The following packages will be upgraded:
22:35:01 #5 4.027   openssh-client openssl
22:35:01 #5 4.298 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
22:35:01 #5 4.298 Need to get 3968 kB of archives.
22:35:01 #5 4.298 After this operation, 3603 kB of additional disk space will be used.
22:35:01 #5 4.298 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
22:35:01 #5 4.298 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:35:01 #5 4.301 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:35:01 #5 4.306 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:35:01 #5 4.309 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
22:35:01 #5 4.309 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
22:35:01 #5 4.331 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
22:35:01 #5 4.331 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
22:35:01 #5 4.332 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
22:35:01 #5 4.333 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
22:35:01 #5 4.334 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
22:35:01 #5 4.334 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
22:35:01 #5 4.449 debconf: delaying package configuration, since apt-utils is not installed
22:35:01 #5 4.475 Fetched 3968 kB in 0s (13.6 MB/s)
22:35:01 #5 4.496 Selecting previously unselected package bzip2.
22:35:01 #5 4.496 (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.)
22:35:01 #5 4.507 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:35:01 #5 4.512 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:35:01 #5 4.555 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
22:35:01 #5 4.577 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
22:35:01 #5 4.775 Selecting previously unselected package xz-utils.
22:35:01 #5 4.777 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
22:35:01 #5 4.781 Unpacking xz-utils (5.2.4-1) ...
22:35:01 #5 4.822 Selecting previously unselected package patch.
22:35:01 #5 4.824 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
22:35:01 #5 4.829 Unpacking patch (2.7.6-3+deb10u1) ...
22:35:01 #5 4.870 Selecting previously unselected package dpkg-dev.
22:35:01 #5 4.872 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
22:35:01 #5 4.876 Unpacking dpkg-dev (1.19.7) ...
22:35:01 #5 4.978 Selecting previously unselected package build-essential.
22:35:02 #5 4.980 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
22:35:02 #5 4.984 Unpacking build-essential (12.6) ...
22:35:02 #5 5.020 Selecting previously unselected package libfakeroot:amd64.
22:35:02 #5 5.022 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
22:35:02 #5 5.029 Unpacking libfakeroot:amd64 (1.23-1) ...
22:35:02 #5 5.064 Selecting previously unselected package fakeroot.
22:35:02 #5 5.066 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
22:35:02 #5 5.071 Unpacking fakeroot (1.23-1) ...
22:35:02 #5 5.108 Selecting previously unselected package libalgorithm-diff-perl.
22:35:02 #5 5.110 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
22:35:02 #5 5.114 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
22:35:02 #5 5.146 Selecting previously unselected package libalgorithm-diff-xs-perl.
22:35:02 #5 5.148 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
22:35:02 #5 5.152 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
22:35:02 #5 5.181 Selecting previously unselected package libalgorithm-merge-perl.
22:35:02 #5 5.183 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
22:35:02 #5 5.188 Unpacking libalgorithm-merge-perl (0.08-3) ...
22:35:02 #5 5.220 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u1_amd64.deb ...
22:35:02 #5 5.231 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
22:35:02 #5 5.548 Setting up libalgorithm-diff-perl (1.19.03-2) ...
22:35:02 #5 5.563 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
22:35:02 #5 5.597 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:35:02 #5 5.611 Setting up libfakeroot:amd64 (1.23-1) ...
22:35:02 #5 5.626 Setting up fakeroot (1.23-1) ...
22:35:02 #5 5.635 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
22:35:02 #5 5.647 Setting up xz-utils (5.2.4-1) ...
22:35:02 #5 5.657 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:35:02 #5 5.666 Setting up patch (2.7.6-3+deb10u1) ...
22:35:02 #5 5.678 Setting up openssl (1.1.1d-0+deb10u1) ...
22:35:02 #5 5.694 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
22:35:02 #5 5.706 Setting up libalgorithm-merge-perl (0.08-3) ...
22:35:02 #5 5.719 Setting up dpkg-dev (1.19.7) ...
22:35:02 #5 5.739 Setting up build-essential (12.6) ...
22:35:02 #5 5.751 Processing triggers for libc-bin (2.28-10) ...
22:35:04 #5 DONE 7.2s
22:35:04 
22:35:04 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
22:35:04 #6 0.663   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
22:35:04 #6 0.664                                  Dload  Upload   Total   Spent    Left  Speed
22:35:05 #6 0.664 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5932      0 --:--:-- --:--:-- --:--:--  5990
22:35:05 #6 0.887 
100 10.3M  100 10.3M    0     0  46.4M      0 --:--:-- --:--:-- --:--:-- 46.4M
22:35:05 #6 DONE 1.2s
22:35:05 
22:35:05 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
22:35:06 #7 DONE 1.2s
22:35:06 
22:35:06 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
22:35:07 #8 DONE 1.0s
22:35:07 
22:35:07 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
22:35:07 #9 DONE 0.0s
22:35:07 
22:35:07 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
22:35:07 #11 DONE 0.1s
22:35:07 
22:35:07 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
22:35:08 #12 0.825 Updating certificates in /etc/ssl/certs...
22:35:09 #12 1.340 1 added, 0 removed; done.
22:35:09 #12 1.340 Running hooks in /etc/ca-certificates/update.d...
22:35:09 #12 1.341 done.
22:35:09 #12 DONE 1.4s
22:35:09 
22:35:09 #13 [9/11] COPY . .
22:35:10 #13 DONE 0.7s
22:35:10 
22:35:10 #14 [10/11] RUN ./scripts/build/binary
22:35:10 #14 0.823 Building statically linked build/docker-linux-amd64
22:36:32 #14 DONE 69.8s
22:36:32 
22:36:32 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
22:36:32 #15 0.855 Building statically linked build/plugins-linux-amd64/docker-helloworld
22:36:32 #15 2.753 Building statically linked build/plugins-linux-amd64/docker-badmeta
22:36:32 #15 4.487 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
22:36:32 #15 DONE 6.6s
22:36:32 
22:36:32 #16 exporting to image
22:36:32 #16 exporting layers
22:36:32 #16 exporting layers 2.1s done
22:36:32 #16 writing image sha256:1fc7de62c1f21d2feb15a58f1738bdf455230dcbdef3898e9a5fa741a4a25f25 done
22:36:32 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
22:36:32 #16 DONE 2.1s
22:36:32 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
22:36:32 Creating network "cliendtoendsuite_default" with the default driver
22:36:32 Pulling engine (docker:stable-dind)...
22:36:32 stable-dind: Pulling from library/docker
22:36:32 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
22:36:32 Status: Downloaded newer image for docker:stable-dind
22:36:32 Building notary-server
22:36:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:36:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:36:32 server-0.5.0: Pulling from library/notary
22:36:32 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
22:36:32 Status: Downloaded newer image for notary:server-0.5.0
22:36:32  ---> 16b632e954ca
22:36:32 Step 3/3 : COPY ./notary/ /fixtures/
22:36:32  ---> b3f1748dcfbc
22:36:32 Successfully built b3f1748dcfbc
22:36:32 Successfully tagged cliendtoendsuite_notary-server:latest
22:36:32 Building evil-notary-server
22:36:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:36:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:36:32  ---> 16b632e954ca
22:36:32 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:36:32  ---> 8ec38709a09e
22:36:32 Successfully built 8ec38709a09e
22:36:32 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:36:32 Creating cliendtoendsuite_registry_1 ... 
22:36:32 Creating cliendtoendsuite_notary-server_1 ... 
22:36:32 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:36:32 Creating cliendtoendsuite_engine_1             ... 
22:36:35 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

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

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
22:37:23 Removing image cliendtoendsuite_notary-server
22:37:23 Removing image cliendtoendsuite_evil-notary-server
22:37:23 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
22:37:25 Creating network "cliendtoendsuite_default" with the default driver
22:37:25 Building evil-notary-server
22:37:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:37:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:37:25  ---> 16b632e954ca
22:37:25 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:37:25  ---> df2cdc87b642
22:37:25 Successfully built df2cdc87b642
22:37:25 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:37:25 Building notary-server
22:37:25 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:37:25 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:37:25  ---> 16b632e954ca
22:37:25 Step 3/3 : COPY ./notary/ /fixtures/
22:37:25  ---> a887ba4384ee
22:37:25 Successfully built a887ba4384ee
22:37:25 Successfully tagged cliendtoendsuite_notary-server:latest
22:37:25 Creating cliendtoendsuite_registry_1 ... 
22:37:25 Creating cliendtoendsuite_notary-server_1 ... 
22:37:25 Creating cliendtoendsuite_engine_1        ... 
22:37:25 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:37:29 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.19.0.4:2375
22:37:29 Client:
22:37:29  Version:           19.09.0-dev
22:37:29  API version:       1.40 (downgraded from 1.41)
22:37:29  Go version:        go1.12.10
22:37:29  Git commit:        
22:37:29  Built:             Mon Oct  7 22:35:10 2019
22:37:29  OS/Arch:           linux/amd64
22:37:29  Experimental:      false
22:37:29 
22:37:29 Server: Docker Engine - Community
22:37:29  Engine:
22:37:29   Version:          19.03.2
22:37:29   API version:      1.40 (minimum version 1.12)
22:37:29   Go version:       go1.12.8
22:37:29   Git commit:       6a30dfca03
22:37:29   Built:            Thu Aug 29 05:32:56 2019
22:37:29   OS/Arch:          linux/amd64
22:37:29   Experimental:     true
22:37:29  containerd:
22:37:29   Version:          v1.2.6
22:37:29   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:37:29  runc:
22:37:29   Version:          1.0.0-rc8
22:37:29   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
22:37:29  docker-init:
22:37:29   Version:          0.18.0
22:37:29   GitCommit:        fec3683
22:37:29 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
22:37:29 88286f41530e: Pulling fs layer
22:37:29 88286f41530e: Verifying Checksum
22:37:29 88286f41530e: Download complete
22:37:29 88286f41530e: Pull complete
22:37:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:37:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:37:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
22:37:29 The push refers to repository [registry:5000/alpine]
22:37:29 5bef08742407: Preparing
22:37:30 5bef08742407: Pushed
22:37:30 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
22:37:30 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
22:37:30 03b1be98f3f9: Pulling fs layer
22:37:30 03b1be98f3f9: Verifying Checksum
22:37:30 03b1be98f3f9: Download complete
22:37:30 03b1be98f3f9: Pull complete
22:37:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:37:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:37:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
22:37:30 The push refers to repository [registry:5000/busybox]
22:37:30 6a749002dd6a: Preparing
22:37:30 6a749002dd6a: Pushed
22:37:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
22:37:31 Swarm initialized: current node (o11hjwpjceyj2c4duzxz4l8l3) is now a manager.
22:37:31 
22:37:31 To add a worker to this swarm, run the following command:
22:37:31 
22:37:31     docker swarm join --token SWMTKN-1-3739k1ammuyol22a5vne756yta1bk95ib4l0de4bynvmen5g1d-afcotoghxeeg3bo2lbsfnu7w3 172.19.0.4:2377
22:37:31 
22:37:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
22:37:31 
22:37:58 ✓  e2e/cli-plugins (2.514s)
22:37:58 ∅  e2e/cli-plugins/plugins/badmeta
22:37:58 ∅  e2e/cli-plugins/plugins/nopersistentprerun
22:37:58 ✓  e2e/context (49ms)
22:38:04 ✓  e2e/container (8.758s)
22:38:09 ✓  e2e/plugin (3.607s)
22:38:10 ✓  e2e/stack (668ms)
22:38:10 ✓  e2e/system (63ms)
22:38:14 ✓  e2e/image (14.972s)
22:38:14 ∅  e2e/internal/fixtures
22:38:14 ∅  e2e/plugin/basic
22:38:14 ✓  e2e/trust (2.994s)
22:38:14 
22:38:14 === Skipped
22:38:14 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
22:38:14     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
22:38:14 
22:38:14 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
22:38:14     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
22:38:14         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
22:38:14 
22:38:14 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
22:38:14     --- SKIP: TestRemove/Kubernetes (0.00s)
22:38:14         remove_test.go:22: !environment.KubernetesEnabled()
22:38:14 
22:38:14 
22:38:14 DONE 88 tests, 3 skipped in 43.207s
22:38:15 Stopping cliendtoendsuite_evil-notary-server_1 ... 
22:38:15 Stopping cliendtoendsuite_engine_1             ... 
22:38:15 Stopping cliendtoendsuite_notary-server_1      ... 
22:38:15 Stopping cliendtoendsuite_registry_1           ... 
22:38:17 
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 ... 
22:38:17 Removing cliendtoendsuite_engine_1             ... 
22:38:17 Removing cliendtoendsuite_notary-server_1      ... 
22:38:17 Removing cliendtoendsuite_registry_1           ... 
22:38:17 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
22:38:17 Removing image cliendtoendsuite_notary-server
22:38:17 Removing image cliendtoendsuite_evil-notary-server
22:38:17 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
22:38:19 Creating network "cliendtoendsuite_default" with the default driver
22:38:19 Building notary-server
22:38:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:38:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:38:19  ---> 16b632e954ca
22:38:19 Step 3/3 : COPY ./notary/ /fixtures/
22:38:19  ---> 86125fece0cb
22:38:19 Successfully built 86125fece0cb
22:38:19 Successfully tagged cliendtoendsuite_notary-server:latest
22:38:19 Building engine
22:38:19 Step 1/6 : FROM docker:test-dind
22:38:20 test-dind: Pulling from library/docker
22:38:24 Digest: sha256:d5171f3968d8d3432623133b381b1d7adc4df1cf54ad58a073aa22a93b981e2d
22:38:24 Status: Downloaded newer image for docker:test-dind
22:38:24  ---> b5a85004b890
22:38:24 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
22:38:24  ---> Running in beaef3f4ae3e
22:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
22:38:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
22:38:26 (1/5) Installing openssh-keygen (8.0_p1-r0)
22:38:26 (2/5) Installing openssh-server-common (8.0_p1-r0)
22:38:26 (3/5) Installing openssh-server (8.0_p1-r0)
22:38:26 (4/5) Installing linux-pam (1.3.0-r1)
22:38:26 (5/5) Installing shadow (4.6-r2)
22:38:26 Executing busybox-1.30.1-r2.trigger
22:38:26 OK: 24 MiB in 45 packages
22:38:26 Creating mailbox file: No such file or directory
22:38:26 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
22:38:27 Removing intermediate container beaef3f4ae3e
22:38:27  ---> b6df9ae1f765
22:38:27 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
22:38:27  ---> Running in d1e0e167cbb6
22:38:28 Removing intermediate container d1e0e167cbb6
22:38:28  ---> 8a62463ad387
22:38:28 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
22:38:28  ---> ec6245d19b35
22:38:28 Step 5/6 : EXPOSE 22
22:38:28  ---> Running in 1b20437b793b
22:38:29 Removing intermediate container 1b20437b793b
22:38:29  ---> e69753af7062
22:38:29 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
22:38:29  ---> Running in 4947dd81c037
22:38:29 Removing intermediate container 4947dd81c037
22:38:29  ---> c63e8faee256
22:38:29 Successfully built c63e8faee256
22:38:29 Successfully tagged docker:stable-dind
22:38:29 Building evil-notary-server
22:38:29 Step 1/3 : ARG NOTARY_VERSION=0.5.0
22:38:29 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
22:38:29  ---> 16b632e954ca
22:38:29 Step 3/3 : COPY ./notary-evil/ /fixtures/
22:38:29  ---> 3dae4d0cccd3
22:38:29 Successfully built 3dae4d0cccd3
22:38:29 Successfully tagged cliendtoendsuite_evil-notary-server:latest
22:38:29 Creating cliendtoendsuite_evil-notary-server_1 ... 
22:38:29 Creating cliendtoendsuite_notary-server_1      ... 
22:38:29 Creating cliendtoendsuite_engine_1             ... 
22:38:29 Creating cliendtoendsuite_registry_1           ... 
22:38:33 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
22:39:42 Removing cliendtoendsuite_registry_1           ... 
22:39:42 Removing cliendtoendsuite_evil-notary-server_1 ... 
22:39:42 Removing cliendtoendsuite_notary-server_1      ... 
22:39:42 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
22:39:42 Removing image cliendtoendsuite_notary-server
22:39:42 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