Skip to content
Success

Console Output

Pull request #2076 updated
08:03:10 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from fd8197b4d7e2cff7ec35c068114c8a5400742bd0+016a3232168d01923cbc6c47d6f05d008e1c7edf (33757abc2f786f2754c704fdf2b48c7b89d56a77)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
 > 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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘arm32v7-ubuntu-47’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘linux&&x86_64’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-01’ doesn’t have label ‘linux&&x86_64’; ‘arm64v8-ubuntu-02’ doesn’t have label ‘linux&&x86_64’; ‘azwin-2-cdca60’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘linux&&x86_64’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-13’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-14’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-15’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-16’ doesn’t have label ‘linux&&x86_64’; ‘s390x-ubuntu-29’ doesn’t have label ‘linux&&x86_64’; ‘ubuntu-1804-overlay2 (i-0feb583d458c82f24)’ is offline
Running on ubuntu-1804-overlay2 (i-08803f65fe5017f73) in /home/ubuntu/workspace/cli_PR-2076
[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-2076@tmp/757cd10b-b352-4739-a6f4-54137a61f9f5/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:04:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:04:20 chowning workspace
[Pipeline] sh
08:04:21 + uname -m
[Pipeline] sh
08:04:21 + pwd
08:04:21 + id -u
08:04:21 + id -g
08:04:21 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2076:/workspace busybox chown -R 1000:1000 /workspace
08:04:21 Unable to find image 'busybox:latest' locally
08:04:21 latest: Pulling from library/busybox
08:04:21 7c9d20b9b6cd: Pulling fs layer
08:04:21 7c9d20b9b6cd: Verifying Checksum
08:04:21 7c9d20b9b6cd: Download complete
08:04:22 7c9d20b9b6cd: Pull complete
08:04:22 Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
08:04:22 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
08:04:28 Removing all docker containers
[Pipeline] sh
08:04:28 + docker container ls -aq
[Pipeline] echo
08:04:28 Docker containers have been removed
[Pipeline] echo
08:04:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:04:28 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
08:04:28 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
08:04:28 Using the ‘stage’ step without a block argument is deprecated
08:04:28 Entering stage Git Checkout
08:04:28 Proceeding
[Pipeline] checkout
08:04:30 using credential docker-jenkins-github-credentials
08:04:30 Cloning the remote Git repository
08:04:30 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2076 # 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/2076/head:refs/remotes/origin/PR-2076 +refs/heads/master:refs/remotes/origin/master
08:04:36 Fetching without tags
08:04:36 Merging remotes/origin/master commit 016a3232168d01923cbc6c47d6f05d008e1c7edf into PR head commit fd8197b4d7e2cff7ec35c068114c8a5400742bd0
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2076/head:refs/remotes/origin/PR-2076 # 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/2076/head:refs/remotes/origin/PR-2076 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd8197b4d7e2cff7ec35c068114c8a5400742bd0
08:04:37 Merge succeeded, producing 7948fb00bc6eee3814172fc728e890315cce3a6d
08:04:37 Checking out Revision 7948fb00bc6eee3814172fc728e890315cce3a6d (PR-2076)
 > git merge 016a3232168d01923cbc6c47d6f05d008e1c7edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7948fb00bc6eee3814172fc728e890315cce3a6d
08:04:38 Commit message: "Merge commit '016a3232168d01923cbc6c47d6f05d008e1c7edf' into HEAD"
08:04:38 First time build. Skipping changelog.
[Pipeline] stage
08:04:39 Using the ‘stage’ step without a block argument is deprecated
08:04:39 Entering stage Run end-to-end test suite
08:04:39 Proceeding
[Pipeline] sh
 > git rev-list --no-walk c4ff14601558762d11f3752fc50932ae9fed5c7b # timeout=10
08:04:39 + docker version
08:04:39 Client: Docker Engine - Community
08:04:39  Version:           19.03.1
08:04:39  API version:       1.40
08:04:39  Go version:        go1.12.5
08:04:39  Git commit:        74b1e89
08:04:39  Built:             Thu Jul 25 21:21:05 2019
08:04:39  OS/Arch:           linux/amd64
08:04:39  Experimental:      false
08:04:39 
08:04:39 Server: Docker Engine - Community
08:04:39  Engine:
08:04:39   Version:          19.03.1
08:04:39   API version:      1.40 (minimum version 1.12)
08:04:39   Go version:       go1.12.5
08:04:39   Git commit:       74b1e89
08:04:39   Built:            Thu Jul 25 21:19:41 2019
08:04:39   OS/Arch:          linux/amd64
08:04:39   Experimental:     true
08:04:39  containerd:
08:04:39   Version:          1.2.6
08:04:39   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:04:39  runc:
08:04:39   Version:          1.0.0-rc8
08:04:39   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:04:39  docker-init:
08:04:39   Version:          0.18.0
08:04:39   GitCommit:        fec3683
[Pipeline] sh
08:04:39 + docker info
08:04:49 Client:
08:04:49  Debug Mode: false
08:04:49 
08:04:49 Server:
08:04:49  Containers: 0
08:04:49   Running: 0
08:04:49   Paused: 0
08:04:49   Stopped: 0
08:04:49  Images: 1
08:04:49  Server Version: 19.03.1
08:04:49  Storage Driver: overlay2
08:04:49   Backing Filesystem: extfs
08:04:49   Supports d_type: true
08:04:49   Native Overlay Diff: true
08:04:49  Logging Driver: json-file
08:04:49  Cgroup Driver: cgroupfs
08:04:49  Plugins:
08:04:49   Volume: local
08:04:49   Network: bridge host ipvlan macvlan null overlay
08:04:49   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
08:04:49  Swarm: inactive
08:04:49  Runtimes: runc
08:04:49  Default Runtime: runc
08:04:49  Init Binary: docker-init
08:04:49  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:04:49  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
08:04:49  init version: fec3683
08:04:49  Security Options:
08:04:49   apparmor
08:04:49   seccomp
08:04:49    Profile: default
08:04:49  Kernel Version: 4.15.0-1045-aws
08:04:49  Operating System: Ubuntu 18.04.3 LTS
08:04:49  OSType: linux
08:04:49  Architecture: x86_64
08:04:49  CPUs: 2
08:04:49  Total Memory: 7.501GiB
08:04:49  Name: ip-10-100-61-213
08:04:49  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
08:04:49  Docker Root Dir: /var/lib/docker
08:04:49  Debug Mode: false
08:04:49  Username: dockerbuildbot
08:04:49  Registry: https://index.docker.io/v1/
08:04:49  Labels:
08:04:49  Experimental: true
08:04:49  Insecure Registries:
08:04:49   127.0.0.0/8
08:04:49  Live Restore Enabled: true
08:04:49 
08:04:49 WARNING: No swap limit support
[Pipeline] sh
08:04:50 + E2E_UNIQUE_ID=clie2e5 IMAGE_TAG=clie2e5 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
08:04:50 docker build -t docker-cli-e2eclie2e5 --build-arg=GOPROXY --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
08:04:50 #2 [internal] load .dockerignore
08:04:50 #2 transferring context: 100B done
08:04:50 #2 DONE 0.1s
08:04:50 
08:04:50 #1 [internal] load build definition from Dockerfile.e2e
08:04:50 #1 transferring dockerfile: 1.59kB done
08:04:50 #1 DONE 0.1s
08:04:50 
08:04:50 #3 [internal] load metadata for docker.io/library/golang:1.12.9
08:04:50 #3 DONE 0.5s
08:04:50 
08:04:50 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
08:04:50 #4 resolve docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e done
08:04:50 #4 sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e 2.16kB / 2.16kB done
08:04:50 #4 sha256:4e30d0c3a58c9e2a493fb567fdc8d2cf6181d900b0edc369eab87c2cbc6272ad 1.79kB / 1.79kB done
08:04:50 #4 sha256:80bb9c6de3f283616ab9308cc700ad96354dbafb980c5642111b1f149f2a2a63 5.46kB / 5.46kB done
08:04:50 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 0B / 50.38MB 0.1s
08:04:50 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 16.94kB / 7.80MB 0.1s
08:04:50 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0B / 9.98MB 0.1s
08:04:50 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 6.70MB / 50.38MB 0.3s
08:04:50 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 6.88MB / 7.80MB 0.3s
08:04:51 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 13.02MB / 50.38MB 0.6s
08:04:51 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.3s done
08:04:51 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.6s
08:04:51 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0B / 51.77MB 0.6s
08:04:51 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 19.69MB / 50.38MB 0.8s
08:04:51 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.7s done
08:04:51 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 18.16MB / 51.77MB 0.8s
08:04:51 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 0B / 68.48MB 0.8s
08:04:51 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 23.48MB / 50.38MB 0.9s
08:04:51 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 23.94MB / 51.77MB 0.9s
08:04:51 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 5.00MB / 68.48MB 0.9s
08:04:51 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 26.01MB / 50.38MB 1.0s
08:04:51 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 28.31MB / 51.77MB 1.0s
08:04:51 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 10.66MB / 68.48MB 1.0s
08:04:52 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 30.72MB / 50.38MB 1.1s
08:04:52 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 33.79MB / 51.77MB 1.1s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 14.29MB / 68.48MB 1.1s
08:04:52 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 33.51MB / 50.38MB 1.2s
08:04:52 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 41.97MB / 50.38MB 1.4s
08:04:52 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 41.24MB / 51.77MB 1.4s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 19.35MB / 68.48MB 1.4s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 23.10MB / 68.48MB 1.5s
08:04:52 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 1.7s
08:04:52 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 1.7s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 30.12MB / 68.48MB 1.7s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 36.16MB / 68.48MB 1.7s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 45.76MB / 68.48MB 1.9s
08:04:52 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 50.01MB / 68.48MB 2.0s
08:04:53 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9
08:04:53 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 2.0s done
08:04:53 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 2.1s done
08:04:53 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 60.28MB / 68.48MB 2.3s
08:04:53 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 4.84MB / 127.97MB 2.3s
08:04:53 #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 0B / 125B 2.3s
08:04:53 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 2.4s
08:04:53 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 13.54MB / 127.97MB 2.4s
08:04:53 #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 2.4s done
08:04:53 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 2.6s done
08:04:53 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 20.58MB / 127.97MB 2.7s
08:04:53 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 29.82MB / 127.97MB 2.9s
08:04:53 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 40.77MB / 127.97MB 3.1s
08:04:54 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 49.58MB / 127.97MB 3.3s
08:04:54 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 57.33MB / 127.97MB 3.5s
08:04:54 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 68.13MB / 127.97MB 3.7s
08:04:54 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 79.53MB / 127.97MB 4.0s
08:04:54 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 86.72MB / 127.97MB 4.1s
08:04:55 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 95.77MB / 127.97MB 4.3s
08:04:55 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 107.63MB / 127.97MB 4.4s
08:04:55 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 125.28MB / 127.97MB 4.8s
08:04:56 #4 ...
08:04:56 
08:04:56 #10 [internal] load build context
08:04:56 #10 transferring context: 42.29MB 4.9s done
08:04:56 #10 DONE 5.4s
08:04:56 
08:04:56 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
08:04:56 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 5.4s done
08:04:58 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 5.1s
08:04:58 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 5.2s done
08:04:58 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893
08:04:59 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0.6s done
08:04:59 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260
08:05:00 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0.5s done
08:05:00 #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0.1s
08:05:02 #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 2.8s done
08:05:03 #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3
08:05:07 #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 4.2s done
08:05:07 #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0.1s
08:05:13 #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 5.2s
08:05:16 #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 8.1s done
08:05:16 #4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 done
08:05:16 #4 DONE 25.7s
08:05:16 
08:05:16 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
08:05:17 #5 1.145 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
08:05:17 #5 1.145 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
08:05:17 #5 1.158 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
08:05:17 #5 1.316 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [82.1 kB]
08:05:17 #5 1.430 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
08:05:18 #5 1.626 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
08:05:20 #5 3.580 Fetched 8191 kB in 3s (3049 kB/s)
08:05:21 #5 3.580 Reading package lists...
08:05:22 #5 4.620 Reading package lists...
08:05:22 #5 5.592 Building dependency tree...
08:05:22 #5 5.696 Reading state information...
08:05:22 #5 5.804 curl is already the newest version (7.64.0-4).
08:05:22 #5 5.804 openssh-client is already the newest version (1:7.9p1-10).
08:05:22 #5 5.804 openssl is already the newest version (1.1.1c-1).
08:05:22 #5 5.804 openssl set to manually installed.
08:05:22 #5 5.804 The following additional packages will be installed:
08:05:22 #5 5.805   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
08:05:22 #5 5.805   libalgorithm-merge-perl libbz2-1.0 libfakeroot patch xz-utils
08:05:22 #5 5.806 Suggested packages:
08:05:22 #5 5.806   bzip2-doc debian-keyring ed diffutils-doc
08:05:22 #5 5.896 The following NEW packages will be installed:
08:05:22 #5 5.897   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
08:05:22 #5 5.899   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
08:05:22 #5 5.899 The following packages will be upgraded:
08:05:22 #5 5.900   libbz2-1.0
08:05:22 #5 6.169 1 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
08:05:22 #5 6.169 Need to get 2388 kB of archives.
08:05:22 #5 6.169 After this operation, 3601 kB of additional disk space will be used.
08:05:22 #5 6.169 Get:1 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB]
08:05:22 #5 6.174 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
08:05:22 #5 6.176 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
08:05:22 #5 6.181 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
08:05:22 #5 6.187 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
08:05:22 #5 6.222 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
08:05:22 #5 6.223 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
08:05:22 #5 6.225 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
08:05:22 #5 6.227 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
08:05:22 #5 6.228 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
08:05:22 #5 6.232 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
08:05:22 #5 6.440 debconf: delaying package configuration, since apt-utils is not installed
08:05:22 #5 6.471 Fetched 2388 kB in 0s (7499 kB/s)
08:05:22 #5 6.502 (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:05:22 #5 6.510 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ...
08:05:22 #5 6.531 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ...
08:05:23 #5 6.598 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ...
08:05:23 #5 6.653 Selecting previously unselected package bzip2.
08:05:23 #5 6.653 (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:05:23 #5 6.663 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
08:05:23 #5 6.670 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
08:05:23 #5 6.715 Selecting previously unselected package xz-utils.
08:05:24 #5 6.717 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
08:05:24 #5 6.723 Unpacking xz-utils (5.2.4-1) ...
08:05:24 #5 6.775 Selecting previously unselected package patch.
08:05:24 #5 6.777 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
08:05:24 #5 6.782 Unpacking patch (2.7.6-3+deb10u1) ...
08:05:24 #5 7.408 Selecting previously unselected package dpkg-dev.
08:05:24 #5 7.408 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
08:05:24 #5 7.412 Unpacking dpkg-dev (1.19.7) ...
08:05:24 #5 7.886 Selecting previously unselected package build-essential.
08:05:24 #5 7.886 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
08:05:24 #5 7.909 Unpacking build-essential (12.6) ...
08:05:24 #5 8.032 Selecting previously unselected package libfakeroot:amd64.
08:05:24 #5 8.032 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
08:05:24 #5 8.043 Unpacking libfakeroot:amd64 (1.23-1) ...
08:05:24 #5 8.339 Selecting previously unselected package fakeroot.
08:05:24 #5 8.339 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
08:05:24 #5 8.355 Unpacking fakeroot (1.23-1) ...
08:05:25 #5 8.634 Selecting previously unselected package libalgorithm-diff-perl.
08:05:25 #5 8.636 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
08:05:25 #5 8.662 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
08:05:25 #5 8.888 Selecting previously unselected package libalgorithm-diff-xs-perl.
08:05:25 #5 8.888 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
08:05:25 #5 8.935 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:05:26 #5 9.379 Selecting previously unselected package libalgorithm-merge-perl.
08:05:26 #5 9.379 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
08:05:26 #5 9.390 Unpacking libalgorithm-merge-perl (0.08-3) ...
08:05:26 #5 9.510 Setting up libalgorithm-diff-perl (1.19.03-2) ...
08:05:26 #5 9.553 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
08:05:26 #5 9.625 Setting up libfakeroot:amd64 (1.23-1) ...
08:05:26 #5 9.682 Setting up fakeroot (1.23-1) ...
08:05:26 #5 9.725 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
08:05:26 #5 9.786 Setting up xz-utils (5.2.4-1) ...
08:05:26 #5 9.819 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
08:05:26 #5 9.833 Setting up patch (2.7.6-3+deb10u1) ...
08:05:26 #5 9.881 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
08:05:26 #5 9.893 Setting up libalgorithm-merge-perl (0.08-3) ...
08:05:26 #5 9.904 Setting up dpkg-dev (1.19.7) ...
08:05:26 #5 9.923 Setting up build-essential (12.6) ...
08:05:26 #5 9.935 Processing triggers for libc-bin (2.28-10) ...
08:05:26 #5 DONE 10.3s
08:05:26 
08:05:26 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
08:05:27 #6 0.817   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
08:05:27 #6 0.817                                  Dload  Upload   Total   Spent    Left  Speed
08:05:27 #6 0.817 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6855      0 --:--:-- --:--:-- --:--:--  6855
08:05:27 #6 1.027 
100 10.3M  100 10.3M    0     0  49.3M      0 --:--:-- --:--:-- --:--:-- 49.3M
08:05:27 #6 DONE 1.2s
08:05:27 
08:05:27 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
08:05:29 #7 DONE 1.4s
08:05:29 
08:05:29 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
08:05:30 #8 DONE 1.3s
08:05:30 
08:05:30 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
08:05:30 #9 DONE 0.1s
08:05:30 
08:05:30 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
08:05:30 #11 DONE 0.1s
08:05:30 
08:05:30 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
08:05:31 #12 0.763 Updating certificates in /etc/ssl/certs...
08:05:32 #12 1.516 1 added, 0 removed; done.
08:05:32 #12 1.516 Running hooks in /etc/ca-certificates/update.d...
08:05:32 #12 1.518 done.
08:05:32 #12 DONE 1.6s
08:05:32 
08:05:32 #13 [9/11] COPY . .
08:05:33 #13 DONE 1.0s
08:05:33 
08:05:33 #14 [10/11] RUN ./scripts/build/binary
08:05:34 #14 0.759 Building statically linked build/docker-linux-amd64
08:06:55 #14 DONE 70.3s
08:06:55 
08:06:55 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
08:06:55 #15 0.660 Building statically linked build/plugins-linux-amd64/docker-helloworld
08:06:55 #15 2.504 Building statically linked build/plugins-linux-amd64/docker-badmeta
08:06:55 #15 4.173 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
08:06:55 #15 DONE 6.3s
08:06:55 
08:06:55 #16 exporting to image
08:06:55 #16 exporting layers
08:06:55 #16 exporting layers 2.1s done
08:06:55 #16 writing image sha256:8254180c3d3d5e2d5df464a5e687a71dcfe737f9148fb5a874daaf752719fc74 done
08:06:55 #16 naming to docker.io/library/docker-cli-e2eclie2e5 done
08:06:55 #16 DONE 2.1s
08:06:55 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-e2eclie2e5
08:06:55 Creating network "cliendtoendsuite_default" with the default driver
08:06:55 Pulling registry (registry:2)...
08:06:58 2: Pulling from library/registry
08:06:59 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
08:06:59 Status: Downloaded newer image for registry:2
08:06:59 Pulling engine (docker:stable-dind)...
08:06:59 stable-dind: Pulling from library/docker
08:07:03 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
08:07:03 Status: Downloaded newer image for docker:stable-dind
08:07:03 Building notary-server
08:07:03 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:07:03 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:07:03 server-0.5.0: Pulling from library/notary
08:07:04 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
08:07:04 Status: Downloaded newer image for notary:server-0.5.0
08:07:04  ---> 16b632e954ca
08:07:04 Step 3/3 : COPY ./notary/ /fixtures/
08:07:05  ---> 7610e58d757f
08:07:05 Successfully built 7610e58d757f
08:07:05 Successfully tagged cliendtoendsuite_notary-server:latest
08:07:05 Building evil-notary-server
08:07:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:07:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:07:05  ---> 16b632e954ca
08:07:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:07:05  ---> 4205d8820edd
08:07:05 Successfully built 4205d8820edd
08:07:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:07:05 Creating cliendtoendsuite_engine_1 ... 
08:07:05 Creating cliendtoendsuite_registry_1 ... 
08:07:05 Creating cliendtoendsuite_notary-server_1 ... 
08:07:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:07:09 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
08:07:53 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:07:53 Removing cliendtoendsuite_engine_1             ... 
08:07:53 Removing cliendtoendsuite_registry_1           ... 
08:07:53 
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:07:53 Removing image cliendtoendsuite_notary-server
08:07:53 Removing image cliendtoendsuite_evil-notary-server
08:07:53 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-e2eclie2e5
08:07:54 Creating network "cliendtoendsuite_default" with the default driver
08:07:54 Building evil-notary-server
08:07:54 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:07:54 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:07:54  ---> 16b632e954ca
08:07:54 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:07:55  ---> 3379ed85259c
08:07:55 Successfully built 3379ed85259c
08:07:55 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:07:55 Building notary-server
08:07:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:07:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:07:55  ---> 16b632e954ca
08:07:55 Step 3/3 : COPY ./notary/ /fixtures/
08:07:55  ---> fa3cef8aa278
08:07:55 Successfully built fa3cef8aa278
08:07:55 Successfully tagged cliendtoendsuite_notary-server:latest
08:07:55 Creating cliendtoendsuite_registry_1 ... 
08:07:55 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:07:55 Creating cliendtoendsuite_engine_1             ... 
08:07:55 Creating cliendtoendsuite_notary-server_1      ... 
08:08:01 
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 tcp://172.19.0.5:2375
08:08:01 Client:
08:08:01  Version:           19.09.0-dev
08:08:01  API version:       1.40
08:08:01  Go version:        go1.12.9
08:08:01  Git commit:        
08:08:01  Built:             Mon Sep  9 08:05:34 2019
08:08:01  OS/Arch:           linux/amd64
08:08:01  Experimental:      false
08:08:01 
08:08:01 Server: Docker Engine - Community
08:08:01  Engine:
08:08:01   Version:          19.03.2
08:08:01   API version:      1.40 (minimum version 1.12)
08:08:01   Go version:       go1.12.8
08:08:01   Git commit:       6a30dfca03
08:08:01   Built:            Thu Aug 29 05:32:56 2019
08:08:01   OS/Arch:          linux/amd64
08:08:01   Experimental:     true
08:08:01  containerd:
08:08:01   Version:          v1.2.6
08:08:01   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:08:01  runc:
08:08:01   Version:          1.0.0-rc8
08:08:01   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:08:01  docker-init:
08:08:01   Version:          0.18.0
08:08:01   GitCommit:        fec3683
08:08:01 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:08:01 88286f41530e: Pulling fs layer
08:08:01 88286f41530e: Download complete
08:08:01 88286f41530e: Pull complete
08:08:01 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:01 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:01 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:01 The push refers to repository [registry:5000/alpine]
08:08:01 5bef08742407: Preparing
08:08:01 5bef08742407: Pushed
08:08:02 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:08:02 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:08:02 03b1be98f3f9: Pulling fs layer
08:08:02 03b1be98f3f9: Download complete
08:08:02 03b1be98f3f9: Pull complete
08:08:02 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:02 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:02 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:02 The push refers to repository [registry:5000/busybox]
08:08:02 6a749002dd6a: Preparing
08:08:02 6a749002dd6a: Pushed
08:08:02 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:08:03 Swarm initialized: current node (k0sylmhk6ix2nj4c2hb15qc40) is now a manager.
08:08:03 
08:08:03 To add a worker to this swarm, run the following command:
08:08:03 
08:08:03     docker swarm join --token SWMTKN-1-02b57e5mxcyh7hg4yzgm6a7vvk24x6fbugpiobnit9uyt7hi7w-c9taq658n3uq4b9vs7vy6fnx3 172.19.0.5:2377
08:08:03 
08:08:03 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:08:03 
08:08:29 ✓  e2e/cli-plugins (2.512s)
08:08:29 ∅  e2e/cli-plugins/plugins/badmeta
08:08:29 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:08:29 ✓  e2e/context (61ms)
08:08:32 ✓  e2e/container (7.74s)
08:08:36 ✓  e2e/plugin (3.181s)
08:08:37 ✓  e2e/stack (612ms)
08:08:38 ✓  e2e/system (90ms)
08:08:41 ✓  e2e/image (14.143s)
08:08:41 ∅  e2e/internal/fixtures
08:08:41 ∅  e2e/plugin/basic
08:08:41 ✓  e2e/trust (3.175s)
08:08:42 
08:08:42 === Skipped
08:08:42 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:08:42     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:08:42 
08:08:42 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:08:42     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:08:42         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:08:42 
08:08:42 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:08:42     --- SKIP: TestRemove/Kubernetes (0.00s)
08:08:42         remove_test.go:22: !environment.KubernetesEnabled()
08:08:42 
08:08:42 
08:08:42 DONE 88 tests, 3 skipped in 38.810s
08:08:42 Stopping cliendtoendsuite_notary-server_1      ... 
08:08:42 Stopping cliendtoendsuite_engine_1             ... 
08:08:42 Stopping cliendtoendsuite_registry_1           ... 
08:08:42 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:08:44 
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_notary-server_1      ... 
08:08:44 Removing cliendtoendsuite_engine_1             ... 
08:08:44 Removing cliendtoendsuite_registry_1           ... 
08:08:44 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:08:44 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
08:08:44 Removing image cliendtoendsuite_notary-server
08:08:44 Removing image cliendtoendsuite_evil-notary-server
08:08:45 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-e2eclie2e5
08:08:46 Creating network "cliendtoendsuite_default" with the default driver
08:08:46 Building notary-server
08:08:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:08:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:08:46  ---> 16b632e954ca
08:08:46 Step 3/3 : COPY ./notary/ /fixtures/
08:08:46  ---> c0ae3e87aa03
08:08:46 Successfully built c0ae3e87aa03
08:08:46 Successfully tagged cliendtoendsuite_notary-server:latest
08:08:46 Building evil-notary-server
08:08:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
08:08:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
08:08:46  ---> 16b632e954ca
08:08:46 Step 3/3 : COPY ./notary-evil/ /fixtures/
08:08:46  ---> a237aa2c8131
08:08:46 Successfully built a237aa2c8131
08:08:46 Successfully tagged cliendtoendsuite_evil-notary-server:latest
08:08:46 Building engine
08:08:47 Step 1/6 : FROM docker:test-dind
08:08:47 test-dind: Pulling from library/docker
08:08:47 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
08:08:47 Status: Downloaded newer image for docker:test-dind
08:08:47  ---> 5768e15eefd1
08:08:47 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:08:47  ---> Running in 69a1681ac6bd
08:08:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
08:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
08:08:49 (1/5) Installing openssh-keygen (8.0_p1-r0)
08:08:49 (2/5) Installing openssh-server-common (8.0_p1-r0)
08:08:49 (3/5) Installing openssh-server (8.0_p1-r0)
08:08:49 (4/5) Installing linux-pam (1.3.0-r1)
08:08:49 (5/5) Installing shadow (4.6-r2)
08:08:49 Executing busybox-1.30.1-r2.trigger
08:08:49 OK: 24 MiB in 45 packages
08:08:49 Creating mailbox file: No such file or directory
08:08:49 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
08:08:50 Removing intermediate container 69a1681ac6bd
08:08:50  ---> ac23cf7217f8
08:08:50 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
08:08:50  ---> Running in 98d4c07443e9
08:08:51 Removing intermediate container 98d4c07443e9
08:08:51  ---> ffe02b31afeb
08:08:51 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
08:08:51  ---> c7ef866e33aa
08:08:51 Step 5/6 : EXPOSE 22
08:08:51  ---> Running in d15eb179853a
08:08:51 Removing intermediate container d15eb179853a
08:08:51  ---> d36535b12e30
08:08:51 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
08:08:51  ---> Running in 0313fe99088d
08:08:51 Removing intermediate container 0313fe99088d
08:08:51  ---> aad75edb17ee
08:08:51 Successfully built aad75edb17ee
08:08:51 Successfully tagged docker:stable-dind
08:08:51 Creating cliendtoendsuite_evil-notary-server_1 ... 
08:08:51 Creating cliendtoendsuite_notary-server_1      ... 
08:08:51 Creating cliendtoendsuite_registry_1           ... 
08:08:51 Creating cliendtoendsuite_engine_1             ... 
08:08:57 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
08:08:57 Client:
08:08:57  Version:           19.09.0-dev
08:08:57  API version:       1.40
08:08:57  Go version:        go1.12.9
08:08:57  Git commit:        
08:08:57  Built:             Mon Sep  9 08:05:34 2019
08:08:57  OS/Arch:           linux/amd64
08:08:57  Experimental:      false
08:08:57 
08:08:57 Server: Docker Engine - Community
08:08:57  Engine:
08:08:57   Version:          19.03.2
08:08:57   API version:      1.40 (minimum version 1.12)
08:08:57   Go version:       go1.12.8
08:08:57   Git commit:       6a30dfca03
08:08:57   Built:            Thu Aug 29 05:32:56 2019
08:08:57   OS/Arch:          linux/amd64
08:08:57   Experimental:     true
08:08:57  containerd:
08:08:57   Version:          v1.2.6
08:08:57   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
08:08:57  runc:
08:08:57   Version:          1.0.0-rc8
08:08:57   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
08:08:57  docker-init:
08:08:57   Version:          0.18.0
08:08:57   GitCommit:        fec3683
08:08:58 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
08:08:58 88286f41530e: Pulling fs layer
08:08:58 88286f41530e: Verifying Checksum
08:08:58 88286f41530e: Download complete
08:08:58 88286f41530e: Pull complete
08:08:58 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:58 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:58 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
08:08:58 The push refers to repository [registry:5000/alpine]
08:08:58 5bef08742407: Preparing
08:08:58 5bef08742407: Pushed
08:08:59 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
08:08:59 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
08:08:59 03b1be98f3f9: Pulling fs layer
08:08:59 03b1be98f3f9: Download complete
08:08:59 03b1be98f3f9: Pull complete
08:08:59 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:59 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:59 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
08:08:59 The push refers to repository [registry:5000/busybox]
08:08:59 6a749002dd6a: Preparing
08:09:00 6a749002dd6a: Pushed
08:09:00 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
08:09:01 Swarm initialized: current node (xx6eq6d8m5czgc9enllmywdpz) is now a manager.
08:09:01 
08:09:01 To add a worker to this swarm, run the following command:
08:09:01 
08:09:01     docker swarm join --token SWMTKN-1-131w6okexf6i4g4oelpdn79l2e8gegs3a9c84coxgwfsqbdcrh-5ulcgu1ypkajbx6jy65s459f5 172.20.0.5:2377
08:09:01 
08:09:01 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
08:09:01 
08:09:39 ✓  e2e/cli-plugins (13.481s)
08:09:39 ∅  e2e/cli-plugins/plugins/badmeta
08:09:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
08:09:39 ✓  e2e/context (53ms)
08:09:39 ✓  e2e/container (17.786s)
08:09:45 ✓  e2e/plugin (4.205s)
08:09:47 ✓  e2e/stack (2.115s)
08:09:48 ✓  e2e/system (230ms)
08:09:56 ✓  e2e/trust (6.874s)
08:10:01 ✓  e2e/image (25.496s)
08:10:01 ∅  e2e/internal/fixtures
08:10:01 ∅  e2e/plugin/basic
08:10:01 
08:10:01 === Skipped
08:10:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
08:10:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
08:10:01 
08:10:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
08:10:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
08:10:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
08:10:01 
08:10:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
08:10:01     --- SKIP: TestRemove/Kubernetes (0.00s)
08:10:01         remove_test.go:22: !environment.KubernetesEnabled()
08:10:01 
08:10:01 
08:10:01 DONE 88 tests, 3 skipped in 60.290s
08:10:01 Stopping cliendtoendsuite_registry_1           ... 
08:10:01 Stopping cliendtoendsuite_engine_1             ... 
08:10:01 Stopping cliendtoendsuite_notary-server_1      ... 
08:10:01 Stopping cliendtoendsuite_evil-notary-server_1 ... 
08:10:03 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
08:10:03 Removing cliendtoendsuite_engine_1             ... 
08:10:03 Removing cliendtoendsuite_notary-server_1      ... 
08:10:03 Removing cliendtoendsuite_evil-notary-server_1 ... 
08:10:03 
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:10:03 Removing image cliendtoendsuite_notary-server
08:10:03 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