Skip to content
Success

Console Output

Pull request #2222 opened
08:37:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd+99c5edceb48d64c1aa5d09b8c9c499d431d98bb9 (ae854a15d8ae6b98136a7000289ba230fba7e8df)
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-2222@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
Still waiting to schedule task
All nodes of label ‘linux&&x86_64’ are offline
Running on ubuntu-1804-overlay2 (i-0b705e731aad4b1a6) in /home/ubuntu/workspace/cli_PR-2222
[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-2222@tmp/16954cba-cb4d-4891-b87f-4009105c0769/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
08:38:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:38:32 chowning workspace
[Pipeline] sh
08:38:32 + uname -m
[Pipeline] sh
08:38:33 + pwd
08:38:33 + id -u
08:38:33 + id -g
08:38:33 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2222:/workspace busybox chown -R 1000:1000 /workspace
08:38:33 Unable to find image 'busybox:latest' locally
08:38:33 latest: Pulling from library/busybox
08:38:33 322973677ef5: Pulling fs layer
08:38:33 322973677ef5: Verifying Checksum
08:38:33 322973677ef5: Download complete
08:38:34 322973677ef5: Pull complete
08:38:34 Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084
08:38:34 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
08:38:37 Removing all docker containers
[Pipeline] sh
08:38:38 + docker container ls -aq
[Pipeline] echo
08:38:38 Docker containers have been removed
[Pipeline] echo
08:38:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:38:38 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
08:38:38 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
08:38:38 Using the ‘stage’ step without a block argument is deprecated
08:38:38 Entering stage Git Checkout
08:38:38 Proceeding
[Pipeline] checkout
08:38:40 using credential docker-jenkins-github-credentials
08:38:40 Cloning the remote Git repository
08:38:40 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2222 # 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/2222/head:refs/remotes/origin/PR-2222 +refs/heads/19.03:refs/remotes/origin/19.03
08:38:47 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2222/head:refs/remotes/origin/PR-2222 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2222/head:refs/remotes/origin/PR-2222 +refs/heads/19.03:refs/remotes/origin/19.03
08:38:47 Merging remotes/origin/19.03 commit 99c5edceb48d64c1aa5d09b8c9c499d431d98bb9 into PR head commit c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd
08:38:48 Merge succeeded, producing c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd
08:38:48 Checking out Revision c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd (PR-2222)
 > git merge 99c5edceb48d64c1aa5d09b8c9c499d431d98bb9 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2d4bd4ec2e227ab8787e673fc8c7c7e8e5bccbd
08:38:49 Commit message: "docker cp: prevent NPE when failing to stat destination"
08:38:49 First time build. Skipping changelog.
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] stage
08:38:50 Using the ‘stage’ step without a block argument is deprecated
08:38:50 Entering stage Run end-to-end test suite
08:38:50 Proceeding
[Pipeline] sh
08:38:51 + docker version
08:38:51 Client: Docker Engine - Community
08:38:51  Version:           19.03.2
08:38:51  API version:       1.40
08:38:51  Go version:        go1.12.8
08:38:51  Git commit:        6a30dfc
08:38:51  Built:             Thu Aug 29 05:29:11 2019
08:38:51  OS/Arch:           linux/amd64
08:38:51  Experimental:      false
08:38:51 
08:38:51 Server: Docker Engine - Community
08:38:51  Engine:
08:38:51   Version:          19.03.2
08:38:51   API version:      1.40 (minimum version 1.12)
08:38:51   Go version:       go1.12.8
08:38:51   Git commit:       6a30dfc
08:38:51   Built:            Thu Aug 29 05:27:45 2019
08:38:51   OS/Arch:          linux/amd64
08:38:51   Experimental:     true
08:38:51  containerd:
08:38:51   Version:          1.2.6
08:38:51   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:38:51  runc:
08:38:51   Version:          1.0.0-rc8
08:38:51   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:38:51  docker-init:
08:38:51   Version:          0.18.0
08:38:51   GitCommit:        fec3683
[Pipeline] sh
08:38:51 + docker info
08:39:01 Client:
08:39:01  Debug Mode: false
08:39:01 
08:39:01 Server:
08:39:01  Containers: 0
08:39:01   Running: 0
08:39:01   Paused: 0
08:39:01   Stopped: 0
08:39:01  Images: 1
08:39:01  Server Version: 19.03.2
08:39:01  Storage Driver: overlay2
08:39:01   Backing Filesystem: extfs
08:39:01   Supports d_type: true
08:39:01   Native Overlay Diff: true
08:39:01  Logging Driver: json-file
08:39:01  Cgroup Driver: cgroupfs
08:39:01  Plugins:
08:39:01   Volume: local
08:39:01   Network: bridge host ipvlan macvlan null overlay
08:39:01   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
08:39:01  Swarm: inactive
08:39:01  Runtimes: runc
08:39:01  Default Runtime: runc
08:39:01  Init Binary: docker-init
08:39:01  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:39:01  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
08:39:01  init version: fec3683
08:39:01  Security Options:
08:39:01   apparmor
08:39:01   seccomp
08:39:01    Profile: default
08:39:01  Kernel Version: 4.15.0-1048-aws
08:39:01  Operating System: Ubuntu 18.04.3 LTS
08:39:01  OSType: linux
08:39:01  Architecture: x86_64
08:39:01  CPUs: 2
08:39:01  Total Memory: 7.501GiB
08:39:01  Name: ip-10-100-82-228
08:39:01  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
08:39:01  Docker Root Dir: /var/lib/docker
08:39:01  Debug Mode: false
08:39:01  Username: dockerbuildbot
08:39:01  Registry: https://index.docker.io/v1/
08:39:01  Labels:
08:39:01  Experimental: true
08:39:01  Insecure Registries:
08:39:01   127.0.0.0/8
08:39:01  Live Restore Enabled: true
08:39:01 
08:39:01 WARNING: No swap limit support
[Pipeline] sh
08:39:01 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
08:39:01 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
08:39:01 #2 [internal] load .dockerignore
08:39:02 #2 transferring context: 100B done
08:39:02 #2 DONE 0.2s
08:39:02 
08:39:02 #1 [internal] load build definition from Dockerfile.e2e
08:39:02 #1 transferring dockerfile: 1.58kB done
08:39:02 #1 DONE 0.2s
08:39:02 
08:39:02 #3 [internal] load metadata for docker.io/library/golang:1.12.12
08:39:02 #3 DONE 0.4s
08:39:02 
08:39:02 #10 [internal] load build context
08:39:07 #10 transferring context: 26.21MB 4.4s
08:39:07 #10 transferring context: 40.45MB 5.3s done
08:39:07 #10 DONE 5.4s
08:39:07 
08:39:07 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
08:39:07 #4 resolve docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 done
08:39:07 #4 sha256:f80dfc88ee2af04de5e4a64a6d764e4e61c84b50504d13d706b700234198ab09 2.16kB / 2.16kB done
08:39:07 #4 sha256:a3126e9d643947fe3ccf278540cb2372741cb4060e9af73d670981b9b1fd82c3 1.79kB / 1.79kB done
08:39:07 #4 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.5s done
08:39:07 #4 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.5s done
08:39:07 #4 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 1.8s done
08:39:07 #4 sha256:25f57e47afcef7f2b494780f429b793cd623b7f2538f09118702bead841abf4d 5.46kB / 5.46kB done
08:39:07 #4 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 2.0s done
08:39:07 #4 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 4.5s done
08:39:07 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.5s
08:39:07 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 107.66MB / 127.97MB 5.4s
08:39:07 #4 sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 126B / 126B 2.1s done
08:39:08 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 119.20MB / 127.97MB 5.7s
08:39:08 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.32MB / 127.97MB 5.9s
08:39:09 #4 sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 127.97MB / 127.97MB 6.3s done
08:39:11 #4 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 6.9s done
08:39:11 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a
08:39:12 #4 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.5s done
08:39:12 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4
08:39:12 #4 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.5s done
08:39:12 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713
08:39:16 #4 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 4.0s done
08:39:16 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62
08:39:22 #4 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 4.2s done
08:39:22 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92
08:39:27 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 5.0s
08:39:30 #4 extracting sha256:1de3250885d90578dd2fd9b544f59a5133881b070f9c590454ff4b9e9f565e92 8.7s done
08:39:30 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05
08:39:30 #4 extracting sha256:5edd1231cc1301ccda40312ceb4cf20bd168b798a37da8c0b8a56082f64cea05 done
08:39:30 #4 DONE 28.0s
08:39:30 
08:39:30 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
08:39:32 #5 1.171 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
08:39:32 #5 1.192 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
08:39:32 #5 1.192 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
08:39:32 #5 1.334 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [159 kB]
08:39:32 #5 1.496 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
08:39:32 #5 1.827 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
08:39:34 #5 3.444 Fetched 8309 kB in 3s (3291 kB/s)
08:39:35 #5 3.444 Reading package lists...
08:39:35 #5 4.401 Reading package lists...
08:39:36 #5 5.328 Building dependency tree...
08:39:36 #5 5.514 Reading state information...
08:39:36 #5 5.671 curl is already the newest version (7.64.0-4).
08:39:36 #5 5.671 openssh-client is already the newest version (1:7.9p1-10+deb10u1).
08:39:36 #5 5.671 openssl is already the newest version (1.1.1d-0+deb10u2).
08:39:36 #5 5.671 openssl set to manually installed.
08:39:36 #5 5.671 The following additional packages will be installed:
08:39:36 #5 5.672   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
08:39:36 #5 5.673   libalgorithm-merge-perl libfakeroot patch xz-utils
08:39:36 #5 5.674 Suggested packages:
08:39:36 #5 5.675   bzip2-doc debian-keyring ed diffutils-doc
08:39:36 #5 5.780 The following NEW packages will be installed:
08:39:36 #5 5.781   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
08:39:36 #5 5.783   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
08:39:36 #5 6.055 0 upgraded, 10 newly installed, 0 to remove and 14 not upgraded.
08:39:36 #5 6.055 Need to get 2342 kB of archives.
08:39:36 #5 6.055 After this operation, 3601 kB of additional disk space will be used.
08:39:36 #5 6.055 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
08:39:36 #5 6.058 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
08:39:36 #5 6.062 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
08:39:36 #5 6.065 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
08:39:36 #5 6.091 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
08:39:36 #5 6.092 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
08:39:36 #5 6.093 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
08:39:36 #5 6.095 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
08:39:36 #5 6.097 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
08:39:36 #5 6.098 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
08:39:36 #5 6.296 debconf: delaying package configuration, since apt-utils is not installed
08:39:36 #5 6.332 Fetched 2342 kB in 0s (7828 kB/s)
08:39:36 #5 6.351 Selecting previously unselected package bzip2.
08:39:36 #5 6.351 (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.)
08:39:36 #5 6.367 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
08:39:36 #5 6.369 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
08:39:36 #5 6.402 Selecting previously unselected package xz-utils.
08:39:36 #5 6.406 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
08:39:36 #5 6.409 Unpacking xz-utils (5.2.4-1) ...
08:39:36 #5 6.462 Selecting previously unselected package patch.
08:39:36 #5 6.465 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
08:39:36 #5 6.469 Unpacking patch (2.7.6-3+deb10u1) ...
08:39:37 #5 6.509 Selecting previously unselected package dpkg-dev.
08:39:37 #5 6.512 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
08:39:37 #5 6.516 Unpacking dpkg-dev (1.19.7) ...
08:39:37 #5 6.692 Selecting previously unselected package build-essential.
08:39:37 #5 6.695 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
08:39:37 #5 6.698 Unpacking build-essential (12.6) ...
08:39:37 #5 6.727 Selecting previously unselected package libfakeroot:amd64.
08:39:37 #5 6.731 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
08:39:37 #5 6.737 Unpacking libfakeroot:amd64 (1.23-1) ...
08:39:37 #5 6.770 Selecting previously unselected package fakeroot.
08:39:37 #5 6.774 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
08:39:37 #5 6.777 Unpacking fakeroot (1.23-1) ...
08:39:37 #5 6.823 Selecting previously unselected package libalgorithm-diff-perl.
08:39:37 #5 6.827 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
08:39:37 #5 6.830 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
08:39:37 #5 6.863 Selecting previously unselected package libalgorithm-diff-xs-perl.
08:39:37 #5 6.867 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
08:39:37 #5 6.870 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:39:37 #5 6.900 Selecting previously unselected package libalgorithm-merge-perl.
08:39:37 #5 6.903 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
08:39:37 #5 6.907 Unpacking libalgorithm-merge-perl (0.08-3) ...
08:39:37 #5 6.952 Setting up libalgorithm-diff-perl (1.19.03-2) ...
08:39:37 #5 6.961 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
08:39:37 #5 6.970 Setting up libfakeroot:amd64 (1.23-1) ...
08:39:37 #5 6.981 Setting up fakeroot (1.23-1) ...
08:39:37 #5 6.991 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
08:39:37 #5 7.001 Setting up xz-utils (5.2.4-1) ...
08:39:37 #5 7.009 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:39:37 #5 7.016 Setting up patch (2.7.6-3+deb10u1) ...
08:39:37 #5 7.025 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:39:37 #5 7.034 Setting up libalgorithm-merge-perl (0.08-3) ...
08:39:37 #5 7.043 Setting up dpkg-dev (1.19.7) ...
08:39:37 #5 7.061 Setting up build-essential (12.6) ...
08:39:37 #5 7.070 Processing triggers for libc-bin (2.28-10) ...
08:39:39 #5 DONE 8.4s
08:39:39 
08:39:39 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
08:39:40 #6 0.945   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
08:39:40 #6 0.945                                  Dload  Upload   Total   Spent    Left  Speed
08:39:40 #6 0.945 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4639      0 --:--:-- --:--:-- --:--:--  4639
08:39:40 #6 1.189 
 55 10.3M   55 5897k    0     0  23.4M      0 --:--:-- --:--:-- --:--:-- 23.4M
100 10.3M  100 10.3M    0     0  37.6M      0 --:--:-- --:--:-- --:--:--  164M
08:39:40 #6 DONE 1.3s
08:39:40 
08:39:40 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
08:39:41 #7 DONE 1.3s
08:39:41 
08:39:41 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
08:39:43 #8 DONE 1.3s
08:39:43 
08:39:43 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
08:39:43 #9 DONE 0.1s
08:39:43 
08:39:43 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
08:39:43 #11 DONE 0.0s
08:39:43 
08:39:43 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
08:39:44 #12 0.915 Updating certificates in /etc/ssl/certs...
08:39:44 #12 1.562 1 added, 0 removed; done.
08:39:44 #12 1.562 Running hooks in /etc/ca-certificates/update.d...
08:39:44 #12 1.564 done.
08:39:44 #12 DONE 1.7s
08:39:44 
08:39:44 #13 [9/11] COPY . .
08:39:45 #13 DONE 0.9s
08:39:45 
08:39:45 #14 [10/11] RUN ./scripts/build/binary
08:39:46 #14 0.871 Building statically linked build/docker-linux-amd64
08:41:53 #14 DONE 121.7s
08:41:53 
08:41:53 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
08:41:53 #15 0.865 Building statically linked build/plugins-linux-amd64/docker-helloworld
08:41:53 #15 4.052 Building statically linked build/plugins-linux-amd64/docker-badmeta
08:41:54 #15 6.832 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
08:41:59 #15 DONE 11.8s
08:41:59 
08:41:59 #16 exporting to image
08:41:59 #16 exporting layers
08:42:03 #16 exporting layers 4.1s done
08:42:03 #16 writing image sha256:4748e45b05527f35d4b154de14c0131511ad7654fc970d592f2768a76faa3963 done
08:42:03 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
08:42:03 #16 DONE 4.1s
08:42:03 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
08:42:04 Creating network "cliendtoendsuite_default" with the default driver
08:42:04 Pulling registry (registry:2)...
08:42:04 2: Pulling from library/registry
08:42:06 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
08:42:06 Status: Downloaded newer image for registry:2
08:42:06 Pulling engine (docker:stable-dind)...
08:42:06 stable-dind: Pulling from library/docker
08:42:12 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4
08:42:12 Status: Downloaded newer image for docker:stable-dind
08:42:12 Building notary-server
08:42:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:42:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:42:12 server-0.5.0: Pulling from library/notary
08:42:17 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
08:42:17 Status: Downloaded newer image for notary:server-0.5.0
08:42:17  ---> 16b632e954ca
08:42:17 Step 3/3 : COPY ./notary/ /fixtures/
08:42:18  ---> 7303214c9ded
08:42:18 Successfully built 7303214c9ded
08:42:18 Successfully tagged cliendtoendsuite_notary-server:latest
08:42:18 Building evil-notary-server
08:42:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:42:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:42:19  ---> 16b632e954ca
08:42:19 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:42:19  ---> a295b5cbf299
08:42:19 Successfully built a295b5cbf299
08:42:19 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:42:19 Creating cliendtoendsuite_engine_1 ... 
08:42:19 Creating cliendtoendsuite_registry_1 ... 
08:42:19 Creating cliendtoendsuite_notary-server_1 ... 
08:42:19 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:42:24 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
08:42:24 Client:
08:42:24  Version:           19.03.0-dev
08:42:24  API version:       1.40
08:42:24  Go version:        go1.12.12
08:42:24  Git commit:        
08:42:24  Built:             Tue Dec 10 08:39:46 2019
08:42:24  OS/Arch:           linux/amd64
08:42:24  Experimental:      false
08:42:24 
08:42:24 Server: Docker Engine - Community
08:42:24  Engine:
08:42:24   Version:          19.03.5
08:42:24   API version:      1.40 (minimum version 1.12)
08:42:24   Go version:       go1.12.12
08:42:24   Git commit:       633a0ea838
08:42:24   Built:            Wed Nov 13 07:28:45 2019
08:42:24   OS/Arch:          linux/amd64
08:42:24   Experimental:     false
08:42:24  containerd:
08:42:24   Version:          v1.2.10
08:42:24   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
08:42:24  runc:
08:42:24   Version:          1.0.0-rc8+dev
08:42:24   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
08:42:24  docker-init:
08:42:24   Version:          0.18.0
08:42:24   GitCommit:        fec3683
08:42:24 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:42:24 88286f41530e: Pulling fs layer
08:42:24 88286f41530e: Download complete
08:42:25 88286f41530e: Pull complete
08:42:25 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:42:25 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:42:25 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:42:25 The push refers to repository [registry:5000/alpine]
08:42:25 5bef08742407: Preparing
08:42:25 5bef08742407: Pushed
08:42:25 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:42:25 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:42:25 03b1be98f3f9: Pulling fs layer
08:42:26 03b1be98f3f9: Verifying Checksum
08:42:26 03b1be98f3f9: Download complete
08:42:26 03b1be98f3f9: Pull complete
08:42:26 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:42:26 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:42:26 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:42:26 The push refers to repository [registry:5000/busybox]
08:42:26 6a749002dd6a: Preparing
08:42:26 6a749002dd6a: Pushed
08:42:26 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:42:27 Swarm initialized: current node (p4ua11xls5xw3m1diau5yslk8) is now a manager.
08:42:27 
08:42:27 To add a worker to this swarm, run the following command:
08:42:27 
08:42:27     docker swarm join --token SWMTKN-1-1t0uami2559zljypen2j3pg6o429xjsh9saa13flruy230xb9h-ejydr40hf6ybjd5dsgac2zeo0 172.18.0.3:2377
08:42:27 
08:42:27 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:42:27 
08:42:59 ✓  e2e/cli-plugins (2.773s)
08:42:59 ∅  e2e/cli-plugins/plugins/badmeta
08:42:59 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:42:59 ✓  e2e/context (73ms)
08:43:01 ✓  e2e/container (8.039s)
08:43:06 ✓  e2e/plugin (3.662s)
08:43:07 ✓  e2e/stack (624ms)
08:43:07 ✓  e2e/system (62ms)
08:43:07 ✓  e2e/image (11.709s)
08:43:07 ∅  e2e/internal/fixtures
08:43:07 ∅  e2e/plugin/basic
08:43:10 ✓  e2e/trust (2.16s)
08:43:10 
08:43:10 === Skipped
08:43:10 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:43:10     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:43:10 
08:43:10 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
08:43:10     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
08:43:10 
08:43:10 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:43:10     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:43:10         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:43:10 
08:43:10 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:43:10     --- SKIP: TestRemove/Kubernetes (0.00s)
08:43:10         remove_test.go:22: !environment.KubernetesEnabled()
08:43:10 
08:43:10 
08:43:10 DONE 88 tests, 4 skipped in 43.416s
08:43:11 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:43:11 Stopping cliendtoendsuite_engine_1             ... 
08:43:11 Stopping cliendtoendsuite_notary-server_1      ... 
08:43:11 Stopping cliendtoendsuite_registry_1           ... 
08:43:12 
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_evil-notary-server_1 ... 
08:43:12 Removing cliendtoendsuite_engine_1             ... 
08:43:12 Removing cliendtoendsuite_notary-server_1      ... 
08:43:12 Removing cliendtoendsuite_registry_1           ... 
08:43:12 
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
08:43:12 Removing image cliendtoendsuite_notary-server
08:43:12 Removing image cliendtoendsuite_evil-notary-server
08:43:13 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
08:43:14 Creating network "cliendtoendsuite_default" with the default driver
08:43:14 Building notary-server
08:43:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:43:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:43:14  ---> 16b632e954ca
08:43:14 Step 3/3 : COPY ./notary/ /fixtures/
08:43:15  ---> b165c325e5a3
08:43:15 Successfully built b165c325e5a3
08:43:15 Successfully tagged cliendtoendsuite_notary-server:latest
08:43:15 Building evil-notary-server
08:43:15 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:43:15 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:43:15  ---> 16b632e954ca
08:43:15 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:43:15  ---> f129cd9e8d28
08:43:15 Successfully built f129cd9e8d28
08:43:15 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:43:15 Creating cliendtoendsuite_notary-server_1 ... 
08:43:15 Creating cliendtoendsuite_engine_1        ... 
08:43:15 Creating cliendtoendsuite_registry_1      ... 
08:43:15 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:43:20 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_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.19.0.2:2375
08:43:20 Client:
08:43:20  Version:           19.03.0-dev
08:43:20  API version:       1.40
08:43:20  Go version:        go1.12.12
08:43:20  Git commit:        
08:43:20  Built:             Tue Dec 10 08:39:46 2019
08:43:20  OS/Arch:           linux/amd64
08:43:20  Experimental:      false
08:43:20 
08:43:20 Server: Docker Engine - Community
08:43:20  Engine:
08:43:20   Version:          19.03.5
08:43:20   API version:      1.40 (minimum version 1.12)
08:43:20   Go version:       go1.12.12
08:43:20   Git commit:       633a0ea838
08:43:20   Built:            Wed Nov 13 07:28:45 2019
08:43:20   OS/Arch:          linux/amd64
08:43:20   Experimental:     true
08:43:20  containerd:
08:43:20   Version:          v1.2.10
08:43:20   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
08:43:20  runc:
08:43:20   Version:          1.0.0-rc8+dev
08:43:20   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
08:43:20  docker-init:
08:43:20   Version:          0.18.0
08:43:20   GitCommit:        fec3683
08:43:20 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:43:20 88286f41530e: Pulling fs layer
08:43:21 88286f41530e: Verifying Checksum
08:43:21 88286f41530e: Download complete
08:43:21 88286f41530e: Pull complete
08:43:21 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:43:21 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:43:21 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:43:21 The push refers to repository [registry:5000/alpine]
08:43:21 5bef08742407: Preparing
08:43:21 5bef08742407: Pushed
08:43:21 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:43:21 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:43:22 03b1be98f3f9: Pulling fs layer
08:43:22 03b1be98f3f9: Verifying Checksum
08:43:22 03b1be98f3f9: Download complete
08:43:22 03b1be98f3f9: Pull complete
08:43:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:43:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:43:22 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:43:22 The push refers to repository [registry:5000/busybox]
08:43:22 6a749002dd6a: Preparing
08:43:22 6a749002dd6a: Pushed
08:43:22 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:43:23 Swarm initialized: current node (m1148d0jtprom0fui95knzfpr) is now a manager.
08:43:23 
08:43:23 To add a worker to this swarm, run the following command:
08:43:23 
08:43:23     docker swarm join --token SWMTKN-1-3mrqjoi1k6lk7599hbqr3hq6kli8adhpgboduowv8gpm4upgkv-8dgx2q8qfrkiwsdfkriqiz5xm 172.19.0.2:2377
08:43:23 
08:43:23 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:43:23 
08:43:49 ✓  e2e/cli-plugins (2.827s)
08:43:49 ∅  e2e/cli-plugins/plugins/badmeta
08:43:49 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:43:49 ✓  e2e/context (45ms)
08:43:54 ✓  e2e/container (7.661s)
08:43:59 ✓  e2e/plugin (3.364s)
08:44:00 ✓  e2e/stack (642ms)
08:44:01 ✓  e2e/system (78ms)
08:44:05 ✓  e2e/image (14.282s)
08:44:05 ∅  e2e/internal/fixtures
08:44:05 ∅  e2e/plugin/basic
08:44:05 ✓  e2e/trust (3.409s)
08:44:05 
08:44:05 === Skipped
08:44:05 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:44:05     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:44:05 
08:44:05 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:44:05     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:44:05         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:44:05 
08:44:05 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:44:05     --- SKIP: TestRemove/Kubernetes (0.00s)
08:44:05         remove_test.go:22: !environment.KubernetesEnabled()
08:44:05 
08:44:05 
08:44:05 DONE 88 tests, 3 skipped in 42.088s
08:44:05 Stopping cliendtoendsuite_registry_1           ... 
08:44:05 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:44:05 Stopping cliendtoendsuite_engine_1             ... 
08:44:05 Stopping cliendtoendsuite_notary-server_1      ... 
08:44:08 
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_registry_1           ... 
08:44:08 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:44:08 Removing cliendtoendsuite_engine_1             ... 
08:44:08 Removing cliendtoendsuite_notary-server_1      ... 
08:44:08 
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
08:44:08 Removing image cliendtoendsuite_notary-server
08:44:08 Removing image cliendtoendsuite_evil-notary-server
08:44:08 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.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
08:44:09 Creating network "cliendtoendsuite_default" with the default driver
08:44:09 Building engine
08:44:09 Step 1/6 : FROM docker:test-dind
08:44:09 test-dind: Pulling from library/docker
08:44:09 Digest: sha256:59a346f8cdba3dda88cf1d7dd153be7d4df1b7b5f53f39a451006617caddd5e4
08:44:09 Status: Downloaded newer image for docker:test-dind
08:44:09  ---> a4b37e66ffc7
08:44:09 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
08:44:10  ---> Running in 6899df292268
08:44:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
08:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
08:44:12 (1/5) Installing openssh-keygen (8.1_p1-r0)
08:44:12 (2/5) Installing openssh-server-common (8.1_p1-r0)
08:44:12 (3/5) Installing openssh-server (8.1_p1-r0)
08:44:12 (4/5) Installing linux-pam (1.3.0-r1)
08:44:12 (5/5) Installing shadow (4.6-r2)
08:44:12 Executing busybox-1.30.1-r2.trigger
08:44:12 OK: 24 MiB in 45 packages
08:44:12 Creating mailbox file: No such file or directory
08:44:12 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
08:44:12 Removing intermediate container 6899df292268
08:44:12  ---> 62cee3e40bc3
08:44:12 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
08:44:12  ---> Running in 5451a33ae455
08:44:14 Removing intermediate container 5451a33ae455
08:44:14  ---> 6f7e0cf7111c
08:44:14 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
08:44:14  ---> c60a912dd09c
08:44:14 Step 5/6 : EXPOSE 22
08:44:14  ---> Running in 4967b2df5147
08:44:14 Removing intermediate container 4967b2df5147
08:44:14  ---> 78e6bd5524f1
08:44:14 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
08:44:14  ---> Running in 2a81eaa50260
08:44:14 Removing intermediate container 2a81eaa50260
08:44:14  ---> a72e2868d71e
08:44:14 Successfully built a72e2868d71e
08:44:14 Successfully tagged docker:stable-dind
08:44:14 Building evil-notary-server
08:44:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:44:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:44:14  ---> 16b632e954ca
08:44:14 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:44:14  ---> 1ae620cfdc34
08:44:14 Successfully built 1ae620cfdc34
08:44:14 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:44:14 Building notary-server
08:44:15 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:44:15 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:44:15  ---> 16b632e954ca
08:44:15 Step 3/3 : COPY ./notary/ /fixtures/
08:44:15  ---> fe38b1a35450
08:44:15 Successfully built fe38b1a35450
08:44:15 Successfully tagged cliendtoendsuite_notary-server:latest
08:44:15 Creating cliendtoendsuite_registry_1 ... 
08:44:15 Creating cliendtoendsuite_engine_1   ... 
08:44:15 Creating cliendtoendsuite_notary-server_1 ... 
08:44:15 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:44:20 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_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.5
08:44:20 Client:
08:44:20  Version:           19.03.0-dev
08:44:20  API version:       1.40
08:44:20  Go version:        go1.12.12
08:44:20  Git commit:        
08:44:20  Built:             Tue Dec 10 08:39:46 2019
08:44:20  OS/Arch:           linux/amd64
08:44:20  Experimental:      false
08:44:20 
08:44:20 Server: Docker Engine - Community
08:44:20  Engine:
08:44:20   Version:          19.03.5
08:44:20   API version:      1.40 (minimum version 1.12)
08:44:20   Go version:       go1.12.12
08:44:20   Git commit:       633a0ea838
08:44:20   Built:            Wed Nov 13 07:28:45 2019
08:44:20   OS/Arch:          linux/amd64
08:44:20   Experimental:     true
08:44:20  containerd:
08:44:20   Version:          v1.2.10
08:44:20   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
08:44:20  runc:
08:44:20   Version:          1.0.0-rc8+dev
08:44:20   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
08:44:20  docker-init:
08:44:20   Version:          0.18.0
08:44:20   GitCommit:        fec3683
08:44:21 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:44:21 88286f41530e: Pulling fs layer
08:44:21 88286f41530e: Download complete
08:44:21 88286f41530e: Pull complete
08:44:21 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:44:21 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:44:21 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:44:21 The push refers to repository [registry:5000/alpine]
08:44:21 5bef08742407: Preparing
08:44:22 5bef08742407: Pushed
08:44:22 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:44:22 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:44:22 03b1be98f3f9: Pulling fs layer
08:44:22 03b1be98f3f9: Verifying Checksum
08:44:22 03b1be98f3f9: Download complete
08:44:22 03b1be98f3f9: Pull complete
08:44:22 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:44:22 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:44:22 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:44:23 The push refers to repository [registry:5000/busybox]
08:44:23 6a749002dd6a: Preparing
08:44:23 6a749002dd6a: Pushed
08:44:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:44:24 Swarm initialized: current node (aei6a17jdgj3j13mefnlmnteh) is now a manager.
08:44:24 
08:44:24 To add a worker to this swarm, run the following command:
08:44:24 
08:44:24     docker swarm join --token SWMTKN-1-1a6pwusan4xrboqbntvqgjk1pw6zew2b1o99zwvryfdl5fg5oy-97xrrrp7mozbpq0ba81pyxw70 172.20.0.5:2377
08:44:24 
08:44:24 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:44:24 
08:45:03 ✓  e2e/cli-plugins (13.89s)
08:45:03 ∅  e2e/cli-plugins/plugins/badmeta
08:45:03 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:45:03 ✓  e2e/context (31ms)
08:45:07 ✓  e2e/container (18.962s)
08:45:12 ✓  e2e/plugin (4.754s)
08:45:15 ✓  e2e/stack (2.306s)
08:45:15 ✓  e2e/system (256ms)
08:45:24 ✓  e2e/trust (6.719s)
08:45:27 ✓  e2e/image (25.742s)
08:45:27 ∅  e2e/internal/fixtures
08:45:27 ∅  e2e/plugin/basic
08:45:27 
08:45:27 === Skipped
08:45:27 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:45:27     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:45:27 
08:45:27 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:45:27     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:45:27         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:45:27 
08:45:27 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:45:27     --- SKIP: TestRemove/Kubernetes (0.00s)
08:45:27         remove_test.go:22: !environment.KubernetesEnabled()
08:45:27 
08:45:27 
08:45:27 DONE 88 tests, 3 skipped in 63.356s
08:45:28 Stopping cliendtoendsuite_engine_1             ... 
08:45:28 Stopping cliendtoendsuite_notary-server_1      ... 
08:45:28 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:45:28 Stopping cliendtoendsuite_registry_1           ... 
08:45:30 
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             ... 
08:45:30 Removing cliendtoendsuite_notary-server_1      ... 
08:45:30 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:45:30 Removing cliendtoendsuite_registry_1           ... 
08:45:30 
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
08:45:30 Removing image cliendtoendsuite_notary-server
08:45:30 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