Skip to content
Success

Console Output

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

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

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

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

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

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
12:41:04 Removing cliendtoendsuite_notary-server_1      ... 
12:41:04 Removing cliendtoendsuite_registry_1           ... 
12:41:04 Removing cliendtoendsuite_engine_1             ... 
12:41:04 
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:41:04 Removing image cliendtoendsuite_notary-server
12:41:04 Removing image cliendtoendsuite_evil-notary-server
12:41:04 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-e2eclie2e7
12:41:06 Creating network "cliendtoendsuite_default" with the default driver
12:41:06 Building engine
12:41:06 Step 1/6 : FROM docker:test-dind
12:41:06  ---> eaed9efc02d2
12:41:06 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:41:06  ---> Using cache
12:41:06  ---> 70ea43dcedc1
12:41:06 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
12:41:06  ---> Using cache
12:41:06  ---> 3a1caec7eca6
12:41:06 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
12:41:06  ---> Using cache
12:41:06  ---> 7c7100da667f
12:41:06 Step 5/6 : EXPOSE 22
12:41:06  ---> Using cache
12:41:06  ---> c03f8d83a8fd
12:41:06 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
12:41:06  ---> Using cache
12:41:06  ---> 96b4bb827746
12:41:06 Successfully built 96b4bb827746
12:41:06 Successfully tagged docker:stable-dind
12:41:06 Building notary-server
12:41:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:41:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:41:06  ---> 16b632e954ca
12:41:06 Step 3/3 : COPY ./notary/ /fixtures/
12:41:06  ---> a32f9b23b9bc
12:41:06 Successfully built a32f9b23b9bc
12:41:06 Successfully tagged cliendtoendsuite_notary-server:latest
12:41:06 Building evil-notary-server
12:41:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
12:41:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
12:41:06  ---> 16b632e954ca
12:41:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
12:41:06  ---> 2a641748c988
12:41:06 Successfully built 2a641748c988
12:41:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
12:41:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
12:41:06 Creating cliendtoendsuite_engine_1             ... 
12:41:06 Creating cliendtoendsuite_notary-server_1      ... 
12:41:06 Creating cliendtoendsuite_registry_1           ... 
12:41:10 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.29.0.3
12:41:10 Client:
12:41:10  Version:           19.09.0-dev
12:41:10  API version:       1.40 (downgraded from 1.41)
12:41:10  Go version:        go1.12.12
12:41:10  Git commit:        
12:41:10  Built:             Thu Oct 24 12:37:57 2019
12:41:10  OS/Arch:           linux/amd64
12:41:10  Experimental:      false
12:41:10 
12:41:10 Server: Docker Engine - Community
12:41:10  Engine:
12:41:10   Version:          19.03.4
12:41:10   API version:      1.40 (minimum version 1.12)
12:41:10   Go version:       go1.12.10
12:41:10   Git commit:       9013bf583a
12:41:10   Built:            Fri Oct 18 15:55:51 2019
12:41:10   OS/Arch:          linux/amd64
12:41:10   Experimental:     true
12:41:10  containerd:
12:41:10   Version:          v1.2.10
12:41:10   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
12:41:10  runc:
12:41:10   Version:          1.0.0-rc8+dev
12:41:10   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
12:41:10  docker-init:
12:41:10   Version:          0.18.0
12:41:10   GitCommit:        fec3683
12:41:11 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
12:41:11 88286f41530e: Pulling fs layer
12:41:11 88286f41530e: Verifying Checksum
12:41:11 88286f41530e: Download complete
12:41:11 88286f41530e: Pull complete
12:41:11 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:41:11 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:41:11 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
12:41:11 The push refers to repository [registry:5000/alpine]
12:41:11 5bef08742407: Preparing
12:41:12 5bef08742407: Pushed
12:41:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
12:41:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
12:41:12 03b1be98f3f9: Pulling fs layer
12:41:12 03b1be98f3f9: Verifying Checksum
12:41:12 03b1be98f3f9: Download complete
12:41:12 03b1be98f3f9: Pull complete
12:41:12 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:41:12 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:41:12 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
12:41:13 The push refers to repository [registry:5000/busybox]
12:41:13 6a749002dd6a: Preparing
12:41:13 6a749002dd6a: Pushed
12:41:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
12:41:14 Swarm initialized: current node (jhkx7muvk8gs3b35keyw22x1s) is now a manager.
12:41:14 
12:41:14 To add a worker to this swarm, run the following command:
12:41:14 
12:41:14     docker swarm join --token SWMTKN-1-12cfvxrurrl47xoojtsahrhsd2og1h89a734quj2e5ef5a9j77-2i2rgllm80z7mdb1izba4u3st 172.29.0.3:2377
12:41:14 
12:41:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
12:41:14 
12:41:53 ✓  e2e/cli-plugins (14.147s)
12:41:53 ∅  e2e/cli-plugins/plugins/badmeta
12:41:53 ∅  e2e/cli-plugins/plugins/nopersistentprerun
12:41:53 ✓  e2e/context (29ms)
12:41:59 ✓  e2e/container (19.409s)
12:42:03 ✓  e2e/plugin (4.375s)
12:42:07 ✓  e2e/stack (2.229s)
12:42:07 ✓  e2e/system (274ms)
12:42:15 ✓  e2e/trust (6.67s)
12:42:20 ✓  e2e/image (26.282s)
12:42:20 ∅  e2e/internal/fixtures
12:42:20 ∅  e2e/plugin/basic
12:42:20 
12:42:20 === Skipped
12:42:20 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
12:42:20     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
12:42:20 
12:42:20 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
12:42:20     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
12:42:20         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
12:42:20 
12:42:20 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
12:42:20     --- SKIP: TestRemove/Kubernetes (0.00s)
12:42:20         remove_test.go:22: !environment.KubernetesEnabled()
12:42:20 
12:42:20 
12:42:20 DONE 88 tests, 3 skipped in 65.686s
12:42:20 Stopping cliendtoendsuite_registry_1           ... 
12:42:20 Stopping cliendtoendsuite_engine_1             ... 
12:42:20 Stopping cliendtoendsuite_notary-server_1      ... 
12:42:20 Stopping cliendtoendsuite_evil-notary-server_1 ... 
12:42:22 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
12:42:22 Removing cliendtoendsuite_engine_1             ... 
12:42:22 Removing cliendtoendsuite_notary-server_1      ... 
12:42:22 Removing cliendtoendsuite_evil-notary-server_1 ... 
12:42:22 
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:42:22 Removing image cliendtoendsuite_notary-server
12:42:22 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