Skip to content
Success

Console Output

Pull request #2251 updated
Started by user Sebastiaan van Stijn
Rebuilds build #4
15:26:06 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c2c7503d498db3fba5054430fe4589a0bc0b7739+c8e27296b74e7e283c7f215f4ab8930e28929dcc (5335810c58f54671e4225b683dd1d5135fffadac)
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-02030f0bc28abb170) in /home/ubuntu/workspace/cli_PR-2251
[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-2251@tmp/7ec1e05a-c7c3-4590-8d28-3d27e45c37c0/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
15:26:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:26:13 chowning workspace
[Pipeline] sh
15:26:13 + uname -m
[Pipeline] sh
15:26:14 + pwd
15:26:14 + id -u
15:26:14 + id -g
15:26:14 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2251:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:26:15 Removing all docker containers
[Pipeline] sh
15:26:15 + docker container ls -aq
[Pipeline] echo
15:26:15 Docker containers have been removed
[Pipeline] echo
15:26:15 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:26:15 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
15:26:15 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
15:26:15 Using the ‘stage’ step without a block argument is deprecated
15:26:15 Entering stage Git Checkout
15:26:15 Proceeding
[Pipeline] checkout
15:26:15 using credential docker-jenkins-github-credentials
15:26:15 Cloning the remote Git repository
15:26:15 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2251 # 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/2251/head:refs/remotes/origin/PR-2251 +refs/heads/master:refs/remotes/origin/master
15:26:18 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2251/head:refs/remotes/origin/PR-2251 # 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/2251/head:refs/remotes/origin/PR-2251 +refs/heads/master:refs/remotes/origin/master
15:26:18 Merging remotes/origin/master commit c8e27296b74e7e283c7f215f4ab8930e28929dcc into PR head commit c2c7503d498db3fba5054430fe4589a0bc0b7739
15:26:19 Merge succeeded, producing c2c7503d498db3fba5054430fe4589a0bc0b7739
15:26:19 Checking out Revision c2c7503d498db3fba5054430fe4589a0bc0b7739 (PR-2251)
15:26:19 Commit message: "Convert ports before parsing."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2c7503d498db3fba5054430fe4589a0bc0b7739
 > git merge c8e27296b74e7e283c7f215f4ab8930e28929dcc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2c7503d498db3fba5054430fe4589a0bc0b7739
 > git rev-list --no-walk c2c7503d498db3fba5054430fe4589a0bc0b7739 # timeout=10
[Pipeline] stage
15:26:21 Using the ‘stage’ step without a block argument is deprecated
15:26:21 Entering stage Run end-to-end test suite
15:26:21 Proceeding
[Pipeline] sh
15:26:22 + docker version
15:26:22 Client: Docker Engine - Community
15:26:22  Version:           19.03.2
15:26:22  API version:       1.40
15:26:22  Go version:        go1.12.8
15:26:22  Git commit:        6a30dfc
15:26:22  Built:             Thu Aug 29 05:29:11 2019
15:26:22  OS/Arch:           linux/amd64
15:26:22  Experimental:      false
15:26:22 
15:26:22 Server: Docker Engine - Community
15:26:22  Engine:
15:26:22   Version:          19.03.2
15:26:22   API version:      1.40 (minimum version 1.12)
15:26:22   Go version:       go1.12.8
15:26:22   Git commit:       6a30dfc
15:26:22   Built:            Thu Aug 29 05:27:45 2019
15:26:22   OS/Arch:          linux/amd64
15:26:22   Experimental:     true
15:26:22  containerd:
15:26:22   Version:          1.2.6
15:26:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:26:22  runc:
15:26:22   Version:          1.0.0-rc8
15:26:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:26:22  docker-init:
15:26:22   Version:          0.18.0
15:26:22   GitCommit:        fec3683
[Pipeline] sh
15:26:22 + docker info
15:26:23 Client:
15:26:23  Debug Mode: false
15:26:23 
15:26:23 Server:
15:26:23  Containers: 0
15:26:23   Running: 0
15:26:23   Paused: 0
15:26:23   Stopped: 0
15:26:23  Images: 60
15:26:23  Server Version: 19.03.2
15:26:23  Storage Driver: overlay2
15:26:23   Backing Filesystem: extfs
15:26:23   Supports d_type: true
15:26:23   Native Overlay Diff: true
15:26:23  Logging Driver: json-file
15:26:23  Cgroup Driver: cgroupfs
15:26:23  Plugins:
15:26:23   Volume: local
15:26:23   Network: bridge host ipvlan macvlan null overlay
15:26:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:26:23  Swarm: inactive
15:26:23  Runtimes: runc
15:26:23  Default Runtime: runc
15:26:23  Init Binary: docker-init
15:26:23  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:26:23  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
15:26:23  init version: fec3683
15:26:23  Security Options:
15:26:23   apparmor
15:26:23   seccomp
15:26:23    Profile: default
15:26:23  Kernel Version: 4.15.0-1048-aws
15:26:23  Operating System: Ubuntu 18.04.3 LTS
15:26:23  OSType: linux
15:26:23  Architecture: x86_64
15:26:23  CPUs: 2
15:26:23  Total Memory: 7.501GiB
15:26:23  Name: ip-10-100-56-193
15:26:23  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
15:26:23  Docker Root Dir: /var/lib/docker
15:26:23  Debug Mode: false
15:26:23  Username: dockerbuildbot
15:26:23  Registry: https://index.docker.io/v1/
15:26:23  Labels:
15:26:23  Experimental: true
15:26:23  Insecure Registries:
15:26:23   127.0.0.0/8
15:26:23  Live Restore Enabled: true
15:26:23 
15:26:23 WARNING: No swap limit support
[Pipeline] sh
15:26:23 + E2E_UNIQUE_ID=clie2e5 IMAGE_TAG=clie2e5 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
15:26:23 docker build -t docker-cli-e2eclie2e5 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
15:26:23 #2 [internal] load .dockerignore
15:26:23 #2 transferring context: 100B done
15:26:23 #2 DONE 0.0s
15:26:23 
15:26:23 #1 [internal] load build definition from Dockerfile.e2e
15:26:23 #1 transferring dockerfile: 1.58kB done
15:26:23 #1 DONE 0.0s
15:26:23 
15:26:23 #3 [internal] load metadata for docker.io/library/golang:1.12.14
15:26:23 #3 DONE 0.1s
15:26:23 
15:26:23 #4 [1/11] FROM docker.io/library/golang:1.12.14@sha256:4a33c36eb7662b859708...
15:26:23 #4 DONE 0.0s
15:26:23 
15:26:23 #10 [internal] load build context
15:26:24 #10 transferring context: 42.63MB 0.9s done
15:26:24 #10 DONE 0.9s
15:26:24 
15:26:24 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
15:26:24 #9 CACHED
15:26:24 
15:26:24 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
15:26:24 #11 CACHED
15:26:24 
15:26:24 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
15:26:24 #6 CACHED
15:26:24 
15:26:24 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
15:26:24 #7 CACHED
15:26:24 
15:26:24 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
15:26:24 #8 CACHED
15:26:24 
15:26:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
15:26:24 #5 CACHED
15:26:24 
15:26:24 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
15:26:24 #12 CACHED
15:26:24 
15:26:24 #13 [9/11] COPY . .
15:26:25 #13 DONE 0.9s
15:26:25 
15:26:25 #14 [10/11] RUN ./scripts/build/binary
15:26:26 #14 0.741 Building statically linked build/docker-linux-amd64
15:27:47 #14 DONE 77.4s
15:27:47 
15:27:47 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
15:27:47 #15 0.671 Building statically linked build/plugins-linux-amd64/docker-helloworld
15:27:47 #15 2.026 Building statically linked build/plugins-linux-amd64/docker-badmeta
15:27:47 #15 3.105 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
15:27:47 #15 DONE 4.5s
15:27:47 
15:27:47 #16 exporting to image
15:27:47 #16 exporting layers
15:27:49 #16 exporting layers 2.1s done
15:27:49 #16 writing image sha256:b92be4b3081b688e350b1a18fcd6bb35b28055d2b6d792b09cd45e2aae8a403c done
15:27:49 #16 naming to docker.io/library/docker-cli-e2eclie2e5 done
15:27:49 #16 DONE 2.1s
15:27:49 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-e2eclie2e5
15:27:50 Creating network "cliendtoendsuite_default" with the default driver
15:27:50 Building notary-server
15:27:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:27:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:27:50  ---> 16b632e954ca
15:27:50 Step 3/3 : COPY ./notary/ /fixtures/
15:27:50  ---> 66469be65390
15:27:50 Successfully built 66469be65390
15:27:50 Successfully tagged cliendtoendsuite_notary-server:latest
15:27:50 Building evil-notary-server
15:27:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:27:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:27:50  ---> 16b632e954ca
15:27:50 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:27:51  ---> 900f7e91a451
15:27:51 Successfully built 900f7e91a451
15:27:51 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:27:51 Creating cliendtoendsuite_notary-server_1 ... 
15:27:51 Creating cliendtoendsuite_registry_1      ... 
15:27:51 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:27:51 Creating cliendtoendsuite_engine_1             ... 
15:27:56 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.21.0.4:2375
15:27:56 Client:
15:27:56  Version:           19.09.0-dev
15:27:56  API version:       1.40 (downgraded from 1.41)
15:27:56  Go version:        go1.12.14
15:27:56  Git commit:        
15:27:56  Built:             Wed Jan 15 15:26:25 2020
15:27:56  OS/Arch:           linux/amd64
15:27:56  Experimental:      false
15:27:56 
15:27:56 Server: Docker Engine - Community
15:27:56  Engine:
15:27:56   Version:          19.03.5
15:27:56   API version:      1.40 (minimum version 1.12)
15:27:56   Go version:       go1.12.12
15:27:56   Git commit:       633a0ea838
15:27:56   Built:            Wed Nov 13 07:28:45 2019
15:27:56   OS/Arch:          linux/amd64
15:27:56   Experimental:     false
15:27:56  containerd:
15:27:56   Version:          v1.2.10
15:27:56   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
15:27:56  runc:
15:27:56   Version:          1.0.0-rc8+dev
15:27:56   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
15:27:56  docker-init:
15:27:56   Version:          0.18.0
15:27:56   GitCommit:        fec3683
15:27:56 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:27:57 88286f41530e: Pulling fs layer
15:27:57 88286f41530e: Download complete
15:27:57 88286f41530e: Pull complete
15:27:57 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:27:57 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:27:57 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:27:57 The push refers to repository [registry:5000/alpine]
15:27:57 5bef08742407: Preparing
15:27:57 5bef08742407: Pushed
15:27:57 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:27:57 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:27:57 03b1be98f3f9: Pulling fs layer
15:27:57 03b1be98f3f9: Verifying Checksum
15:27:57 03b1be98f3f9: Download complete
15:27:57 03b1be98f3f9: Pull complete
15:27:57 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:27:57 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:27:57 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:27:58 The push refers to repository [registry:5000/busybox]
15:27:58 6a749002dd6a: Preparing
15:27:58 6a749002dd6a: Pushed
15:27:58 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:27:58 Swarm initialized: current node (ss0nca4v63z2fvboun27vuvje) is now a manager.
15:27:58 
15:27:58 To add a worker to this swarm, run the following command:
15:27:58 
15:27:58     docker swarm join --token SWMTKN-1-1tzv0kqxwwkh5s2a93gm8ypzujkjehuhne09fd4pvgmdujmchn-2smk6qidcf04016yrmcvrb2z0 172.21.0.4:2377
15:27:58 
15:27:58 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:27:58 
15:28:17 ✓  e2e/cli-plugins (2.592s)
15:28:17 ∅  e2e/cli-plugins/plugins/badmeta
15:28:17 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:28:17 ✓  e2e/context (46ms)
15:28:17 ✓  e2e/global (115ms)
15:28:22 ✓  e2e/container (8.039s)
15:28:27 ✓  e2e/plugin (3.742s)
15:28:28 ✓  e2e/stack (594ms)
15:28:29 ✓  e2e/system (66ms)
15:28:29 ✓  e2e/image (11.896s)
15:28:29 ∅  e2e/internal/fixtures
15:28:29 ∅  e2e/plugin/basic
15:28:31 ✓  e2e/trust (2.192s)
15:28:31 
15:28:31 === Skipped
15:28:31 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:28:31     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:28:31 
15:28:31 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
15:28:31     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
15:28:31 
15:28:31 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:28:31     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:28:31         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:28:31 
15:28:31 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:28:31     --- SKIP: TestRemove/Kubernetes (0.00s)
15:28:31         remove_test.go:22: !environment.KubernetesEnabled()
15:28:31 
15:28:31 
15:28:31 DONE 89 tests, 4 skipped in 32.871s
15:28:32 Stopping cliendtoendsuite_engine_1             ... 
15:28:32 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:28:32 Stopping cliendtoendsuite_notary-server_1      ... 
15:28:32 Stopping cliendtoendsuite_registry_1           ... 
15:28:34 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
15:28:34 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:28:34 Removing cliendtoendsuite_notary-server_1      ... 
15:28:34 Removing cliendtoendsuite_registry_1           ... 
15:28:34 
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
15:28:34 Removing image cliendtoendsuite_notary-server
15:28:34 Removing image cliendtoendsuite_evil-notary-server
15:28:34 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-e2eclie2e5
15:28:36 Creating network "cliendtoendsuite_default" with the default driver
15:28:36 Building notary-server
15:28:36 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:28:36 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:28:36  ---> 16b632e954ca
15:28:36 Step 3/3 : COPY ./notary/ /fixtures/
15:28:36  ---> fee8ec1b236d
15:28:36 Successfully built fee8ec1b236d
15:28:36 Successfully tagged cliendtoendsuite_notary-server:latest
15:28:36 Building evil-notary-server
15:28:36 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:28:36 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:28:36  ---> 16b632e954ca
15:28:36 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:28:36  ---> 2056a31022eb
15:28:36 Successfully built 2056a31022eb
15:28:36 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:28:36 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:28:36 Creating cliendtoendsuite_notary-server_1      ... 
15:28:36 Creating cliendtoendsuite_registry_1           ... 
15:28:36 Creating cliendtoendsuite_engine_1             ... 
15:28:42 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.22.0.4:2375
15:28:42 Client:
15:28:42  Version:           19.09.0-dev
15:28:42  API version:       1.40 (downgraded from 1.41)
15:28:42  Go version:        go1.12.14
15:28:42  Git commit:        
15:28:42  Built:             Wed Jan 15 15:26:25 2020
15:28:42  OS/Arch:           linux/amd64
15:28:42  Experimental:      false
15:28:42 
15:28:42 Server: Docker Engine - Community
15:28:42  Engine:
15:28:42   Version:          19.03.5
15:28:42   API version:      1.40 (minimum version 1.12)
15:28:42   Go version:       go1.12.12
15:28:42   Git commit:       633a0ea838
15:28:42   Built:            Wed Nov 13 07:28:45 2019
15:28:42   OS/Arch:          linux/amd64
15:28:42   Experimental:     true
15:28:42  containerd:
15:28:42   Version:          v1.2.10
15:28:42   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
15:28:42  runc:
15:28:42   Version:          1.0.0-rc8+dev
15:28:42   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
15:28:42  docker-init:
15:28:42   Version:          0.18.0
15:28:42   GitCommit:        fec3683
15:28:42 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:28:42 88286f41530e: Pulling fs layer
15:28:42 88286f41530e: Verifying Checksum
15:28:42 88286f41530e: Download complete
15:28:42 88286f41530e: Pull complete
15:28:42 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:28:42 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:28:42 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:28:42 The push refers to repository [registry:5000/alpine]
15:28:42 5bef08742407: Preparing
15:28:42 5bef08742407: Pushed
15:28:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:28:43 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:28:43 03b1be98f3f9: Pulling fs layer
15:28:43 03b1be98f3f9: Verifying Checksum
15:28:43 03b1be98f3f9: Download complete
15:28:43 03b1be98f3f9: Pull complete
15:28:43 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:28:43 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:28:43 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:28:43 The push refers to repository [registry:5000/busybox]
15:28:43 6a749002dd6a: Preparing
15:28:43 6a749002dd6a: Pushed
15:28:43 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:28:44 Swarm initialized: current node (qxlcg5zlms229tg1e3pfwp9td) is now a manager.
15:28:44 
15:28:44 To add a worker to this swarm, run the following command:
15:28:44 
15:28:44     docker swarm join --token SWMTKN-1-3pu1vzmcvpgxa48b58nccrnjzjrpr7ebtfivkvnbjyh2krgdnb-chjo5ikdzjh2d6kpqzhxqwf3i 172.22.0.4:2377
15:28:44 
15:28:44 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:28:44 
15:29:02 ✓  e2e/cli-plugins (2.644s)
15:29:02 ∅  e2e/cli-plugins/plugins/badmeta
15:29:02 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:29:02 ✓  e2e/context (63ms)
15:29:02 ✓  e2e/global (116ms)
15:29:07 ✓  e2e/container (7.82s)
15:29:10 ✓  e2e/plugin (3.317s)
15:29:12 ✓  e2e/stack (596ms)
15:29:13 ✓  e2e/system (71ms)
15:29:17 ✓  e2e/image (14.142s)
15:29:17 ∅  e2e/internal/fixtures
15:29:17 ∅  e2e/plugin/basic
15:29:17 ✓  e2e/trust (3.376s)
15:29:17 
15:29:17 === Skipped
15:29:17 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:29:17     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:29:17 
15:29:17 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:29:17     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:29:17         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:29:17 
15:29:17 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:29:17     --- SKIP: TestRemove/Kubernetes (0.00s)
15:29:17         remove_test.go:22: !environment.KubernetesEnabled()
15:29:17 
15:29:17 
15:29:17 DONE 89 tests, 3 skipped in 32.954s
15:29:17 Stopping cliendtoendsuite_engine_1             ... 
15:29:17 Stopping cliendtoendsuite_registry_1           ... 
15:29:17 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:29:17 Stopping cliendtoendsuite_notary-server_1      ... 
15:29:19 
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             ... 
15:29:19 Removing cliendtoendsuite_registry_1           ... 
15:29:19 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:29:19 Removing cliendtoendsuite_notary-server_1      ... 
15:29:19 
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
15:29:19 Removing image cliendtoendsuite_notary-server
15:29:19 Removing image cliendtoendsuite_evil-notary-server
15:29:19 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-e2eclie2e5
15:29:21 Creating network "cliendtoendsuite_default" with the default driver
15:29:21 Building engine
15:29:21 Step 1/6 : FROM docker:test-dind
15:29:21  ---> f3cf5d4fc09c
15:29:21 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
15:29:21  ---> Using cache
15:29:21  ---> e4c3eb7c881a
15:29:21 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
15:29:21  ---> Using cache
15:29:21  ---> 7730ec6e523a
15:29:21 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
15:29:21  ---> Using cache
15:29:21  ---> d284432b9192
15:29:21 Step 5/6 : EXPOSE 22
15:29:21  ---> Using cache
15:29:21  ---> 6b052eca5eb3
15:29:21 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
15:29:21  ---> Using cache
15:29:21  ---> 4e26e5bc7a1e
15:29:21 Successfully built 4e26e5bc7a1e
15:29:21 Successfully tagged docker:stable-dind
15:29:21 Building evil-notary-server
15:29:21 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:29:21 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:29:21  ---> 16b632e954ca
15:29:21 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:29:21  ---> 82715a859f23
15:29:21 Successfully built 82715a859f23
15:29:22 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:29:22 Building notary-server
15:29:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:29:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:29:22  ---> 16b632e954ca
15:29:22 Step 3/3 : COPY ./notary/ /fixtures/
15:29:22  ---> fa7d4abfe442
15:29:22 Successfully built fa7d4abfe442
15:29:22 Successfully tagged cliendtoendsuite_notary-server:latest
15:29:22 Creating cliendtoendsuite_registry_1 ... 
15:29:22 Creating cliendtoendsuite_notary-server_1 ... 
15:29:22 Creating cliendtoendsuite_engine_1        ... 
15:29:22 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:29:27 
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.3
15:29:28 Client:
15:29:28  Version:           19.09.0-dev
15:29:28  API version:       1.40 (downgraded from 1.41)
15:29:28  Go version:        go1.12.14
15:29:28  Git commit:        
15:29:28  Built:             Wed Jan 15 15:26:25 2020
15:29:28  OS/Arch:           linux/amd64
15:29:28  Experimental:      false
15:29:28 
15:29:28 Server: Docker Engine - Community
15:29:28  Engine:
15:29:28   Version:          19.03.5
15:29:28   API version:      1.40 (minimum version 1.12)
15:29:28   Go version:       go1.12.12
15:29:28   Git commit:       633a0ea838
15:29:28   Built:            Wed Nov 13 07:28:45 2019
15:29:28   OS/Arch:          linux/amd64
15:29:28   Experimental:     true
15:29:28  containerd:
15:29:28   Version:          v1.2.10
15:29:28   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
15:29:28  runc:
15:29:28   Version:          1.0.0-rc8+dev
15:29:28   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
15:29:28  docker-init:
15:29:28   Version:          0.18.0
15:29:28   GitCommit:        fec3683
15:29:28 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:29:28 88286f41530e: Pulling fs layer
15:29:28 88286f41530e: Verifying Checksum
15:29:28 88286f41530e: Download complete
15:29:28 88286f41530e: Pull complete
15:29:28 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:29:28 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:29:28 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:29:29 The push refers to repository [registry:5000/alpine]
15:29:29 5bef08742407: Preparing
15:29:29 5bef08742407: Pushed
15:29:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:29:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:29:29 03b1be98f3f9: Pulling fs layer
15:29:30 03b1be98f3f9: Download complete
15:29:30 03b1be98f3f9: Pull complete
15:29:30 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:29:30 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:29:30 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:29:30 The push refers to repository [registry:5000/busybox]
15:29:30 6a749002dd6a: Preparing
15:29:31 6a749002dd6a: Pushed
15:29:31 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:29:31 Swarm initialized: current node (rqn377bfuodbwudzz8n2dzpus) is now a manager.
15:29:31 
15:29:31 To add a worker to this swarm, run the following command:
15:29:31 
15:29:31     docker swarm join --token SWMTKN-1-39bbhkchxgv5g28a7kbybomwp4sc3ejya34gd9e7msyeewehco-74en7o5xqnakw2s7f6ker72x3 172.23.0.3:2377
15:29:31 
15:29:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:29:31 
15:29:58 ✓  e2e/cli-plugins (11.689s)
15:29:58 ∅  e2e/cli-plugins/plugins/badmeta
15:29:58 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:29:58 ✓  e2e/context (26ms)
15:29:58 ✓  e2e/global (91ms)
15:30:13 ✓  e2e/container (26.44s)
15:30:17 ✓  e2e/image (17.83s)
15:30:17 ∅  e2e/internal/fixtures
15:30:18 ✓  e2e/plugin (4.641s)
15:30:18 ∅  e2e/plugin/basic
15:30:19 ✓  e2e/system (252ms)
15:30:19 ✓  e2e/stack (2.387s)
15:30:26 ✓  e2e/trust (5.833s)
15:30:26 
15:30:26 === Skipped
15:30:26 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:30:26     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:30:26 
15:30:26 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:30:26     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:30:26         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:30:26 
15:30:26 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:30:26     --- SKIP: TestRemove/Kubernetes (0.00s)
15:30:26         remove_test.go:22: !environment.KubernetesEnabled()
15:30:26 
15:30:26 
15:30:26 DONE 89 tests, 3 skipped in 54.038s
15:30:26 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:30:26 Stopping cliendtoendsuite_notary-server_1      ... 
15:30:26 Stopping cliendtoendsuite_engine_1             ... 
15:30:26 Stopping cliendtoendsuite_registry_1           ... 
15:30:28 
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_evil-notary-server_1 ... 
15:30:28 Removing cliendtoendsuite_notary-server_1      ... 
15:30:28 Removing cliendtoendsuite_engine_1             ... 
15:30:28 Removing cliendtoendsuite_registry_1           ... 
15:30:28 
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
15:30:28 Removing image cliendtoendsuite_notary-server
15:30:28 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