Skip to content
Success

Console Output

Pull request #2176 opened
14:14:02 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 57332bcea37ebd00954ad0c3d3574abea9cd3529+8a9e86c728ad591a199149de73624be4dd2bc371 (ed943e67ba1a9ea3c6cf741b40c4e7e3f305a43c)
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 26028d2ce48352c9b2c3f496e963b79a4944a426
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-2176@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 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c2342c202f6547ee) in /home/ubuntu/workspace/cli_PR-2176
[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-2176@tmp/2d289d10-ad05-4172-b7b9-4aece4c79fa4/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
14:14:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:14:08 chowning workspace
[Pipeline] sh
14:14:08 + uname -m
[Pipeline] sh
14:14:08 + pwd
14:14:08 + id -u
14:14:08 + id -g
14:14:08 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2176:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:14:10 Removing all docker containers
[Pipeline] sh
14:14:10 + docker container ls -aq
[Pipeline] echo
14:14:10 Docker containers have been removed
[Pipeline] echo
14:14:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:14:10 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
14:14:10 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
14:14:10 Using the ‘stage’ step without a block argument is deprecated
14:14:10 Entering stage Git Checkout
14:14:10 Proceeding
[Pipeline] checkout
14:14:10 using credential docker-jenkins-github-credentials
14:14:10 Cloning the remote Git repository
14:14:10 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2176 # 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/2176/head:refs/remotes/origin/PR-2176 +refs/heads/19.03:refs/remotes/origin/19.03
14:14:13 Fetching without tags
14:14:13 Merging remotes/origin/19.03 commit 8a9e86c728ad591a199149de73624be4dd2bc371 into PR head commit 57332bcea37ebd00954ad0c3d3574abea9cd3529
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2176/head:refs/remotes/origin/PR-2176 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2176/head:refs/remotes/origin/PR-2176 +refs/heads/19.03:refs/remotes/origin/19.03
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57332bcea37ebd00954ad0c3d3574abea9cd3529
14:14:13 Merge succeeded, producing 57332bcea37ebd00954ad0c3d3574abea9cd3529
14:14:13 Checking out Revision 57332bcea37ebd00954ad0c3d3574abea9cd3529 (PR-2176)
14:14:14 Commit message: "Add bash completion for `builder build` options"
14:14:14 First time build. Skipping changelog.
 > git merge 8a9e86c728ad591a199149de73624be4dd2bc371 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57332bcea37ebd00954ad0c3d3574abea9cd3529
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] stage
14:14:15 Using the ‘stage’ step without a block argument is deprecated
14:14:15 Entering stage Run end-to-end test suite
14:14:15 Proceeding
[Pipeline] sh
14:14:15 + docker version
14:14:15 Client: Docker Engine - Community
14:14:15  Version:           19.03.2
14:14:15  API version:       1.40
14:14:15  Go version:        go1.12.8
14:14:15  Git commit:        6a30dfc
14:14:15  Built:             Thu Aug 29 05:29:11 2019
14:14:15  OS/Arch:           linux/amd64
14:14:15  Experimental:      false
14:14:15 
14:14:15 Server: Docker Engine - Community
14:14:15  Engine:
14:14:15   Version:          19.03.2
14:14:15   API version:      1.40 (minimum version 1.12)
14:14:15   Go version:       go1.12.8
14:14:15   Git commit:       6a30dfc
14:14:15   Built:            Thu Aug 29 05:27:45 2019
14:14:15   OS/Arch:          linux/amd64
14:14:15   Experimental:     true
14:14:15  containerd:
14:14:15   Version:          1.2.6
14:14:15   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:14:15  runc:
14:14:15   Version:          1.0.0-rc8
14:14:15   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
14:14:15  docker-init:
14:14:15   Version:          0.18.0
14:14:15   GitCommit:        fec3683
[Pipeline] sh
14:14:15 + docker info
14:14:15 Client:
14:14:15  Debug Mode: false
14:14:15 
14:14:15 Server:
14:14:15  Containers: 0
14:14:15   Running: 0
14:14:15   Paused: 0
14:14:15   Stopped: 0
14:14:15  Images: 82
14:14:15  Server Version: 19.03.2
14:14:15  Storage Driver: overlay2
14:14:15   Backing Filesystem: extfs
14:14:15   Supports d_type: true
14:14:15   Native Overlay Diff: true
14:14:15  Logging Driver: json-file
14:14:15  Cgroup Driver: cgroupfs
14:14:15  Plugins:
14:14:15   Volume: local
14:14:15   Network: bridge host ipvlan macvlan null overlay
14:14:15   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:14:15  Swarm: inactive
14:14:15  Runtimes: runc
14:14:15  Default Runtime: runc
14:14:15  Init Binary: docker-init
14:14:15  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:14:15  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
14:14:15  init version: fec3683
14:14:15  Security Options:
14:14:15   apparmor
14:14:15   seccomp
14:14:15    Profile: default
14:14:15  Kernel Version: 4.15.0-1048-aws
14:14:15  Operating System: Ubuntu 18.04.3 LTS
14:14:15  OSType: linux
14:14:15  Architecture: x86_64
14:14:15  CPUs: 2
14:14:15  Total Memory: 7.501GiB
14:14:15  Name: ip-10-100-109-72
14:14:15  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
14:14:15  Docker Root Dir: /var/lib/docker
14:14:15  Debug Mode: false
14:14:15  Username: dockerbuildbot
14:14:15  Registry: https://index.docker.io/v1/
14:14:15  Labels:
14:14:15  Experimental: true
14:14:15  Insecure Registries:
14:14:15   127.0.0.0/8
14:14:15  Live Restore Enabled: true
14:14:15 
14:14:15 WARNING: No swap limit support
[Pipeline] sh
14:14:16 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
14:14:16 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
14:14:16 #1 [internal] load .dockerignore
14:14:16 #1 transferring context: 100B done
14:14:16 #1 DONE 0.0s
14:14:16 
14:14:16 #2 [internal] load build definition from Dockerfile.e2e
14:14:16 #2 transferring dockerfile: 1.58kB done
14:14:16 #2 DONE 0.0s
14:14:16 
14:14:16 #3 [internal] load metadata for docker.io/library/golang:1.12.12
14:14:16 #3 DONE 0.1s
14:14:16 
14:14:16 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
14:14:16 #4 DONE 0.0s
14:14:16 
14:14:16 #10 [internal] load build context
14:14:17 #10 transferring context: 40.43MB 1.0s done
14:14:17 #10 DONE 1.1s
14:14:17 
14:14:17 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
14:14:17 #6 CACHED
14:14:17 
14:14:17 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
14:14:17 #5 CACHED
14:14:17 
14:14:17 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
14:14:17 #7 CACHED
14:14:17 
14:14:17 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
14:14:17 #9 CACHED
14:14:17 
14:14:17 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
14:14:17 #11 CACHED
14:14:17 
14:14:17 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
14:14:17 #8 CACHED
14:14:17 
14:14:17 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
14:14:17 #12 CACHED
14:14:17 
14:14:17 #13 [9/11] COPY . .
14:14:18 #13 DONE 1.1s
14:14:18 
14:14:18 #14 [10/11] RUN ./scripts/build/binary
14:14:19 #14 0.839 Building statically linked build/docker-linux-amd64
14:15:41 #14 DONE 74.1s
14:15:41 
14:15:41 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
14:15:41 #15 0.696 Building statically linked build/plugins-linux-amd64/docker-helloworld
14:15:41 #15 2.638 Building statically linked build/plugins-linux-amd64/docker-badmeta
14:15:41 #15 4.417 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
14:15:41 #15 DONE 6.6s
14:15:41 
14:15:41 #16 exporting to image
14:15:41 #16 exporting layers
14:15:41 #16 exporting layers 2.0s done
14:15:41 #16 writing image sha256:58b496af6f5f9b9c64ac0b36bf08015a6b21539c198ede1334e65c4752a14b27 done
14:15:41 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
14:15:41 #16 DONE 2.0s
14:15:41 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
14:15:42 Creating network "cliendtoendsuite_default" with the default driver
14:15:42 Building notary-server
14:15:42 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:15:42 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:15:42  ---> 16b632e954ca
14:15:42 Step 3/3 : COPY ./notary/ /fixtures/
14:15:42  ---> 5888d38a9939
14:15:42 Successfully built 5888d38a9939
14:15:42 Successfully tagged cliendtoendsuite_notary-server:latest
14:15:42 Building evil-notary-server
14:15:43 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:15:43 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:15:43  ---> 16b632e954ca
14:15:43 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:15:43  ---> 596fc737646a
14:15:43 Successfully built 596fc737646a
14:15:43 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:15:43 Creating cliendtoendsuite_registry_1 ... 
14:15:43 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:15:43 Creating cliendtoendsuite_notary-server_1      ... 
14:15:43 Creating cliendtoendsuite_engine_1             ... 
14:15:46 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.24.0.5:2375
14:15:46 Client:
14:15:46  Version:           19.03.0-dev
14:15:46  API version:       1.40
14:15:46  Go version:        go1.12.12
14:15:46  Git commit:        
14:15:46  Built:             Tue Oct 29 14:14:19 2019
14:15:46  OS/Arch:           linux/amd64
14:15:46  Experimental:      false
14:15:46 
14:15:46 Server: Docker Engine - Community
14:15:46  Engine:
14:15:46   Version:          19.03.4
14:15:46   API version:      1.40 (minimum version 1.12)
14:15:46   Go version:       go1.12.10
14:15:46   Git commit:       9013bf583a
14:15:46   Built:            Fri Oct 18 15:55:51 2019
14:15:46   OS/Arch:          linux/amd64
14:15:46   Experimental:     false
14:15:46  containerd:
14:15:46   Version:          v1.2.10
14:15:46   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:15:46  runc:
14:15:46   Version:          1.0.0-rc8+dev
14:15:46   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:15:46  docker-init:
14:15:46   Version:          0.18.0
14:15:46   GitCommit:        fec3683
14:15:46 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:15:46 88286f41530e: Pulling fs layer
14:15:46 88286f41530e: Verifying Checksum
14:15:46 88286f41530e: Download complete
14:15:47 88286f41530e: Pull complete
14:15:47 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:15:47 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:15:47 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:15:47 The push refers to repository [registry:5000/alpine]
14:15:47 5bef08742407: Preparing
14:15:47 5bef08742407: Pushed
14:15:47 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:15:47 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:15:47 03b1be98f3f9: Pulling fs layer
14:15:47 03b1be98f3f9: Verifying Checksum
14:15:47 03b1be98f3f9: Download complete
14:15:47 03b1be98f3f9: Pull complete
14:15:47 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:15:47 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:15:47 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:15:47 The push refers to repository [registry:5000/busybox]
14:15:47 6a749002dd6a: Preparing
14:15:48 6a749002dd6a: Pushed
14:15:48 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:15:48 Swarm initialized: current node (7sef8y37auo4egj793t5y4r2g) is now a manager.
14:15:48 
14:15:48 To add a worker to this swarm, run the following command:
14:15:48 
14:15:48     docker swarm join --token SWMTKN-1-429663erdrtl82vibeh4ht3mj87xf60zof75k3bb6mlunwk0sz-5w50cuj0yee185p63ntyc40uo 172.24.0.5:2377
14:15:48 
14:15:48 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:15:48 
14:16:20 ✓  e2e/cli-plugins (2.668s)
14:16:20 ∅  e2e/cli-plugins/plugins/badmeta
14:16:20 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:16:20 ✓  e2e/context (83ms)
14:16:22 ✓  e2e/container (7.645s)
14:16:27 ✓  e2e/plugin (4.062s)
14:16:29 ✓  e2e/stack (674ms)
14:16:29 ✓  e2e/system (64ms)
14:16:30 ✓  e2e/image (12.117s)
14:16:30 ∅  e2e/internal/fixtures
14:16:30 ∅  e2e/plugin/basic
14:16:32 ✓  e2e/trust (2.232s)
14:16:32 
14:16:32 === Skipped
14:16:32 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:16:32     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:16:32 
14:16:32 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
14:16:32     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
14:16:32 
14:16:32 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:16:32     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:16:32         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:16:32 
14:16:32 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:16:32     --- SKIP: TestRemove/Kubernetes (0.00s)
14:16:32         remove_test.go:22: !environment.KubernetesEnabled()
14:16:32 
14:16:32 
14:16:32 DONE 87 tests, 4 skipped in 43.723s
14:16:32 Stopping cliendtoendsuite_engine_1             ... 
14:16:32 Stopping cliendtoendsuite_notary-server_1      ... 
14:16:32 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:16:32 Stopping cliendtoendsuite_registry_1           ... 
14:16:35 
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_engine_1             ... 
14:16:35 Removing cliendtoendsuite_notary-server_1      ... 
14:16:35 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:16:35 Removing cliendtoendsuite_registry_1           ... 
14:16:35 
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
14:16:35 Removing image cliendtoendsuite_notary-server
14:16:35 Removing image cliendtoendsuite_evil-notary-server
14:16:35 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
14:16:36 Creating network "cliendtoendsuite_default" with the default driver
14:16:36 Building evil-notary-server
14:16:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:16:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:16:37  ---> 16b632e954ca
14:16:37 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:16:37  ---> f441b44ada25
14:16:37 Successfully built f441b44ada25
14:16:37 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:16:37 Building notary-server
14:16:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:16:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:16:37  ---> 16b632e954ca
14:16:37 Step 3/3 : COPY ./notary/ /fixtures/
14:16:37  ---> 19335593cb3b
14:16:37 Successfully built 19335593cb3b
14:16:37 Successfully tagged cliendtoendsuite_notary-server:latest
14:16:37 Creating cliendtoendsuite_engine_1 ... 
14:16:37 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:16:37 Creating cliendtoendsuite_registry_1           ... 
14:16:37 Creating cliendtoendsuite_notary-server_1      ... 
14:16:41 
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.25.0.2:2375
14:16:41 Client:
14:16:41  Version:           19.03.0-dev
14:16:41  API version:       1.40
14:16:41  Go version:        go1.12.12
14:16:41  Git commit:        
14:16:41  Built:             Tue Oct 29 14:14:19 2019
14:16:41  OS/Arch:           linux/amd64
14:16:41  Experimental:      false
14:16:41 
14:16:41 Server: Docker Engine - Community
14:16:41  Engine:
14:16:41   Version:          19.03.4
14:16:41   API version:      1.40 (minimum version 1.12)
14:16:41   Go version:       go1.12.10
14:16:41   Git commit:       9013bf583a
14:16:41   Built:            Fri Oct 18 15:55:51 2019
14:16:41   OS/Arch:          linux/amd64
14:16:41   Experimental:     true
14:16:41  containerd:
14:16:41   Version:          v1.2.10
14:16:41   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:16:41  runc:
14:16:41   Version:          1.0.0-rc8+dev
14:16:41   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:16:41  docker-init:
14:16:41   Version:          0.18.0
14:16:41   GitCommit:        fec3683
14:16:41 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:16:41 88286f41530e: Pulling fs layer
14:16:41 88286f41530e: Verifying Checksum
14:16:41 88286f41530e: Download complete
14:16:41 88286f41530e: Pull complete
14:16:41 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:16:41 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:16:41 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:16:41 The push refers to repository [registry:5000/alpine]
14:16:41 5bef08742407: Preparing
14:16:42 5bef08742407: Pushed
14:16:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:16:42 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:16:42 03b1be98f3f9: Pulling fs layer
14:16:42 03b1be98f3f9: Verifying Checksum
14:16:42 03b1be98f3f9: Download complete
14:16:42 03b1be98f3f9: Pull complete
14:16:42 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:16:42 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:16:42 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:16:42 The push refers to repository [registry:5000/busybox]
14:16:42 6a749002dd6a: Preparing
14:16:42 6a749002dd6a: Pushed
14:16:42 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:16:43 Swarm initialized: current node (un2ucr2xm5w8dm7qlrp8v9qvy) is now a manager.
14:16:43 
14:16:43 To add a worker to this swarm, run the following command:
14:16:43 
14:16:43     docker swarm join --token SWMTKN-1-4chrejkjvu24yn7a72qhvsl4nacryn3blrank7ahizqhz9gkq5-3lzt350g90twryimy2y5u8jv1 172.25.0.2:2377
14:16:43 
14:16:43 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:16:43 
14:17:09 ✓  e2e/cli-plugins (2.706s)
14:17:09 ∅  e2e/cli-plugins/plugins/badmeta
14:17:09 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:17:09 ✓  e2e/context (66ms)
14:17:14 ✓  e2e/container (7.74s)
14:17:19 ✓  e2e/plugin (3.257s)
14:17:20 ✓  e2e/stack (608ms)
14:17:20 ✓  e2e/system (113ms)
14:17:25 ✓  e2e/trust (3.625s)
14:17:25 ✓  e2e/image (15.687s)
14:17:25 ∅  e2e/internal/fixtures
14:17:25 ∅  e2e/plugin/basic
14:17:25 
14:17:25 === Skipped
14:17:25 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:17:25     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:17:25 
14:17:25 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:17:25     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:17:25         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:17:25 
14:17:25 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:17:25     --- SKIP: TestRemove/Kubernetes (0.00s)
14:17:25         remove_test.go:22: !environment.KubernetesEnabled()
14:17:25 
14:17:25 
14:17:25 DONE 87 tests, 3 skipped in 42.553s
14:17:26 Stopping cliendtoendsuite_registry_1           ... 
14:17:26 Stopping cliendtoendsuite_notary-server_1      ... 
14:17:26 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:17:26 Stopping cliendtoendsuite_engine_1             ... 
14:17:28 
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           ... 
14:17:28 Removing cliendtoendsuite_notary-server_1      ... 
14:17:28 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:17:28 Removing cliendtoendsuite_engine_1             ... 
14:17:28 
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
14:17:28 Removing image cliendtoendsuite_notary-server
14:17:28 Removing image cliendtoendsuite_evil-notary-server
14:17:28 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.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
14:17:30 Creating network "cliendtoendsuite_default" with the default driver
14:17:30 Building evil-notary-server
14:17:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:17:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:17:30  ---> 16b632e954ca
14:17:30 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:17:30  ---> 9525590d7507
14:17:30 Successfully built 9525590d7507
14:17:30 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:17:30 Building notary-server
14:17:30 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:17:30 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:17:30  ---> 16b632e954ca
14:17:30 Step 3/3 : COPY ./notary/ /fixtures/
14:17:31  ---> e06fae6f0093
14:17:31 Successfully built e06fae6f0093
14:17:31 Successfully tagged cliendtoendsuite_notary-server:latest
14:17:31 Building engine
14:17:31 Step 1/6 : FROM docker:test-dind
14:17:31  ---> eaed9efc02d2
14:17:31 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
14:17:31  ---> Using cache
14:17:31  ---> 0d07690fb000
14:17:31 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:17:31  ---> Using cache
14:17:31  ---> 6ed294c8a6a7
14:17:31 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:17:31  ---> Using cache
14:17:31  ---> dae6a681da18
14:17:31 Step 5/6 : EXPOSE 22
14:17:31  ---> Using cache
14:17:31  ---> 0946538e845d
14:17:31 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:17:31  ---> Using cache
14:17:31  ---> 644b9b4fb12c
14:17:31 Successfully built 644b9b4fb12c
14:17:31 Successfully tagged docker:stable-dind
14:17:31 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:17:31 Creating cliendtoendsuite_registry_1           ... 
14:17:31 Creating cliendtoendsuite_notary-server_1      ... 
14:17:31 Creating cliendtoendsuite_engine_1             ... 
14:17:34 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.26.0.5
14:17:34 Client:
14:17:34  Version:           19.03.0-dev
14:17:34  API version:       1.40
14:17:34  Go version:        go1.12.12
14:17:34  Git commit:        
14:17:34  Built:             Tue Oct 29 14:14:19 2019
14:17:34  OS/Arch:           linux/amd64
14:17:34  Experimental:      false
14:17:34 
14:17:34 Server: Docker Engine - Community
14:17:34  Engine:
14:17:34   Version:          19.03.4
14:17:34   API version:      1.40 (minimum version 1.12)
14:17:34   Go version:       go1.12.10
14:17:34   Git commit:       9013bf583a
14:17:34   Built:            Fri Oct 18 15:55:51 2019
14:17:34   OS/Arch:          linux/amd64
14:17:34   Experimental:     true
14:17:34  containerd:
14:17:34   Version:          v1.2.10
14:17:34   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:17:34  runc:
14:17:34   Version:          1.0.0-rc8+dev
14:17:34   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:17:34  docker-init:
14:17:34   Version:          0.18.0
14:17:34   GitCommit:        fec3683
14:17:35 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:17:35 88286f41530e: Pulling fs layer
14:17:35 88286f41530e: Download complete
14:17:35 88286f41530e: Pull complete
14:17:35 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:17:35 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:17:35 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:17:35 The push refers to repository [registry:5000/alpine]
14:17:35 5bef08742407: Preparing
14:17:35 5bef08742407: Pushed
14:17:35 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:17:36 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:17:36 03b1be98f3f9: Pulling fs layer
14:17:36 03b1be98f3f9: Verifying Checksum
14:17:36 03b1be98f3f9: Download complete
14:17:36 03b1be98f3f9: Pull complete
14:17:36 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:17:36 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:17:36 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:17:37 The push refers to repository [registry:5000/busybox]
14:17:37 6a749002dd6a: Preparing
14:17:37 6a749002dd6a: Pushed
14:17:37 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:17:38 Swarm initialized: current node (5imvedcvl7zc1h629caua611s) is now a manager.
14:17:38 
14:17:38 To add a worker to this swarm, run the following command:
14:17:38 
14:17:38     docker swarm join --token SWMTKN-1-4olv1zwahonof81e7hhpfsmig8jbze5ub4fnnlox0xv11nbb55-66xrxqy1qf6cii6g7ibb8yulw 172.26.0.5:2377
14:17:38 
14:17:38 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:17:38 
14:18:24 ✓  e2e/cli-plugins (14.217s)
14:18:24 ∅  e2e/cli-plugins/plugins/badmeta
14:18:24 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:18:24 ✓  e2e/context (48ms)
14:18:24 ✓  e2e/container (17.813s)
14:18:27 ✓  e2e/plugin (4.551s)
14:18:29 ✓  e2e/stack (2.347s)
14:18:30 ✓  e2e/system (218ms)
14:18:38 ✓  e2e/trust (6.602s)
14:18:47 ✓  e2e/image (28.022s)
14:18:47 ∅  e2e/internal/fixtures
14:18:47 ∅  e2e/plugin/basic
14:18:47 
14:18:47 === Skipped
14:18:47 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:18:47     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:18:47 
14:18:47 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:18:47     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:18:47         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:18:47 
14:18:47 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:18:47     --- SKIP: TestRemove/Kubernetes (0.00s)
14:18:47         remove_test.go:22: !environment.KubernetesEnabled()
14:18:47 
14:18:47 
14:18:47 DONE 87 tests, 3 skipped in 68.421s
14:18:47 Stopping cliendtoendsuite_engine_1             ... 
14:18:47 Stopping cliendtoendsuite_registry_1           ... 
14:18:47 Stopping cliendtoendsuite_notary-server_1      ... 
14:18:47 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:18:48 
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_engine_1             ... 
14:18:48 Removing cliendtoendsuite_registry_1           ... 
14:18:48 Removing cliendtoendsuite_notary-server_1      ... 
14:18:48 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:18:49 
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
14:18:49 Removing image cliendtoendsuite_notary-server
14:18:49 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