Skip to content
Success

Console Output

Pull request #1273 updated
09:15:54 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at d04032d08880af321106d38b2f9d79d99720ccca rather than 0e347a27910a515074db9935e44edf1eb10cce6f
Obtained Jenkinsfile from d04032d08880af321106d38b2f9d79d99720ccca
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 9d211b4b26f02e228a3affd71de33f5afd9f4d88
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 9d211b4b26f02e228a3affd71de33f5afd9f4d88 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d211b4b26f02e228a3affd71de33f5afd9f4d88
Commit message: "Merge pull request #15 from docker/add-groovydocs"
 > git rev-list --no-walk 9d211b4b26f02e228a3affd71de33f5afd9f4d88 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0c9171228e2db876e) in /home/ubuntu/workspace/cli_PR-1273
[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-1273@tmp/2f4b846b-cf57-4c21-8595-85b351fc78b7/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
09:15:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:15:57 chowning workspace
[Pipeline] sh
09:15:58 + uname -m
[Pipeline] sh
09:15:58 + pwd
09:15:58 + id -u
09:15:58 + id -g
09:15:58 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1273:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:15:59 Removing all docker containers
[Pipeline] sh
09:16:00 + docker container ls -aq
[Pipeline] echo
09:16:00 Docker containers have been removed
[Pipeline] echo
09:16:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:16:00 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
09:16:00 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
09:16:00 Using the ‘stage’ step without a block argument is deprecated
09:16:00 Entering stage Git Checkout
09:16:00 Proceeding
[Pipeline] checkout
09:16:00 using credential docker-jenkins-github-credentials
09:16:00 Cloning the remote Git repository
09:16:00 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1273 # 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/1273/head:refs/remotes/origin/PR-1273 +refs/heads/master:refs/remotes/origin/master
09:16:02 Fetching without tags
09:16:03 Merging remotes/origin/master commit d04032d08880af321106d38b2f9d79d99720ccca into PR head commit 0e347a27910a515074db9935e44edf1eb10cce6f
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1273/head:refs/remotes/origin/PR-1273 # 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/1273/head:refs/remotes/origin/PR-1273 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e347a27910a515074db9935e44edf1eb10cce6f
09:16:03 Merge succeeded, producing a9be84ed47c7be9ec4caa5d8370fdbb15ee6133b
09:16:03 Checking out Revision a9be84ed47c7be9ec4caa5d8370fdbb15ee6133b (PR-1273)
09:16:03 Commit message: "Merge commit 'd04032d08880af321106d38b2f9d79d99720ccca' into HEAD"
09:16:03 First time build. Skipping changelog.
[Pipeline] stage
09:16:04 Using the ‘stage’ step without a block argument is deprecated
09:16:04 Entering stage Run end-to-end test suite
09:16:04 Proceeding
[Pipeline] sh
 > git merge d04032d08880af321106d38b2f9d79d99720ccca # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9be84ed47c7be9ec4caa5d8370fdbb15ee6133b
 > git rev-list --no-walk 8432dc27a2c2b391d4725b357a5c9d146f2e95f7 # timeout=10
09:16:04 + docker version
09:16:04 Client: Docker Engine - Community
09:16:04  Version:           19.03.2
09:16:04  API version:       1.40
09:16:04  Go version:        go1.12.8
09:16:04  Git commit:        6a30dfc
09:16:04  Built:             Thu Aug 29 05:29:11 2019
09:16:04  OS/Arch:           linux/amd64
09:16:04  Experimental:      false
09:16:04 
09:16:04 Server: Docker Engine - Community
09:16:04  Engine:
09:16:04   Version:          19.03.2
09:16:04   API version:      1.40 (minimum version 1.12)
09:16:04   Go version:       go1.12.8
09:16:04   Git commit:       6a30dfc
09:16:04   Built:            Thu Aug 29 05:27:45 2019
09:16:04   OS/Arch:          linux/amd64
09:16:04   Experimental:     true
09:16:04  containerd:
09:16:04   Version:          1.2.6
09:16:04   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
09:16:04  runc:
09:16:04   Version:          1.0.0-rc8
09:16:04   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
09:16:04  docker-init:
09:16:04   Version:          0.18.0
09:16:04   GitCommit:        fec3683
[Pipeline] sh
09:16:05 + docker info
09:16:05 Client:
09:16:05  Debug Mode: false
09:16:05 
09:16:05 Server:
09:16:05  Containers: 0
09:16:05   Running: 0
09:16:05   Paused: 0
09:16:05   Stopped: 0
09:16:05  Images: 64
09:16:05  Server Version: 19.03.2
09:16:05  Storage Driver: overlay2
09:16:05   Backing Filesystem: extfs
09:16:05   Supports d_type: true
09:16:05   Native Overlay Diff: true
09:16:05  Logging Driver: json-file
09:16:05  Cgroup Driver: cgroupfs
09:16:05  Plugins:
09:16:05   Volume: local
09:16:05   Network: bridge host ipvlan macvlan null overlay
09:16:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:16:05  Swarm: inactive
09:16:05  Runtimes: runc
09:16:05  Default Runtime: runc
09:16:05  Init Binary: docker-init
09:16:05  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
09:16:05  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
09:16:05  init version: fec3683
09:16:05  Security Options:
09:16:05   apparmor
09:16:05   seccomp
09:16:05    Profile: default
09:16:05  Kernel Version: 4.15.0-1048-aws
09:16:05  Operating System: Ubuntu 18.04.3 LTS
09:16:05  OSType: linux
09:16:05  Architecture: x86_64
09:16:05  CPUs: 2
09:16:05  Total Memory: 7.501GiB
09:16:05  Name: ip-10-100-49-94
09:16:05  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
09:16:05  Docker Root Dir: /var/lib/docker
09:16:05  Debug Mode: false
09:16:05  Username: dockerbuildbot
09:16:05  Registry: https://index.docker.io/v1/
09:16:05  Labels:
09:16:05  Experimental: true
09:16:05  Insecure Registries:
09:16:05   127.0.0.0/8
09:16:05  Live Restore Enabled: true
09:16:05 
09:16:05 WARNING: No swap limit support
[Pipeline] sh
09:16:05 + E2E_UNIQUE_ID=clie2e4 IMAGE_TAG=clie2e4 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
09:16:05 docker build -t docker-cli-e2eclie2e4 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
09:16:05 #2 [internal] load build definition from Dockerfile.e2e
09:16:05 #2 transferring dockerfile: 1.58kB done
09:16:05 #2 DONE 0.0s
09:16:05 
09:16:05 #1 [internal] load .dockerignore
09:16:05 #1 transferring context: 100B done
09:16:05 #1 DONE 0.0s
09:16:05 
09:16:05 #3 [internal] load metadata for docker.io/library/golang:1.12.10
09:16:05 #3 DONE 0.1s
09:16:05 
09:16:05 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
09:16:05 #4 DONE 0.0s
09:16:05 
09:16:05 #10 [internal] load build context
09:16:06 #10 transferring context: 42.30MB 0.9s done
09:16:06 #10 DONE 0.9s
09:16:06 
09:16:06 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
09:16:06 #5 CACHED
09:16:06 
09:16:06 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
09:16:06 #11 CACHED
09:16:06 
09:16:06 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
09:16:06 #8 CACHED
09:16:06 
09:16:06 #14 [10/11] RUN ./scripts/build/binary
09:16:06 #14 CACHED
09:16:06 
09:16:06 #13 [9/11] COPY . .
09:16:06 #13 CACHED
09:16:06 
09:16:06 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
09:16:06 #7 CACHED
09:16:06 
09:16:06 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
09:16:06 #9 CACHED
09:16:06 
09:16:06 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
09:16:06 #12 CACHED
09:16:06 
09:16:06 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
09:16:06 #6 CACHED
09:16:06 
09:16:06 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
09:16:06 #15 CACHED
09:16:06 
09:16:06 #16 exporting to image
09:16:06 #16 exporting layers done
09:16:06 #16 writing image sha256:d7098d3c0f77f1bb54e1bf1b47be7cb65276bc6bc05550ed3378f8532130a5cb done
09:16:06 #16 naming to docker.io/library/docker-cli-e2eclie2e4 done
09:16:06 #16 DONE 0.0s
09:16:06 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e4
09:16:08 Creating network "cliendtoendsuite_default" with the default driver
09:16:08 Building notary-server
09:16:08 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:16:08 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:16:08  ---> 16b632e954ca
09:16:08 Step 3/3 : COPY ./notary/ /fixtures/
09:16:09  ---> 33a1cd9ae7b5
09:16:09 Successfully built 33a1cd9ae7b5
09:16:09 Successfully tagged cliendtoendsuite_notary-server:latest
09:16:09 Building evil-notary-server
09:16:09 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:16:09 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:16:09  ---> 16b632e954ca
09:16:09 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:16:09  ---> 3863bf82829a
09:16:09 Successfully built 3863bf82829a
09:16:09 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:16:09 Creating cliendtoendsuite_registry_1 ... 
09:16:09 Creating cliendtoendsuite_notary-server_1 ... 
09:16:09 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:16:09 Creating cliendtoendsuite_engine_1             ... 
09:16:12 
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.21.0.5:2375
09:16:12 Client:
09:16:12  Version:           19.09.0-dev
09:16:12  API version:       1.40
09:16:12  Go version:        go1.12.10
09:16:12  Git commit:        
09:16:12  Built:             Thu Oct  3 08:46:42 2019
09:16:12  OS/Arch:           linux/amd64
09:16:12  Experimental:      false
09:16:12 
09:16:12 Server: Docker Engine - Community
09:16:12  Engine:
09:16:12   Version:          19.03.3-beta2
09:16:12   API version:      1.40 (minimum version 1.12)
09:16:12   Go version:       go1.12.10
09:16:12   Git commit:       dede96ff4c
09:16:12   Built:            Sat Sep 28 05:20:09 2019
09:16:12   OS/Arch:          linux/amd64
09:16:12   Experimental:     false
09:16:12  containerd:
09:16:12   Version:          v1.2.10
09:16:12   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
09:16:12  runc:
09:16:12   Version:          1.0.0-rc8+dev
09:16:12   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
09:16:12  docker-init:
09:16:12   Version:          0.18.0
09:16:12   GitCommit:        fec3683
09:16:13 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:16:13 88286f41530e: Pulling fs layer
09:16:13 88286f41530e: Download complete
09:16:13 88286f41530e: Pull complete
09:16:13 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:16:13 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:16:13 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:16:13 The push refers to repository [registry:5000/alpine]
09:16:13 5bef08742407: Preparing
09:16:13 5bef08742407: Pushed
09:16:13 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:16:14 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:16:14 03b1be98f3f9: Pulling fs layer
09:16:14 03b1be98f3f9: Verifying Checksum
09:16:14 03b1be98f3f9: Download complete
09:16:14 03b1be98f3f9: Pull complete
09:16:14 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:16:14 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:16:14 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:16:14 The push refers to repository [registry:5000/busybox]
09:16:14 6a749002dd6a: Preparing
09:16:14 6a749002dd6a: Pushed
09:16:14 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:16:15 Swarm initialized: current node (eggy70n7tu36drkh3otbco8z4) is now a manager.
09:16:15 
09:16:15 To add a worker to this swarm, run the following command:
09:16:15 
09:16:15     docker swarm join --token SWMTKN-1-38i1k3seeiq9uxq5bvoa04myivux6fpni2vlj77jj9v1d6nbw1-6jle90nr00aud9gjq4m9ai4gz 172.21.0.5:2377
09:16:15 
09:16:15 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:16:15 
09:16:41 ✓  e2e/cli-plugins (2.45s)
09:16:41 ∅  e2e/cli-plugins/plugins/badmeta
09:16:41 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:16:41 ✓  e2e/context (37ms)
09:16:46 ✓  e2e/container (9.022s)
09:16:51 ✓  e2e/plugin (3.754s)
09:16:51 ✓  e2e/image (11.934s)
09:16:51 ∅  e2e/internal/fixtures
09:16:51 ∅  e2e/plugin/basic
09:16:52 ✓  e2e/system (56ms)
09:16:52 ✓  e2e/stack (692ms)
09:16:54 ✓  e2e/trust (2.168s)
09:16:54 
09:16:54 === Skipped
09:16:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:16:54     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:16:54 
09:16:54 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
09:16:54     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
09:16:54 
09:16:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:16:54     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:16:54         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:16:54 
09:16:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:16:54     --- SKIP: TestRemove/Kubernetes (0.00s)
09:16:54         remove_test.go:22: !environment.KubernetesEnabled()
09:16:54 
09:16:54 
09:16:54 DONE 88 tests, 4 skipped in 39.453s
09:16:55 Stopping cliendtoendsuite_notary-server_1      ... 
09:16:55 Stopping cliendtoendsuite_engine_1             ... 
09:16:55 Stopping cliendtoendsuite_registry_1           ... 
09:16:55 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:16:57 
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      ... 
09:16:57 Removing cliendtoendsuite_engine_1             ... 
09:16:57 Removing cliendtoendsuite_registry_1           ... 
09:16:57 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:16:57 
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
09:16:57 Removing image cliendtoendsuite_notary-server
09:16:57 Removing image cliendtoendsuite_evil-notary-server
09:16:57 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e4
09:16:58 Creating network "cliendtoendsuite_default" with the default driver
09:16:58 Building evil-notary-server
09:16:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:16:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:16:59  ---> 16b632e954ca
09:16:59 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:16:59  ---> 5c94d147e17b
09:16:59 Successfully built 5c94d147e17b
09:16:59 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:16:59 Building notary-server
09:16:59 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:16:59 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:16:59  ---> 16b632e954ca
09:16:59 Step 3/3 : COPY ./notary/ /fixtures/
09:16:59  ---> aabe5b0cb3fd
09:16:59 Successfully built aabe5b0cb3fd
09:16:59 Successfully tagged cliendtoendsuite_notary-server:latest
09:16:59 Creating cliendtoendsuite_registry_1 ... 
09:16:59 Creating cliendtoendsuite_notary-server_1 ... 
09:16:59 Creating cliendtoendsuite_engine_1        ... 
09:16:59 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:17: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 tcp://172.22.0.4:2375
09:17:03 Client:
09:17:03  Version:           19.09.0-dev
09:17:03  API version:       1.40
09:17:03  Go version:        go1.12.10
09:17:03  Git commit:        
09:17:03  Built:             Thu Oct  3 08:46:42 2019
09:17:03  OS/Arch:           linux/amd64
09:17:03  Experimental:      false
09:17:03 
09:17:03 Server: Docker Engine - Community
09:17:03  Engine:
09:17:03   Version:          19.03.3-beta2
09:17:03   API version:      1.40 (minimum version 1.12)
09:17:03   Go version:       go1.12.10
09:17:03   Git commit:       dede96ff4c
09:17:03   Built:            Sat Sep 28 05:20:09 2019
09:17:03   OS/Arch:          linux/amd64
09:17:03   Experimental:     true
09:17:03  containerd:
09:17:03   Version:          v1.2.10
09:17:03   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
09:17:03  runc:
09:17:03   Version:          1.0.0-rc8+dev
09:17:03   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
09:17:03  docker-init:
09:17:03   Version:          0.18.0
09:17:03   GitCommit:        fec3683
09:17:03 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:17:03 88286f41530e: Pulling fs layer
09:17:03 88286f41530e: Download complete
09:17:03 88286f41530e: Pull complete
09:17:03 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:03 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:03 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:03 The push refers to repository [registry:5000/alpine]
09:17:03 5bef08742407: Preparing
09:17:04 5bef08742407: Pushed
09:17:04 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:17:04 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:17:04 03b1be98f3f9: Pulling fs layer
09:17:04 03b1be98f3f9: Verifying Checksum
09:17:04 03b1be98f3f9: Download complete
09:17:04 03b1be98f3f9: Pull complete
09:17:04 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:04 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:04 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:04 The push refers to repository [registry:5000/busybox]
09:17:04 6a749002dd6a: Preparing
09:17:04 6a749002dd6a: Pushed
09:17:04 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:17:05 Swarm initialized: current node (5uress0y79y06tw5ezplnq79p) is now a manager.
09:17:05 
09:17:05 To add a worker to this swarm, run the following command:
09:17:05 
09:17:05     docker swarm join --token SWMTKN-1-5jjbwwm4osj3eqzvjp7covwhabf5vwscl0floo7qi8sbdvvvjk-9pbiis4mh2wjxz4gelmn62kfo 172.22.0.4:2377
09:17:05 
09:17:05 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:17:05 
09:17:31 ✓  e2e/cli-plugins (2.412s)
09:17:31 ∅  e2e/cli-plugins/plugins/badmeta
09:17:31 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:17:31 ✓  e2e/context (56ms)
09:17:38 ✓  e2e/container (8.81s)
09:17:42 ✓  e2e/plugin (3.719s)
09:17:44 ✓  e2e/stack (578ms)
09:17:44 ✓  e2e/system (54ms)
09:17:46 ✓  e2e/image (14.382s)
09:17:46 ∅  e2e/internal/fixtures
09:17:46 ∅  e2e/plugin/basic
09:17:47 ✓  e2e/trust (2.647s)
09:17:47 
09:17:47 === Skipped
09:17:47 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:17:47     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:17:47 
09:17:47 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:17:47     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:17:47         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:17:47 
09:17:47 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:17:47     --- SKIP: TestRemove/Kubernetes (0.00s)
09:17:47         remove_test.go:22: !environment.KubernetesEnabled()
09:17:47 
09:17:47 
09:17:47 DONE 88 tests, 3 skipped in 42.378s
09:17:48 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:17:48 Stopping cliendtoendsuite_engine_1             ... 
09:17:48 Stopping cliendtoendsuite_notary-server_1      ... 
09:17:48 Stopping cliendtoendsuite_registry_1           ... 
09:17:50 
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 ... 
09:17:50 Removing cliendtoendsuite_engine_1             ... 
09:17:50 Removing cliendtoendsuite_notary-server_1      ... 
09:17:50 Removing cliendtoendsuite_registry_1           ... 
09:17:50 
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
09:17:50 Removing image cliendtoendsuite_notary-server
09:17:50 Removing image cliendtoendsuite_evil-notary-server
09:17:50 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e4
09:17:52 Creating network "cliendtoendsuite_default" with the default driver
09:17:52 Building evil-notary-server
09:17:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:17:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:17:52  ---> 16b632e954ca
09:17:52 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:17:52  ---> e197dbd8d940
09:17:52 Successfully built e197dbd8d940
09:17:52 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:17:52 Building notary-server
09:17:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:17:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:17:52  ---> 16b632e954ca
09:17:52 Step 3/3 : COPY ./notary/ /fixtures/
09:17:53  ---> 42f806942287
09:17:53 Successfully built 42f806942287
09:17:53 Successfully tagged cliendtoendsuite_notary-server:latest
09:17:53 Building engine
09:17:53 Step 1/6 : FROM docker:test-dind
09:17:53  ---> 0b12195ced5d
09:17:53 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
09:17:53  ---> Using cache
09:17:53  ---> 8ce6f5f57d40
09:17:53 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
09:17:53  ---> Using cache
09:17:53  ---> 642244cb097f
09:17:53 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
09:17:53  ---> Using cache
09:17:53  ---> bb73cadafc9f
09:17:53 Step 5/6 : EXPOSE 22
09:17:53  ---> Using cache
09:17:53  ---> 7d6dec422962
09:17:53 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
09:17:53  ---> Using cache
09:17:53  ---> 5a66807076f5
09:17:53 Successfully built 5a66807076f5
09:17:53 Successfully tagged docker:stable-dind
09:17:53 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:17:53 Creating cliendtoendsuite_notary-server_1      ... 
09:17:53 Creating cliendtoendsuite_engine_1             ... 
09:17:53 Creating cliendtoendsuite_registry_1           ... 
09:17:56 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.3
09:17:56 Client:
09:17:56  Version:           19.09.0-dev
09:17:56  API version:       1.40
09:17:56  Go version:        go1.12.10
09:17:56  Git commit:        
09:17:56  Built:             Thu Oct  3 08:46:42 2019
09:17:56  OS/Arch:           linux/amd64
09:17:56  Experimental:      false
09:17:56 
09:17:56 Server: Docker Engine - Community
09:17:56  Engine:
09:17:56   Version:          19.03.3-beta2
09:17:56   API version:      1.40 (minimum version 1.12)
09:17:56   Go version:       go1.12.10
09:17:56   Git commit:       dede96ff4c
09:17:56   Built:            Sat Sep 28 05:20:09 2019
09:17:56   OS/Arch:          linux/amd64
09:17:56   Experimental:     true
09:17:56  containerd:
09:17:56   Version:          v1.2.10
09:17:56   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
09:17:56  runc:
09:17:56   Version:          1.0.0-rc8+dev
09:17:56   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
09:17:56  docker-init:
09:17:56   Version:          0.18.0
09:17:56   GitCommit:        fec3683
09:17:57 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:17:57 88286f41530e: Pulling fs layer
09:17:57 88286f41530e: Download complete
09:17:57 88286f41530e: Pull complete
09:17:57 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:57 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:57 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:17:57 The push refers to repository [registry:5000/alpine]
09:17:57 5bef08742407: Preparing
09:17:58 5bef08742407: Pushed
09:17:58 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:17:58 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:17:58 03b1be98f3f9: Pulling fs layer
09:17:58 03b1be98f3f9: Download complete
09:17:58 03b1be98f3f9: Pull complete
09:17:58 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:58 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:58 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:17:59 The push refers to repository [registry:5000/busybox]
09:17:59 6a749002dd6a: Preparing
09:17:59 6a749002dd6a: Pushed
09:17:59 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:18:00 Swarm initialized: current node (xeqfueha9bv4aw6ff2hky3dik) is now a manager.
09:18:00 
09:18:00 To add a worker to this swarm, run the following command:
09:18:00 
09:18:00     docker swarm join --token SWMTKN-1-0er7cvwghi54rx3bwf3p6bkv4pvq385idlm3fkwgwuc4o1jst4-2231mp41a9efu66jpeanf6fp4 172.23.0.3:2377
09:18:00 
09:18:00 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:18:00 
09:18:39 ✓  e2e/cli-plugins (13.498s)
09:18:39 ∅  e2e/cli-plugins/plugins/badmeta
09:18:39 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:18:39 ✓  e2e/context (44ms)
09:18:43 ✓  e2e/container (18.983s)
09:18:48 ✓  e2e/plugin (4.224s)
09:18:51 ✓  e2e/stack (2.147s)
09:18:51 ✓  e2e/system (251ms)
09:18:59 ✓  e2e/trust (6.649s)
09:19:04 ✓  e2e/image (26.476s)
09:19:04 ∅  e2e/internal/fixtures
09:19:04 ∅  e2e/plugin/basic
09:19:04 
09:19:04 === Skipped
09:19:04 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:19:04     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:19:04 
09:19:04 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:19:04     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:19:04         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:19:04 
09:19:04 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:19:04     --- SKIP: TestRemove/Kubernetes (0.00s)
09:19:04         remove_test.go:22: !environment.KubernetesEnabled()
09:19:04 
09:19:04 
09:19:04 DONE 88 tests, 3 skipped in 63.674s
09:19:04 Stopping cliendtoendsuite_engine_1             ... 
09:19:04 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:19:04 Stopping cliendtoendsuite_notary-server_1      ... 
09:19:04 Stopping cliendtoendsuite_registry_1           ... 
09:19:06 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
09:19:06 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:19:06 Removing cliendtoendsuite_notary-server_1      ... 
09:19:06 Removing cliendtoendsuite_registry_1           ... 
09:19:06 
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
09:19:06 Removing image cliendtoendsuite_notary-server
09:19:06 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