Skip to content
Success

Console Output

Pull request #2024 updated
20:55:16 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at ea9ca25ca97bef372b12059cb35b63de0f4634da rather than 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06
Obtained Jenkinsfile from ea9ca25ca97bef372b12059cb35b63de0f4634da
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-0a803714bf4185065) 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/68914ddf-8d79-4c46-bc71-246d4b693069/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
20:55:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:55:20 chowning workspace
[Pipeline] sh
20:55:20 + uname -m
[Pipeline] sh
20:55:20 + pwd
20:55:20 + id -u
20:55:20 + id -g
20:55:20 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2024:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
20:55:22 Removing all docker containers
[Pipeline] sh
20:55:22 + docker container ls -aq
[Pipeline] echo
20:55:22 Docker containers have been removed
[Pipeline] echo
20:55:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:55:22 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:55:22 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:55:22 Using the ‘stage’ step without a block argument is deprecated
20:55:22 Entering stage Git Checkout
20:55:22 Proceeding
[Pipeline] checkout
20:55:22 using credential docker-jenkins-github-credentials
20:55:22 Cloning the remote Git repository
20:55:22 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
20:55:25 Fetching without tags
20:55:25 Merging remotes/origin/master commit ea9ca25ca97bef372b12059cb35b63de0f4634da into PR head commit 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06
 > 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 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06
20:55:26 Merge succeeded, producing 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06
20:55:26 Checking out Revision 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06 (PR-2024)
20:55:26 Commit message: "docker run: specify cgroup namespace mode with --cgroupns"
20:55:26 First time build. Skipping changelog.
[Pipeline] stage
20:55:26 Using the ‘stage’ step without a block argument is deprecated
20:55:26 Entering stage Run end-to-end test suite
20:55:26 Proceeding
[Pipeline] sh
 > git merge ea9ca25ca97bef372b12059cb35b63de0f4634da # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 306338fbe2ac4bb6935fb7dfcbd29479e0f75f06
 > git rev-list --no-walk 88aba22ffc756d20ee2937401492ff4c4cf1ecf8 # timeout=10
20:55:27 + docker version
20:55:27 Client: Docker Engine - Community
20:55:27  Version:           19.03.2
20:55:27  API version:       1.40
20:55:27  Go version:        go1.12.8
20:55:27  Git commit:        6a30dfc
20:55:27  Built:             Thu Aug 29 05:29:11 2019
20:55:27  OS/Arch:           linux/amd64
20:55:27  Experimental:      false
20:55:27 
20:55:27 Server: Docker Engine - Community
20:55:27  Engine:
20:55:27   Version:          19.03.2
20:55:27   API version:      1.40 (minimum version 1.12)
20:55:27   Go version:       go1.12.8
20:55:27   Git commit:       6a30dfc
20:55:27   Built:            Thu Aug 29 05:27:45 2019
20:55:27   OS/Arch:          linux/amd64
20:55:27   Experimental:     true
20:55:27  containerd:
20:55:27   Version:          1.2.6
20:55:27   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:55:27  runc:
20:55:27   Version:          1.0.0-rc8
20:55:27   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:55:27  docker-init:
20:55:27   Version:          0.18.0
20:55:27   GitCommit:        fec3683
[Pipeline] sh
20:55:27 + docker info
20:55:27 Client:
20:55:27  Debug Mode: false
20:55:27 
20:55:27 Server:
20:55:27  Containers: 0
20:55:27   Running: 0
20:55:27   Paused: 0
20:55:27   Stopped: 0
20:55:27  Images: 198
20:55:27  Server Version: 19.03.2
20:55:27  Storage Driver: overlay2
20:55:27   Backing Filesystem: extfs
20:55:27   Supports d_type: true
20:55:27   Native Overlay Diff: true
20:55:27  Logging Driver: json-file
20:55:27  Cgroup Driver: cgroupfs
20:55:27  Plugins:
20:55:27   Volume: local
20:55:27   Network: bridge host ipvlan macvlan null overlay
20:55:27   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:55:27  Swarm: inactive
20:55:27  Runtimes: runc
20:55:27  Default Runtime: runc
20:55:27  Init Binary: docker-init
20:55:27  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:55:27  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
20:55:27  init version: fec3683
20:55:27  Security Options:
20:55:27   apparmor
20:55:27   seccomp
20:55:27    Profile: default
20:55:27  Kernel Version: 4.15.0-1048-aws
20:55:27  Operating System: Ubuntu 18.04.3 LTS
20:55:27  OSType: linux
20:55:27  Architecture: x86_64
20:55:27  CPUs: 2
20:55:27  Total Memory: 7.501GiB
20:55:27  Name: ip-10-100-73-157
20:55:27  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
20:55:27  Docker Root Dir: /var/lib/docker
20:55:27  Debug Mode: false
20:55:27  Username: dockerbuildbot
20:55:27  Registry: https://index.docker.io/v1/
20:55:27  Labels:
20:55:27  Experimental: true
20:55:27  Insecure Registries:
20:55:27   127.0.0.0/8
20:55:27  Live Restore Enabled: true
20:55:27 
20:55:27 WARNING: No swap limit support
[Pipeline] sh
20:55:28 + E2E_UNIQUE_ID=clie2e5 IMAGE_TAG=clie2e5 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
20:55:28 docker build -t docker-cli-e2eclie2e5 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:55:28 #2 [internal] load build definition from Dockerfile.e2e
20:55:28 #2 transferring dockerfile: 1.58kB done
20:55:28 #2 DONE 0.0s
20:55:28 
20:55:28 #1 [internal] load .dockerignore
20:55:28 #1 transferring context: 100B done
20:55:28 #1 DONE 0.0s
20:55:28 
20:55:28 #3 [internal] load metadata for docker.io/library/golang:1.12.10
20:55:28 #3 DONE 0.3s
20:55:28 
20:55:28 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
20:55:28 #4 resolve docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 done
20:55:28 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 0.1s
20:55:28 #4 sha256:61152d6f60bd8d83e6f652bb99544cd0dae96945318a355d32f4cafaa2a5dc39 2.16kB / 2.16kB done
20:55:28 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 2.80MB / 127.96MB 0.1s
20:55:28 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
20:55:28 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
20:55:28 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 0.1s done
20:55:28 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 10.25MB / 127.96MB 0.2s
20:55:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 16.90MB / 127.96MB 0.3s
20:55:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 25.33MB / 127.96MB 0.5s
20:55:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 36.99MB / 127.96MB 0.6s
20:55:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 51.77MB / 127.96MB 0.8s
20:55:29 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 64.81MB / 127.96MB 1.0s
20:55:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 73.27MB / 127.96MB 1.3s
20:55:30 #4 ...
20:55:30 
20:55:30 #10 [internal] load build context
20:55:30 #10 transferring context: 42.30MB 1.5s done
20:55:30 #10 DONE 1.5s
20:55:30 
20:55:30 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
20:55:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 90.80MB / 127.96MB 1.5s
20:55:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 115.79MB / 127.96MB 1.7s
20:55:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 1.8s
20:55:30 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 2.0s done
20:55:30 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75
20:55:36 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.4s done
20:55:36 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd
20:55:36 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
20:55:36 #4 DONE 6.8s
20:55:36 
20:55:36 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
20:55:36 #5 1.301 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
20:55:36 #5 1.301 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
20:55:36 #5 1.313 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
20:55:36 #5 1.457 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [95.7 kB]
20:55:36 #5 1.565 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
20:55:37 #5 1.719 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
20:55:38 #5 2.976 Fetched 8210 kB in 2s (4260 kB/s)
20:55:39 #5 2.976 Reading package lists...
20:55:40 #5 3.653 Reading package lists...
20:55:40 #5 4.326 Building dependency tree...
20:55:40 #5 4.463 Reading state information...
20:55:40 #5 4.579 curl is already the newest version (7.64.0-4).
20:55:40 #5 4.579 openssh-client is already the newest version (1:7.9p1-10).
20:55:40 #5 4.579 openssl is already the newest version (1.1.1c-1).
20:55:40 #5 4.579 openssl set to manually installed.
20:55:40 #5 4.579 The following additional packages will be installed:
20:55:40 #5 4.579   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
20:55:40 #5 4.580   libalgorithm-merge-perl libfakeroot patch xz-utils
20:55:40 #5 4.581 Suggested packages:
20:55:40 #5 4.581   bzip2-doc debian-keyring ed diffutils-doc
20:55:40 #5 4.652 The following NEW packages will be installed:
20:55:40 #5 4.653   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
20:55:40 #5 4.654   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
20:55:40 #5 4.929 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
20:55:40 #5 4.929 Need to get 2342 kB of archives.
20:55:40 #5 4.929 After this operation, 3601 kB of additional disk space will be used.
20:55:40 #5 4.929 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:55:40 #5 4.933 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:55:40 #5 4.937 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
20:55:40 #5 4.939 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
20:55:40 #5 4.960 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
20:55:40 #5 4.960 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
20:55:40 #5 4.964 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
20:55:40 #5 4.965 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
20:55:40 #5 4.966 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
20:55:40 #5 4.966 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
20:55:40 #5 5.180 debconf: delaying package configuration, since apt-utils is not installed
20:55:40 #5 5.209 Fetched 2342 kB in 0s (7783 kB/s)
20:55:40 #5 5.238 Selecting previously unselected package bzip2.
20:55:40 #5 5.238 (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.)
20:55:40 #5 5.321 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:55:40 #5 5.324 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:55:40 #5 5.365 Selecting previously unselected package xz-utils.
20:55:40 #5 5.367 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
20:55:40 #5 5.370 Unpacking xz-utils (5.2.4-1) ...
20:55:40 #5 5.431 Selecting previously unselected package patch.
20:55:40 #5 5.433 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
20:55:40 #5 5.436 Unpacking patch (2.7.6-3+deb10u1) ...
20:55:40 #5 5.476 Selecting previously unselected package dpkg-dev.
20:55:40 #5 5.476 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
20:55:41 #5 5.479 Unpacking dpkg-dev (1.19.7) ...
20:55:41 #5 5.592 Selecting previously unselected package build-essential.
20:55:41 #5 5.592 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
20:55:41 #5 5.595 Unpacking build-essential (12.6) ...
20:55:41 #5 5.624 Selecting previously unselected package libfakeroot:amd64.
20:55:41 #5 5.627 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
20:55:41 #5 5.633 Unpacking libfakeroot:amd64 (1.23-1) ...
20:55:41 #5 5.663 Selecting previously unselected package fakeroot.
20:55:41 #5 5.665 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
20:55:41 #5 5.669 Unpacking fakeroot (1.23-1) ...
20:55:41 #5 5.701 Selecting previously unselected package libalgorithm-diff-perl.
20:55:41 #5 5.703 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
20:55:41 #5 5.706 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
20:55:41 #5 5.733 Selecting previously unselected package libalgorithm-diff-xs-perl.
20:55:41 #5 5.735 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
20:55:41 #5 5.738 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:55:41 #5 5.762 Selecting previously unselected package libalgorithm-merge-perl.
20:55:41 #5 5.764 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
20:55:41 #5 5.767 Unpacking libalgorithm-merge-perl (0.08-3) ...
20:55:41 #5 5.803 Setting up libalgorithm-diff-perl (1.19.03-2) ...
20:55:41 #5 5.812 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:55:41 #5 5.820 Setting up libfakeroot:amd64 (1.23-1) ...
20:55:41 #5 5.832 Setting up fakeroot (1.23-1) ...
20:55:41 #5 5.851 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
20:55:41 #5 5.860 Setting up xz-utils (5.2.4-1) ...
20:55:41 #5 5.869 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:55:41 #5 5.876 Setting up patch (2.7.6-3+deb10u1) ...
20:55:41 #5 5.886 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:55:41 #5 5.894 Setting up libalgorithm-merge-perl (0.08-3) ...
20:55:41 #5 5.910 Setting up dpkg-dev (1.19.7) ...
20:55:41 #5 5.925 Setting up build-essential (12.6) ...
20:55:41 #5 5.936 Processing triggers for libc-bin (2.28-10) ...
20:55:43 #5 DONE 7.6s
20:55:43 
20:55:43 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
20:55:44 #6 0.749   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:55:44 #6 0.752                                  Dload  Upload   Total   Spent    Left  Speed
20:55:44 #6 0.754 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   5990      0 --:--:-- --:--:-- --:--:--  5990
20:55:44 #6 0.857 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.3M  100 10.3M    0     0  41.5M      0 --:--:-- --:--:-- --:--:-- 73.4M
20:55:44 #6 DONE 1.1s
20:55:44 
20:55:44 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
20:55:45 #7 DONE 1.1s
20:55:45 
20:55:45 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
20:55:46 #8 DONE 1.1s
20:55:46 
20:55:46 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
20:55:46 #9 DONE 0.1s
20:55:46 
20:55:46 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
20:55:46 #11 DONE 0.1s
20:55:46 
20:55:46 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
20:55:47 #12 1.065 Updating certificates in /etc/ssl/certs...
20:55:48 #12 1.689 1 added, 0 removed; done.
20:55:48 #12 1.689 Running hooks in /etc/ca-certificates/update.d...
20:55:48 #12 1.692 done.
20:55:48 #12 DONE 1.8s
20:55:48 
20:55:48 #13 [9/11] COPY . .
20:55:48 #13 DONE 0.7s
20:55:48 
20:55:48 #14 [10/11] RUN ./scripts/build/binary
20:55:49 #14 0.905 Building statically linked build/docker-linux-amd64
20:57:11 #14 DONE 78.8s
20:57:11 
20:57:11 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
20:57:11 #15 0.746 Building statically linked build/plugins-linux-amd64/docker-helloworld
20:57:11 #15 2.935 Building statically linked build/plugins-linux-amd64/docker-badmeta
20:57:12 #15 4.878 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
20:57:15 #15 DONE 7.1s
20:57:15 
20:57:15 #16 exporting to image
20:57:15 #16 exporting layers
20:57:17 #16 exporting layers 2.6s done
20:57:17 #16 writing image sha256:ddc5fd169c8d84c0d9e439b01a75c4a9b3929aa45d78a3885d1cc116770728eb done
20:57:17 #16 naming to docker.io/library/docker-cli-e2eclie2e5 done
20:57:17 #16 DONE 2.6s
20:57:17 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e5
20:57:19 Creating network "cliendtoendsuite_default" with the default driver
20:57:19 Pulling engine (docker:stable-dind)...
20:57:19 stable-dind: Pulling from library/docker
20:57:23 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
20:57:23 Status: Downloaded newer image for docker:stable-dind
20:57:23 Building notary-server
20:57:23 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:57:23 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:57:23 server-0.5.0: Pulling from library/notary
20:57:24 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
20:57:24 Status: Downloaded newer image for notary:server-0.5.0
20:57:24  ---> 16b632e954ca
20:57:24 Step 3/3 : COPY ./notary/ /fixtures/
20:57:24  ---> 5019a84bf53a
20:57:24 Successfully built 5019a84bf53a
20:57:24 Successfully tagged cliendtoendsuite_notary-server:latest
20:57:24 Building evil-notary-server
20:57:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:57:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:57:24  ---> 16b632e954ca
20:57:24 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:57:25  ---> ca0440d33ca7
20:57:25 Successfully built ca0440d33ca7
20:57:25 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:57:25 Creating cliendtoendsuite_registry_1 ... 
20:57:25 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:57:25 Creating cliendtoendsuite_notary-server_1      ... 
20:57:25 Creating cliendtoendsuite_engine_1             ... 
20:57:28 
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.18.0.4:2375
20:57:28 Client:
20:57:28  Version:           19.09.0-dev
20:57:28  API version:       1.40 (downgraded from 1.41)
20:57:28  Go version:        go1.12.10
20:57:28  Git commit:        
20:57:28  Built:             Mon Sep 30 20:55:49 2019
20:57:28  OS/Arch:           linux/amd64
20:57:28  Experimental:      false
20:57:28 
20:57:28 Server: Docker Engine - Community
20:57:28  Engine:
20:57:28   Version:          19.03.2
20:57:28   API version:      1.40 (minimum version 1.12)
20:57:28   Go version:       go1.12.8
20:57:28   Git commit:       6a30dfca03
20:57:28   Built:            Thu Aug 29 05:32:56 2019
20:57:28   OS/Arch:          linux/amd64
20:57:28   Experimental:     false
20:57:28  containerd:
20:57:28   Version:          v1.2.6
20:57:28   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:57:28  runc:
20:57:28   Version:          1.0.0-rc8
20:57:28   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:57:28  docker-init:
20:57:28   Version:          0.18.0
20:57:28   GitCommit:        fec3683
20:57:29 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:57:29 88286f41530e: Pulling fs layer
20:57:29 88286f41530e: Verifying Checksum
20:57:29 88286f41530e: Download complete
20:57:29 88286f41530e: Pull complete
20:57:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:57:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:57:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:57:29 The push refers to repository [registry:5000/alpine]
20:57:29 5bef08742407: Preparing
20:57:29 5bef08742407: Pushed
20:57:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:57:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:57:29 03b1be98f3f9: Pulling fs layer
20:57:30 03b1be98f3f9: Download complete
20:57:30 03b1be98f3f9: Pull complete
20:57:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:57:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:57:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:57:30 The push refers to repository [registry:5000/busybox]
20:57:30 6a749002dd6a: Preparing
20:57:30 6a749002dd6a: Pushed
20:57:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:57:30 Swarm initialized: current node (jcjwchnoiqkptceq8f6gj8m64) is now a manager.
20:57:30 
20:57:30 To add a worker to this swarm, run the following command:
20:57:30 
20:57:30     docker swarm join --token SWMTKN-1-2y45dbq2yto444y9z25oaz2zu1t3hdf3lxvbg83zn0dwxfitja-3ze72n4fgh3sslgwsdwe5by9f 172.18.0.4:2377
20:57:30 
20:57:30 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:57:30 
20:57:57 ✓  e2e/cli-plugins (2.856s)
20:57:57 ∅  e2e/cli-plugins/plugins/badmeta
20:57:57 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:57:57 ✓  e2e/context (34ms)
20:58:05 ✓  e2e/container (9.435s)
20:58:10 ✓  e2e/plugin (4.352s)
20:58:11 ✓  e2e/image (12.592s)
20:58:11 ∅  e2e/internal/fixtures
20:58:11 ∅  e2e/plugin/basic
20:58:11 ✓  e2e/system (59ms)
20:58:11 ✓  e2e/stack (694ms)
20:58:14 ✓  e2e/trust (2.36s)
20:58:14 
20:58:14 === Skipped
20:58:14 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:58:14     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:58:14 
20:58:14 === SKIP: e2e/container TestRunWithCgroupNamespace (0.10s)
20:58:14     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
20:58:14         )
20:58:14 
20:58:14 === SKIP: e2e/image TestBuildIidFileSquash (0.07s)
20:58:14     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:58:14 
20:58:14 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:58:14     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:58:14         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:58:14 
20:58:14 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:58:14     --- SKIP: TestRemove/Kubernetes (0.00s)
20:58:14         remove_test.go:22: !environment.KubernetesEnabled()
20:58:14 
20:58:14 
20:58:14 DONE 89 tests, 5 skipped in 43.479s
20:58:15 Stopping cliendtoendsuite_engine_1             ... 
20:58:15 Stopping cliendtoendsuite_notary-server_1      ... 
20:58:15 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:58:15 Stopping cliendtoendsuite_registry_1           ... 
20:58:17 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
20:58:17 Removing cliendtoendsuite_notary-server_1      ... 
20:58:17 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:58:17 Removing cliendtoendsuite_registry_1           ... 
20:58:17 
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
20:58:17 Removing image cliendtoendsuite_notary-server
20:58:17 Removing image cliendtoendsuite_evil-notary-server
20:58:17 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e5
20:58:18 Creating network "cliendtoendsuite_default" with the default driver
20:58:19 Building evil-notary-server
20:58:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:58:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:58:19  ---> 16b632e954ca
20:58:19 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:58:19  ---> 8830f5fd62be
20:58:19 Successfully built 8830f5fd62be
20:58:19 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:58:19 Building notary-server
20:58:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:58:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:58:19  ---> 16b632e954ca
20:58:19 Step 3/3 : COPY ./notary/ /fixtures/
20:58:19  ---> b18160d3845e
20:58:19 Successfully built b18160d3845e
20:58:19 Successfully tagged cliendtoendsuite_notary-server:latest
20:58:19 Creating cliendtoendsuite_registry_1 ... 
20:58:19 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:58:19 Creating cliendtoendsuite_engine_1             ... 
20:58:19 Creating cliendtoendsuite_notary-server_1      ... 
20:58:23 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
20:58:23 Client:
20:58:23  Version:           19.09.0-dev
20:58:23  API version:       1.40 (downgraded from 1.41)
20:58:23  Go version:        go1.12.10
20:58:23  Git commit:        
20:58:23  Built:             Mon Sep 30 20:55:49 2019
20:58:23  OS/Arch:           linux/amd64
20:58:23  Experimental:      false
20:58:23 
20:58:23 Server: Docker Engine - Community
20:58:23  Engine:
20:58:23   Version:          19.03.2
20:58:23   API version:      1.40 (minimum version 1.12)
20:58:23   Go version:       go1.12.8
20:58:23   Git commit:       6a30dfca03
20:58:23   Built:            Thu Aug 29 05:32:56 2019
20:58:23   OS/Arch:          linux/amd64
20:58:23   Experimental:     true
20:58:23  containerd:
20:58:23   Version:          v1.2.6
20:58:23   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
20:58:23  runc:
20:58:23   Version:          1.0.0-rc8
20:58:23   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:58:23  docker-init:
20:58:23   Version:          0.18.0
20:58:23   GitCommit:        fec3683
20:58:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:58:23 88286f41530e: Pulling fs layer
20:58:23 88286f41530e: Verifying Checksum
20:58:23 88286f41530e: Download complete
20:58:23 88286f41530e: Pull complete
20:58:23 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:58:23 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:58:23 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:58:23 The push refers to repository [registry:5000/alpine]
20:58:23 5bef08742407: Preparing
20:58:24 5bef08742407: Pushed
20:58:24 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:58:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:58:24 03b1be98f3f9: Pulling fs layer
20:58:24 03b1be98f3f9: Verifying Checksum
20:58:24 03b1be98f3f9: Download complete
20:58:24 03b1be98f3f9: Pull complete
20:58:24 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:58:24 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:58:24 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:58:24 The push refers to repository [registry:5000/busybox]
20:58:24 6a749002dd6a: Preparing
20:58:24 6a749002dd6a: Pushed
20:58:24 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:58:25 Swarm initialized: current node (ahbnwgngsj1hxifs9jxhmmfxz) is now a manager.
20:58:25 
20:58:25 To add a worker to this swarm, run the following command:
20:58:25 
20:58:25     docker swarm join --token SWMTKN-1-21xgsfapkv4pm4c4a65s8g5maqssmag0d8z9p8rq00xgwg4hy6-ctt0orhkerpwrr342xo9xxdan 172.19.0.5:2377
20:58:25 
20:58:25 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:58:25 
20:58:51 ✓  e2e/cli-plugins (3.007s)
20:58:51 ∅  e2e/cli-plugins/plugins/badmeta
20:58:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:58:52 ✓  e2e/context (52ms)
20:59:00 ✓  e2e/container (9.164s)
20:59:03 ✓  e2e/plugin (3.803s)
20:59:05 ✓  e2e/stack (694ms)
20:59:06 ✓  e2e/system (68ms)
20:59:09 ✓  e2e/image (16.28s)
20:59:09 ∅  e2e/internal/fixtures
20:59:09 ∅  e2e/plugin/basic
20:59:10 ✓  e2e/trust (3.512s)
20:59:10 
20:59:10 === Skipped
20:59:10 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:59:10     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:59:10 
20:59:10 === SKIP: e2e/container TestRunWithCgroupNamespace (0.10s)
20:59:10     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
20:59:10         )
20:59:10 
20:59:10 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:59:10     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:59:10         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:59:10 
20:59:10 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:59:10     --- SKIP: TestRemove/Kubernetes (0.00s)
20:59:10         remove_test.go:22: !environment.KubernetesEnabled()
20:59:10 
20:59:10 
20:59:10 DONE 89 tests, 4 skipped in 44.825s
20:59:10 Stopping cliendtoendsuite_notary-server_1      ... 
20:59:10 Stopping cliendtoendsuite_engine_1             ... 
20:59:10 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:59:10 Stopping cliendtoendsuite_registry_1           ... 
20:59:11 
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      ... 
20:59:11 Removing cliendtoendsuite_engine_1             ... 
20:59:11 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:59:11 Removing cliendtoendsuite_registry_1           ... 
20:59:11 
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
20:59:11 Removing image cliendtoendsuite_notary-server
20:59:11 Removing image cliendtoendsuite_evil-notary-server
20:59:12 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e5
20:59:14 Creating network "cliendtoendsuite_default" with the default driver
20:59:14 Building engine
20:59:14 Step 1/6 : FROM docker:test-dind
20:59:14 test-dind: Pulling from library/docker
20:59:18 Digest: sha256:33983f776a232bf11f32a9849663b927c6f4196a2ae55bb574334b28053e60ff
20:59:18 Status: Downloaded newer image for docker:test-dind
20:59:18  ---> fc95a05f901b
20:59:18 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
20:59:18  ---> Running in fcaf7d08c788
20:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:59:20 (1/5) Installing openssh-keygen (8.0_p1-r0)
20:59:20 (2/5) Installing openssh-server-common (8.0_p1-r0)
20:59:20 (3/5) Installing openssh-server (8.0_p1-r0)
20:59:20 (4/5) Installing linux-pam (1.3.0-r1)
20:59:20 (5/5) Installing shadow (4.6-r2)
20:59:20 Executing busybox-1.30.1-r2.trigger
20:59:20 OK: 24 MiB in 45 packages
20:59:20 Creating mailbox file: No such file or directory
20:59:21 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
20:59:21 Removing intermediate container fcaf7d08c788
20:59:21  ---> 037eb2d31444
20:59:21 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:59:21  ---> Running in f80b4a83eab8
20:59:23 Removing intermediate container f80b4a83eab8
20:59:23  ---> f151c456542e
20:59:23 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:59:23  ---> b12b507ceb93
20:59:23 Step 5/6 : EXPOSE 22
20:59:23  ---> Running in 3d02ba2ed503
20:59:23 Removing intermediate container 3d02ba2ed503
20:59:23  ---> a8082d913f23
20:59:23 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:59:23  ---> Running in 3744516e9531
20:59:23 Removing intermediate container 3744516e9531
20:59:23  ---> 6a8b69029877
20:59:23 Successfully built 6a8b69029877
20:59:24 Successfully tagged docker:stable-dind
20:59:24 Building evil-notary-server
20:59:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:59:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:59:24  ---> 16b632e954ca
20:59:24 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:59:24  ---> 0c89db94eb88
20:59:24 Successfully built 0c89db94eb88
20:59:24 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:59:24 Building notary-server
20:59:24 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:59:24 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:59:24  ---> 16b632e954ca
20:59:24 Step 3/3 : COPY ./notary/ /fixtures/
20:59:24  ---> 092534ad6df4
20:59:24 Successfully built 092534ad6df4
20:59:24 Successfully tagged cliendtoendsuite_notary-server:latest
20:59:24 Creating cliendtoendsuite_engine_1 ... 
20:59:24 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:59:24 Creating cliendtoendsuite_notary-server_1      ... 
20:59:24 Creating cliendtoendsuite_registry_1           ... 
20:59:28 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_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.3
20:59:28 Client:
20:59:28  Version:           19.09.0-dev
20:59:28  API version:       1.40 (downgraded from 1.41)
20:59:28  Go version:        go1.12.10
20:59:28  Git commit:        
20:59:28  Built:             Mon Sep 30 20:55:49 2019
20:59:28  OS/Arch:           linux/amd64
20:59:28  Experimental:      false
20:59:28 
20:59:28 Server: Docker Engine - Community
20:59:28  Engine:
20:59:28   Version:          19.03.3-beta1
20:59:28   API version:      1.40 (minimum version 1.12)
20:59:28   Go version:       go1.12.8
20:59:28   Git commit:       7348bc0fdb
20:59:28   Built:            Tue Sep 24 04:17:16 2019
20:59:28   OS/Arch:          linux/amd64
20:59:28   Experimental:     true
20:59:28  containerd:
20:59:28   Version:          v1.2.9
20:59:28   GitCommit:        d50db0a42053864a270f648048f9a8b4f24eced3
20:59:28  runc:
20:59:28   Version:          1.0.0-rc8
20:59:28   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
20:59:28  docker-init:
20:59:28   Version:          0.18.0
20:59:28   GitCommit:        fec3683
20:59:28 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:59:28 88286f41530e: Pulling fs layer
20:59:28 88286f41530e: Verifying Checksum
20:59:28 88286f41530e: Download complete
20:59:29 88286f41530e: Pull complete
20:59:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:59:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:59:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:59:29 The push refers to repository [registry:5000/alpine]
20:59:29 5bef08742407: Preparing
20:59:30 5bef08742407: Pushed
20:59:30 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:59:30 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:59:30 03b1be98f3f9: Pulling fs layer
20:59:30 03b1be98f3f9: Verifying Checksum
20:59:30 03b1be98f3f9: Download complete
20:59:30 03b1be98f3f9: Pull complete
20:59:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:59:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:59:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:59:30 The push refers to repository [registry:5000/busybox]
20:59:30 6a749002dd6a: Preparing
20:59:31 6a749002dd6a: Pushed
20:59:31 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:59:32 Swarm initialized: current node (w60gx94gs4522cfyrvve1npnt) is now a manager.
20:59:32 
20:59:32 To add a worker to this swarm, run the following command:
20:59:32 
20:59:32     docker swarm join --token SWMTKN-1-2gda9km0g65fmtoqrvdqrs3s3tzxiu1h7ubsuf8mqh0t52thfg-0t2wev0ohm908236fzwu05j0h 172.20.0.3:2377
20:59:32 
20:59:32 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:59:32 
21:00:10 ✓  e2e/cli-plugins (14.689s)
21:00:10 ∅  e2e/cli-plugins/plugins/badmeta
21:00:10 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:00:10 ✓  e2e/context (31ms)
21:00:17 ✓  e2e/container (20.169s)
21:00:22 ✓  e2e/plugin (4.689s)
21:00:24 ✓  e2e/stack (2.347s)
21:00:25 ✓  e2e/system (253ms)
21:00:33 ✓  e2e/trust (7.087s)
21:00:40 ✓  e2e/image (28.424s)
21:00:40 ∅  e2e/internal/fixtures
21:00:40 ∅  e2e/plugin/basic
21:00:40 
21:00:40 === Skipped
21:00:40 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:00:40     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:00:40 
21:00:40 === SKIP: e2e/container TestRunWithCgroupNamespace (0.52s)
21:00:40     run_test.go:65: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
21:00:40         )
21:00:40 
21:00:40 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:00:40     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:00:40         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:00:40 
21:00:40 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:00:40     --- SKIP: TestRemove/Kubernetes (0.00s)
21:00:40         remove_test.go:22: !environment.KubernetesEnabled()
21:00:40 
21:00:40 
21:00:40 DONE 89 tests, 4 skipped in 67.465s
21:00:40 Stopping cliendtoendsuite_registry_1           ... 
21:00:40 Stopping cliendtoendsuite_engine_1             ... 
21:00:40 Stopping cliendtoendsuite_notary-server_1      ... 
21:00:40 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:00:41 
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           ... 
21:00:41 Removing cliendtoendsuite_engine_1             ... 
21:00:41 Removing cliendtoendsuite_notary-server_1      ... 
21:00:41 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:00:42 
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
21:00:42 Removing image cliendtoendsuite_notary-server
21:00:42 Removing image cliendtoendsuite_evil-notary-server
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS