Skip to content
Success

Console Output

Pull request #2123 opened
13:56:54 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 7eecbb96afe752e38d5acb911fa719c2e7656242+e3060aa27c876eee76904b45cb71700b13e05be8 (4a5faddd7a07f2a1b905d470b618a6ceece8977f)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2123@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 9d211b4b26f02e228a3affd71de33f5afd9f4d88 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d211b4b26f02e228a3affd71de33f5afd9f4d88
Commit message: "Merge pull request #15 from docker/add-groovydocs"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0bcdbe30dd41f253d) in /home/ubuntu/workspace/cli_PR-2123
[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-2123@tmp/e4f88edf-599f-47aa-9a41-8fe41f03727c/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:56:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:56:58 chowning workspace
[Pipeline] sh
13:56:59 + uname -m
[Pipeline] sh
13:56:59 + pwd
13:56:59 + id -u
13:56:59 + id -g
13:56:59 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2123:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:57:00 Removing all docker containers
[Pipeline] sh
13:57:00 + docker container ls -aq
[Pipeline] echo
13:57:00 Docker containers have been removed
[Pipeline] echo
13:57:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:57:00 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:57:00 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:57:00 Using the ‘stage’ step without a block argument is deprecated
13:57:00 Entering stage Git Checkout
13:57:00 Proceeding
[Pipeline] checkout
13:57:00 using credential docker-jenkins-github-credentials
13:57:00 Cloning the remote Git repository
13:57:00 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2123 # 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/2123/head:refs/remotes/origin/PR-2123 +refs/heads/master:refs/remotes/origin/master
13:57:03 Fetching without tags
13:57:03 Merging remotes/origin/master commit e3060aa27c876eee76904b45cb71700b13e05be8 into PR head commit 7eecbb96afe752e38d5acb911fa719c2e7656242
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2123/head:refs/remotes/origin/PR-2123 # 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/2123/head:refs/remotes/origin/PR-2123 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7eecbb96afe752e38d5acb911fa719c2e7656242
13:57:04 Merge succeeded, producing 4275cc3403d1653c1d0f69659f9ab76d572ab0e1
13:57:04 Checking out Revision 4275cc3403d1653c1d0f69659f9ab76d572ab0e1 (PR-2123)
13:57:04 Commit message: "Merge commit 'e3060aa27c876eee76904b45cb71700b13e05be8' into HEAD"
13:57:04 First time build. Skipping changelog.
[Pipeline] stage
13:57:04 Using the ‘stage’ step without a block argument is deprecated
13:57:04 Entering stage Run end-to-end test suite
13:57:04 Proceeding
[Pipeline] sh
 > git merge e3060aa27c876eee76904b45cb71700b13e05be8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4275cc3403d1653c1d0f69659f9ab76d572ab0e1
13:57:05 + docker version
13:57:05 Client: Docker Engine - Community
13:57:05  Version:           19.03.2
13:57:05  API version:       1.40
13:57:05  Go version:        go1.12.8
13:57:05  Git commit:        6a30dfc
13:57:05  Built:             Thu Aug 29 05:29:11 2019
13:57:05  OS/Arch:           linux/amd64
13:57:05  Experimental:      false
13:57:05 
13:57:05 Server: Docker Engine - Community
13:57:05  Engine:
13:57:05   Version:          19.03.2
13:57:05   API version:      1.40 (minimum version 1.12)
13:57:05   Go version:       go1.12.8
13:57:05   Git commit:       6a30dfc
13:57:05   Built:            Thu Aug 29 05:27:45 2019
13:57:05   OS/Arch:          linux/amd64
13:57:05   Experimental:     true
13:57:05  containerd:
13:57:05   Version:          1.2.6
13:57:05   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:57:05  runc:
13:57:05   Version:          1.0.0-rc8
13:57:05   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:57:05  docker-init:
13:57:05   Version:          0.18.0
13:57:05   GitCommit:        fec3683
[Pipeline] sh
fatal: bad object 9d211b4b26f02e228a3affd71de33f5afd9f4d88
13:57:05 + docker info
13:57:05 Client:
13:57:05  Debug Mode: false
13:57:05 
13:57:05 Server:
13:57:05  Containers: 0
13:57:05   Running: 0
13:57:05   Paused: 0
13:57:05   Stopped: 0
13:57:05  Images: 66
13:57:05  Server Version: 19.03.2
13:57:05  Storage Driver: overlay2
13:57:05   Backing Filesystem: extfs
13:57:05   Supports d_type: true
13:57:05   Native Overlay Diff: true
13:57:05  Logging Driver: json-file
13:57:05  Cgroup Driver: cgroupfs
13:57:05  Plugins:
13:57:05   Volume: local
13:57:05   Network: bridge host ipvlan macvlan null overlay
13:57:05   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:57:05  Swarm: inactive
13:57:05  Runtimes: runc
13:57:05  Default Runtime: runc
13:57:05  Init Binary: docker-init
13:57:05  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:57:05  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:57:05  init version: fec3683
13:57:05  Security Options:
13:57:05   apparmor
13:57:05   seccomp
13:57:05    Profile: default
13:57:05  Kernel Version: 4.15.0-1048-aws
13:57:05  Operating System: Ubuntu 18.04.3 LTS
13:57:05  OSType: linux
13:57:05  Architecture: x86_64
13:57:05  CPUs: 2
13:57:05  Total Memory: 7.501GiB
13:57:05  Name: ip-10-100-51-227
13:57:05  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:57:05  Docker Root Dir: /var/lib/docker
13:57:05  Debug Mode: false
13:57:05  Username: dockerbuildbot
13:57:05  Registry: https://index.docker.io/v1/
13:57:05  Labels:
13:57:05  Experimental: true
13:57:05  Insecure Registries:
13:57:05   127.0.0.0/8
13:57:05  Live Restore Enabled: true
13:57:05 
13:57:05 WARNING: No swap limit support
[Pipeline] sh
13:57:05 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:57:05 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:57:05 #2 [internal] load .dockerignore
13:57:05 #2 transferring context: 100B done
13:57:05 #2 DONE 0.0s
13:57:05 
13:57:05 #1 [internal] load build definition from Dockerfile.e2e
13:57:05 #1 transferring dockerfile: 1.58kB done
13:57:05 #1 DONE 0.0s
13:57:05 
13:57:05 #3 [internal] load metadata for docker.io/library/golang:1.12.10
13:57:06 #3 DONE 0.1s
13:57:06 
13:57:06 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:61152d6f60bd8d83e6f6...
13:57:06 #4 DONE 0.0s
13:57:06 
13:57:06 #10 [internal] load build context
13:57:07 #10 transferring context: 42.30MB 1.0s done
13:57:07 #10 DONE 1.1s
13:57:07 
13:57:07 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:57:07 #11 CACHED
13:57:07 
13:57:07 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:57:07 #5 CACHED
13:57:07 
13:57:07 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:57:07 #6 CACHED
13:57:07 
13:57:07 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:57:07 #7 CACHED
13:57:07 
13:57:07 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:57:07 #8 CACHED
13:57:07 
13:57:07 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:57:07 #9 CACHED
13:57:07 
13:57:07 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:57:07 #12 CACHED
13:57:07 
13:57:07 #13 [9/11] COPY . .
13:57:09 #13 DONE 2.2s
13:57:09 
13:57:09 #14 [10/11] RUN ./scripts/build/binary
13:57:10 #14 0.798 Building statically linked build/docker-linux-amd64
13:58:31 #14 DONE 69.9s
13:58:31 
13:58:31 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:58:31 #15 0.684 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:58:31 #15 2.570 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:58:31 #15 4.277 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:58:31 #15 DONE 6.3s
13:58:31 
13:58:31 #16 exporting to image
13:58:31 #16 exporting layers
13:58:31 #16 exporting layers 2.1s done
13:58:31 #16 writing image sha256:1e80cfff2088ae869d20ec9a62adb86d34ffeecb72cebb6524d1d0f2c356b4e5 done
13:58:31 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
13:58:31 #16 DONE 2.1s
13:58:31 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-e2eclie2e1
13:58:31 Creating network "cliendtoendsuite_default" with the default driver
13:58:31 Building notary-server
13:58:31 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:58:31 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:58:31  ---> 16b632e954ca
13:58:31 Step 3/3 : COPY ./notary/ /fixtures/
13:58:31  ---> c60f56a8cea8
13:58:31 Successfully built c60f56a8cea8
13:58:31 Successfully tagged cliendtoendsuite_notary-server:latest
13:58:31 Building evil-notary-server
13:58:31 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:58:31 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:58:31  ---> 16b632e954ca
13:58:31 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:58:31  ---> a02586b138fa
13:58:31 Successfully built a02586b138fa
13:58:31 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:58:31 Creating cliendtoendsuite_registry_1 ... 
13:58:31 Creating cliendtoendsuite_notary-server_1 ... 
13:58:31 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:58:31 Creating cliendtoendsuite_engine_1             ... 
13:58:33 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.21.0.5:2375
13:58:33 Client:
13:58:33  Version:           19.09.0-dev
13:58:33  API version:       1.40
13:58:33  Go version:        go1.12.10
13:58:33  Git commit:        
13:58:33  Built:             Fri Oct  4 13:57:09 2019
13:58:33  OS/Arch:           linux/amd64
13:58:33  Experimental:      false
13:58:33 
13:58:33 Server: Docker Engine - Community
13:58:33  Engine:
13:58:33   Version:          19.03.3-rc1
13:58:33   API version:      1.40 (minimum version 1.12)
13:58:33   Go version:       go1.12.10
13:58:33   Git commit:       1576bd7917
13:58:33   Built:            Wed Oct  2 21:24:13 2019
13:58:33   OS/Arch:          linux/amd64
13:58:33   Experimental:     false
13:58:33  containerd:
13:58:33   Version:          v1.2.10
13:58:33   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:58:33  runc:
13:58:33   Version:          1.0.0-rc8+dev
13:58:33   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:58:33  docker-init:
13:58:33   Version:          0.18.0
13:58:33   GitCommit:        fec3683
13:58:33 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:58:33 88286f41530e: Pulling fs layer
13:58:33 88286f41530e: Verifying Checksum
13:58:33 88286f41530e: Download complete
13:58:33 88286f41530e: Pull complete
13:58:33 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:58:33 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:58:33 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:58:33 The push refers to repository [registry:5000/alpine]
13:58:33 5bef08742407: Preparing
13:58:34 5bef08742407: Pushed
13:58:34 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:58:34 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:58:34 03b1be98f3f9: Pulling fs layer
13:58:34 03b1be98f3f9: Verifying Checksum
13:58:34 03b1be98f3f9: Download complete
13:58:34 03b1be98f3f9: Pull complete
13:58:34 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:58:34 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:58:34 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:58:34 The push refers to repository [registry:5000/busybox]
13:58:34 6a749002dd6a: Preparing
13:58:34 6a749002dd6a: Pushed
13:58:34 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:58:35 Swarm initialized: current node (wh2brv4mk3rn4iy76ghx1yaz7) is now a manager.
13:58:35 
13:58:35 To add a worker to this swarm, run the following command:
13:58:35 
13:58:35     docker swarm join --token SWMTKN-1-2mweuagwxbpuiv5hlt4zydxp9jazj3e2gqc4pt2xr40pgi5eg8-4g09s8qdgx9yn3gvca77ogzes 172.21.0.5:2377
13:58:35 
13:58:35 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:58:35 
13:59:02 ✓  e2e/cli-plugins (2.3s)
13:59:02 ∅  e2e/cli-plugins/plugins/badmeta
13:59:02 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:59:02 ✓  e2e/context (41ms)
13:59:06 ✓  e2e/container (9.197s)
13:59:11 ✓  e2e/image (11.625s)
13:59:11 ∅  e2e/internal/fixtures
13:59:11 ✓  e2e/plugin (3.814s)
13:59:11 ∅  e2e/plugin/basic
13:59:11 ✓  e2e/system (72ms)
13:59:12 ✓  e2e/stack (706ms)
13:59:14 ✓  e2e/trust (2.126s)
13:59:14 
13:59:14 === Skipped
13:59:14 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:59:14     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:59:14 
13:59:14 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
13:59:14     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
13:59:14 
13:59:14 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:59:14     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:59:14         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:59:14 
13:59:14 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:59:14     --- SKIP: TestRemove/Kubernetes (0.00s)
13:59:14         remove_test.go:22: !environment.KubernetesEnabled()
13:59:14 
13:59:14 
13:59:14 DONE 88 tests, 4 skipped in 39.030s
13:59:14 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:59:14 Stopping cliendtoendsuite_notary-server_1      ... 
13:59:14 Stopping cliendtoendsuite_engine_1             ... 
13:59:14 Stopping cliendtoendsuite_registry_1           ... 
13:59:16 
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_evil-notary-server_1 ... 
13:59:16 Removing cliendtoendsuite_notary-server_1      ... 
13:59:16 Removing cliendtoendsuite_engine_1             ... 
13:59:16 Removing cliendtoendsuite_registry_1           ... 
13:59:17 
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
13:59:17 Removing image cliendtoendsuite_notary-server
13:59:17 Removing image cliendtoendsuite_evil-notary-server
13:59: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 -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e1
13:59:19 Creating network "cliendtoendsuite_default" with the default driver
13:59:19 Building notary-server
13:59:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:59:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:59:19  ---> 16b632e954ca
13:59:19 Step 3/3 : COPY ./notary/ /fixtures/
13:59:19  ---> d3da286952b7
13:59:19 Successfully built d3da286952b7
13:59:19 Successfully tagged cliendtoendsuite_notary-server:latest
13:59:19 Building evil-notary-server
13:59:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:59:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:59:19  ---> 16b632e954ca
13:59:19 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:59:20  ---> 93a68aa6c597
13:59:20 Successfully built 93a68aa6c597
13:59:20 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:59:20 Creating cliendtoendsuite_registry_1 ... 
13:59:20 Creating cliendtoendsuite_notary-server_1 ... 
13:59:20 Creating cliendtoendsuite_engine_1        ... 
13:59:20 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:59:23 
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.22.0.4:2375
13:59:23 Client:
13:59:23  Version:           19.09.0-dev
13:59:23  API version:       1.40
13:59:23  Go version:        go1.12.10
13:59:23  Git commit:        
13:59:23  Built:             Fri Oct  4 13:57:09 2019
13:59:23  OS/Arch:           linux/amd64
13:59:23  Experimental:      false
13:59:23 
13:59:23 Server: Docker Engine - Community
13:59:23  Engine:
13:59:23   Version:          19.03.3-rc1
13:59:23   API version:      1.40 (minimum version 1.12)
13:59:23   Go version:       go1.12.10
13:59:23   Git commit:       1576bd7917
13:59:23   Built:            Wed Oct  2 21:24:13 2019
13:59:23   OS/Arch:          linux/amd64
13:59:23   Experimental:     true
13:59:23  containerd:
13:59:23   Version:          v1.2.10
13:59:23   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:59:23  runc:
13:59:23   Version:          1.0.0-rc8+dev
13:59:23   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:59:23  docker-init:
13:59:23   Version:          0.18.0
13:59:23   GitCommit:        fec3683
13:59:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:59:23 88286f41530e: Pulling fs layer
13:59:23 88286f41530e: Download complete
13:59:23 88286f41530e: Pull complete
13:59:24 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:24 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:24 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:24 The push refers to repository [registry:5000/alpine]
13:59:24 5bef08742407: Preparing
13:59:24 5bef08742407: Pushed
13:59:24 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:59:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:59:24 03b1be98f3f9: Pulling fs layer
13:59:24 03b1be98f3f9: Verifying Checksum
13:59:24 03b1be98f3f9: Download complete
13:59:24 03b1be98f3f9: Pull complete
13:59:24 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:24 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:24 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:24 The push refers to repository [registry:5000/busybox]
13:59:24 6a749002dd6a: Preparing
13:59:25 6a749002dd6a: Pushed
13:59:25 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:59:25 Swarm initialized: current node (2mm4w44eklkpmaslnidp1dzmv) is now a manager.
13:59:25 
13:59:25 To add a worker to this swarm, run the following command:
13:59:25 
13:59:25     docker swarm join --token SWMTKN-1-43y0b7l6qix7h68rpkaihb7vpryqidssd2b1qjcw1sq977tww5-acsn6gzyw32iueq42nlfasatm 172.22.0.4:2377
13:59:25 
13:59:25 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:59:25 
13:59:52 ✓  e2e/cli-plugins (2.381s)
13:59:52 ∅  e2e/cli-plugins/plugins/badmeta
13:59:52 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:59:52 ✓  e2e/context (58ms)
13:59:55 ✓  e2e/container (8.471s)
14:00:00 ✓  e2e/plugin (3.59s)
14:00:01 ✓  e2e/stack (626ms)
14:00:01 ✓  e2e/system (71ms)
14:00:04 ✓  e2e/image (14.766s)
14:00:04 ∅  e2e/internal/fixtures
14:00:04 ∅  e2e/plugin/basic
14:00:05 ✓  e2e/trust (2.992s)
14:00:05 
14:00:05 === Skipped
14:00:05 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:00:05     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:00:05 
14:00:05 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:05     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:05         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:00:05 
14:00:05 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:00:05     --- SKIP: TestRemove/Kubernetes (0.00s)
14:00:05         remove_test.go:22: !environment.KubernetesEnabled()
14:00:05 
14:00:05 
14:00:05 DONE 88 tests, 3 skipped in 39.979s
14:00:06 Stopping cliendtoendsuite_notary-server_1      ... 
14:00:06 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:00:06 Stopping cliendtoendsuite_engine_1             ... 
14:00:06 Stopping cliendtoendsuite_registry_1           ... 
14:00:08 
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      ... 
14:00:08 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:00:08 Removing cliendtoendsuite_engine_1             ... 
14:00:08 Removing cliendtoendsuite_registry_1           ... 
14:00:08 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
14:00:08 Removing image cliendtoendsuite_notary-server
14:00:08 Removing image cliendtoendsuite_evil-notary-server
14:00:08 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-e2eclie2e1
14:00:09 Creating network "cliendtoendsuite_default" with the default driver
14:00:09 Building notary-server
14:00:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:00:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:00:10  ---> 16b632e954ca
14:00:10 Step 3/3 : COPY ./notary/ /fixtures/
14:00:10  ---> 8e9432c4e850
14:00:10 Successfully built 8e9432c4e850
14:00:10 Successfully tagged cliendtoendsuite_notary-server:latest
14:00:10 Building evil-notary-server
14:00:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:00:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:00:10  ---> 16b632e954ca
14:00:10 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:00:10  ---> fcb1fe562d70
14:00:10 Successfully built fcb1fe562d70
14:00:10 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:00:10 Building engine
14:00:10 Step 1/6 : FROM docker:test-dind
14:00:10  ---> b5a85004b890
14:00:10 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
14:00:10  ---> Using cache
14:00:10  ---> f232d558bd54
14:00:10 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:00:10  ---> Using cache
14:00:10  ---> dc73d1a56439
14:00:10 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:00:10  ---> Using cache
14:00:10  ---> 71a2950a0565
14:00:10 Step 5/6 : EXPOSE 22
14:00:10  ---> Using cache
14:00:10  ---> 4f46443f7d76
14:00:10 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:00:10  ---> Using cache
14:00:10  ---> 3eacbb42b927
14:00:10 Successfully built 3eacbb42b927
14:00:10 Successfully tagged docker:stable-dind
14:00:10 Creating cliendtoendsuite_registry_1 ... 
14:00:10 Creating cliendtoendsuite_notary-server_1 ... 
14:00:10 Creating cliendtoendsuite_engine_1        ... 
14:00:10 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:00:14 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.5
14:00:14 Client:
14:00:14  Version:           19.09.0-dev
14:00:14  API version:       1.40
14:00:14  Go version:        go1.12.10
14:00:14  Git commit:        
14:00:14  Built:             Fri Oct  4 13:57:09 2019
14:00:14  OS/Arch:           linux/amd64
14:00:14  Experimental:      false
14:00:14 
14:00:14 Server: Docker Engine - Community
14:00:14  Engine:
14:00:14   Version:          19.03.3-rc1
14:00:14   API version:      1.40 (minimum version 1.12)
14:00:14   Go version:       go1.12.10
14:00:14   Git commit:       1576bd7917
14:00:14   Built:            Wed Oct  2 21:24:13 2019
14:00:14   OS/Arch:          linux/amd64
14:00:14   Experimental:     true
14:00:14  containerd:
14:00:14   Version:          v1.2.10
14:00:14   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:00:14  runc:
14:00:14   Version:          1.0.0-rc8+dev
14:00:14   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:00:14  docker-init:
14:00:14   Version:          0.18.0
14:00:14   GitCommit:        fec3683
14:00:14 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:00:15 88286f41530e: Pulling fs layer
14:00:15 88286f41530e: Download complete
14:00:15 88286f41530e: Pull complete
14:00:15 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:15 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:15 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:15 The push refers to repository [registry:5000/alpine]
14:00:15 5bef08742407: Preparing
14:00:15 5bef08742407: Pushed
14:00:15 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:00:16 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:00:16 03b1be98f3f9: Pulling fs layer
14:00:16 03b1be98f3f9: Verifying Checksum
14:00:16 03b1be98f3f9: Download complete
14:00:16 03b1be98f3f9: Pull complete
14:00:16 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:16 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:16 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:17 The push refers to repository [registry:5000/busybox]
14:00:17 6a749002dd6a: Preparing
14:00:17 6a749002dd6a: Pushed
14:00:17 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:00:18 Swarm initialized: current node (runumzmzh9i7kzk5hnbsvlsqu) is now a manager.
14:00:18 
14:00:18 To add a worker to this swarm, run the following command:
14:00:18 
14:00:18     docker swarm join --token SWMTKN-1-1hawdbzeg6q3kaainl2hm65i0jkhk7tjd6jkhqpysuvw7qg35d-3et89ookmz855mstthuvzekwp 172.23.0.5:2377
14:00:18 
14:00:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:00:18 
14:00:56 ✓  e2e/cli-plugins (13.921s)
14:00:56 ∅  e2e/cli-plugins/plugins/badmeta
14:00:56 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:00:56 ✓  e2e/context (32ms)
14:00:58 ✓  e2e/container (19.275s)
14:01:04 ✓  e2e/plugin (4.26s)
14:01:06 ✓  e2e/stack (2.102s)
14:01:07 ✓  e2e/system (296ms)
14:01:15 ✓  e2e/trust (6.803s)
14:01:20 ✓  e2e/image (27.071s)
14:01:20 ∅  e2e/internal/fixtures
14:01:20 ∅  e2e/plugin/basic
14:01:20 
14:01:20 === Skipped
14:01:20 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:01:20     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:01:20 
14:01:20 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:01:20     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:01:20         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:01:20 
14:01:20 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:01:20     --- SKIP: TestRemove/Kubernetes (0.00s)
14:01:20         remove_test.go:22: !environment.KubernetesEnabled()
14:01:20 
14:01:20 
14:01:20 DONE 88 tests, 3 skipped in 62.520s
14:01:21 Stopping cliendtoendsuite_engine_1             ... 
14:01:21 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:01:21 Stopping cliendtoendsuite_notary-server_1      ... 
14:01:21 Stopping cliendtoendsuite_registry_1           ... 
14:01:23 
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_engine_1             ... 
14:01:23 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:01:23 Removing cliendtoendsuite_notary-server_1      ... 
14:01:23 Removing cliendtoendsuite_registry_1           ... 
14:01:23 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
14:01:23 Removing image cliendtoendsuite_notary-server
14:01:23 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