Skip to content
Success

Console Output

Branch indexing
00:51:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at f2163dd6a7da19754d81e13665b95e38dd5abc69 rather than 1b440e546d5ef8fe7e696020244dbdc55a2b02c0
Obtained Jenkinsfile from f2163dd6a7da19754d81e13665b95e38dd5abc69
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-1120@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘linux&&x86_64’
Running on ubuntu-1604-aufs (i-087e85533ab96ab2d) in /home/ubuntu/workspace/cli_PR-1120
[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-1120@tmp/3d05d1fe-e043-4d1c-ba2f-944f8c526f4b/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
00:58:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
00:58:07 chowning workspace
[Pipeline] sh
00:58:08 + uname -m
[Pipeline] sh
00:58:08 + pwd
00:58:08 + id -u
00:58:08 + id -g
00:58:08 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1120:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
00:58:09 Removing all docker containers
[Pipeline] sh
00:58:09 + docker container ls -aq
[Pipeline] echo
00:58:09 Docker containers have been removed
[Pipeline] echo
00:58:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
00:58:09 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
00:58:09 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
00:58:09 Using the ‘stage’ step without a block argument is deprecated
00:58:09 Entering stage Git Checkout
00:58:09 Proceeding
[Pipeline] checkout
00:58:09 using credential docker-jenkins-github-credentials
00:58:09 Cloning the remote Git repository
00:58:09 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1120 # 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/1120/head:refs/remotes/origin/PR-1120 +refs/heads/master:refs/remotes/origin/master
00:58:11 Fetching without tags
00:58:12 Merging remotes/origin/master commit f2163dd6a7da19754d81e13665b95e38dd5abc69 into PR head commit 1b440e546d5ef8fe7e696020244dbdc55a2b02c0
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1120/head:refs/remotes/origin/PR-1120 # 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/1120/head:refs/remotes/origin/PR-1120 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b440e546d5ef8fe7e696020244dbdc55a2b02c0
 > git merge f2163dd6a7da19754d81e13665b95e38dd5abc69 # timeout=10
00:58:13 Merge succeeded, producing 7b5061397ef02301883d86dfcf12aa3ff83dc2d0
00:58:13 Checking out Revision 7b5061397ef02301883d86dfcf12aa3ff83dc2d0 (PR-1120)
00:58:13 Commit message: "Merge commit 'f2163dd6a7da19754d81e13665b95e38dd5abc69' into HEAD"
00:58:13 First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b5061397ef02301883d86dfcf12aa3ff83dc2d0
[Pipeline] stage
00:58:14 Using the ‘stage’ step without a block argument is deprecated
00:58:14 Entering stage Run end-to-end test suite
00:58:14 Proceeding
[Pipeline] sh
00:58:14 + docker version
00:58:14 Client: Docker Engine - Community
00:58:14  Version:           19.03.1
00:58:14  API version:       1.40
00:58:14  Go version:        go1.12.5
00:58:14  Git commit:        74b1e89e8a
00:58:14  Built:             Thu Jul 25 21:21:35 2019
00:58:14  OS/Arch:           linux/amd64
00:58:14  Experimental:      false
00:58:14 
00:58:14 Server: Docker Engine - Community
00:58:14  Engine:
00:58:14   Version:          19.03.1
00:58:14   API version:      1.40 (minimum version 1.12)
00:58:14   Go version:       go1.12.5
00:58:14   Git commit:       74b1e89e8a
00:58:14   Built:            Thu Jul 25 21:20:09 2019
00:58:14   OS/Arch:          linux/amd64
00:58:14   Experimental:     true
00:58:14  containerd:
00:58:14   Version:          1.2.6
00:58:14   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:58:14  runc:
00:58:14   Version:          1.0.0-rc8
00:58:14   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:58:14  docker-init:
00:58:14   Version:          0.18.0
00:58:14   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
00:58:14 + docker info
00:58:14 Client:
00:58:14  Debug Mode: false
00:58:14 
00:58:14 Server:
00:58:14  Containers: 0
00:58:14   Running: 0
00:58:14   Paused: 0
00:58:14   Stopped: 0
00:58:14  Images: 33
00:58:14  Server Version: 19.03.1
00:58:14  Storage Driver: aufs
00:58:14   Root Dir: /var/lib/docker/aufs
00:58:14   Backing Filesystem: extfs
00:58:14   Dirs: 86
00:58:14   Dirperm1 Supported: true
00:58:14  Logging Driver: json-file
00:58:14  Cgroup Driver: cgroupfs
00:58:14  Plugins:
00:58:14   Volume: local
00:58:14   Network: bridge host ipvlan macvlan null overlay
00:58:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
00:58:14  Swarm: inactive
00:58:14  Runtimes: runc
00:58:14  Default Runtime: runc
00:58:14  Init Binary: docker-init
00:58:14  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:58:14  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
00:58:14  init version: fec3683
00:58:14  Security Options:
00:58:14   apparmor
00:58:14   seccomp
00:58:14    Profile: default
00:58:14  Kernel Version: 4.4.0-1090-aws
00:58:14  Operating System: Ubuntu 16.04.6 LTS
00:58:14  OSType: linux
00:58:14  Architecture: x86_64
00:58:14  CPUs: 2
00:58:14  Total Memory: 7.508GiB
00:58:14  Name: ip-10-100-64-143
00:58:14  ID: FVPD:QKCL:UG45:MIJD:XDSW:4PTL:XGSK:NRB3:L7F4:SEDN:HXJJ:YXLJ
00:58:14  Docker Root Dir: /var/lib/docker
00:58:14  Debug Mode: false
00:58:14  Username: dockerbuildbot
00:58:14  Registry: https://index.docker.io/v1/
00:58:14  Labels:
00:58:14  Experimental: true
00:58:14  Insecure Registries:
00:58:14   127.0.0.0/8
00:58:14  Live Restore Enabled: true
00:58:14 
00:58:14 WARNING: No swap limit support
00:58:14 WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.
[Pipeline] sh
00:58:15 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
00:58:15 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
00:58:15 #1 [internal] load build definition from Dockerfile.e2e
00:58:15 #1 transferring dockerfile: 1.58kB done
00:58:15 #1 DONE 0.0s
00:58:15 
00:58:15 #2 [internal] load .dockerignore
00:58:15 #2 transferring context: 100B done
00:58:15 #2 DONE 0.0s
00:58:15 
00:58:15 #3 [internal] load metadata for docker.io/library/golang:1.12.8
00:58:15 #3 DONE 0.1s
00:58:15 
00:58:15 #4 [1/11] FROM docker.io/library/golang:1.12.8@sha256:2a5dc837ac980ba4576dc...
00:58:15 #4 DONE 0.0s
00:58:15 
00:58:15 #10 [internal] load build context
00:58:16 #10 transferring context: 42.27MB 0.9s done
00:58:16 #10 DONE 0.9s
00:58:16 
00:58:16 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
00:58:16 #11 CACHED
00:58:16 
00:58:16 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
00:58:16 #5 CACHED
00:58:16 
00:58:16 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
00:58:16 #6 CACHED
00:58:16 
00:58:16 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
00:58:16 #7 CACHED
00:58:16 
00:58:16 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
00:58:16 #8 CACHED
00:58:16 
00:58:16 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
00:58:16 #9 CACHED
00:58:16 
00:58:16 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
00:58:16 #12 CACHED
00:58:16 
00:58:16 #13 [9/11] COPY . .
00:58:17 #13 DONE 0.5s
00:58:17 
00:58:17 #14 [10/11] RUN ./scripts/build/binary
00:58:17 #14 0.511 Building statically linked build/docker-linux-amd64
00:59:25 #14 DONE 67.5s
00:59:25 
00:59:25 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
00:59:25 #15 0.869 Building statically linked build/plugins-linux-amd64/docker-helloworld
00:59:27 #15 2.986 Building statically linked build/plugins-linux-amd64/docker-badmeta
00:59:29 #15 4.724 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
00:59:31 #15 DONE 6.7s
00:59:31 
00:59:31 #16 exporting to image
00:59:31 #16 exporting layers
00:59:33 #16 exporting layers 1.9s done
00:59:33 #16 writing image sha256:858e668f35e62d9e37f7ade1014fc284a3c7cdd5d3150431db0dd528ce280ba1 done
00:59:33 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
00:59:33 #16 DONE 2.0s
00:59:33 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
00:59:34 Creating network "cliendtoendsuite_default" with the default driver
00:59:34 Building notary-server
00:59:34 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:59:34 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:59:34  ---> 16b632e954ca
00:59:34 Step 3/3 : COPY ./notary/ /fixtures/
00:59:34  ---> e1794d56ba94
00:59:34 Successfully built e1794d56ba94
00:59:34 Successfully tagged cliendtoendsuite_notary-server:latest
00:59:34 Building evil-notary-server
00:59:34 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:59:34 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:59:34  ---> 16b632e954ca
00:59:34 Step 3/3 : COPY ./notary-evil/ /fixtures/
00:59:34  ---> 0eace2d26258
00:59:34 Successfully built 0eace2d26258
00:59:34 Successfully tagged cliendtoendsuite_evil-notary-server:latest
00:59:34 Creating cliendtoendsuite_evil-notary-server_1 ... 
00:59:34 Creating cliendtoendsuite_registry_1           ... 
00:59:34 Creating cliendtoendsuite_notary-server_1      ... 
00:59:34 Creating cliendtoendsuite_engine_1             ... 
00:59:36 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.24.0.2:2375
00:59:36 Client:
00:59:36  Version:           19.09.0-dev
00:59:36  API version:       1.40
00:59:36  Go version:        go1.12.8
00:59:36  Git commit:        
00:59:36  Built:             Wed Aug 28 00:58:17 2019
00:59:36  OS/Arch:           linux/amd64
00:59:36  Experimental:      false
00:59:36 
00:59:36 Server: Docker Engine - Community
00:59:36  Engine:
00:59:36   Version:          19.03.2-rc1
00:59:36   API version:      1.40 (minimum version 1.12)
00:59:36   Go version:       go1.12.8
00:59:36   Git commit:       8296f90eef
00:59:36   Built:            Fri Aug 23 16:30:26 2019
00:59:36   OS/Arch:          linux/amd64
00:59:36   Experimental:     false
00:59:36  containerd:
00:59:36   Version:          v1.2.6
00:59:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:59:36  runc:
00:59:36   Version:          1.0.0-rc8
00:59:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:59:36  docker-init:
00:59:36   Version:          0.18.0
00:59:36   GitCommit:        fec3683
00:59:37 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
00:59:37 88286f41530e: Pulling fs layer
00:59:37 88286f41530e: Verifying Checksum
00:59:37 88286f41530e: Download complete
00:59:37 88286f41530e: Pull complete
00:59:37 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:59:37 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:59:37 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:59:37 The push refers to repository [registry:5000/alpine]
00:59:37 5bef08742407: Preparing
00:59:37 5bef08742407: Pushed
00:59:37 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
00:59:37 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
00:59:37 03b1be98f3f9: Pulling fs layer
00:59:37 03b1be98f3f9: Verifying Checksum
00:59:37 03b1be98f3f9: Download complete
00:59:37 03b1be98f3f9: Pull complete
00:59:37 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:59:37 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:59:37 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:59:38 The push refers to repository [registry:5000/busybox]
00:59:38 6a749002dd6a: Preparing
00:59:38 6a749002dd6a: Pushed
00:59:38 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
00:59:38 Swarm initialized: current node (ttavc2ugthjjx1u23yq9f37co) is now a manager.
00:59:38 
00:59:38 To add a worker to this swarm, run the following command:
00:59:38 
00:59:38     docker swarm join --token SWMTKN-1-5z1s9k31bl247fca2soa5qh879orvl0saal7wn2c4hk728qojh-bfumu6fg6s6igg2dh5k0fi4gj 172.24.0.2:2377
00:59:38 
00:59:38 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
00:59:38 
01:00:05 ✓  e2e/cli-plugins (2.8s)
01:00:05 ∅  e2e/cli-plugins/plugins/badmeta
01:00:05 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:00:05 ✓  e2e/context (54ms)
01:00:07 ✓  e2e/container (7.517s)
01:00:13 ✓  e2e/plugin (3.496s)
01:00:13 ✓  e2e/stack (620ms)
01:00:14 ✓  e2e/system (60ms)
01:00:14 ✓  e2e/image (11.442s)
01:00:14 ∅  e2e/internal/fixtures
01:00:14 ∅  e2e/plugin/basic
01:00:17 ✓  e2e/trust (2.175s)
01:00:17 
01:00:17 === Skipped
01:00:17 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:00:17     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:00:17 
01:00:17 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
01:00:17     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
01:00:17 
01:00:17 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:00:17     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:00:17         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:00:17 
01:00:17 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:00:17     --- SKIP: TestRemove/Kubernetes (0.00s)
01:00:17         remove_test.go:22: !environment.KubernetesEnabled()
01:00:17 
01:00:17 
01:00:17 DONE 88 tests, 4 skipped in 38.304s
01:00:17 Stopping cliendtoendsuite_notary-server_1      ... 
01:00:17 Stopping cliendtoendsuite_engine_1             ... 
01:00:17 Stopping cliendtoendsuite_registry_1           ... 
01:00:17 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:00:19 
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_notary-server_1      ... 
01:00:19 Removing cliendtoendsuite_engine_1             ... 
01:00:19 Removing cliendtoendsuite_registry_1           ... 
01:00:19 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:00:19 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
01:00:19 Removing image cliendtoendsuite_notary-server
01:00:19 Removing image cliendtoendsuite_evil-notary-server
01:00:20 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
01:00:21 Creating network "cliendtoendsuite_default" with the default driver
01:00:21 Building evil-notary-server
01:00:21 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:00:21 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:00:21  ---> 16b632e954ca
01:00:21 Step 3/3 : COPY ./notary-evil/ /fixtures/
01:00:21  ---> b89cae978b59
01:00:21 Successfully built b89cae978b59
01:00:21 Successfully tagged cliendtoendsuite_evil-notary-server:latest
01:00:21 Building notary-server
01:00:21 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:00:21 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:00:21  ---> 16b632e954ca
01:00:21 Step 3/3 : COPY ./notary/ /fixtures/
01:00:21  ---> 61f608f3f72e
01:00:21 Successfully built 61f608f3f72e
01:00:21 Successfully tagged cliendtoendsuite_notary-server:latest
01:00:21 Creating cliendtoendsuite_evil-notary-server_1 ... 
01:00:21 Creating cliendtoendsuite_registry_1           ... 
01:00:21 Creating cliendtoendsuite_engine_1             ... 
01:00:21 Creating cliendtoendsuite_notary-server_1      ... 
01:00:23 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.25.0.5:2375
01:00:23 Client:
01:00:23  Version:           19.09.0-dev
01:00:23  API version:       1.40
01:00:23  Go version:        go1.12.8
01:00:23  Git commit:        
01:00:23  Built:             Wed Aug 28 00:58:17 2019
01:00:23  OS/Arch:           linux/amd64
01:00:23  Experimental:      false
01:00:23 
01:00:23 Server: Docker Engine - Community
01:00:23  Engine:
01:00:23   Version:          19.03.2-rc1
01:00:23   API version:      1.40 (minimum version 1.12)
01:00:23   Go version:       go1.12.8
01:00:23   Git commit:       8296f90eef
01:00:23   Built:            Fri Aug 23 16:30:26 2019
01:00:23   OS/Arch:          linux/amd64
01:00:23   Experimental:     true
01:00:23  containerd:
01:00:23   Version:          v1.2.6
01:00:23   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
01:00:23  runc:
01:00:23   Version:          1.0.0-rc8
01:00:23   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
01:00:23  docker-init:
01:00:23   Version:          0.18.0
01:00:23   GitCommit:        fec3683
01:00:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:00:23 88286f41530e: Pulling fs layer
01:00:23 88286f41530e: Verifying Checksum
01:00:23 88286f41530e: Download complete
01:00:24 88286f41530e: Pull complete
01:00:24 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:00:24 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:00:24 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:00:24 The push refers to repository [registry:5000/alpine]
01:00:24 5bef08742407: Preparing
01:00:24 5bef08742407: Pushed
01:00:24 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:00:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:00:24 03b1be98f3f9: Pulling fs layer
01:00:24 03b1be98f3f9: Verifying Checksum
01:00:24 03b1be98f3f9: Download complete
01:00:24 03b1be98f3f9: Pull complete
01:00:24 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:00:24 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:00:24 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:00:24 The push refers to repository [registry:5000/busybox]
01:00:24 6a749002dd6a: Preparing
01:00:24 6a749002dd6a: Pushed
01:00:24 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:00:25 Swarm initialized: current node (6gime7ztgc39key1zxvnnya5q) is now a manager.
01:00:25 
01:00:25 To add a worker to this swarm, run the following command:
01:00:25 
01:00:25     docker swarm join --token SWMTKN-1-1jtmghk0t8zduauh0cqof10wwo9vi60j4g4hq1ol3fft40514s-916idvah0wkmcndjwu1qwcj93 172.25.0.5:2377
01:00:25 
01:00:25 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:00:25 
01:00:51 ✓  e2e/cli-plugins (2.62s)
01:00:51 ∅  e2e/cli-plugins/plugins/badmeta
01:00:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:00:51 ✓  e2e/context (42ms)
01:00:56 ✓  e2e/container (7.035s)
01:01:00 ✓  e2e/plugin (2.761s)
01:01:00 ✓  e2e/stack (521ms)
01:01:01 ✓  e2e/system (83ms)
01:01:06 ✓  e2e/trust (3.761s)
01:01:06 ✓  e2e/image (14.391s)
01:01:06 ∅  e2e/internal/fixtures
01:01:06 ∅  e2e/plugin/basic
01:01:06 
01:01:06 === Skipped
01:01:06 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:01:06     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:01:06 
01:01:06 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:01:06     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:01:06         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:01:06 
01:01:06 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:01:06     --- SKIP: TestRemove/Kubernetes (0.00s)
01:01:06         remove_test.go:22: !environment.KubernetesEnabled()
01:01:06 
01:01:06 
01:01:06 DONE 88 tests, 3 skipped in 40.714s
01:01:06 Stopping cliendtoendsuite_registry_1           ... 
01:01:06 Stopping cliendtoendsuite_notary-server_1      ... 
01:01:06 Stopping cliendtoendsuite_engine_1             ... 
01:01:06 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:01:08 
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_registry_1           ... 
01:01:08 Removing cliendtoendsuite_notary-server_1      ... 
01:01:08 Removing cliendtoendsuite_engine_1             ... 
01:01:08 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:01:08 
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
01:01:08 Removing image cliendtoendsuite_notary-server
01:01:08 Removing image cliendtoendsuite_evil-notary-server
01:01:09 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e1
01:01:10 Creating network "cliendtoendsuite_default" with the default driver
01:01:10 Building notary-server
01:01:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:01:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:01:10  ---> 16b632e954ca
01:01:10 Step 3/3 : COPY ./notary/ /fixtures/
01:01:10  ---> 8c32a10c4637
01:01:10 Successfully built 8c32a10c4637
01:01:10 Successfully tagged cliendtoendsuite_notary-server:latest
01:01:10 Building evil-notary-server
01:01:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:01:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:01:10  ---> 16b632e954ca
01:01:10 Step 3/3 : COPY ./notary-evil/ /fixtures/
01:01:10  ---> b2efcec04d1f
01:01:10 Successfully built b2efcec04d1f
01:01:10 Successfully tagged cliendtoendsuite_evil-notary-server:latest
01:01:10 Building engine
01:01:11 Step 1/6 : FROM docker:test-dind
01:01:11  ---> acb747daa9d2
01:01:11 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
01:01:11  ---> Using cache
01:01:11  ---> a9e98ee0683b
01:01:11 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
01:01:11  ---> Using cache
01:01:11  ---> 36315fd2d18f
01:01:11 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
01:01:11  ---> Using cache
01:01:11  ---> 23b4457d8313
01:01:11 Step 5/6 : EXPOSE 22
01:01:11  ---> Using cache
01:01:11  ---> 725dd5cad1e1
01:01:11 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
01:01:11  ---> Using cache
01:01:11  ---> ab00e99e1164
01:01:11 Successfully built ab00e99e1164
01:01:11 Successfully tagged docker:stable-dind
01:01:11 Creating cliendtoendsuite_engine_1 ... 
01:01:11 Creating cliendtoendsuite_notary-server_1 ... 
01:01:11 Creating cliendtoendsuite_evil-notary-server_1 ... 
01:01:11 Creating cliendtoendsuite_registry_1           ... 
01:01:12 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.26.0.3
01:01:13 Client:
01:01:13  Version:           19.09.0-dev
01:01:13  API version:       1.40
01:01:13  Go version:        go1.12.8
01:01:13  Git commit:        
01:01:13  Built:             Wed Aug 28 00:58:17 2019
01:01:13  OS/Arch:           linux/amd64
01:01:13  Experimental:      false
01:01:13 
01:01:13 Server: Docker Engine - Community
01:01:13  Engine:
01:01:13   Version:          19.03.2-rc1
01:01:13   API version:      1.40 (minimum version 1.12)
01:01:13   Go version:       go1.12.8
01:01:13   Git commit:       8296f90eef
01:01:13   Built:            Fri Aug 23 16:30:26 2019
01:01:13   OS/Arch:          linux/amd64
01:01:13   Experimental:     true
01:01:13  containerd:
01:01:13   Version:          v1.2.6
01:01:13   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
01:01:13  runc:
01:01:13   Version:          1.0.0-rc8
01:01:13   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
01:01:13  docker-init:
01:01:13   Version:          0.18.0
01:01:13   GitCommit:        fec3683
01:01:13 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:01:13 88286f41530e: Pulling fs layer
01:01:13 88286f41530e: Verifying Checksum
01:01:13 88286f41530e: Download complete
01:01:13 88286f41530e: Pull complete
01:01:13 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:01:13 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:01:13 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:01:14 The push refers to repository [registry:5000/alpine]
01:01:14 5bef08742407: Preparing
01:01:14 5bef08742407: Pushed
01:01:14 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:01:15 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:01:15 03b1be98f3f9: Pulling fs layer
01:01:15 03b1be98f3f9: Verifying Checksum
01:01:15 03b1be98f3f9: Download complete
01:01:15 03b1be98f3f9: Pull complete
01:01:15 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:01:15 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:01:15 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:01:15 The push refers to repository [registry:5000/busybox]
01:01:15 6a749002dd6a: Preparing
01:01:15 6a749002dd6a: Pushed
01:01:15 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:01:16 Swarm initialized: current node (b97htcg1xmsq9jt69sbkofeau) is now a manager.
01:01:16 
01:01:16 To add a worker to this swarm, run the following command:
01:01:16 
01:01:16     docker swarm join --token SWMTKN-1-4zkqizrdfle8ecf7k5jhi8hs1boqoya9fcrg3qkxlrvkxl6zn5-06e8odrmij4xt7deuo2oi4gha 172.26.0.3:2377
01:01:16 
01:01:16 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:01:16 
01:01:55 ✓  e2e/cli-plugins (12.053s)
01:01:55 ∅  e2e/cli-plugins/plugins/badmeta
01:01:55 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:01:55 ✓  e2e/context (37ms)
01:01:56 ✓  e2e/container (16.114s)
01:02:01 ✓  e2e/plugin (4.257s)
01:02:03 ✓  e2e/stack (1.915s)
01:02:04 ✓  e2e/system (265ms)
01:02:12 ✓  e2e/trust (6.546s)
01:02:16 ✓  e2e/image (23.704s)
01:02:16 ∅  e2e/internal/fixtures
01:02:16 ∅  e2e/plugin/basic
01:02:16 
01:02:16 === Skipped
01:02:16 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:02:16     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:02:16 
01:02:16 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:02:16     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:02:16         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:02:16 
01:02:16 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:02:16     --- SKIP: TestRemove/Kubernetes (0.00s)
01:02:16         remove_test.go:22: !environment.KubernetesEnabled()
01:02:16 
01:02:16 
01:02:16 DONE 88 tests, 3 skipped in 59.312s
01:02:16 Stopping cliendtoendsuite_registry_1           ... 
01:02:16 Stopping cliendtoendsuite_engine_1             ... 
01:02:16 Stopping cliendtoendsuite_notary-server_1      ... 
01:02:16 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:02:18 
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_registry_1           ... 
01:02:18 Removing cliendtoendsuite_engine_1             ... 
01:02:18 Removing cliendtoendsuite_notary-server_1      ... 
01:02:18 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:02:18 
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
01:02:18 Removing image cliendtoendsuite_notary-server
01:02:18 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