Skip to content
Success

Console Output

Pull request #1940 updated
18:37:13 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 016a3232168d01923cbc6c47d6f05d008e1c7edf rather than 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4
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-0169aa362f5d012ca) in /home/ubuntu/workspace/cli_PR-1940
[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-1940@tmp/74290703-3678-4bd9-8bb1-bc25bb3f3f64/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
18:37:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:37:16 chowning workspace
[Pipeline] sh
18:37:16 + uname -m
[Pipeline] sh
18:37:16 + pwd
18:37:16 + id -u
18:37:16 + id -g
18:37:16 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1940:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:37:18 Removing all docker containers
[Pipeline] sh
18:37:18 + docker container ls -aq
[Pipeline] echo
18:37:18 Docker containers have been removed
[Pipeline] echo
18:37:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:37:18 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:37:18 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:37:18 Using the ‘stage’ step without a block argument is deprecated
18:37:18 Entering stage Git Checkout
18:37:18 Proceeding
[Pipeline] checkout
18:37:18 using credential docker-jenkins-github-credentials
18:37:18 Cloning the remote Git repository
18:37:18 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1940 # 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/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
18:37:21 Fetching without tags
18:37:21 Merging remotes/origin/master commit 016a3232168d01923cbc6c47d6f05d008e1c7edf into PR head commit 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1940/head:refs/remotes/origin/PR-1940 # 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/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4
18:37:21 Merge succeeded, producing 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4
18:37:21 Checking out Revision 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4 (PR-1940)
18:37:22 Commit message: "Bump moby + swarmkit re-vendor opencontainers"
18:37:22 First time build. Skipping changelog.
[Pipeline] stage
18:37:22 Using the ‘stage’ step without a block argument is deprecated
18:37:22 Entering stage Run end-to-end test suite
18:37:22 Proceeding
[Pipeline] sh
 > git merge 016a3232168d01923cbc6c47d6f05d008e1c7edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8f63f9ead87a8c261099df1cd89b192b8d0cb2d4
 > git rev-list --no-walk f6c71a0cd8b47c2331ab32b6916c09a06603fe2a # timeout=10
18:37:23 + docker version
18:37:23 Client: Docker Engine - Community
18:37:23  Version:           19.03.1
18:37:23  API version:       1.40
18:37:23  Go version:        go1.12.5
18:37:23  Git commit:        74b1e89
18:37:23  Built:             Thu Jul 25 21:21:05 2019
18:37:23  OS/Arch:           linux/amd64
18:37:23  Experimental:      false
18:37:23 
18:37:23 Server: Docker Engine - Community
18:37:23  Engine:
18:37:23   Version:          19.03.1
18:37:23   API version:      1.40 (minimum version 1.12)
18:37:23   Go version:       go1.12.5
18:37:23   Git commit:       74b1e89
18:37:23   Built:            Thu Jul 25 21:19:41 2019
18:37:23   OS/Arch:          linux/amd64
18:37:23   Experimental:     true
18:37:23  containerd:
18:37:23   Version:          1.2.6
18:37:23   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:37:23  runc:
18:37:23   Version:          1.0.0-rc8
18:37:23   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:37:23  docker-init:
18:37:23   Version:          0.18.0
18:37:23   GitCommit:        fec3683
[Pipeline] sh
18:37:23 + docker info
18:37:23 Client:
18:37:23  Debug Mode: false
18:37:23 
18:37:23 Server:
18:37:23  Containers: 0
18:37:23   Running: 0
18:37:23   Paused: 0
18:37:23   Stopped: 0
18:37:23  Images: 70
18:37:23  Server Version: 19.03.1
18:37:23  Storage Driver: overlay2
18:37:23   Backing Filesystem: extfs
18:37:23   Supports d_type: true
18:37:23   Native Overlay Diff: true
18:37:23  Logging Driver: json-file
18:37:23  Cgroup Driver: cgroupfs
18:37:23  Plugins:
18:37:23   Volume: local
18:37:23   Network: bridge host ipvlan macvlan null overlay
18:37:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:37:23  Swarm: inactive
18:37:23  Runtimes: runc
18:37:23  Default Runtime: runc
18:37:23  Init Binary: docker-init
18:37:23  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:37:23  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
18:37:23  init version: fec3683
18:37:23  Security Options:
18:37:23   apparmor
18:37:23   seccomp
18:37:23    Profile: default
18:37:23  Kernel Version: 4.15.0-1045-aws
18:37:23  Operating System: Ubuntu 18.04.3 LTS
18:37:23  OSType: linux
18:37:23  Architecture: x86_64
18:37:23  CPUs: 2
18:37:23  Total Memory: 7.501GiB
18:37:23  Name: ip-10-100-74-78
18:37:23  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
18:37:23  Docker Root Dir: /var/lib/docker
18:37:23  Debug Mode: false
18:37:23  Username: dockerbuildbot
18:37:23  Registry: https://index.docker.io/v1/
18:37:23  Labels:
18:37:23  Experimental: true
18:37:23  Insecure Registries:
18:37:23   127.0.0.0/8
18:37:23  Live Restore Enabled: true
18:37:23 
18:37:23 WARNING: No swap limit support
[Pipeline] sh
18:37:23 + E2E_UNIQUE_ID=clie2e4 IMAGE_TAG=clie2e4 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:37:23 docker build -t docker-cli-e2eclie2e4 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:37:23 #1 [internal] load build definition from Dockerfile.e2e
18:37:23 #1 transferring dockerfile: 1.58kB done
18:37:23 #1 DONE 0.0s
18:37:23 
18:37:23 #2 [internal] load .dockerignore
18:37:23 #2 transferring context: 100B done
18:37:23 #2 DONE 0.0s
18:37:23 
18:37:23 #3 [internal] load metadata for docker.io/library/golang:1.12.9
18:37:24 #3 DONE 0.1s
18:37:24 
18:37:24 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
18:37:24 #4 resolve docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e done
18:37:24 #4 DONE 0.0s
18:37:24 
18:37:24 #10 [internal] load build context
18:37:25 #10 transferring context: 42.36MB 0.8s done
18:37:25 #10 DONE 0.8s
18:37:25 
18:37:25 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:37:25 #11 CACHED
18:37:25 
18:37:25 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:37:25 #5 CACHED
18:37:25 
18:37:25 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
18:37:25 #7 CACHED
18:37:25 
18:37:25 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
18:37:25 #8 CACHED
18:37:25 
18:37:25 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:37:25 #9 CACHED
18:37:25 
18:37:25 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
18:37:25 #6 CACHED
18:37:25 
18:37:25 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:37:25 #12 CACHED
18:37:25 
18:37:25 #13 [9/11] COPY . .
18:37:26 #13 DONE 1.2s
18:37:26 
18:37:26 #14 [10/11] RUN ./scripts/build/binary
18:37:26 #14 0.768 Building statically linked build/docker-linux-amd64
18:38:34 #14 DONE 67.6s
18:38:34 
18:38:34 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
18:38:34 #15 0.649 Building statically linked build/plugins-linux-amd64/docker-helloworld
18:38:36 #15 2.520 Building statically linked build/plugins-linux-amd64/docker-badmeta
18:38:38 #15 4.175 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
18:38:40 #15 DONE 6.3s
18:38:40 
18:38:40 #16 exporting to image
18:38:40 #16 exporting layers
18:38:42 #16 exporting layers 2.0s done
18:38:42 #16 writing image sha256:f9038cf7db4bdc0aca752ff91a01f41b00efa40531b4e8bd8604b08fd551c242 done
18:38:42 #16 naming to docker.io/library/docker-cli-e2eclie2e4 done
18:38:42 #16 DONE 2.1s
18:38:42 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-e2eclie2e4
18:38:43 Creating network "cliendtoendsuite_default" with the default driver
18:38:43 Pulling engine (docker:stable-dind)...
18:38:43 stable-dind: Pulling from library/docker
18:38:46 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:38:46 Status: Downloaded newer image for docker:stable-dind
18:38:46 Building notary-server
18:38:46 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:38:46 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:38:46 server-0.5.0: Pulling from library/notary
18:38:47 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
18:38:47 Status: Downloaded newer image for notary:server-0.5.0
18:38:47  ---> 16b632e954ca
18:38:47 Step 3/3 : COPY ./notary/ /fixtures/
18:38:49  ---> 14cf1a06cab9
18:38:49 Successfully built 14cf1a06cab9
18:38:49 Successfully tagged cliendtoendsuite_notary-server:latest
18:38:49 Building evil-notary-server
18:38:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:38:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:38:49  ---> 16b632e954ca
18:38:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:38:49  ---> 72892557c5cd
18:38:49 Successfully built 72892557c5cd
18:38:49 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:38:49 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:38:49 Creating cliendtoendsuite_registry_1           ... 
18:38:49 Creating cliendtoendsuite_notary-server_1      ... 
18:38:49 Creating cliendtoendsuite_engine_1             ... 
18:38:52 
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 tcp://172.18.0.2:2375
18:38:52 Client:
18:38:52  Version:           19.09.0-dev
18:38:52  API version:       1.40 (downgraded from 1.41)
18:38:52  Go version:        go1.12.9
18:38:52  Git commit:        
18:38:52  Built:             Mon Sep  9 18:37:26 2019
18:38:52  OS/Arch:           linux/amd64
18:38:52  Experimental:      false
18:38:52 
18:38:52 Server: Docker Engine - Community
18:38:52  Engine:
18:38:52   Version:          19.03.2
18:38:52   API version:      1.40 (minimum version 1.12)
18:38:52   Go version:       go1.12.8
18:38:52   Git commit:       6a30dfca03
18:38:52   Built:            Thu Aug 29 05:32:56 2019
18:38:52   OS/Arch:          linux/amd64
18:38:52   Experimental:     false
18:38:52  containerd:
18:38:52   Version:          v1.2.6
18:38:52   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:38:52  runc:
18:38:52   Version:          1.0.0-rc8
18:38:52   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:38:52  docker-init:
18:38:52   Version:          0.18.0
18:38:52   GitCommit:        fec3683
18:38:53 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:38:53 88286f41530e: Pulling fs layer
18:38:53 88286f41530e: Verifying Checksum
18:38:53 88286f41530e: Download complete
18:38:53 88286f41530e: Pull complete
18:38:53 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:38:53 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:38:53 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:38:53 The push refers to repository [registry:5000/alpine]
18:38:53 5bef08742407: Preparing
18:38:53 5bef08742407: Pushed
18:38:53 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:38:53 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:38:54 03b1be98f3f9: Pulling fs layer
18:38:54 03b1be98f3f9: Download complete
18:38:54 03b1be98f3f9: Pull complete
18:38:54 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:38:54 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:38:54 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:38:54 The push refers to repository [registry:5000/busybox]
18:38:54 6a749002dd6a: Preparing
18:38:55 6a749002dd6a: Pushed
18:38:55 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:38:55 Swarm initialized: current node (nlcdfa67l8inecxfsnir5marr) is now a manager.
18:38:55 
18:38:55 To add a worker to this swarm, run the following command:
18:38:55 
18:38:55     docker swarm join --token SWMTKN-1-1fy68q5glr6mfu4wbjwuwlgh7zrketm8m2088mv507hpl5yxtw-40auslkxbw9sz8gma12f9jh5a 172.18.0.2:2377
18:38:55 
18:38:55 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:38:55 
18:39:22 ✓  e2e/cli-plugins (2.38s)
18:39:22 ∅  e2e/cli-plugins/plugins/badmeta
18:39:22 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:39:22 ✓  e2e/context (71ms)
18:39:24 ✓  e2e/container (8.471s)
18:39:30 ✓  e2e/plugin (3.869s)
18:39:30 ✓  e2e/image (10.749s)
18:39:30 ∅  e2e/internal/fixtures
18:39:30 ∅  e2e/plugin/basic
18:39:30 ✓  e2e/system (68ms)
18:39:31 ✓  e2e/stack (574ms)
18:39:33 ✓  e2e/trust (2.029s)
18:39:33 
18:39:33 === Skipped
18:39:33 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:39:33     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:39:33 
18:39:33 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
18:39:33     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
18:39:33 
18:39:33 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:39:33     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:39:33         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:39:33 
18:39:33 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:39:33     --- SKIP: TestRemove/Kubernetes (0.00s)
18:39:33         remove_test.go:22: !environment.KubernetesEnabled()
18:39:33 
18:39:33 
18:39:33 DONE 88 tests, 4 skipped in 37.579s
18:39:33 Stopping cliendtoendsuite_registry_1           ... 
18:39:33 Stopping cliendtoendsuite_notary-server_1      ... 
18:39:33 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:39:33 Stopping cliendtoendsuite_engine_1             ... 
18:39:36 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
18:39:36 Removing cliendtoendsuite_notary-server_1      ... 
18:39:36 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:39:36 Removing cliendtoendsuite_engine_1             ... 
18:39:36 
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
18:39:36 Removing image cliendtoendsuite_notary-server
18:39:36 Removing image cliendtoendsuite_evil-notary-server
18:39:36 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-e2eclie2e4
18:39:37 Creating network "cliendtoendsuite_default" with the default driver
18:39:37 Building evil-notary-server
18:39:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:39:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:39:37  ---> 16b632e954ca
18:39:37 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:39:38  ---> 343ed6ae0d60
18:39:38 Successfully built 343ed6ae0d60
18:39:38 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:39:38 Building notary-server
18:39:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:39:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:39:38  ---> 16b632e954ca
18:39:38 Step 3/3 : COPY ./notary/ /fixtures/
18:39:38  ---> dcadbaaa3cb1
18:39:38 Successfully built dcadbaaa3cb1
18:39:38 Successfully tagged cliendtoendsuite_notary-server:latest
18:39:38 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:39:38 Creating cliendtoendsuite_engine_1             ... 
18:39:38 Creating cliendtoendsuite_registry_1           ... 
18:39:38 Creating cliendtoendsuite_notary-server_1      ... 
18:39:41 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
18:39:41 Client:
18:39:41  Version:           19.09.0-dev
18:39:41  API version:       1.40 (downgraded from 1.41)
18:39:41  Go version:        go1.12.9
18:39:41  Git commit:        
18:39:41  Built:             Mon Sep  9 18:37:26 2019
18:39:41  OS/Arch:           linux/amd64
18:39:41  Experimental:      false
18:39:41 
18:39:41 Server: Docker Engine - Community
18:39:41  Engine:
18:39:41   Version:          19.03.2
18:39:41   API version:      1.40 (minimum version 1.12)
18:39:41   Go version:       go1.12.8
18:39:41   Git commit:       6a30dfca03
18:39:41   Built:            Thu Aug 29 05:32:56 2019
18:39:41   OS/Arch:          linux/amd64
18:39:41   Experimental:     true
18:39:41  containerd:
18:39:41   Version:          v1.2.6
18:39:41   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:39:41  runc:
18:39:41   Version:          1.0.0-rc8
18:39:41   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:39:41  docker-init:
18:39:41   Version:          0.18.0
18:39:41   GitCommit:        fec3683
18:39:42 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:39:42 88286f41530e: Pulling fs layer
18:39:42 88286f41530e: Download complete
18:39:42 88286f41530e: Pull complete
18:39:42 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:39:42 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:39:42 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:39:42 The push refers to repository [registry:5000/alpine]
18:39:42 5bef08742407: Preparing
18:39:42 5bef08742407: Pushed
18:39:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:39:42 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:39:42 03b1be98f3f9: Pulling fs layer
18:39:42 03b1be98f3f9: Verifying Checksum
18:39:42 03b1be98f3f9: Download complete
18:39:43 03b1be98f3f9: Pull complete
18:39:43 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:39:43 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:39:43 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:39:43 The push refers to repository [registry:5000/busybox]
18:39:43 6a749002dd6a: Preparing
18:39:43 6a749002dd6a: Pushed
18:39:43 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:39:44 Swarm initialized: current node (fy2euqpf11domu56qaweh920z) is now a manager.
18:39:44 
18:39:44 To add a worker to this swarm, run the following command:
18:39:44 
18:39:44     docker swarm join --token SWMTKN-1-4hoj2gdgbpmat3qvr3tew3jl7hq6owfk80hhe6m2armrw24xy8-1lcl4ae1tm3fqye9vsqujm5q8 172.19.0.5:2377
18:39:44 
18:39:44 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:39:44 
18:40:10 ✓  e2e/cli-plugins (2.449s)
18:40:10 ∅  e2e/cli-plugins/plugins/badmeta
18:40:10 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:40:10 ✓  e2e/context (42ms)
18:40:13 ✓  e2e/container (8.382s)
18:40:17 ✓  e2e/plugin (3.401s)
18:40:18 ✓  e2e/stack (553ms)
18:40:19 ✓  e2e/system (64ms)
18:40:22 ✓  e2e/image (14.824s)
18:40:22 ∅  e2e/internal/fixtures
18:40:22 ∅  e2e/plugin/basic
18:40:22 ✓  e2e/trust (3.071s)
18:40:22 
18:40:22 === Skipped
18:40:22 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:40:22     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:40:22 
18:40:22 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:40:22     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:40:22         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:40:22 
18:40:22 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:40:22     --- SKIP: TestRemove/Kubernetes (0.00s)
18:40:22         remove_test.go:22: !environment.KubernetesEnabled()
18:40:22 
18:40:22 
18:40:22 DONE 88 tests, 3 skipped in 38.944s
18:40:23 Stopping cliendtoendsuite_notary-server_1      ... 
18:40:23 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:40:23 Stopping cliendtoendsuite_registry_1           ... 
18:40:23 Stopping cliendtoendsuite_engine_1             ... 
18:40:25 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
18:40:25 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:40:25 Removing cliendtoendsuite_registry_1           ... 
18:40:25 Removing cliendtoendsuite_engine_1             ... 
18:40:25 
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
18:40:25 Removing image cliendtoendsuite_notary-server
18:40:25 Removing image cliendtoendsuite_evil-notary-server
18:40:25 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-e2eclie2e4
18:40:27 Creating network "cliendtoendsuite_default" with the default driver
18:40:27 Building engine
18:40:27 Step 1/6 : FROM docker:test-dind
18:40:27 test-dind: Pulling from library/docker
18:40:27 Digest: sha256:615eb3922630a30a52f7c46760f3d08a9eb4a1b0474d038281af8eade8c43f40
18:40:27 Status: Downloaded newer image for docker:test-dind
18:40:27  ---> 5768e15eefd1
18:40:27 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
18:40:27  ---> Running in bd984272f425
18:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:40:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:40:29 (1/5) Installing openssh-keygen (8.0_p1-r0)
18:40:29 (2/5) Installing openssh-server-common (8.0_p1-r0)
18:40:29 (3/5) Installing openssh-server (8.0_p1-r0)
18:40:29 (4/5) Installing linux-pam (1.3.0-r1)
18:40:29 (5/5) Installing shadow (4.6-r2)
18:40:29 Executing busybox-1.30.1-r2.trigger
18:40:29 OK: 24 MiB in 45 packages
18:40:29 Creating mailbox file: No such file or directory
18:40:29 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
18:40:30 Removing intermediate container bd984272f425
18:40:30  ---> 028631fa5b1d
18:40:30 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
18:40:30  ---> Running in 296214360e61
18:40:32 Removing intermediate container 296214360e61
18:40:32  ---> d4aeee93a3cb
18:40:32 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
18:40:32  ---> b46956cbd247
18:40:32 Step 5/6 : EXPOSE 22
18:40:32  ---> Running in 2ca51666c740
18:40:32 Removing intermediate container 2ca51666c740
18:40:32  ---> 6fe23230044e
18:40:32 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
18:40:32  ---> Running in 70c3ef923006
18:40:32 Removing intermediate container 70c3ef923006
18:40:32  ---> 0ba1f959902f
18:40:32 Successfully built 0ba1f959902f
18:40:32 Successfully tagged docker:stable-dind
18:40:32 Building notary-server
18:40:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:40:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:40:32  ---> 16b632e954ca
18:40:32 Step 3/3 : COPY ./notary/ /fixtures/
18:40:32  ---> 01a40dc8b06a
18:40:32 Successfully built 01a40dc8b06a
18:40:32 Successfully tagged cliendtoendsuite_notary-server:latest
18:40:32 Building evil-notary-server
18:40:32 Step 1/3 : ARG NOTARY_VERSION=0.5.0
18:40:32 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
18:40:32  ---> 16b632e954ca
18:40:32 Step 3/3 : COPY ./notary-evil/ /fixtures/
18:40:32  ---> 4032573688a1
18:40:32 Successfully built 4032573688a1
18:40:32 Successfully tagged cliendtoendsuite_evil-notary-server:latest
18:40:32 Creating cliendtoendsuite_engine_1 ... 
18:40:32 Creating cliendtoendsuite_registry_1 ... 
18:40:32 Creating cliendtoendsuite_evil-notary-server_1 ... 
18:40:32 Creating cliendtoendsuite_notary-server_1      ... 
18:40:36 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
18:40:36 Client:
18:40:36  Version:           19.09.0-dev
18:40:36  API version:       1.40 (downgraded from 1.41)
18:40:36  Go version:        go1.12.9
18:40:36  Git commit:        
18:40:36  Built:             Mon Sep  9 18:37:26 2019
18:40:36  OS/Arch:           linux/amd64
18:40:36  Experimental:      false
18:40:36 
18:40:36 Server: Docker Engine - Community
18:40:36  Engine:
18:40:36   Version:          19.03.2
18:40:36   API version:      1.40 (minimum version 1.12)
18:40:36   Go version:       go1.12.8
18:40:36   Git commit:       6a30dfca03
18:40:36   Built:            Thu Aug 29 05:32:56 2019
18:40:36   OS/Arch:          linux/amd64
18:40:36   Experimental:     true
18:40:36  containerd:
18:40:36   Version:          v1.2.6
18:40:36   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:40:36  runc:
18:40:36   Version:          1.0.0-rc8
18:40:36   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:40:36  docker-init:
18:40:36   Version:          0.18.0
18:40:36   GitCommit:        fec3683
18:40:37 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
18:40:37 88286f41530e: Pulling fs layer
18:40:37 88286f41530e: Verifying Checksum
18:40:37 88286f41530e: Download complete
18:40:37 88286f41530e: Pull complete
18:40:37 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:40:37 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:40:37 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
18:40:37 The push refers to repository [registry:5000/alpine]
18:40:37 5bef08742407: Preparing
18:40:38 5bef08742407: Pushed
18:40:38 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
18:40:38 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
18:40:38 03b1be98f3f9: Pulling fs layer
18:40:38 03b1be98f3f9: Verifying Checksum
18:40:38 03b1be98f3f9: Download complete
18:40:38 03b1be98f3f9: Pull complete
18:40:38 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:40:38 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:40:38 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
18:40:39 The push refers to repository [registry:5000/busybox]
18:40:39 6a749002dd6a: Preparing
18:40:39 6a749002dd6a: Pushed
18:40:39 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
18:40:40 Swarm initialized: current node (whq8wxllipaw9g1awdhu5yho4) is now a manager.
18:40:40 
18:40:40 To add a worker to this swarm, run the following command:
18:40:40 
18:40:40     docker swarm join --token SWMTKN-1-4rm2ij7exjzzvufrp4ef3cps9nczt1w537o7c63wb3pjq5f0zl-28xl40jtl212z3r0a4qk02ubg 172.20.0.5:2377
18:40:40 
18:40:40 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
18:40:40 
18:41:18 ✓  e2e/cli-plugins (13.712s)
18:41:18 ∅  e2e/cli-plugins/plugins/badmeta
18:41:18 ∅  e2e/cli-plugins/plugins/nopersistentprerun
18:41:18 ✓  e2e/context (30ms)
18:41:19 ✓  e2e/container (18.63s)
18:41:24 ✓  e2e/plugin (4.295s)
18:41:27 ✓  e2e/stack (2.171s)
18:41:27 ✓  e2e/system (219ms)
18:41:35 ✓  e2e/trust (6.284s)
18:41:41 ✓  e2e/image (25.899s)
18:41:41 ∅  e2e/internal/fixtures
18:41:41 ∅  e2e/plugin/basic
18:41:41 
18:41:41 === Skipped
18:41:41 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
18:41:41     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
18:41:41 
18:41:41 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
18:41:41     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
18:41:41         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
18:41:41 
18:41:41 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
18:41:41     --- SKIP: TestRemove/Kubernetes (0.00s)
18:41:41         remove_test.go:22: !environment.KubernetesEnabled()
18:41:41 
18:41:41 
18:41:41 DONE 88 tests, 3 skipped in 60.402s
18:41:41 Stopping cliendtoendsuite_notary-server_1      ... 
18:41:41 Stopping cliendtoendsuite_evil-notary-server_1 ... 
18:41:41 Stopping cliendtoendsuite_registry_1           ... 
18:41:41 Stopping cliendtoendsuite_engine_1             ... 
18:41:43 
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      ... 
18:41:43 Removing cliendtoendsuite_evil-notary-server_1 ... 
18:41:43 Removing cliendtoendsuite_registry_1           ... 
18:41:43 Removing cliendtoendsuite_engine_1             ... 
18:41:43 
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
18:41:43 Removing image cliendtoendsuite_notary-server
18:41:43 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