Skip to content
Success

Console Output

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

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.21.0.5:2375
01:31:22 Client:
01:31:22  Version:           19.09.0-dev
01:31:22  API version:       1.40 (downgraded from 1.41)
01:31:22  Go version:        go1.12.12
01:31:22  Git commit:        
01:31:22  Built:             Mon Oct 28 01:29:54 2019
01:31:22  OS/Arch:           linux/amd64
01:31:22  Experimental:      false
01:31:22 
01:31:22 Server: Docker Engine - Community
01:31:22  Engine:
01:31:22   Version:          19.03.4
01:31:22   API version:      1.40 (minimum version 1.12)
01:31:22   Go version:       go1.12.10
01:31:22   Git commit:       9013bf583a
01:31:22   Built:            Fri Oct 18 15:55:51 2019
01:31:22   OS/Arch:          linux/amd64
01:31:22   Experimental:     false
01:31:22  containerd:
01:31:22   Version:          v1.2.10
01:31:22   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:31:22  runc:
01:31:22   Version:          1.0.0-rc8+dev
01:31:22   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:31:22  docker-init:
01:31:22   Version:          0.18.0
01:31:22   GitCommit:        fec3683
01:31:22 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:31:22 88286f41530e: Pulling fs layer
01:31:22 88286f41530e: Verifying Checksum
01:31:22 88286f41530e: Download complete
01:31:23 88286f41530e: Pull complete
01:31:23 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:31:23 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:31:23 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:31:23 The push refers to repository [registry:5000/alpine]
01:31:23 5bef08742407: Preparing
01:31:23 5bef08742407: Pushed
01:31:23 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:31:23 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:31:23 03b1be98f3f9: Pulling fs layer
01:31:23 03b1be98f3f9: Download complete
01:31:23 03b1be98f3f9: Pull complete
01:31:23 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:31:23 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:31:23 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:31:23 The push refers to repository [registry:5000/busybox]
01:31:23 6a749002dd6a: Preparing
01:31:23 6a749002dd6a: Pushed
01:31:23 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:31:24 Swarm initialized: current node (o9rfijbl9x96nc19zaxkf8r6r) is now a manager.
01:31:24 
01:31:24 To add a worker to this swarm, run the following command:
01:31:24 
01:31:24     docker swarm join --token SWMTKN-1-66r0jlkrkhjzac1lm6nfi25epg58d40yagv0ba4oxr9ro677s0-dv1pqwb0yw5zbt2u8w3encn7d 172.21.0.5:2377
01:31:24 
01:31:24 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:31:24 
01:31:51 ✓  e2e/cli-plugins (2.337s)
01:31:51 ∅  e2e/cli-plugins/plugins/badmeta
01:31:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:31:51 ✓  e2e/context (43ms)
01:31:59 ✓  e2e/container (9.35s)
01:32:04 ✓  e2e/image (11.711s)
01:32:04 ∅  e2e/internal/fixtures
01:32:04 ✓  e2e/plugin (4.271s)
01:32:04 ∅  e2e/plugin/basic
01:32:05 ✓  e2e/system (66ms)
01:32:05 ✓  e2e/stack (663ms)
01:32:07 ✓  e2e/trust (2.182s)
01:32:07 
01:32:07 === Skipped
01:32:07 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:32:07     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:32:07 
01:32:07 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
01:32:07     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
01:32:07 
01:32:07 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:32:07     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:32:07         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:32:07 
01:32:07 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:32:07     --- SKIP: TestRemove/Kubernetes (0.00s)
01:32:07         remove_test.go:22: !environment.KubernetesEnabled()
01:32:07 
01:32:07 
01:32:07 DONE 88 tests, 4 skipped in 43.254s
01:32:08 Stopping cliendtoendsuite_notary-server_1      ... 
01:32:08 Stopping cliendtoendsuite_engine_1             ... 
01:32:08 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:32:08 Stopping cliendtoendsuite_registry_1           ... 
01:32:10 
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_notary-server_1      ... 
01:32:10 Removing cliendtoendsuite_engine_1             ... 
01:32:10 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:32:10 Removing cliendtoendsuite_registry_1           ... 
01:32:10 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
01:32:10 Removing image cliendtoendsuite_notary-server
01:32:10 Removing image cliendtoendsuite_evil-notary-server
01:32:10 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-e2eclie2e16
01:32:12 Creating network "cliendtoendsuite_default" with the default driver
01:32:12 Building evil-notary-server
01:32:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:32:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:32:12  ---> 16b632e954ca
01:32:12 Step 3/3 : COPY ./notary-evil/ /fixtures/
01:32:12  ---> ec2c2aacb789
01:32:12 Successfully built ec2c2aacb789
01:32:12 Successfully tagged cliendtoendsuite_evil-notary-server:latest
01:32:12 Building notary-server
01:32:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:32:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:32:12  ---> 16b632e954ca
01:32:12 Step 3/3 : COPY ./notary/ /fixtures/
01:32:12  ---> 1a1e5a299c0a
01:32:12 Successfully built 1a1e5a299c0a
01:32:12 Successfully tagged cliendtoendsuite_notary-server:latest
01:32:12 Creating cliendtoendsuite_evil-notary-server_1 ... 
01:32:12 Creating cliendtoendsuite_notary-server_1      ... 
01:32:12 Creating cliendtoendsuite_registry_1           ... 
01:32:12 Creating cliendtoendsuite_engine_1             ... 
01:32:16 
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.22.0.5:2375
01:32:16 Client:
01:32:16  Version:           19.09.0-dev
01:32:16  API version:       1.40 (downgraded from 1.41)
01:32:16  Go version:        go1.12.12
01:32:16  Git commit:        
01:32:16  Built:             Mon Oct 28 01:29:54 2019
01:32:16  OS/Arch:           linux/amd64
01:32:16  Experimental:      false
01:32:16 
01:32:16 Server: Docker Engine - Community
01:32:16  Engine:
01:32:16   Version:          19.03.4
01:32:16   API version:      1.40 (minimum version 1.12)
01:32:16   Go version:       go1.12.10
01:32:16   Git commit:       9013bf583a
01:32:16   Built:            Fri Oct 18 15:55:51 2019
01:32:16   OS/Arch:          linux/amd64
01:32:16   Experimental:     true
01:32:16  containerd:
01:32:16   Version:          v1.2.10
01:32:16   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:32:16  runc:
01:32:16   Version:          1.0.0-rc8+dev
01:32:16   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:32:16  docker-init:
01:32:16   Version:          0.18.0
01:32:16   GitCommit:        fec3683
01:32:16 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:32:16 88286f41530e: Pulling fs layer
01:32:16 88286f41530e: Download complete
01:32:16 88286f41530e: Pull complete
01:32:16 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:32:16 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:32:16 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:32:16 The push refers to repository [registry:5000/alpine]
01:32:16 5bef08742407: Preparing
01:32:17 5bef08742407: Pushed
01:32:17 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:32:17 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:32:17 03b1be98f3f9: Pulling fs layer
01:32:17 03b1be98f3f9: Verifying Checksum
01:32:17 03b1be98f3f9: Download complete
01:32:17 03b1be98f3f9: Pull complete
01:32:17 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:32:17 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:32:17 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:32:17 The push refers to repository [registry:5000/busybox]
01:32:17 6a749002dd6a: Preparing
01:32:17 6a749002dd6a: Pushed
01:32:17 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:32:18 Swarm initialized: current node (hflx25uzyqm5coqq4pmefwywt) is now a manager.
01:32:18 
01:32:18 To add a worker to this swarm, run the following command:
01:32:18 
01:32:18     docker swarm join --token SWMTKN-1-0bp5fohvggw0692sy1aixt6h5laaw8hmjw9dfb5j3zheqvsqf6-3b1va1an7rjk8mc652s7ya4bw 172.22.0.5:2377
01:32:18 
01:32:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:32:18 
01:32:44 ✓  e2e/cli-plugins (2.529s)
01:32:44 ∅  e2e/cli-plugins/plugins/badmeta
01:32:44 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:32:44 ✓  e2e/context (60ms)
01:32:50 ✓  e2e/container (8.557s)
01:32:54 ✓  e2e/plugin (3.414s)
01:32:55 ✓  e2e/stack (608ms)
01:32:56 ✓  e2e/system (76ms)
01:32:59 ✓  e2e/image (14.994s)
01:32:59 ∅  e2e/internal/fixtures
01:32:59 ∅  e2e/plugin/basic
01:33:00 ✓  e2e/trust (3.133s)
01:33:00 
01:33:00 === Skipped
01:33:00 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:33:00     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:33:00 
01:33:00 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:33:00     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:33:00         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:33:00 
01:33:00 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:33:00     --- SKIP: TestRemove/Kubernetes (0.00s)
01:33:00         remove_test.go:22: !environment.KubernetesEnabled()
01:33:00 
01:33:00 
01:33:00 DONE 88 tests, 3 skipped in 41.686s
01:33:00 Stopping cliendtoendsuite_engine_1             ... 
01:33:00 Stopping cliendtoendsuite_notary-server_1      ... 
01:33:00 Stopping cliendtoendsuite_registry_1           ... 
01:33:00 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:33:01 
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             ... 
01:33:01 Removing cliendtoendsuite_notary-server_1      ... 
01:33:01 Removing cliendtoendsuite_registry_1           ... 
01:33:01 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:33:01 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
01:33:01 Removing image cliendtoendsuite_notary-server
01:33:01 Removing image cliendtoendsuite_evil-notary-server
01:33:02 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-e2eclie2e16
01:33:03 Creating network "cliendtoendsuite_default" with the default driver
01:33:03 Building evil-notary-server
01:33:03 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:33:03 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:33:03  ---> 16b632e954ca
01:33:03 Step 3/3 : COPY ./notary-evil/ /fixtures/
01:33:03  ---> 42045ec06812
01:33:03 Successfully built 42045ec06812
01:33:03 Successfully tagged cliendtoendsuite_evil-notary-server:latest
01:33:03 Building notary-server
01:33:04 Step 1/3 : ARG NOTARY_VERSION=0.5.0
01:33:04 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
01:33:04  ---> 16b632e954ca
01:33:04 Step 3/3 : COPY ./notary/ /fixtures/
01:33:04  ---> cb395cf1503d
01:33:04 Successfully built cb395cf1503d
01:33:04 Successfully tagged cliendtoendsuite_notary-server:latest
01:33:04 Building engine
01:33:04 Step 1/6 : FROM docker:test-dind
01:33:04  ---> eaed9efc02d2
01:33:04 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
01:33:04  ---> Using cache
01:33:04  ---> d0511757ad61
01:33:04 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
01:33:04  ---> Using cache
01:33:04  ---> c072719dfa8f
01:33:04 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
01:33:04  ---> Using cache
01:33:04  ---> 31fdc468d58c
01:33:04 Step 5/6 : EXPOSE 22
01:33:04  ---> Using cache
01:33:04  ---> 046c70502a89
01:33:04 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
01:33:04  ---> Using cache
01:33:04  ---> b4a841ada2b5
01:33:04 Successfully built b4a841ada2b5
01:33:04 Successfully tagged docker:stable-dind
01:33:04 Creating cliendtoendsuite_registry_1 ... 
01:33:04 Creating cliendtoendsuite_notary-server_1 ... 
01:33:04 Creating cliendtoendsuite_engine_1        ... 
01:33:04 Creating cliendtoendsuite_evil-notary-server_1 ... 
01:33:08 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_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.23.0.3
01:33:08 Client:
01:33:08  Version:           19.09.0-dev
01:33:08  API version:       1.40 (downgraded from 1.41)
01:33:08  Go version:        go1.12.12
01:33:08  Git commit:        
01:33:08  Built:             Mon Oct 28 01:29:54 2019
01:33:08  OS/Arch:           linux/amd64
01:33:08  Experimental:      false
01:33:08 
01:33:08 Server: Docker Engine - Community
01:33:08  Engine:
01:33:08   Version:          19.03.4
01:33:08   API version:      1.40 (minimum version 1.12)
01:33:08   Go version:       go1.12.10
01:33:08   Git commit:       9013bf583a
01:33:08   Built:            Fri Oct 18 15:55:51 2019
01:33:08   OS/Arch:          linux/amd64
01:33:08   Experimental:     true
01:33:08  containerd:
01:33:08   Version:          v1.2.10
01:33:08   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
01:33:08  runc:
01:33:08   Version:          1.0.0-rc8+dev
01:33:08   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
01:33:08  docker-init:
01:33:08   Version:          0.18.0
01:33:08   GitCommit:        fec3683
01:33:08 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
01:33:08 88286f41530e: Pulling fs layer
01:33:08 88286f41530e: Verifying Checksum
01:33:08 88286f41530e: Download complete
01:33:08 88286f41530e: Pull complete
01:33:08 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:33:08 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:33:08 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
01:33:09 The push refers to repository [registry:5000/alpine]
01:33:09 5bef08742407: Preparing
01:33:09 5bef08742407: Pushed
01:33:09 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
01:33:09 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
01:33:09 03b1be98f3f9: Pulling fs layer
01:33:10 03b1be98f3f9: Verifying Checksum
01:33:10 03b1be98f3f9: Download complete
01:33:10 03b1be98f3f9: Pull complete
01:33:10 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:33:10 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:33:10 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
01:33:10 The push refers to repository [registry:5000/busybox]
01:33:10 6a749002dd6a: Preparing
01:33:10 6a749002dd6a: Pushed
01:33:10 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
01:33:12 Swarm initialized: current node (vj68lgp7xoz39hc5j6c6zlq7f) is now a manager.
01:33:12 
01:33:12 To add a worker to this swarm, run the following command:
01:33:12 
01:33:12     docker swarm join --token SWMTKN-1-5cwy7ncuzt3yhj6f29j6qhqcbx58pxq3v0gwej24xg2cj2gomx-cgemckpufpbqf5h8u49bw9h6r 172.23.0.3:2377
01:33:12 
01:33:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
01:33:12 
01:33:50 ✓  e2e/cli-plugins (13.539s)
01:33:50 ∅  e2e/cli-plugins/plugins/badmeta
01:33:50 ∅  e2e/cli-plugins/plugins/nopersistentprerun
01:33:50 ✓  e2e/context (44ms)
01:33:54 ✓  e2e/container (19.147s)
01:33:59 ✓  e2e/plugin (4.363s)
01:34:01 ✓  e2e/stack (2.131s)
01:34:02 ✓  e2e/system (255ms)
01:34:10 ✓  e2e/trust (6.579s)
01:34:15 ✓  e2e/image (27.068s)
01:34:15 ∅  e2e/internal/fixtures
01:34:15 ∅  e2e/plugin/basic
01:34:15 
01:34:15 === Skipped
01:34:15 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
01:34:15     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
01:34:15 
01:34:15 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
01:34:15     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
01:34:15         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
01:34:15 
01:34:15 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
01:34:15     --- SKIP: TestRemove/Kubernetes (0.00s)
01:34:15         remove_test.go:22: !environment.KubernetesEnabled()
01:34:15 
01:34:15 
01:34:15 DONE 88 tests, 3 skipped in 63.623s
01:34:16 Stopping cliendtoendsuite_engine_1             ... 
01:34:16 Stopping cliendtoendsuite_evil-notary-server_1 ... 
01:34:16 Stopping cliendtoendsuite_notary-server_1      ... 
01:34:16 Stopping cliendtoendsuite_registry_1           ... 
01:34:18 
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             ... 
01:34:18 Removing cliendtoendsuite_evil-notary-server_1 ... 
01:34:18 Removing cliendtoendsuite_notary-server_1      ... 
01:34:18 Removing cliendtoendsuite_registry_1           ... 
01:34:18 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
01:34:18 Removing image cliendtoendsuite_notary-server
01:34:18 Removing image cliendtoendsuite_evil-notary-server
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS