Skip to content
Success

Console Output

Pull request #1590 updated
13:57:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from f540eae7fe740994ed5c754ca5fa7e84824e43eb+0fd5c16ab944cd9ed9a61fd40d70ded6f95c5976 (858c800af8380a169d79503190a3857f8213f94c)
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-08c509e70b6fd501f) in /home/ubuntu/workspace/cli_PR-1590
[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-1590@tmp/479d2573-a799-4d3d-aef6-45a275e94526/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:57:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:57:30 chowning workspace
[Pipeline] sh
13:57:30 + uname -m
[Pipeline] sh
13:57:30 + pwd
13:57:30 + id -u
13:57:30 + id -g
13:57:30 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1590:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:57:31 Removing all docker containers
[Pipeline] sh
13:57:32 + docker container ls -aq
[Pipeline] echo
13:57:32 Docker containers have been removed
[Pipeline] echo
13:57:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:57:32 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:57:32 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:57:32 Using the ‘stage’ step without a block argument is deprecated
13:57:32 Entering stage Git Checkout
13:57:32 Proceeding
[Pipeline] checkout
13:57:32 using credential docker-jenkins-github-credentials
13:57:32 Cloning the remote Git repository
13:57:32 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1590 # 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/1590/head:refs/remotes/origin/PR-1590 +refs/heads/master:refs/remotes/origin/master
13:57:35 Fetching without tags
13:57:35 Merging remotes/origin/master commit 0fd5c16ab944cd9ed9a61fd40d70ded6f95c5976 into PR head commit f540eae7fe740994ed5c754ca5fa7e84824e43eb
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1590/head:refs/remotes/origin/PR-1590 # 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/1590/head:refs/remotes/origin/PR-1590 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f540eae7fe740994ed5c754ca5fa7e84824e43eb
13:57:35 Merge succeeded, producing f540eae7fe740994ed5c754ca5fa7e84824e43eb
13:57:35 Checking out Revision f540eae7fe740994ed5c754ca5fa7e84824e43eb (PR-1590)
13:57:36 Commit message: "Docs: add note about management commands targeting a manager"
13:57:36 First time build. Skipping changelog.
 > git merge 0fd5c16ab944cd9ed9a61fd40d70ded6f95c5976 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f540eae7fe740994ed5c754ca5fa7e84824e43eb
 > git rev-list --no-walk 8e1cdb5014afab2677973fd377890178c4191eea # timeout=10
[Pipeline] stage
13:57:36 Using the ‘stage’ step without a block argument is deprecated
13:57:36 Entering stage Run end-to-end test suite
13:57:36 Proceeding
[Pipeline] sh
13:57:37 + docker version
13:57:37 Client: Docker Engine - Community
13:57:37  Version:           19.03.2
13:57:37  API version:       1.40
13:57:37  Go version:        go1.12.8
13:57:37  Git commit:        6a30dfc
13:57:37  Built:             Thu Aug 29 05:29:11 2019
13:57:37  OS/Arch:           linux/amd64
13:57:37  Experimental:      false
13:57:37 
13:57:37 Server: Docker Engine - Community
13:57:37  Engine:
13:57:37   Version:          19.03.2
13:57:37   API version:      1.40 (minimum version 1.12)
13:57:37   Go version:       go1.12.8
13:57:37   Git commit:       6a30dfc
13:57:37   Built:            Thu Aug 29 05:27:45 2019
13:57:37   OS/Arch:          linux/amd64
13:57:37   Experimental:     true
13:57:37  containerd:
13:57:37   Version:          1.2.6
13:57:37   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:57:37  runc:
13:57:37   Version:          1.0.0-rc8
13:57:37   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:57:37  docker-init:
13:57:37   Version:          0.18.0
13:57:37   GitCommit:        fec3683
[Pipeline] sh
13:57:37 + docker info
13:57:37 Client:
13:57:37  Debug Mode: false
13:57:37 
13:57:37 Server:
13:57:37  Containers: 0
13:57:37   Running: 0
13:57:37   Paused: 0
13:57:37   Stopped: 0
13:57:37  Images: 10
13:57:37  Server Version: 19.03.2
13:57:37  Storage Driver: overlay2
13:57:37   Backing Filesystem: extfs
13:57:37   Supports d_type: true
13:57:37   Native Overlay Diff: true
13:57:37  Logging Driver: json-file
13:57:37  Cgroup Driver: cgroupfs
13:57:37  Plugins:
13:57:37   Volume: local
13:57:37   Network: bridge host ipvlan macvlan null overlay
13:57:37   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:57:37  Swarm: inactive
13:57:37  Runtimes: runc
13:57:37  Default Runtime: runc
13:57:37  Init Binary: docker-init
13:57:37  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:57:37  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:57:37  init version: fec3683
13:57:37  Security Options:
13:57:37   apparmor
13:57:37   seccomp
13:57:37    Profile: default
13:57:37  Kernel Version: 4.15.0-1048-aws
13:57:37  Operating System: Ubuntu 18.04.3 LTS
13:57:37  OSType: linux
13:57:37  Architecture: x86_64
13:57:37  CPUs: 2
13:57:37  Total Memory: 7.501GiB
13:57:37  Name: ip-10-100-68-148
13:57:37  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:57:37  Docker Root Dir: /var/lib/docker
13:57:37  Debug Mode: false
13:57:37  Username: dockerbuildbot
13:57:37  Registry: https://index.docker.io/v1/
13:57:37  Labels:
13:57:37  Experimental: true
13:57:37  Insecure Registries:
13:57:37   127.0.0.0/8
13:57:37  Live Restore Enabled: true
13:57:37 
13:57:37 WARNING: No swap limit support
[Pipeline] sh
13:57:37 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:57:37 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:57:37 #2 [internal] load .dockerignore
13:57:37 #2 transferring context: 100B done
13:57:37 #2 DONE 0.0s
13:57:37 
13:57:37 #1 [internal] load build definition from Dockerfile.e2e
13:57:37 #1 transferring dockerfile: 1.58kB done
13:57:37 #1 DONE 0.0s
13:57:37 
13:57:37 #3 [internal] load metadata for docker.io/library/golang:1.12.12
13:57:37 #3 DONE 0.1s
13:57:38 
13:57:38 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
13:57:38 #4 DONE 0.0s
13:57:38 
13:57:38 #10 [internal] load build context
13:57:39 #10 transferring context: 44.00MB 1.1s done
13:57:39 #10 DONE 1.1s
13:57:39 
13:57:39 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:57:39 #9 CACHED
13:57:39 
13:57:39 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:57:39 #11 CACHED
13:57:39 
13:57:39 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:57:39 #5 CACHED
13:57:39 
13:57:39 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:57:39 #6 CACHED
13:57:39 
13:57:39 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:57:39 #7 CACHED
13:57:39 
13:57:39 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:57:39 #8 CACHED
13:57:39 
13:57:39 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:57:39 #12 CACHED
13:57:39 
13:57:39 #13 [9/11] COPY . .
13:57:40 #13 DONE 1.2s
13:57:40 
13:57:40 #14 [10/11] RUN ./scripts/build/binary
13:57:40 #14 0.621 Building statically linked build/docker-linux-amd64
13:59:02 #14 DONE 80.5s
13:59:02 
13:59:02 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:59:02 #15 0.679 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:59:03 #15 2.642 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:59:05 #15 4.437 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:59:07 #15 DONE 6.6s
13:59:07 
13:59:07 #16 exporting to image
13:59:07 #16 exporting layers
13:59:10 #16 exporting layers 2.2s done
13:59:10 #16 writing image sha256:b2225f2270302ad456070152b6cbe335750c2acb5c6f32d84b13192f0145fd22 done
13:59:10 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
13:59:10 #16 DONE 2.2s
13:59: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-e2eclie2e3
13:59:10 Creating network "cliendtoendsuite_default" with the default driver
13:59:10 Building notary-server
13:59:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:59:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:59:10  ---> 16b632e954ca
13:59:10 Step 3/3 : COPY ./notary/ /fixtures/
13:59:11  ---> 118a42927e81
13:59:11 Successfully built 118a42927e81
13:59:11 Successfully tagged cliendtoendsuite_notary-server:latest
13:59:11 Building evil-notary-server
13:59:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:59:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:59:11  ---> 16b632e954ca
13:59:11 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:59:11  ---> 90aa1ce483c6
13:59:11 Successfully built 90aa1ce483c6
13:59:11 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:59:11 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:59:11 Creating cliendtoendsuite_registry_1           ... 
13:59:11 Creating cliendtoendsuite_notary-server_1      ... 
13:59:11 Creating cliendtoendsuite_engine_1             ... 
13:59:17 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.21.0.4:2375
13:59:17 Client:
13:59:17  Version:           19.09.0-dev
13:59:17  API version:       1.40 (downgraded from 1.41)
13:59:17  Go version:        go1.12.12
13:59:17  Git commit:        
13:59:17  Built:             Thu Dec 12 13:57:40 2019
13:59:17  OS/Arch:           linux/amd64
13:59:17  Experimental:      false
13:59:17 
13:59:17 Server: Docker Engine - Community
13:59:17  Engine:
13:59:17   Version:          19.03.5
13:59:17   API version:      1.40 (minimum version 1.12)
13:59:17   Go version:       go1.12.12
13:59:17   Git commit:       633a0ea838
13:59:17   Built:            Wed Nov 13 07:28:45 2019
13:59:17   OS/Arch:          linux/amd64
13:59:17   Experimental:     false
13:59:17  containerd:
13:59:17   Version:          v1.2.10
13:59:17   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:59:17  runc:
13:59:17   Version:          1.0.0-rc8+dev
13:59:17   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:59:17  docker-init:
13:59:17   Version:          0.18.0
13:59:17   GitCommit:        fec3683
13:59:17 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:59:17 88286f41530e: Pulling fs layer
13:59:17 88286f41530e: Download complete
13:59:17 88286f41530e: Pull complete
13:59:17 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:17 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:17 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:59:17 The push refers to repository [registry:5000/alpine]
13:59:17 5bef08742407: Preparing
13:59:17 5bef08742407: Pushed
13:59:17 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:59:18 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:59:18 03b1be98f3f9: Pulling fs layer
13:59:18 03b1be98f3f9: Verifying Checksum
13:59:18 03b1be98f3f9: Download complete
13:59:18 03b1be98f3f9: Pull complete
13:59:18 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:18 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:18 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:59:18 The push refers to repository [registry:5000/busybox]
13:59:18 6a749002dd6a: Preparing
13:59:18 6a749002dd6a: Pushed
13:59:18 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:59:19 Swarm initialized: current node (8qsmacdw2m8qwgfy4gy8cbxg4) is now a manager.
13:59:19 
13:59:19 To add a worker to this swarm, run the following command:
13:59:19 
13:59:19     docker swarm join --token SWMTKN-1-4kjnt2y4t9ig5s0u0pp4m7xsv73xjxoep0gtorcsbtxj27mold-canfxkg6bbkdydi34r1i2h89q 172.21.0.4:2377
13:59:19 
13:59:19 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:59:19 
13:59:51 ✓  e2e/cli-plugins (2.901s)
13:59:51 ∅  e2e/cli-plugins/plugins/badmeta
13:59:51 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:59:51 ✓  e2e/context (49ms)
13:59:52 ✓  e2e/container (7.807s)
13:59:57 ✓  e2e/plugin (4.09s)
13:59:58 ✓  e2e/stack (569ms)
13:59:59 ✓  e2e/image (11.815s)
13:59:59 ∅  e2e/internal/fixtures
13:59:59 ∅  e2e/plugin/basic
13:59:59 ✓  e2e/system (58ms)
14:00:01 ✓  e2e/trust (2.212s)
14:00:02 
14:00:02 === Skipped
14:00:02 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:00:02     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:00:02 
14:00:02 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
14:00:02     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
14:00:02 
14:00:02 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:02     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:02         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:00:02 
14:00:02 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:00:02     --- SKIP: TestRemove/Kubernetes (0.00s)
14:00:02         remove_test.go:22: !environment.KubernetesEnabled()
14:00:02 
14:00:02 
14:00:02 DONE 88 tests, 4 skipped in 42.980s
14:00:02 Stopping cliendtoendsuite_registry_1           ... 
14:00:02 Stopping cliendtoendsuite_engine_1             ... 
14:00:02 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:00:02 Stopping cliendtoendsuite_notary-server_1      ... 
14:00:04 
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_registry_1           ... 
14:00:04 Removing cliendtoendsuite_engine_1             ... 
14:00:04 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:00:04 Removing cliendtoendsuite_notary-server_1      ... 
14:00:04 
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:00:04 Removing image cliendtoendsuite_notary-server
14:00:04 Removing image cliendtoendsuite_evil-notary-server
14:00:05 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-e2eclie2e3
14:00:06 Creating network "cliendtoendsuite_default" with the default driver
14:00:06 Building evil-notary-server
14:00:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:00:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:00:06  ---> 16b632e954ca
14:00:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:00:06  ---> c6907fdad649
14:00:06 Successfully built c6907fdad649
14:00:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:00:06 Building notary-server
14:00:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:00:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:00:06  ---> 16b632e954ca
14:00:06 Step 3/3 : COPY ./notary/ /fixtures/
14:00:06  ---> 1287f2fabeff
14:00:06 Successfully built 1287f2fabeff
14:00:06 Successfully tagged cliendtoendsuite_notary-server:latest
14:00:06 Creating cliendtoendsuite_engine_1 ... 
14:00:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:00:06 Creating cliendtoendsuite_registry_1           ... 
14:00:06 Creating cliendtoendsuite_notary-server_1      ... 
14:00:12 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.22.0.3:2375
14:00:12 Client:
14:00:12  Version:           19.09.0-dev
14:00:12  API version:       1.40 (downgraded from 1.41)
14:00:12  Go version:        go1.12.12
14:00:12  Git commit:        
14:00:12  Built:             Thu Dec 12 13:57:40 2019
14:00:12  OS/Arch:           linux/amd64
14:00:12  Experimental:      false
14:00:12 
14:00:12 Server: Docker Engine - Community
14:00:12  Engine:
14:00:12   Version:          19.03.5
14:00:12   API version:      1.40 (minimum version 1.12)
14:00:12   Go version:       go1.12.12
14:00:12   Git commit:       633a0ea838
14:00:12   Built:            Wed Nov 13 07:28:45 2019
14:00:12   OS/Arch:          linux/amd64
14:00:12   Experimental:     true
14:00:12  containerd:
14:00:12   Version:          v1.2.10
14:00:12   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:00:12  runc:
14:00:12   Version:          1.0.0-rc8+dev
14:00:12   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:00:12  docker-init:
14:00:12   Version:          0.18.0
14:00:12   GitCommit:        fec3683
14:00:12 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:00:12 88286f41530e: Pulling fs layer
14:00:12 88286f41530e: Download complete
14:00:12 88286f41530e: Pull complete
14:00:12 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:12 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:12 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:00:12 The push refers to repository [registry:5000/alpine]
14:00:12 5bef08742407: Preparing
14:00:12 5bef08742407: Pushed
14:00:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:00:13 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:00:13 03b1be98f3f9: Pulling fs layer
14:00:14 03b1be98f3f9: Verifying Checksum
14:00:14 03b1be98f3f9: Download complete
14:00:14 03b1be98f3f9: Pull complete
14:00:14 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:14 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:14 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:00:14 The push refers to repository [registry:5000/busybox]
14:00:14 6a749002dd6a: Preparing
14:00:14 6a749002dd6a: Pushed
14:00:14 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:00:15 Swarm initialized: current node (h1b3vafp2fbwo6vx0re528irh) is now a manager.
14:00:15 
14:00:15 To add a worker to this swarm, run the following command:
14:00:15 
14:00:15     docker swarm join --token SWMTKN-1-07qmpxwl0br09afo58lus7ljxqp3317xae8xpg44t9zl2yn0s5-6xtfkgsz9dbxwggaeeuepxuw4 172.22.0.3:2377
14:00:15 
14:00:15 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:00:15 
14:00:41 ✓  e2e/cli-plugins (2.787s)
14:00:41 ∅  e2e/cli-plugins/plugins/badmeta
14:00:41 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:00:41 ✓  e2e/context (47ms)
14:00:46 ✓  e2e/container (7.823s)
14:00:51 ✓  e2e/plugin (3.392s)
14:00:51 ✓  e2e/stack (653ms)
14:00:52 ✓  e2e/system (83ms)
14:00:55 ✓  e2e/image (14.425s)
14:00:55 ∅  e2e/internal/fixtures
14:00:55 ∅  e2e/plugin/basic
14:00:56 ✓  e2e/trust (3.244s)
14:00:56 
14:00:56 === Skipped
14:00:56 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:00:56     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:00:56 
14:00:56 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:56     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:00:56         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:00:56 
14:00:56 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:00:56     --- SKIP: TestRemove/Kubernetes (0.00s)
14:00:56         remove_test.go:22: !environment.KubernetesEnabled()
14:00:56 
14:00:56 
14:00:56 DONE 88 tests, 3 skipped in 41.045s
14:00:56 Stopping cliendtoendsuite_notary-server_1      ... 
14:00:56 Stopping cliendtoendsuite_registry_1           ... 
14:00:56 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:00:56 Stopping cliendtoendsuite_engine_1             ... 
14:00:58 
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_notary-server_1      ... 
14:00:58 Removing cliendtoendsuite_registry_1           ... 
14:00:58 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:00:58 Removing cliendtoendsuite_engine_1             ... 
14:00:58 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
14:00:58 Removing image cliendtoendsuite_notary-server
14:00:58 Removing image cliendtoendsuite_evil-notary-server
14:00:59 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-e2eclie2e3
14:01:00 Creating network "cliendtoendsuite_default" with the default driver
14:01:00 Building engine
14:01:00 Step 1/6 : FROM docker:test-dind
14:01:00  ---> ba63cfbc7677
14:01:00 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:01:00  ---> Using cache
14:01:00  ---> b70b2c28742b
14:01:00 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:01:00  ---> Using cache
14:01:00  ---> 43c9d11d9073
14:01:00 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:01:00  ---> Using cache
14:01:00  ---> f765598b4141
14:01:00 Step 5/6 : EXPOSE 22
14:01:00  ---> Using cache
14:01:00  ---> 51d3c885a1db
14:01:00 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:01:00  ---> Using cache
14:01:00  ---> bc819107a1d6
14:01:00 Successfully built bc819107a1d6
14:01:00 Successfully tagged docker:stable-dind
14:01:00 Building evil-notary-server
14:01:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:01:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:01:00  ---> 16b632e954ca
14:01:00 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:01:00  ---> fd8adc1716c2
14:01:00 Successfully built fd8adc1716c2
14:01:00 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:01:00 Building notary-server
14:01:01 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:01:01 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:01:01  ---> 16b632e954ca
14:01:01 Step 3/3 : COPY ./notary/ /fixtures/
14:01:01  ---> 90c993c88ef2
14:01:01 Successfully built 90c993c88ef2
14:01:01 Successfully tagged cliendtoendsuite_notary-server:latest
14:01:01 Creating cliendtoendsuite_registry_1 ... 
14:01:01 Creating cliendtoendsuite_notary-server_1 ... 
14:01:01 Creating cliendtoendsuite_engine_1        ... 
14:01:01 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:01:06 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.4
14:01:06 Client:
14:01:06  Version:           19.09.0-dev
14:01:06  API version:       1.40 (downgraded from 1.41)
14:01:06  Go version:        go1.12.12
14:01:06  Git commit:        
14:01:06  Built:             Thu Dec 12 13:57:40 2019
14:01:06  OS/Arch:           linux/amd64
14:01:06  Experimental:      false
14:01:06 
14:01:06 Server: Docker Engine - Community
14:01:06  Engine:
14:01:06   Version:          19.03.5
14:01:06   API version:      1.40 (minimum version 1.12)
14:01:06   Go version:       go1.12.12
14:01:06   Git commit:       633a0ea838
14:01:06   Built:            Wed Nov 13 07:28:45 2019
14:01:06   OS/Arch:          linux/amd64
14:01:06   Experimental:     true
14:01:06  containerd:
14:01:06   Version:          v1.2.10
14:01:06   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:01:06  runc:
14:01:06   Version:          1.0.0-rc8+dev
14:01:06   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:01:06  docker-init:
14:01:06   Version:          0.18.0
14:01:06   GitCommit:        fec3683
14:01:07 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:01:07 88286f41530e: Pulling fs layer
14:01:07 88286f41530e: Verifying Checksum
14:01:07 88286f41530e: Download complete
14:01:07 88286f41530e: Pull complete
14:01:07 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:01:07 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:01:07 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:01:08 The push refers to repository [registry:5000/alpine]
14:01:08 5bef08742407: Preparing
14:01:08 5bef08742407: Pushed
14:01:08 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:01:08 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:01:08 03b1be98f3f9: Pulling fs layer
14:01:08 03b1be98f3f9: Download complete
14:01:08 03b1be98f3f9: Pull complete
14:01:08 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:01:08 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:01:08 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:01:09 The push refers to repository [registry:5000/busybox]
14:01:09 6a749002dd6a: Preparing
14:01:09 6a749002dd6a: Pushed
14:01:09 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:01:10 Swarm initialized: current node (tuy8zr3bk87g8fe6ye9eomfa1) is now a manager.
14:01:10 
14:01:10 To add a worker to this swarm, run the following command:
14:01:10 
14:01:10     docker swarm join --token SWMTKN-1-4zkhjjhmyw6gr5wr4ng75ti6o209cag845ad5mq1zwjm95jmc7-a50aza40s8rbs6jliqjuu0w13 172.23.0.4:2377
14:01:10 
14:01:10 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:01:10 
14:01:49 ✓  e2e/cli-plugins (14.05s)
14:01:49 ∅  e2e/cli-plugins/plugins/badmeta
14:01:49 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:01:49 ✓  e2e/context (33ms)
14:01:51 ✓  e2e/container (18.011s)
14:01:56 ✓  e2e/plugin (4.246s)
14:01:58 ✓  e2e/stack (2.176s)
14:01:59 ✓  e2e/system (222ms)
14:02:07 ✓  e2e/trust (6.552s)
14:02:13 ✓  e2e/image (25.702s)
14:02:13 ∅  e2e/internal/fixtures
14:02:13 ∅  e2e/plugin/basic
14:02:13 
14:02:13 === Skipped
14:02:13 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:02:13     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:02:13 
14:02:13 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:02:13     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:02:13         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:02:13 
14:02:13 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:02:13     --- SKIP: TestRemove/Kubernetes (0.00s)
14:02:13         remove_test.go:22: !environment.KubernetesEnabled()
14:02:13 
14:02:13 
14:02:13 DONE 88 tests, 3 skipped in 62.350s
14:02:13 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:02:13 Stopping cliendtoendsuite_engine_1             ... 
14:02:13 Stopping cliendtoendsuite_registry_1           ... 
14:02:13 Stopping cliendtoendsuite_notary-server_1      ... 
14:02:15 
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 ... 
14:02:15 Removing cliendtoendsuite_engine_1             ... 
14:02:15 Removing cliendtoendsuite_registry_1           ... 
14:02:15 Removing cliendtoendsuite_notary-server_1      ... 
14:02:15 
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:02:15 Removing image cliendtoendsuite_notary-server
14:02:15 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