Skip to content
Success

Console Output

Pull request #2157 updated
13:43:35 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c006d0a2b40062765cb45c6dcbea67ab36ac454e+36707529d3d8f83f05460ce95e3b60871bd02e77 (3b835c6f5e5ba50158e2bbe7dfcd5ad7bebf3ac0)
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-0e4fb4d84bc215f65) 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/a7e43975-b040-4d07-b610-19a0bd4bf6a4/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
13:43:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:43:37 chowning workspace
[Pipeline] sh
13:43:38 + uname -m
[Pipeline] sh
13:43:38 + pwd
13:43:38 + id -u
13:43:38 + id -g
13:43:38 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2157:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:43:39 Removing all docker containers
[Pipeline] sh
13:43:39 + docker container ls -aq
[Pipeline] echo
13:43:39 Docker containers have been removed
[Pipeline] echo
13:43:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:43:39 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:43:39 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:43:39 Using the ‘stage’ step without a block argument is deprecated
13:43:39 Entering stage Git Checkout
13:43:39 Proceeding
[Pipeline] checkout
13:43:39 using credential docker-jenkins-github-credentials
13:43:39 Cloning the remote Git repository
13:43:39 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
13:43:42 Fetching without tags
13:43:42 Merging remotes/origin/master commit 36707529d3d8f83f05460ce95e3b60871bd02e77 into PR head commit c006d0a2b40062765cb45c6dcbea67ab36ac454e
 > 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 c006d0a2b40062765cb45c6dcbea67ab36ac454e
13:43:43 Merge succeeded, producing c006d0a2b40062765cb45c6dcbea67ab36ac454e
13:43:43 Checking out Revision c006d0a2b40062765cb45c6dcbea67ab36ac454e (PR-2157)
13:43:43 Commit message: "Services: use ServiceStatus on API v1.41 and up"
13:43:43 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 c006d0a2b40062765cb45c6dcbea67ab36ac454e
 > git rev-list --no-walk 84261864098696f8c0ba94bfdcc44c1470f7252b # timeout=10
[Pipeline] stage
13:43:44 Using the ‘stage’ step without a block argument is deprecated
13:43:44 Entering stage Run end-to-end test suite
13:43:44 Proceeding
[Pipeline] sh
13:43:44 + docker version
13:43:44 Client: Docker Engine - Community
13:43:44  Version:           19.03.2
13:43:44  API version:       1.40
13:43:44  Go version:        go1.12.8
13:43:44  Git commit:        6a30dfc
13:43:44  Built:             Thu Aug 29 05:29:11 2019
13:43:44  OS/Arch:           linux/amd64
13:43:44  Experimental:      false
13:43:44 
13:43:44 Server: Docker Engine - Community
13:43:44  Engine:
13:43:44   Version:          19.03.2
13:43:44   API version:      1.40 (minimum version 1.12)
13:43:44   Go version:       go1.12.8
13:43:44   Git commit:       6a30dfc
13:43:44   Built:            Thu Aug 29 05:27:45 2019
13:43:44   OS/Arch:          linux/amd64
13:43:44   Experimental:     true
13:43:44  containerd:
13:43:44   Version:          1.2.6
13:43:44   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:43:44  runc:
13:43:44   Version:          1.0.0-rc8
13:43:44   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:43:44  docker-init:
13:43:44   Version:          0.18.0
13:43:44   GitCommit:        fec3683
[Pipeline] sh
13:43:44 + docker info
13:43:44 Client:
13:43:44  Debug Mode: false
13:43:44 
13:43:44 Server:
13:43:44  Containers: 0
13:43:44   Running: 0
13:43:44   Paused: 0
13:43:44   Stopped: 0
13:43:44  Images: 11
13:43:44  Server Version: 19.03.2
13:43:44  Storage Driver: overlay2
13:43:44   Backing Filesystem: extfs
13:43:44   Supports d_type: true
13:43:44   Native Overlay Diff: true
13:43:44  Logging Driver: json-file
13:43:44  Cgroup Driver: cgroupfs
13:43:44  Plugins:
13:43:44   Volume: local
13:43:44   Network: bridge host ipvlan macvlan null overlay
13:43:44   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:43:44  Swarm: inactive
13:43:44  Runtimes: runc
13:43:44  Default Runtime: runc
13:43:44  Init Binary: docker-init
13:43:44  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:43:44  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:43:44  init version: fec3683
13:43:44  Security Options:
13:43:44   apparmor
13:43:44   seccomp
13:43:44    Profile: default
13:43:44  Kernel Version: 4.15.0-1048-aws
13:43:44  Operating System: Ubuntu 18.04.3 LTS
13:43:44  OSType: linux
13:43:44  Architecture: x86_64
13:43:44  CPUs: 2
13:43:44  Total Memory: 7.501GiB
13:43:44  Name: ip-10-100-88-174
13:43:44  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:43:44  Docker Root Dir: /var/lib/docker
13:43:44  Debug Mode: false
13:43:44  Username: dockerbuildbot
13:43:44  Registry: https://index.docker.io/v1/
13:43:44  Labels:
13:43:44  Experimental: true
13:43:44  Insecure Registries:
13:43:44   127.0.0.0/8
13:43:44  Live Restore Enabled: true
13:43:44 
13:43:44 WARNING: No swap limit support
[Pipeline] sh
13:43:45 + E2E_UNIQUE_ID=clie2e13 IMAGE_TAG=clie2e13 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:43:45 docker build -t docker-cli-e2eclie2e13 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:43:45 #2 [internal] load .dockerignore
13:43:45 #2 transferring context: 100B done
13:43:45 #2 DONE 0.0s
13:43:45 
13:43:45 #1 [internal] load build definition from Dockerfile.e2e
13:43:45 #1 transferring dockerfile: 1.58kB done
13:43:45 #1 DONE 0.0s
13:43:45 
13:43:45 #3 [internal] load metadata for docker.io/library/golang:1.12.12
13:43:45 #3 DONE 0.1s
13:43:45 
13:43:45 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
13:43:45 #4 DONE 0.0s
13:43:45 
13:43:45 #10 [internal] load build context
13:43:46 #10 transferring context: 42.42MB 1.0s done
13:43:46 #10 DONE 1.0s
13:43:46 
13:43:46 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:43:46 #6 CACHED
13:43:46 
13:43:46 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:43:46 #8 CACHED
13:43:46 
13:43:46 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:43:46 #9 CACHED
13:43:46 
13:43:46 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:43:46 #11 CACHED
13:43:46 
13:43:46 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:43:46 #7 CACHED
13:43:46 
13:43:46 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:43:46 #5 CACHED
13:43:46 
13:43:46 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:43:46 #12 CACHED
13:43:46 
13:43:46 #13 [9/11] COPY . .
13:43:47 #13 DONE 1.1s
13:43:47 
13:43:47 #14 [10/11] RUN ./scripts/build/binary
13:43:48 #14 0.614 Building statically linked build/docker-linux-amd64
13:45:09 #14 DONE 74.9s
13:45:09 
13:45:09 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:45:09 #15 0.671 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:45:09 #15 2.601 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:45:09 #15 4.317 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:45:09 #15 DONE 6.5s
13:45:09 
13:45:09 #16 exporting to image
13:45:09 #16 exporting layers
13:45:10 #16 exporting layers 2.0s done
13:45:10 #16 writing image sha256:fb5cdbd1f26b442c811fa68de483339c48a192c7c90678ffbf36b1fe6dfa46cb done
13:45:10 #16 naming to docker.io/library/docker-cli-e2eclie2e13 done
13:45:10 #16 DONE 2.0s
13:45: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 docker-cli-e2eclie2e13
13:45:12 Creating network "cliendtoendsuite_default" with the default driver
13:45:12 Building notary-server
13:45:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:45:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:45:12  ---> 16b632e954ca
13:45:12 Step 3/3 : COPY ./notary/ /fixtures/
13:45:12  ---> 84413fdf3f59
13:45:12 Successfully built 84413fdf3f59
13:45:12 Successfully tagged cliendtoendsuite_notary-server:latest
13:45:12 Building evil-notary-server
13:45:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:45:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:45:12  ---> 16b632e954ca
13:45:12 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:45:12  ---> 4e878cf0f15c
13:45:12 Successfully built 4e878cf0f15c
13:45:12 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:45:12 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:45:12 Creating cliendtoendsuite_registry_1           ... 
13:45:12 Creating cliendtoendsuite_engine_1             ... 
13:45:12 Creating cliendtoendsuite_notary-server_1      ... 
13:45:18 
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 tcp://172.24.0.5:2375
13:45:18 Client:
13:45:18  Version:           19.09.0-dev
13:45:18  API version:       1.40 (downgraded from 1.41)
13:45:18  Go version:        go1.12.12
13:45:18  Git commit:        
13:45:18  Built:             Sat Oct 26 13:43:47 2019
13:45:18  OS/Arch:           linux/amd64
13:45:18  Experimental:      false
13:45:18 
13:45:18 Server: Docker Engine - Community
13:45:18  Engine:
13:45:18   Version:          19.03.4
13:45:18   API version:      1.40 (minimum version 1.12)
13:45:18   Go version:       go1.12.10
13:45:18   Git commit:       9013bf583a
13:45:18   Built:            Fri Oct 18 15:55:51 2019
13:45:18   OS/Arch:          linux/amd64
13:45:18   Experimental:     false
13:45:18  containerd:
13:45:18   Version:          v1.2.10
13:45:18   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:45:18  runc:
13:45:18   Version:          1.0.0-rc8+dev
13:45:18   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:45:18  docker-init:
13:45:18   Version:          0.18.0
13:45:18   GitCommit:        fec3683
13:45:18 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:45:18 88286f41530e: Pulling fs layer
13:45:18 88286f41530e: Verifying Checksum
13:45:18 88286f41530e: Download complete
13:45:18 88286f41530e: Pull complete
13:45:18 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:45:18 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:45:18 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:45:18 The push refers to repository [registry:5000/alpine]
13:45:18 5bef08742407: Preparing
13:45:18 5bef08742407: Pushed
13:45:18 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:45:18 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:45:18 03b1be98f3f9: Pulling fs layer
13:45:19 03b1be98f3f9: Verifying Checksum
13:45:19 03b1be98f3f9: Download complete
13:45:19 03b1be98f3f9: Pull complete
13:45:19 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:45:19 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:45:19 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:45:19 The push refers to repository [registry:5000/busybox]
13:45:19 6a749002dd6a: Preparing
13:45:19 6a749002dd6a: Pushed
13:45:19 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:45:19 Swarm initialized: current node (et33v9wrg7wgch9yngtsfsl8v) is now a manager.
13:45:19 
13:45:19 To add a worker to this swarm, run the following command:
13:45:19 
13:45:19     docker swarm join --token SWMTKN-1-2w7wskf9xo3zzn43j6j004tk5zw285vd8xxmrz4fy243nnqvjp-6p26b29o5iekqa5nt8ykz5pzp 172.24.0.5:2377
13:45:19 
13:45:19 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:45:19 
13:45:46 ✓  e2e/cli-plugins (2.742s)
13:45:46 ∅  e2e/cli-plugins/plugins/badmeta
13:45:46 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:45:46 ✓  e2e/context (59ms)
13:45:52 ✓  e2e/container (7.849s)
13:45:57 ✓  e2e/plugin (3.743s)
13:45:58 ✓  e2e/stack (617ms)
13:45:58 ✓  e2e/image (11.183s)
13:45:58 ∅  e2e/internal/fixtures
13:45:58 ∅  e2e/plugin/basic
13:45:59 ✓  e2e/system (62ms)
13:46:01 ✓  e2e/trust (2.064s)
13:46:01 
13:46:01 === Skipped
13:46:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:46:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:46:01 
13:46:01 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
13:46:01     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
13:46:01 
13:46:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:46:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:46:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:46:01 
13:46:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:46:01     --- SKIP: TestRemove/Kubernetes (0.00s)
13:46:01         remove_test.go:22: !environment.KubernetesEnabled()
13:46:01 
13:46:01 
13:46:01 DONE 88 tests, 4 skipped in 41.664s
13:46:02 Stopping cliendtoendsuite_registry_1           ... 
13:46:02 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:46:02 Stopping cliendtoendsuite_notary-server_1      ... 
13:46:02 Stopping cliendtoendsuite_engine_1             ... 
13:46:02 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
13:46:02 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:46:02 Removing cliendtoendsuite_notary-server_1      ... 
13:46:02 Removing cliendtoendsuite_engine_1             ... 
13:46:02 
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
13:46:02 Removing image cliendtoendsuite_notary-server
13:46:02 Removing image cliendtoendsuite_evil-notary-server
13:46:03 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-e2eclie2e13
13:46:04 Creating network "cliendtoendsuite_default" with the default driver
13:46:04 Building evil-notary-server
13:46:04 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:46:04 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:46:04  ---> 16b632e954ca
13:46:04 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:46:05  ---> bf42571a523a
13:46:05 Successfully built bf42571a523a
13:46:05 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:46:05 Building notary-server
13:46:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:46:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:46:05  ---> 16b632e954ca
13:46:05 Step 3/3 : COPY ./notary/ /fixtures/
13:46:05  ---> 2b95a0fdb3fc
13:46:05 Successfully built 2b95a0fdb3fc
13:46:05 Successfully tagged cliendtoendsuite_notary-server:latest
13:46:05 Creating cliendtoendsuite_engine_1 ... 
13:46:05 Creating cliendtoendsuite_notary-server_1 ... 
13:46:05 Creating cliendtoendsuite_registry_1      ... 
13:46:05 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:46:10 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.25.0.2:2375
13:46:10 Client:
13:46:10  Version:           19.09.0-dev
13:46:10  API version:       1.40 (downgraded from 1.41)
13:46:10  Go version:        go1.12.12
13:46:10  Git commit:        
13:46:10  Built:             Sat Oct 26 13:43:47 2019
13:46:10  OS/Arch:           linux/amd64
13:46:10  Experimental:      false
13:46:10 
13:46:10 Server: Docker Engine - Community
13:46:10  Engine:
13:46:10   Version:          19.03.4
13:46:10   API version:      1.40 (minimum version 1.12)
13:46:10   Go version:       go1.12.10
13:46:10   Git commit:       9013bf583a
13:46:10   Built:            Fri Oct 18 15:55:51 2019
13:46:10   OS/Arch:          linux/amd64
13:46:10   Experimental:     true
13:46:10  containerd:
13:46:10   Version:          v1.2.10
13:46:10   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:46:10  runc:
13:46:10   Version:          1.0.0-rc8+dev
13:46:10   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:46:10  docker-init:
13:46:10   Version:          0.18.0
13:46:10   GitCommit:        fec3683
13:46:10 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:46:10 88286f41530e: Pulling fs layer
13:46:10 88286f41530e: Download complete
13:46:10 88286f41530e: Pull complete
13:46:10 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:46:10 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:46:10 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:46:11 The push refers to repository [registry:5000/alpine]
13:46:11 5bef08742407: Preparing
13:46:11 5bef08742407: Pushed
13:46:11 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:46:11 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:46:11 03b1be98f3f9: Pulling fs layer
13:46:11 03b1be98f3f9: Verifying Checksum
13:46:11 03b1be98f3f9: Download complete
13:46:11 03b1be98f3f9: Pull complete
13:46:11 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:46:11 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:46:11 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:46:11 The push refers to repository [registry:5000/busybox]
13:46:11 6a749002dd6a: Preparing
13:46:11 6a749002dd6a: Pushed
13:46:11 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:46:12 Swarm initialized: current node (lwduul5sjpj09o5pg587dot22) is now a manager.
13:46:12 
13:46:12 To add a worker to this swarm, run the following command:
13:46:12 
13:46:12     docker swarm join --token SWMTKN-1-0zh296sk6r0ozy3tpt0pmrpp8vombo8r83z0bqvgz0gfoi85a2-7pvly0r8bmc28m2h89wi03yh2 172.25.0.2:2377
13:46:12 
13:46:12 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:46:12 
13:46:39 ✓  e2e/cli-plugins (2.785s)
13:46:39 ∅  e2e/cli-plugins/plugins/badmeta
13:46:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:46:39 ✓  e2e/context (49ms)
13:46:43 ✓  e2e/container (7.689s)
13:46:47 ✓  e2e/plugin (3.162s)
13:46:48 ✓  e2e/stack (619ms)
13:46:48 ✓  e2e/system (80ms)
13:46:53 ✓  e2e/image (14.326s)
13:46:53 ∅  e2e/internal/fixtures
13:46:53 ∅  e2e/plugin/basic
13:46:53 ✓  e2e/trust (3.308s)
13:46:53 
13:46:53 === Skipped
13:46:53 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:46:53     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:46:53 
13:46:53 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:46:53     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:46:53         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:46:53 
13:46:53 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:46:53     --- SKIP: TestRemove/Kubernetes (0.00s)
13:46:53         remove_test.go:22: !environment.KubernetesEnabled()
13:46:53 
13:46:53 
13:46:53 DONE 88 tests, 3 skipped in 40.287s
13:46:53 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:46:53 Stopping cliendtoendsuite_registry_1           ... 
13:46:53 Stopping cliendtoendsuite_notary-server_1      ... 
13:46:53 Stopping cliendtoendsuite_engine_1             ... 
13:46:55 
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_evil-notary-server_1 ... 
13:46:55 Removing cliendtoendsuite_registry_1           ... 
13:46:55 Removing cliendtoendsuite_notary-server_1      ... 
13:46:55 Removing cliendtoendsuite_engine_1             ... 
13:46:55 
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
13:46:55 Removing image cliendtoendsuite_notary-server
13:46:55 Removing image cliendtoendsuite_evil-notary-server
13:46:55 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-e2eclie2e13
13:46:57 Creating network "cliendtoendsuite_default" with the default driver
13:46:57 Building evil-notary-server
13:46:57 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:46:57 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:46:57  ---> 16b632e954ca
13:46:57 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:46:57  ---> 9a19357bc2d8
13:46:57 Successfully built 9a19357bc2d8
13:46:57 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:46:57 Building engine
13:46:57 Step 1/6 : FROM docker:test-dind
13:46:57  ---> eaed9efc02d2
13:46:57 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
13:46:57  ---> Using cache
13:46:57  ---> 74e6e445d849
13:46:57 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
13:46:57  ---> Using cache
13:46:57  ---> 5bdeddb6dd60
13:46:57 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
13:46:57  ---> Using cache
13:46:57  ---> 8537f8c53fa0
13:46:57 Step 5/6 : EXPOSE 22
13:46:57  ---> Using cache
13:46:57  ---> 07c3a94ac098
13:46:57 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
13:46:57  ---> Using cache
13:46:57  ---> 2984c180ba5a
13:46:57 Successfully built 2984c180ba5a
13:46:57 Successfully tagged docker:stable-dind
13:46:57 Building notary-server
13:46:57 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:46:57 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:46:57  ---> 16b632e954ca
13:46:57 Step 3/3 : COPY ./notary/ /fixtures/
13:46:57  ---> 03cf58cbe689
13:46:57 Successfully built 03cf58cbe689
13:46:57 Successfully tagged cliendtoendsuite_notary-server:latest
13:46:57 Creating cliendtoendsuite_notary-server_1 ... 
13:46:57 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:46:57 Creating cliendtoendsuite_registry_1           ... 
13:46:57 Creating cliendtoendsuite_engine_1             ... 
13:47:03 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

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