Skip to content
Success

Console Output

Pull request #2024 updated
05:21:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 016a3232168d01923cbc6c47d6f05d008e1c7edf rather than 977f2ad689b6d6c20c96f18c49e7ad80b737607c
Obtained Jenkinsfile from 016a3232168d01923cbc6c47d6f05d008e1c7edf
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
Running on ubuntu-1804-overlay2 (i-05d243449d02e12aa) in /home/ubuntu/workspace/cli_PR-2024
[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-2024@tmp/0a0b28ef-2127-4f91-94b2-060d9de0b647/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
05:21:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:21:59 chowning workspace
[Pipeline] sh
05:21:59 + uname -m
[Pipeline] sh
05:21:59 + pwd
05:21:59 + id -u
05:21:59 + id -g
05:21:59 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2024:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:22:01 Removing all docker containers
[Pipeline] sh
05:22:01 + docker container ls -aq
05:22:01 + docker container rm -vf f44435713d65
05:22:02 f44435713d65
[Pipeline] echo
05:22:02 Docker containers have been removed
[Pipeline] echo
05:22:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:22:02 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
05:22:02 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
05:22:02 Using the ‘stage’ step without a block argument is deprecated
05:22:02 Entering stage Git Checkout
05:22:02 Proceeding
[Pipeline] checkout
05:22:02 using credential docker-jenkins-github-credentials
05:22:02 Cloning the remote Git repository
05:22:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2024 # 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/2024/head:refs/remotes/origin/PR-2024 +refs/heads/master:refs/remotes/origin/master
05:22:05 Fetching without tags
05:22:05 Merging remotes/origin/master commit 016a3232168d01923cbc6c47d6f05d008e1c7edf into PR head commit 977f2ad689b6d6c20c96f18c49e7ad80b737607c
05:22:06 Merge succeeded, producing 977f2ad689b6d6c20c96f18c49e7ad80b737607c
05:22:06 Checking out Revision 977f2ad689b6d6c20c96f18c49e7ad80b737607c (PR-2024)
05:22:06 Commit message: "docker run: specify cgroup namespace mode with --cgroupns"
05:22:06 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2024/head:refs/remotes/origin/PR-2024 # 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/2024/head:refs/remotes/origin/PR-2024 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 977f2ad689b6d6c20c96f18c49e7ad80b737607c
 > git merge 016a3232168d01923cbc6c47d6f05d008e1c7edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 977f2ad689b6d6c20c96f18c49e7ad80b737607c
 > git rev-list --no-walk fdeb2fd882149f7374b2cda47213ae60caabc4f8 # timeout=10
[Pipeline] stage
05:22:06 Using the ‘stage’ step without a block argument is deprecated
05:22:06 Entering stage Run end-to-end test suite
05:22:06 Proceeding
[Pipeline] sh
05:22:06 + docker version
05:22:06 Client: Docker Engine - Community
05:22:06  Version:           19.03.1
05:22:06  API version:       1.40
05:22:06  Go version:        go1.12.5
05:22:06  Git commit:        74b1e89
05:22:06  Built:             Thu Jul 25 21:21:05 2019
05:22:06  OS/Arch:           linux/amd64
05:22:06  Experimental:      false
05:22:06 
05:22:06 Server: Docker Engine - Community
05:22:06  Engine:
05:22:06   Version:          19.03.1
05:22:06   API version:      1.40 (minimum version 1.12)
05:22:06   Go version:       go1.12.5
05:22:06   Git commit:       74b1e89
05:22:06   Built:            Thu Jul 25 21:19:41 2019
05:22:06   OS/Arch:          linux/amd64
05:22:06   Experimental:     true
05:22:06  containerd:
05:22:06   Version:          1.2.6
05:22:06   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
05:22:06  runc:
05:22:06   Version:          1.0.0-rc8
05:22:06   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
05:22:06  docker-init:
05:22:06   Version:          0.18.0
05:22:06   GitCommit:        fec3683
[Pipeline] sh
05:22:07 + docker info
05:22:08 Client:
05:22:08  Debug Mode: false
05:22:08 
05:22:08 Server:
05:22:08  Containers: 0
05:22:08   Running: 0
05:22:08   Paused: 0
05:22:08   Stopped: 0
05:22:08  Images: 2
05:22:08  Server Version: 19.03.1
05:22:08  Storage Driver: overlay2
05:22:08   Backing Filesystem: extfs
05:22:08   Supports d_type: true
05:22:08   Native Overlay Diff: true
05:22:08  Logging Driver: json-file
05:22:08  Cgroup Driver: cgroupfs
05:22:08  Plugins:
05:22:08   Volume: local
05:22:08   Network: bridge host ipvlan macvlan null overlay
05:22:08   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
05:22:08  Swarm: inactive
05:22:08  Runtimes: runc
05:22:08  Default Runtime: runc
05:22:08  Init Binary: docker-init
05:22:08  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
05:22:08  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
05:22:08  init version: fec3683
05:22:08  Security Options:
05:22:08   apparmor
05:22:08   seccomp
05:22:08    Profile: default
05:22:08  Kernel Version: 4.15.0-1045-aws
05:22:08  Operating System: Ubuntu 18.04.3 LTS
05:22:08  OSType: linux
05:22:08  Architecture: x86_64
05:22:08  CPUs: 2
05:22:08  Total Memory: 7.501GiB
05:22:08  Name: ip-10-100-48-22
05:22:08  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
05:22:08  Docker Root Dir: /var/lib/docker
05:22:08  Debug Mode: false
05:22:08  Username: dockerbuildbot
05:22:08  Registry: https://index.docker.io/v1/
05:22:08  Labels:
05:22:08  Experimental: true
05:22:08  Insecure Registries:
05:22:08   127.0.0.0/8
05:22:08  Live Restore Enabled: true
05:22:08 
05:22:08 WARNING: No swap limit support
[Pipeline] sh
05:22:08 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
05:22:08 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
05:22:08 #1 [internal] load build definition from Dockerfile.e2e
05:22:08 #1 DONE 0.0s
05:22:08 
05:22:08 #2 [internal] load .dockerignore
05:22:08 #2 DONE 0.0s
05:22:08 
05:22:08 #1 [internal] load build definition from Dockerfile.e2e
05:22:08 #1 transferring dockerfile: 1.58kB done
05:22:08 #1 DONE 0.0s
05:22:08 
05:22:08 #2 [internal] load .dockerignore
05:22:08 #2 transferring context: 100B done
05:22:08 #2 DONE 0.0s
05:22:08 
05:22:08 #3 [internal] load metadata for docker.io/library/golang:1.12.9
05:22:09 #3 DONE 0.4s
05:22:09 
05:22:09 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:0b7fce2fa148ea2684a09...
05:22:09 #4 resolve docker.io/library/golang:1.12.9@sha256:0b7fce2fa148ea2684a09384c3261a5d14021a61850db163d8775d992440fb2c done
05:22:09 #4 sha256:0b7fce2fa148ea2684a09384c3261a5d14021a61850db163d8775d992440fb2c 2.16kB / 2.16kB done
05:22:09 #4 sha256:4e30d0c3a58c9e2a493fb567fdc8d2cf6181d900b0edc369eab87c2cbc6272ad 1.79kB / 1.79kB done
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 294.38kB / 50.38MB 0.1s
05:22:09 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0B / 9.98MB 0.1s
05:22:09 #4 sha256:80bb9c6de3f283616ab9308cc700ad96354dbafb980c5642111b1f149f2a2a63 5.46kB / 5.46kB done
05:22:09 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0B / 7.80MB 0.1s
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 11.59MB / 50.38MB 0.3s
05:22:09 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.3s
05:22:09 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.3s
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 16.31MB / 50.38MB 0.4s
05:22:09 #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.3s done
05:22:09 #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.3s done
05:22:09 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0B / 51.77MB 0.4s
05:22:09 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 0B / 68.48MB 0.4s
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 23.33MB / 50.38MB 0.5s
05:22:09 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 7.57MB / 51.77MB 0.5s
05:22:09 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 5.48MB / 68.48MB 0.5s
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 28.70MB / 50.38MB 0.6s
05:22:09 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 12.11MB / 51.77MB 0.6s
05:22:09 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 8.90MB / 68.48MB 0.6s
05:22:09 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 37.83MB / 50.38MB 0.8s
05:22:09 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 20.36MB / 51.77MB 0.8s
05:22:09 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 18.73MB / 68.48MB 0.8s
05:22:10 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 45.87MB / 50.38MB 0.9s
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 27.41MB / 51.77MB 0.9s
05:22:10 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.08MB / 50.38MB 1.0s
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 32.76MB / 51.77MB 1.0s
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 24.24MB / 68.48MB 1.0s
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 35.79MB / 51.77MB 1.1s
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 30.62MB / 68.48MB 1.1s
05:22:10 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 1.1s done
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 39.56MB / 51.77MB 1.2s
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 37.19MB / 68.48MB 1.2s
05:22:10 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0B / 127.97MB 1.2s
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 44.61MB / 51.77MB 1.4s
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 47.43MB / 68.48MB 1.4s
05:22:10 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 6.92MB / 127.97MB 1.4s
05:22:10 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 50.02MB / 51.77MB 1.5s
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 51.61MB / 68.48MB 1.5s
05:22:10 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9
05:22:10 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 65.06MB / 68.48MB 1.7s
05:22:10 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 21.98MB / 127.97MB 1.7s
05:22:11 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 1.7s done
05:22:11 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 1.9s done
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 36.98MB / 127.97MB 1.9s
05:22:11 #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 1.9s done
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 49.26MB / 127.97MB 2.1s
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 61.88MB / 127.97MB 2.3s
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 69.43MB / 127.97MB 2.4s
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 89.76MB / 127.97MB 2.7s
05:22:11 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 96.45MB / 127.97MB 2.8s
05:22:12 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 103.46MB / 127.97MB 2.9s
05:22:12 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 118.26MB / 127.97MB 3.1s
05:22:12 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.92MB / 127.97MB 3.2s
05:22:12 #4 ...
05:22:12 
05:22:12 #10 [internal] load build context
05:22:12 #10 transferring context: 42.29MB 3.4s done
05:22:12 #10 DONE 3.5s
05:22:12 
05:22:12 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:0b7fce2fa148ea2684a09...
05:22:12 #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 3.4s done
05:22:14 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 3.2s done
05:22:14 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893
05:22:14 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0.4s done
05:22:14 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260
05:22:14 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0.3s done
05:22:14 #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0.1s
05:22:16 #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 2.0s done
05:22:16 #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 0.1s
05:22:18 #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 2.2s done
05:22:19 #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17
05:22:24 #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 4.3s done
05:22:24 #4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 done
05:22:24 #4 DONE 14.7s
05:22:24 
05:22:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
05:22:24 #5 1.016 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
05:22:24 #5 1.017 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
05:22:24 #5 1.027 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
05:22:24 #5 1.110 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [85.0 kB]
05:22:24 #5 1.201 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
05:22:25 #5 1.332 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
05:22:26 #5 2.441 Fetched 8194 kB in 2s (4885 kB/s)
05:22:27 #5 2.441 Reading package lists...
05:22:27 #5 3.029 Reading package lists...
05:22:27 #5 3.585 Building dependency tree...
05:22:27 #5 3.678 Reading state information...
05:22:27 #5 3.769 curl is already the newest version (7.64.0-4).
05:22:27 #5 3.769 openssh-client is already the newest version (1:7.9p1-10).
05:22:27 #5 3.769 openssl is already the newest version (1.1.1c-1).
05:22:27 #5 3.769 openssl set to manually installed.
05:22:27 #5 3.769 The following additional packages will be installed:
05:22:27 #5 3.769   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
05:22:27 #5 3.770   libalgorithm-merge-perl libbz2-1.0 libfakeroot patch xz-utils
05:22:27 #5 3.771 Suggested packages:
05:22:27 #5 3.771   bzip2-doc debian-keyring ed diffutils-doc
05:22:27 #5 3.834 The following NEW packages will be installed:
05:22:27 #5 3.834   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
05:22:27 #5 3.835   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
05:22:27 #5 3.836 The following packages will be upgraded:
05:22:27 #5 3.836   libbz2-1.0
05:22:27 #5 4.101 1 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
05:22:27 #5 4.101 Need to get 2388 kB of archives.
05:22:27 #5 4.101 After this operation, 3601 kB of additional disk space will be used.
05:22:27 #5 4.101 Get:1 http://deb.debian.org/debian buster/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u1 [45.3 kB]
05:22:28 #5 4.104 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
05:22:28 #5 4.106 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
05:22:28 #5 4.111 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
05:22:28 #5 4.114 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
05:22:28 #5 4.140 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
05:22:28 #5 4.140 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
05:22:28 #5 4.141 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
05:22:28 #5 4.142 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
05:22:28 #5 4.142 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
05:22:28 #5 4.143 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
05:22:28 #5 4.248 debconf: delaying package configuration, since apt-utils is not installed
05:22:28 #5 4.269 Fetched 2388 kB in 0s (8020 kB/s)
05:22:28 #5 4.288 (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.)
05:22:28 #5 4.296 Preparing to unpack .../libbz2-1.0_1.0.6-9.2~deb10u1_amd64.deb ...
05:22:28 #5 4.310 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) over (1.0.6-9.1) ...
05:22:28 #5 4.356 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u1) ...
05:22:28 #5 4.384 Selecting previously unselected package bzip2.
05:22:28 #5 4.384 (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.)
05:22:28 #5 4.392 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
05:22:28 #5 4.395 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
05:22:28 #5 4.427 Selecting previously unselected package xz-utils.
05:22:28 #5 4.427 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
05:22:28 #5 4.430 Unpacking xz-utils (5.2.4-1) ...
05:22:28 #5 4.466 Selecting previously unselected package patch.
05:22:28 #5 4.468 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
05:22:28 #5 4.471 Unpacking patch (2.7.6-3+deb10u1) ...
05:22:28 #5 4.505 Selecting previously unselected package dpkg-dev.
05:22:28 #5 4.505 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
05:22:28 #5 4.508 Unpacking dpkg-dev (1.19.7) ...
05:22:28 #5 4.612 Selecting previously unselected package build-essential.
05:22:28 #5 4.612 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
05:22:28 #5 4.614 Unpacking build-essential (12.6) ...
05:22:28 #5 4.642 Selecting previously unselected package libfakeroot:amd64.
05:22:28 #5 4.642 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
05:22:28 #5 4.645 Unpacking libfakeroot:amd64 (1.23-1) ...
05:22:28 #5 4.675 Selecting previously unselected package fakeroot.
05:22:28 #5 4.675 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
05:22:28 #5 4.678 Unpacking fakeroot (1.23-1) ...
05:22:28 #5 4.709 Selecting previously unselected package libalgorithm-diff-perl.
05:22:28 #5 4.711 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
05:22:28 #5 4.715 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
05:22:28 #5 4.743 Selecting previously unselected package libalgorithm-diff-xs-perl.
05:22:28 #5 4.745 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
05:22:28 #5 4.747 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
05:22:28 #5 4.772 Selecting previously unselected package libalgorithm-merge-perl.
05:22:28 #5 4.774 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
05:22:28 #5 4.777 Unpacking libalgorithm-merge-perl (0.08-3) ...
05:22:28 #5 4.808 Setting up libalgorithm-diff-perl (1.19.03-2) ...
05:22:28 #5 4.816 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
05:22:28 #5 4.824 Setting up libfakeroot:amd64 (1.23-1) ...
05:22:28 #5 4.837 Setting up fakeroot (1.23-1) ...
05:22:28 #5 4.848 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
05:22:28 #5 4.857 Setting up xz-utils (5.2.4-1) ...
05:22:28 #5 4.865 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
05:22:28 #5 4.871 Setting up patch (2.7.6-3+deb10u1) ...
05:22:28 #5 4.879 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
05:22:28 #5 4.889 Setting up libalgorithm-merge-perl (0.08-3) ...
05:22:28 #5 4.898 Setting up dpkg-dev (1.19.7) ...
05:22:28 #5 4.912 Setting up build-essential (12.6) ...
05:22:28 #5 4.921 Processing triggers for libc-bin (2.28-10) ...
05:22:29 #5 DONE 6.3s
05:22:30 
05:22:30 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
05:22:30 #6 0.721   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
05:22:30 #6 0.723                                  Dload  Upload   Total   Spent    Left  Speed
05:22:30 #6 0.724 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   8118      0 --:--:-- --:--:-- --:--:--  8118
05:22:31 #6 0.913 
100 10.3M  100 10.3M    0     0  54.2M      0 --:--:-- --:--:-- --:--:-- 54.2M
05:22:31 #6 DONE 1.1s
05:22:31 
05:22:31 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
05:22:32 #7 DONE 1.0s
05:22:32 
05:22:32 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
05:22:32 #8 DONE 1.0s
05:22:33 
05:22:33 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
05:22:33 #9 DONE 0.0s
05:22:33 
05:22:33 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
05:22:33 #11 DONE 0.1s
05:22:33 
05:22:33 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
05:22:33 #12 0.606 Updating certificates in /etc/ssl/certs...
05:22:34 #12 1.109 1 added, 0 removed; done.
05:22:34 #12 1.110 Running hooks in /etc/ca-certificates/update.d...
05:22:34 #12 1.111 done.
05:22:34 #12 DONE 1.2s
05:22:34 
05:22:34 #13 [9/11] COPY . .
05:22:35 #13 DONE 0.6s
05:22:35 
05:22:35 #14 [10/11] RUN ./scripts/build/binary
05:22:35 #14 0.770 Building statically linked build/docker-linux-amd64
05:23:43 #14 DONE 68.5s
05:23:43 
05:23:43 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
05:23:44 #15 0.696 Building statically linked build/plugins-linux-amd64/docker-helloworld
05:23:46 #15 2.606 Building statically linked build/plugins-linux-amd64/docker-badmeta
05:23:48 #15 4.288 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
05:23:49 #15 DONE 6.3s
05:23:49 
05:23:49 #16 exporting to image
05:23:49 #16 exporting layers
05:23:52 #16 exporting layers 2.3s done
05:23:52 #16 writing image sha256:94dc5f4aba61102f6918983a428f3a6e33e44dfe26e71052dbb0215024868aa5 done
05:23:52 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
05:23:52 #16 DONE 2.3s
05:23:52 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e3
05:23:53 Creating network "cliendtoendsuite_default" with the default driver
05:23:53 Pulling registry (registry:2)...
05:23:53 2: Pulling from library/registry
05:23:54 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
05:23:54 Status: Downloaded newer image for registry:2
05:23:54 Pulling engine (docker:stable-dind)...
05:23:54 stable-dind: Pulling from library/docker
05:23:59 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
05:23:59 Status: Downloaded newer image for docker:stable-dind
05:23:59 Building notary-server
05:23:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:23:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:23:59 server-0.5.0: Pulling from library/notary
05:23:59 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
05:23:59 Status: Downloaded newer image for notary:server-0.5.0
05:23:59  ---> 16b632e954ca
05:23:59 Step 3/3 : COPY ./notary/ /fixtures/
05:24:00  ---> 4f0a013a9696
05:24:00 Successfully built 4f0a013a9696
05:24:00 Successfully tagged cliendtoendsuite_notary-server:latest
05:24:00 Building evil-notary-server
05:24:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:24:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:24:00  ---> 16b632e954ca
05:24:00 Step 3/3 : COPY ./notary-evil/ /fixtures/
05:24:00  ---> 1099068b395e
05:24:00 Successfully built 1099068b395e
05:24:00 Successfully tagged cliendtoendsuite_evil-notary-server:latest
05:24:00 Creating cliendtoendsuite_registry_1 ... 
05:24:00 Creating cliendtoendsuite_evil-notary-server_1 ... 
05:24:00 Creating cliendtoendsuite_notary-server_1      ... 
05:24:00 Creating cliendtoendsuite_engine_1             ... 
05:24:04 
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 tcp://172.18.0.5:2375
05:24:04 Client:
05:24:04  Version:           19.09.0-dev
05:24:04  API version:       1.40 (downgraded from 1.41)
05:24:04  Go version:        go1.12.9
05:24:04  Git commit:        
05:24:04  Built:             Tue Sep 10 05:22:35 2019
05:24:04  OS/Arch:           linux/amd64
05:24:04  Experimental:      false
05:24:04 
05:24:04 Server: Docker Engine - Community
05:24:04  Engine:
05:24:04   Version:          19.03.2
05:24:04   API version:      1.40 (minimum version 1.12)
05:24:04   Go version:       go1.12.8
05:24:04   Git commit:       6a30dfca03
05:24:04   Built:            Thu Aug 29 05:32:56 2019
05:24:04   OS/Arch:          linux/amd64
05:24:04   Experimental:     false
05:24:04  containerd:
05:24:04   Version:          v1.2.6
05:24:04   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
05:24:04  runc:
05:24:04   Version:          1.0.0-rc8
05:24:04   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
05:24:04  docker-init:
05:24:04   Version:          0.18.0
05:24:04   GitCommit:        fec3683
05:24:04 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
05:24:04 88286f41530e: Pulling fs layer
05:24:04 88286f41530e: Verifying Checksum
05:24:04 88286f41530e: Download complete
05:24:05 88286f41530e: Pull complete
05:24:05 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:05 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:05 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:05 The push refers to repository [registry:5000/alpine]
05:24:05 5bef08742407: Preparing
05:24:05 5bef08742407: Pushed
05:24:05 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
05:24:05 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
05:24:05 03b1be98f3f9: Pulling fs layer
05:24:05 03b1be98f3f9: Verifying Checksum
05:24:05 03b1be98f3f9: Download complete
05:24:05 03b1be98f3f9: Pull complete
05:24:05 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:05 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:05 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:06 The push refers to repository [registry:5000/busybox]
05:24:06 6a749002dd6a: Preparing
05:24:06 6a749002dd6a: Pushed
05:24:06 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
05:24:06 Swarm initialized: current node (wkuu0xy399ea6195kenrrp6sr) is now a manager.
05:24:06 
05:24:06 To add a worker to this swarm, run the following command:
05:24:06 
05:24:06     docker swarm join --token SWMTKN-1-07isxikdzg9mbrqnmdooh7c3j3q46uy8glh35cqccc3wb8vv88-d40relikxk4czwf4b7r90o4nt 172.18.0.5:2377
05:24:06 
05:24:06 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
05:24:06 
05:24:33 ✓  e2e/cli-plugins (2.453s)
05:24:33 ∅  e2e/cli-plugins/plugins/badmeta
05:24:33 ∅  e2e/cli-plugins/plugins/nopersistentprerun
05:24:33 ✓  e2e/context (30ms)
05:24:36 ✓  e2e/container (8.34s)
05:24:41 ✓  e2e/plugin (3.84s)
05:24:41 ✓  e2e/image (11.307s)
05:24:41 ∅  e2e/internal/fixtures
05:24:41 ∅  e2e/plugin/basic
05:24:42 ✓  e2e/stack (598ms)
05:24:42 ✓  e2e/system (66ms)
05:24:44 ✓  e2e/trust (2.072s)
05:24:44 
05:24:44 === Skipped
05:24:44 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
05:24:44     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
05:24:44 
05:24:44 === SKIP: e2e/container TestRunWithCgroupNamespace (0.10s)
05:24:44     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
05:24:44         )
05:24:44 
05:24:44 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
05:24:44     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
05:24:44 
05:24:44 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
05:24:44     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
05:24:44         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
05:24:44 
05:24:44 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
05:24:44     --- SKIP: TestRemove/Kubernetes (0.00s)
05:24:44         remove_test.go:22: !environment.KubernetesEnabled()
05:24:44 
05:24:44 
05:24:44 DONE 89 tests, 5 skipped in 38.108s
05:24:45 Stopping cliendtoendsuite_engine_1             ... 
05:24:45 Stopping cliendtoendsuite_notary-server_1      ... 
05:24:45 Stopping cliendtoendsuite_evil-notary-server_1 ... 
05:24:45 Stopping cliendtoendsuite_registry_1           ... 
05:24:47 
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_engine_1             ... 
05:24:47 Removing cliendtoendsuite_notary-server_1      ... 
05:24:47 Removing cliendtoendsuite_evil-notary-server_1 ... 
05:24:47 Removing cliendtoendsuite_registry_1           ... 
05:24:47 
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
05:24:47 Removing image cliendtoendsuite_notary-server
05:24:47 Removing image cliendtoendsuite_evil-notary-server
05:24:47 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e3
05:24:49 Creating network "cliendtoendsuite_default" with the default driver
05:24:49 Building notary-server
05:24:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:24:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:24:49  ---> 16b632e954ca
05:24:49 Step 3/3 : COPY ./notary/ /fixtures/
05:24:49  ---> 4b1bfa5546c4
05:24:49 Successfully built 4b1bfa5546c4
05:24:49 Successfully tagged cliendtoendsuite_notary-server:latest
05:24:49 Building evil-notary-server
05:24:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:24:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:24:49  ---> 16b632e954ca
05:24:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
05:24:50  ---> 012a7d1f342b
05:24:50 Successfully built 012a7d1f342b
05:24:50 Successfully tagged cliendtoendsuite_evil-notary-server:latest
05:24:50 Creating cliendtoendsuite_engine_1 ... 
05:24:50 Creating cliendtoendsuite_registry_1 ... 
05:24:50 Creating cliendtoendsuite_notary-server_1 ... 
05:24:50 Creating cliendtoendsuite_evil-notary-server_1 ... 
05:24:53 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
05:24:53 Client:
05:24:53  Version:           19.09.0-dev
05:24:53  API version:       1.40 (downgraded from 1.41)
05:24:53  Go version:        go1.12.9
05:24:53  Git commit:        
05:24:53  Built:             Tue Sep 10 05:22:35 2019
05:24:53  OS/Arch:           linux/amd64
05:24:53  Experimental:      false
05:24:53 
05:24:53 Server: Docker Engine - Community
05:24:53  Engine:
05:24:53   Version:          19.03.2
05:24:53   API version:      1.40 (minimum version 1.12)
05:24:53   Go version:       go1.12.8
05:24:53   Git commit:       6a30dfca03
05:24:53   Built:            Thu Aug 29 05:32:56 2019
05:24:53   OS/Arch:          linux/amd64
05:24:53   Experimental:     true
05:24:53  containerd:
05:24:53   Version:          v1.2.6
05:24:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
05:24:53  runc:
05:24:53   Version:          1.0.0-rc8
05:24:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
05:24:53  docker-init:
05:24:53   Version:          0.18.0
05:24:53   GitCommit:        fec3683
05:24:53 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
05:24:53 88286f41530e: Pulling fs layer
05:24:53 88286f41530e: Verifying Checksum
05:24:53 88286f41530e: Download complete
05:24:53 88286f41530e: Pull complete
05:24:54 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:54 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:54 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:24:54 The push refers to repository [registry:5000/alpine]
05:24:54 5bef08742407: Preparing
05:24:54 5bef08742407: Pushed
05:24:54 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
05:24:54 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
05:24:54 03b1be98f3f9: Pulling fs layer
05:24:54 03b1be98f3f9: Verifying Checksum
05:24:54 03b1be98f3f9: Download complete
05:24:54 03b1be98f3f9: Pull complete
05:24:54 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:54 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:54 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:24:54 The push refers to repository [registry:5000/busybox]
05:24:54 6a749002dd6a: Preparing
05:24:55 6a749002dd6a: Pushed
05:24:55 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
05:24:55 Swarm initialized: current node (kaombi26dk5ov85qj6nno63dg) is now a manager.
05:24:55 
05:24:55 To add a worker to this swarm, run the following command:
05:24:55 
05:24:55     docker swarm join --token SWMTKN-1-5ah3m7fchbdrqa8zmfysuaoar1eg5f2kfjwu95ubk9qbagyz3d-7sawvrtvajmens6b4eufzdmf8 172.19.0.5:2377
05:24:55 
05:24:55 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
05:24:55 
05:25:22 ✓  e2e/cli-plugins (2.344s)
05:25:22 ∅  e2e/cli-plugins/plugins/badmeta
05:25:22 ∅  e2e/cli-plugins/plugins/nopersistentprerun
05:25:22 ✓  e2e/context (54ms)
05:25:27 ✓  e2e/container (8.428s)
05:25:31 ✓  e2e/plugin (3.431s)
05:25:33 ✓  e2e/stack (606ms)
05:25:33 ✓  e2e/system (51ms)
05:25:36 ✓  e2e/image (14.437s)
05:25:36 ∅  e2e/internal/fixtures
05:25:36 ∅  e2e/plugin/basic
05:25:37 ✓  e2e/trust (2.833s)
05:25:37 
05:25:37 === Skipped
05:25:37 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
05:25:37     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
05:25:37 
05:25:37 === SKIP: e2e/container TestRunWithCgroupNamespace (0.09s)
05:25:37     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
05:25:37         )
05:25:37 
05:25:37 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
05:25:37     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
05:25:37         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
05:25:37 
05:25:37 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
05:25:37     --- SKIP: TestRemove/Kubernetes (0.00s)
05:25:37         remove_test.go:22: !environment.KubernetesEnabled()
05:25:37 
05:25:37 
05:25:37 DONE 89 tests, 4 skipped in 41.632s
05:25:37 Stopping cliendtoendsuite_notary-server_1      ... 
05:25:37 Stopping cliendtoendsuite_engine_1             ... 
05:25:37 Stopping cliendtoendsuite_evil-notary-server_1 ... 
05:25:37 Stopping cliendtoendsuite_registry_1           ... 
05:25:38 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
05:25:38 Removing cliendtoendsuite_engine_1             ... 
05:25:38 Removing cliendtoendsuite_evil-notary-server_1 ... 
05:25:38 Removing cliendtoendsuite_registry_1           ... 
05:25:38 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
05:25:38 Removing image cliendtoendsuite_notary-server
05:25:38 Removing image cliendtoendsuite_evil-notary-server
05:25:39 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e3
05:25:40 Creating network "cliendtoendsuite_default" with the default driver
05:25:40 Building engine
05:25:40 Step 1/6 : FROM docker:test-dind
05:25:40 test-dind: Pulling from library/docker
05:25:41 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
05:25:41 Status: Downloaded newer image for docker:test-dind
05:25:41  ---> 5768e15eefd1
05:25:41 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
05:25:41  ---> Running in f3394626b58a
05:25:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
05:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
05:25:43 (1/5) Installing openssh-keygen (8.0_p1-r0)
05:25:43 (2/5) Installing openssh-server-common (8.0_p1-r0)
05:25:43 (3/5) Installing openssh-server (8.0_p1-r0)
05:25:43 (4/5) Installing linux-pam (1.3.0-r1)
05:25:43 (5/5) Installing shadow (4.6-r2)
05:25:43 Executing busybox-1.30.1-r2.trigger
05:25:43 OK: 24 MiB in 45 packages
05:25:43 Creating mailbox file: No such file or directory
05:25:43 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
05:25:44 Removing intermediate container f3394626b58a
05:25:44  ---> a71910bf601a
05:25:44 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
05:25:44  ---> Running in 6bac7ea8c19b
05:25:45 Removing intermediate container 6bac7ea8c19b
05:25:45  ---> 665a2a613615
05:25:45 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
05:25:45  ---> f06e5398b833
05:25:45 Step 5/6 : EXPOSE 22
05:25:45  ---> Running in 440c1a1347fb
05:25:45 Removing intermediate container 440c1a1347fb
05:25:45  ---> 0c62f77e648a
05:25:45 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
05:25:45  ---> Running in b5780dbede15
05:25:46 Removing intermediate container b5780dbede15
05:25:46  ---> 3c5a1cc8cfe5
05:25:46 Successfully built 3c5a1cc8cfe5
05:25:46 Successfully tagged docker:stable-dind
05:25:46 Building evil-notary-server
05:25:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:25:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:25:46  ---> 16b632e954ca
05:25:46 Step 3/3 : COPY ./notary-evil/ /fixtures/
05:25:46  ---> 97ed789ff579
05:25:46 Successfully built 97ed789ff579
05:25:46 Successfully tagged cliendtoendsuite_evil-notary-server:latest
05:25:46 Building notary-server
05:25:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
05:25:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
05:25:46  ---> 16b632e954ca
05:25:46 Step 3/3 : COPY ./notary/ /fixtures/
05:25:46  ---> 8bd07975d359
05:25:46 Successfully built 8bd07975d359
05:25:46 Successfully tagged cliendtoendsuite_notary-server:latest
05:25:46 Creating cliendtoendsuite_engine_1 ... 
05:25:46 Creating cliendtoendsuite_registry_1 ... 
05:25:46 Creating cliendtoendsuite_notary-server_1 ... 
05:25:46 Creating cliendtoendsuite_evil-notary-server_1 ... 
05:25:50 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.4
05:25:50 Client:
05:25:50  Version:           19.09.0-dev
05:25:50  API version:       1.40 (downgraded from 1.41)
05:25:50  Go version:        go1.12.9
05:25:50  Git commit:        
05:25:50  Built:             Tue Sep 10 05:22:35 2019
05:25:50  OS/Arch:           linux/amd64
05:25:50  Experimental:      false
05:25:50 
05:25:50 Server: Docker Engine - Community
05:25:50  Engine:
05:25:50   Version:          19.03.2
05:25:50   API version:      1.40 (minimum version 1.12)
05:25:50   Go version:       go1.12.8
05:25:50   Git commit:       6a30dfca03
05:25:50   Built:            Thu Aug 29 05:32:56 2019
05:25:50   OS/Arch:          linux/amd64
05:25:50   Experimental:     true
05:25:50  containerd:
05:25:50   Version:          v1.2.6
05:25:50   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
05:25:50  runc:
05:25:50   Version:          1.0.0-rc8
05:25:50   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
05:25:50  docker-init:
05:25:50   Version:          0.18.0
05:25:50   GitCommit:        fec3683
05:25:50 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
05:25:50 88286f41530e: Pulling fs layer
05:25:51 88286f41530e: Download complete
05:25:51 88286f41530e: Pull complete
05:25:51 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:25:51 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:25:51 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
05:25:51 The push refers to repository [registry:5000/alpine]
05:25:51 5bef08742407: Preparing
05:25:52 5bef08742407: Pushed
05:25:52 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
05:25:52 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
05:25:52 03b1be98f3f9: Pulling fs layer
05:25:52 03b1be98f3f9: Verifying Checksum
05:25:52 03b1be98f3f9: Download complete
05:25:52 03b1be98f3f9: Pull complete
05:25:52 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:25:52 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:25:52 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
05:25:53 The push refers to repository [registry:5000/busybox]
05:25:53 6a749002dd6a: Preparing
05:25:53 6a749002dd6a: Pushed
05:25:53 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
05:25:54 Swarm initialized: current node (h0oww4c2193vnhi72aphfavdx) is now a manager.
05:25:54 
05:25:54 To add a worker to this swarm, run the following command:
05:25:54 
05:25:54     docker swarm join --token SWMTKN-1-4vosnu81eihlx6nt3c5wz55duho9pe2xwujvucdqatcuuyr8mg-3o9q4jmbv0k4boprxljcdxbos 172.20.0.4:2377
05:25:54 
05:25:54 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
05:25:54 
05:26:32 ✓  e2e/cli-plugins (13.595s)
05:26:32 ∅  e2e/cli-plugins/plugins/badmeta
05:26:32 ∅  e2e/cli-plugins/plugins/nopersistentprerun
05:26:32 ✓  e2e/context (30ms)
05:26:34 ✓  e2e/container (19.357s)
05:26:39 ✓  e2e/plugin (4.28s)
05:26:43 ✓  e2e/stack (2.271s)
05:26:43 ✓  e2e/system (235ms)
05:26:51 ✓  e2e/trust (6.335s)
05:26:55 ✓  e2e/image (26.319s)
05:26:55 ∅  e2e/internal/fixtures
05:26:55 ∅  e2e/plugin/basic
05:26:55 
05:26:55 === Skipped
05:26:55 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
05:26:55     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
05:26:55 
05:26:55 === SKIP: e2e/container TestRunWithCgroupNamespace (0.44s)
05:26:55     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
05:26:55         )
05:26:55 
05:26:55 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
05:26:55     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
05:26:55         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
05:26:55 
05:26:55 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
05:26:55     --- SKIP: TestRemove/Kubernetes (0.00s)
05:26:55         remove_test.go:22: !environment.KubernetesEnabled()
05:26:55 
05:26:55 
05:26:55 DONE 89 tests, 4 skipped in 61.480s
05:26:55 Stopping cliendtoendsuite_evil-notary-server_1 ... 
05:26:55 Stopping cliendtoendsuite_registry_1           ... 
05:26:55 Stopping cliendtoendsuite_notary-server_1      ... 
05:26:55 Stopping cliendtoendsuite_engine_1             ... 
05:26:58 
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_evil-notary-server_1 ... 
05:26:58 Removing cliendtoendsuite_registry_1           ... 
05:26:58 Removing cliendtoendsuite_notary-server_1      ... 
05:26:58 Removing cliendtoendsuite_engine_1             ... 
05:26:58 
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
05:26:58 Removing image cliendtoendsuite_notary-server
05:26:58 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