Skip to content
Success

Console Output

Pull request #2177 opened
14:23:10 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 149f69ca0604a8cdfbdef7e2f323d5c7dd208880+8a9e86c728ad591a199149de73624be4dd2bc371 (ee366a2a0e5b8e65461809a939bc20daeb0874b9)
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-2177@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-04b5bc72a9d645c7a) in /home/ubuntu/workspace/cli_PR-2177
[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-2177@tmp/f3f50c6d-ead0-428c-9b38-0d194e56e4c3/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:23:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:23:15 chowning workspace
[Pipeline] sh
14:23:15 + uname -m
[Pipeline] sh
14:23:16 + pwd
14:23:16 + id -u
14:23:16 + id -g
14:23:16 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2177:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:23:17 Removing all docker containers
[Pipeline] sh
14:23:17 + docker container ls -aq
[Pipeline] echo
14:23:17 Docker containers have been removed
[Pipeline] echo
14:23:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:23:17 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
14:23:17 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
14:23:17 Using the ‘stage’ step without a block argument is deprecated
14:23:17 Entering stage Git Checkout
14:23:17 Proceeding
[Pipeline] checkout
14:23:17 using credential docker-jenkins-github-credentials
14:23:17 Cloning the remote Git repository
14:23:17 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2177 # 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/2177/head:refs/remotes/origin/PR-2177 +refs/heads/19.03:refs/remotes/origin/19.03
14:23:20 Fetching without tags
14:23:20 Merging remotes/origin/19.03 commit 8a9e86c728ad591a199149de73624be4dd2bc371 into PR head commit 149f69ca0604a8cdfbdef7e2f323d5c7dd208880
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2177/head:refs/remotes/origin/PR-2177 # 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/2177/head:refs/remotes/origin/PR-2177 +refs/heads/19.03:refs/remotes/origin/19.03
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 149f69ca0604a8cdfbdef7e2f323d5c7dd208880
14:23:21 Merge succeeded, producing 149f69ca0604a8cdfbdef7e2f323d5c7dd208880
14:23:21 Checking out Revision 149f69ca0604a8cdfbdef7e2f323d5c7dd208880 (PR-2177)
14:23:21 Commit message: "TestSigProxyWithTTY: fix"
14:23:21 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 149f69ca0604a8cdfbdef7e2f323d5c7dd208880
[Pipeline] stage
14:23:22 Using the ‘stage’ step without a block argument is deprecated
14:23:22 Entering stage Run end-to-end test suite
14:23:22 Proceeding
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
14:23:22 + docker version
14:23:22 Client: Docker Engine - Community
14:23:22  Version:           19.03.2
14:23:22  API version:       1.40
14:23:22  Go version:        go1.12.8
14:23:22  Git commit:        6a30dfc
14:23:22  Built:             Thu Aug 29 05:29:11 2019
14:23:22  OS/Arch:           linux/amd64
14:23:22  Experimental:      false
14:23:22 
14:23:22 Server: Docker Engine - Community
14:23:22  Engine:
14:23:22   Version:          19.03.2
14:23:22   API version:      1.40 (minimum version 1.12)
14:23:22   Go version:       go1.12.8
14:23:22   Git commit:       6a30dfc
14:23:22   Built:            Thu Aug 29 05:27:45 2019
14:23:22   OS/Arch:          linux/amd64
14:23:22   Experimental:     true
14:23:22  containerd:
14:23:22   Version:          1.2.6
14:23:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:23:22  runc:
14:23:22   Version:          1.0.0-rc8
14:23:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
14:23:22  docker-init:
14:23:22   Version:          0.18.0
14:23:22   GitCommit:        fec3683
[Pipeline] sh
14:23:22 + docker info
14:23:23 Client:
14:23:23  Debug Mode: false
14:23:23 
14:23:23 Server:
14:23:23  Containers: 0
14:23:23   Running: 0
14:23:23   Paused: 0
14:23:23   Stopped: 0
14:23:23  Images: 86
14:23:23  Server Version: 19.03.2
14:23:23  Storage Driver: overlay2
14:23:23   Backing Filesystem: extfs
14:23:23   Supports d_type: true
14:23:23   Native Overlay Diff: true
14:23:23  Logging Driver: json-file
14:23:23  Cgroup Driver: cgroupfs
14:23:23  Plugins:
14:23:23   Volume: local
14:23:23   Network: bridge host ipvlan macvlan null overlay
14:23:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:23:23  Swarm: inactive
14:23:23  Runtimes: runc
14:23:23  Default Runtime: runc
14:23:23  Init Binary: docker-init
14:23:23  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
14:23:23  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
14:23:23  init version: fec3683
14:23:23  Security Options:
14:23:23   apparmor
14:23:23   seccomp
14:23:23    Profile: default
14:23:23  Kernel Version: 4.15.0-1048-aws
14:23:23  Operating System: Ubuntu 18.04.3 LTS
14:23:23  OSType: linux
14:23:23  Architecture: x86_64
14:23:23  CPUs: 2
14:23:23  Total Memory: 7.501GiB
14:23:23  Name: ip-10-100-52-81
14:23:23  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
14:23:23  Docker Root Dir: /var/lib/docker
14:23:23  Debug Mode: false
14:23:23  Username: dockerbuildbot
14:23:23  Registry: https://index.docker.io/v1/
14:23:23  Labels:
14:23:23  Experimental: true
14:23:23  Insecure Registries:
14:23:23   127.0.0.0/8
14:23:23  Live Restore Enabled: true
14:23:23 
14:23:23 WARNING: No swap limit support
[Pipeline] sh
14:23:23 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
14:23:23 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:23:23 #2 [internal] load .dockerignore
14:23:23 #2 transferring context: 100B done
14:23:23 #2 DONE 0.0s
14:23:23 
14:23:23 #1 [internal] load build definition from Dockerfile.e2e
14:23:23 #1 transferring dockerfile: 1.58kB done
14:23:23 #1 DONE 0.0s
14:23:23 
14:23:23 #3 [internal] load metadata for docker.io/library/golang:1.12.12
14:23:23 #3 DONE 0.1s
14:23:23 
14:23:23 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
14:23:23 #4 DONE 0.0s
14:23:23 
14:23:23 #10 [internal] load build context
14:23:24 #10 transferring context: 40.45MB 1.0s done
14:23:24 #10 DONE 1.1s
14:23:24 
14:23:24 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
14:23:24 #9 CACHED
14:23:24 
14:23:24 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
14:23:24 #11 CACHED
14:23:24 
14:23:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
14:23:24 #5 CACHED
14:23:24 
14:23:24 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
14:23:24 #6 CACHED
14:23:24 
14:23:24 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
14:23:24 #7 CACHED
14:23:24 
14:23:24 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
14:23:24 #8 CACHED
14:23:24 
14:23:24 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
14:23:24 #12 CACHED
14:23:24 
14:23:24 #13 [9/11] COPY . .
14:23:27 #13 DONE 2.1s
14:23:27 
14:23:27 #14 [10/11] RUN ./scripts/build/binary
14:23:27 #14 0.890 Building statically linked build/docker-linux-amd64
14:24:49 #14 DONE 76.6s
14:24:49 
14:24:49 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
14:24:49 #15 0.689 Building statically linked build/plugins-linux-amd64/docker-helloworld
14:24:49 #15 2.643 Building statically linked build/plugins-linux-amd64/docker-badmeta
14:24:49 #15 4.406 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
14:24:50 #15 DONE 6.9s
14:24:50 
14:24:50 #16 exporting to image
14:24:50 #16 exporting layers
14:24:52 #16 exporting layers 2.1s done
14:24:52 #16 writing image sha256:f39a163e10906430c0eeaa14471cdb01db39acb11ccbfe59f5a5a0ceeb1a3a87 done
14:24:52 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
14:24:52 #16 DONE 2.1s
14:24:52 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:24:53 Creating network "cliendtoendsuite_default" with the default driver
14:24:53 Building notary-server
14:24:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:24:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:24:53  ---> 16b632e954ca
14:24:53 Step 3/3 : COPY ./notary/ /fixtures/
14:24:54  ---> dd95bd4453bb
14:24:54 Successfully built dd95bd4453bb
14:24:54 Successfully tagged cliendtoendsuite_notary-server:latest
14:24:54 Building evil-notary-server
14:24:54 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:24:54 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:24:54  ---> 16b632e954ca
14:24:54 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:24:54  ---> 32abea148d21
14:24:54 Successfully built 32abea148d21
14:24:54 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:24:54 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:24:54 Creating cliendtoendsuite_registry_1           ... 
14:24:54 Creating cliendtoendsuite_engine_1             ... 
14:24:54 Creating cliendtoendsuite_notary-server_1      ... 
14:24:58 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.27.0.5:2375
14:24:58 Client:
14:24:58  Version:           19.03.0-dev
14:24:58  API version:       1.40
14:24:58  Go version:        go1.12.12
14:24:58  Git commit:        
14:24:58  Built:             Tue Oct 29 14:23:27 2019
14:24:58  OS/Arch:           linux/amd64
14:24:58  Experimental:      false
14:24:58 
14:24:58 Server: Docker Engine - Community
14:24:58  Engine:
14:24:58   Version:          19.03.4
14:24:58   API version:      1.40 (minimum version 1.12)
14:24:58   Go version:       go1.12.10
14:24:58   Git commit:       9013bf583a
14:24:58   Built:            Fri Oct 18 15:55:51 2019
14:24:58   OS/Arch:          linux/amd64
14:24:58   Experimental:     false
14:24:58  containerd:
14:24:58   Version:          v1.2.10
14:24:58   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:24:58  runc:
14:24:58   Version:          1.0.0-rc8+dev
14:24:58   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:24:58  docker-init:
14:24:58   Version:          0.18.0
14:24:58   GitCommit:        fec3683
14:24:59 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:24:59 88286f41530e: Pulling fs layer
14:24:59 88286f41530e: Verifying Checksum
14:24:59 88286f41530e: Download complete
14:24:59 88286f41530e: Pull complete
14:24:59 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:24:59 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:24:59 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:24:59 The push refers to repository [registry:5000/alpine]
14:24:59 5bef08742407: Preparing
14:24:59 5bef08742407: Pushed
14:24:59 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:24:59 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:24:59 03b1be98f3f9: Pulling fs layer
14:25:00 03b1be98f3f9: Verifying Checksum
14:25:00 03b1be98f3f9: Download complete
14:25:00 03b1be98f3f9: Pull complete
14:25:00 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:00 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:00 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:00 The push refers to repository [registry:5000/busybox]
14:25:00 6a749002dd6a: Preparing
14:25:00 6a749002dd6a: Pushed
14:25:00 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:25:01 Swarm initialized: current node (oot46hnpuq6t0n03vehcxp2ww) is now a manager.
14:25:01 
14:25:01 To add a worker to this swarm, run the following command:
14:25:01 
14:25:01     docker swarm join --token SWMTKN-1-1844j1uhs4fes5gr1wqx2xj9c6asz4nf04wnfta2be8f5wvug6-6qrehi7sw3q4kv0m20al5fu4b 172.27.0.5:2377
14:25:01 
14:25:01 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:25:01 
14:25:33 ✓  e2e/cli-plugins (2.416s)
14:25:33 ∅  e2e/cli-plugins/plugins/badmeta
14:25:33 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:25:33 ✓  e2e/context (49ms)
14:25:37 ✓  e2e/container (9.544s)
14:25:42 ✓  e2e/image (12.07s)
14:25:42 ∅  e2e/internal/fixtures
14:25:42 ✓  e2e/plugin (4.343s)
14:25:42 ∅  e2e/plugin/basic
14:25:43 ✓  e2e/system (55ms)
14:25:43 ✓  e2e/stack (681ms)
14:25:45 ✓  e2e/trust (2.165s)
14:25:45 
14:25:45 === Skipped
14:25:45 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:25:45     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:25:45 
14:25:45 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
14:25:45     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
14:25:45 
14:25:45 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:25:45     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:25:45         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:25:45 
14:25:45 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:25:45     --- SKIP: TestRemove/Kubernetes (0.00s)
14:25:45         remove_test.go:22: !environment.KubernetesEnabled()
14:25:45 
14:25:45 
14:25:45 DONE 88 tests, 4 skipped in 44.599s
14:25:46 Stopping cliendtoendsuite_engine_1             ... 
14:25:46 Stopping cliendtoendsuite_notary-server_1      ... 
14:25:46 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:25:46 Stopping cliendtoendsuite_registry_1           ... 
14:25:48 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
14:25:48 Removing cliendtoendsuite_notary-server_1      ... 
14:25:48 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:25:48 Removing cliendtoendsuite_registry_1           ... 
14:25:48 
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:25:48 Removing image cliendtoendsuite_notary-server
14:25:48 Removing image cliendtoendsuite_evil-notary-server
14:25:48 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:25:50 Creating network "cliendtoendsuite_default" with the default driver
14:25:50 Building evil-notary-server
14:25:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:25:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:25:50  ---> 16b632e954ca
14:25:50 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:25:51  ---> fd1757d3cd29
14:25:51 Successfully built fd1757d3cd29
14:25:51 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:25:51 Building notary-server
14:25:51 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:25:51 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:25:51  ---> 16b632e954ca
14:25:51 Step 3/3 : COPY ./notary/ /fixtures/
14:25:51  ---> d450d0c7b650
14:25:51 Successfully built d450d0c7b650
14:25:51 Successfully tagged cliendtoendsuite_notary-server:latest
14:25:51 Creating cliendtoendsuite_engine_1 ... 
14:25:51 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:25:51 Creating cliendtoendsuite_registry_1           ... 
14:25:51 Creating cliendtoendsuite_notary-server_1      ... 
14:25:54 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.28.0.5:2375
14:25:54 Client:
14:25:54  Version:           19.03.0-dev
14:25:54  API version:       1.40
14:25:54  Go version:        go1.12.12
14:25:54  Git commit:        
14:25:54  Built:             Tue Oct 29 14:23:27 2019
14:25:54  OS/Arch:           linux/amd64
14:25:54  Experimental:      false
14:25:54 
14:25:54 Server: Docker Engine - Community
14:25:54  Engine:
14:25:54   Version:          19.03.4
14:25:54   API version:      1.40 (minimum version 1.12)
14:25:54   Go version:       go1.12.10
14:25:54   Git commit:       9013bf583a
14:25:54   Built:            Fri Oct 18 15:55:51 2019
14:25:54   OS/Arch:          linux/amd64
14:25:54   Experimental:     true
14:25:54  containerd:
14:25:54   Version:          v1.2.10
14:25:54   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:25:54  runc:
14:25:54   Version:          1.0.0-rc8+dev
14:25:54   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:25:54  docker-init:
14:25:54   Version:          0.18.0
14:25:54   GitCommit:        fec3683
14:25:54 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:25:54 88286f41530e: Pulling fs layer
14:25:54 88286f41530e: Verifying Checksum
14:25:54 88286f41530e: Download complete
14:25:55 88286f41530e: Pull complete
14:25:55 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:25:55 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:25:55 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:25:55 The push refers to repository [registry:5000/alpine]
14:25:55 5bef08742407: Preparing
14:25:55 5bef08742407: Pushed
14:25:55 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:25:55 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:25:55 03b1be98f3f9: Pulling fs layer
14:25:55 03b1be98f3f9: Verifying Checksum
14:25:55 03b1be98f3f9: Download complete
14:25:56 03b1be98f3f9: Pull complete
14:25:56 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:56 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:56 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:25:56 The push refers to repository [registry:5000/busybox]
14:25:56 6a749002dd6a: Preparing
14:25:56 6a749002dd6a: Pushed
14:25:56 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:25:56 Swarm initialized: current node (jkulcpe2efot8f7ck52zctmip) is now a manager.
14:25:56 
14:25:56 To add a worker to this swarm, run the following command:
14:25:56 
14:25:56     docker swarm join --token SWMTKN-1-670t0ba0lvlx0g09tclhcjm5rs8v3wbh1j0gs6tv2h3lnrtz94-2jdegj8b6iu7cradmqrd787q3 172.28.0.5:2377
14:25:56 
14:25:56 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:25:56 
14:26:28 ✓  e2e/cli-plugins (2.552s)
14:26:28 ∅  e2e/cli-plugins/plugins/badmeta
14:26:28 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:26:28 ✓  e2e/context (44ms)
14:26:32 ✓  e2e/container (9.266s)
14:26:36 ✓  e2e/plugin (3.444s)
14:26:37 ✓  e2e/stack (626ms)
14:26:38 ✓  e2e/system (77ms)
14:26:42 ✓  e2e/image (16.003s)
14:26:42 ∅  e2e/internal/fixtures
14:26:42 ∅  e2e/plugin/basic
14:26:42 ✓  e2e/trust (3.188s)
14:26:42 
14:26:42 === Skipped
14:26:42 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:26:42     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:26:42 
14:26:42 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:26:42     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:26:42         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:26:42 
14:26:42 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:26:42     --- SKIP: TestRemove/Kubernetes (0.00s)
14:26:42         remove_test.go:22: !environment.KubernetesEnabled()
14:26:42 
14:26:42 
14:26:42 DONE 88 tests, 3 skipped in 45.766s
14:26:43 Stopping cliendtoendsuite_notary-server_1      ... 
14:26:43 Stopping cliendtoendsuite_registry_1           ... 
14:26:43 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:26:43 Stopping cliendtoendsuite_engine_1             ... 
14:26:45 
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      ... 
14:26:45 Removing cliendtoendsuite_registry_1           ... 
14:26:45 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:26:45 Removing cliendtoendsuite_engine_1             ... 
14:26:45 
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
14:26:45 Removing image cliendtoendsuite_notary-server
14:26:45 Removing image cliendtoendsuite_evil-notary-server
14:26:45 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:26:47 Creating network "cliendtoendsuite_default" with the default driver
14:26:47 Building notary-server
14:26:47 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:26:47 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:26:47  ---> 16b632e954ca
14:26:47 Step 3/3 : COPY ./notary/ /fixtures/
14:26:47  ---> e8a0f00ffb39
14:26:47 Successfully built e8a0f00ffb39
14:26:47 Successfully tagged cliendtoendsuite_notary-server:latest
14:26:47 Building evil-notary-server
14:26:47 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:26:47 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:26:47  ---> 16b632e954ca
14:26:47 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:26:47  ---> fe328addac3d
14:26:47 Successfully built fe328addac3d
14:26:47 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:26:47 Building engine
14:26:48 Step 1/6 : FROM docker:test-dind
14:26:48  ---> eaed9efc02d2
14:26:48 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:26:48  ---> Using cache
14:26:48  ---> adaa38f032aa
14:26:48 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:26:48  ---> Using cache
14:26:48  ---> f29ea27bd152
14:26:48 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:26:48  ---> Using cache
14:26:48  ---> 7a51787a0124
14:26:48 Step 5/6 : EXPOSE 22
14:26:48  ---> Using cache
14:26:48  ---> dca9ba3cc33c
14:26:48 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:26:48  ---> Using cache
14:26:48  ---> 2b3b73ba135b
14:26:48 Successfully built 2b3b73ba135b
14:26:48 Successfully tagged docker:stable-dind
14:26:48 Creating cliendtoendsuite_notary-server_1 ... 
14:26:48 Creating cliendtoendsuite_engine_1        ... 
14:26:48 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:26:48 Creating cliendtoendsuite_registry_1           ... 
14:26:51 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

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