Skip to content
Success

Console Output

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

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

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

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
12:02:47 Removing cliendtoendsuite_notary-server_1      ... 
12:02:47 Removing cliendtoendsuite_engine_1             ... 
12:02:47 Removing cliendtoendsuite_registry_1           ... 
12:02:47 
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
12:02:47 Removing image cliendtoendsuite_notary-server
12:02:47 Removing image cliendtoendsuite_evil-notary-server
12:02:47 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
12:02:49 Creating network "cliendtoendsuite_default" with the default driver
12:02:49 Building notary-server
12:02:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:02:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:02:49  ---> 16b632e954ca
12:02:49 Step 3/3 : COPY ./notary/ /fixtures/
12:02:49  ---> f6ab843708d0
12:02:49 Successfully built f6ab843708d0
12:02:49 Successfully tagged cliendtoendsuite_notary-server:latest
12:02:49 Building evil-notary-server
12:02:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:02:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:02:49  ---> 16b632e954ca
12:02:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
12:02:49  ---> 282429ae71a1
12:02:49 Successfully built 282429ae71a1
12:02:49 Successfully tagged cliendtoendsuite_evil-notary-server:latest
12:02:49 Building engine
12:02:49 Step 1/6 : FROM docker:test-dind
12:02:49  ---> eaed9efc02d2
12:02:49 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
12:02:49  ---> Using cache
12:02:49  ---> 66dc382b6d0d
12:02:49 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
12:02:49  ---> Using cache
12:02:49  ---> edf25b7c5f66
12:02:49 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
12:02:49  ---> Using cache
12:02:49  ---> e0bf27ca8f1c
12:02:49 Step 5/6 : EXPOSE 22
12:02:49  ---> Using cache
12:02:49  ---> ca70838f4059
12:02:49 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
12:02:49  ---> Using cache
12:02:49  ---> 1b853ead13b9
12:02:49 Successfully built 1b853ead13b9
12:02:49 Successfully tagged docker:stable-dind
12:02:49 Creating cliendtoendsuite_notary-server_1 ... 
12:02:49 Creating cliendtoendsuite_engine_1        ... 
12:02:49 Creating cliendtoendsuite_evil-notary-server_1 ... 
12:02:49 Creating cliendtoendsuite_registry_1           ... 
12:02:53 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

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