Skip to content
Success

Console Output

Pull request #2102 updated
00:37:20 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 25168137bd23ccc429064f3ad174258bd1331bba+3af5c3f8c67c08dff739e0744d3f44125a9aea94 (b9ff24a272612004b839938483f04258cda9179f)
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-084bcb9710ecec7aa) in /home/ubuntu/workspace/cli_PR-2102
[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-2102@tmp/6732de72-1878-4dc1-82da-32e9ce5571ac/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
00:37:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
00:37:23 chowning workspace
[Pipeline] sh
00:37:23 + uname -m
[Pipeline] sh
00:37:23 + pwd
00:37:23 + id -u
00:37:23 + id -g
00:37:23 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2102:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
00:37:25 Removing all docker containers
[Pipeline] sh
00:37:25 + docker container ls -aq
[Pipeline] echo
00:37:25 Docker containers have been removed
[Pipeline] echo
00:37:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
00:37:25 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
00:37:25 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
00:37:25 Using the ‘stage’ step without a block argument is deprecated
00:37:25 Entering stage Git Checkout
00:37:25 Proceeding
[Pipeline] checkout
00:37:25 using credential docker-jenkins-github-credentials
00:37:25 Cloning the remote Git repository
00:37:25 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2102 # 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/2102/head:refs/remotes/origin/PR-2102 +refs/heads/19.03:refs/remotes/origin/19.03
00:37:28 Fetching without tags
00:37:28 Merging remotes/origin/19.03 commit 3af5c3f8c67c08dff739e0744d3f44125a9aea94 into PR head commit 25168137bd23ccc429064f3ad174258bd1331bba
00:37:28 Merge succeeded, producing 25168137bd23ccc429064f3ad174258bd1331bba
00:37:28 Checking out Revision 25168137bd23ccc429064f3ad174258bd1331bba (PR-2102)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2102/head:refs/remotes/origin/PR-2102 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2102/head:refs/remotes/origin/PR-2102 +refs/heads/19.03:refs/remotes/origin/19.03
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25168137bd23ccc429064f3ad174258bd1331bba
 > git merge 3af5c3f8c67c08dff739e0744d3f44125a9aea94 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25168137bd23ccc429064f3ad174258bd1331bba
00:37:29 Commit message: "vendor: update buildkit to docker-19.03"
00:37:29 First time build. Skipping changelog.
[Pipeline] stage
00:37:29 Using the ‘stage’ step without a block argument is deprecated
00:37:29 Entering stage Run end-to-end test suite
00:37:29 Proceeding
[Pipeline] sh
 > git rev-list --no-walk a09a48bc42cb3d00e8a61175af41ff6f65969f2d # timeout=10
00:37:30 + docker version
00:37:30 Client: Docker Engine - Community
00:37:30  Version:           19.03.2
00:37:30  API version:       1.40
00:37:30  Go version:        go1.12.8
00:37:30  Git commit:        6a30dfc
00:37:30  Built:             Thu Aug 29 05:29:11 2019
00:37:30  OS/Arch:           linux/amd64
00:37:30  Experimental:      false
00:37:30 
00:37:30 Server: Docker Engine - Community
00:37:30  Engine:
00:37:30   Version:          19.03.2
00:37:30   API version:      1.40 (minimum version 1.12)
00:37:30   Go version:       go1.12.8
00:37:30   Git commit:       6a30dfc
00:37:30   Built:            Thu Aug 29 05:27:45 2019
00:37:30   OS/Arch:          linux/amd64
00:37:30   Experimental:     true
00:37:30  containerd:
00:37:30   Version:          1.2.6
00:37:30   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:37:30  runc:
00:37:30   Version:          1.0.0-rc8
00:37:30   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:37:30  docker-init:
00:37:30   Version:          0.18.0
00:37:30   GitCommit:        fec3683
[Pipeline] sh
00:37:30 + docker info
00:37:30 Client:
00:37:30  Debug Mode: false
00:37:30 
00:37:30 Server:
00:37:30  Containers: 0
00:37:30   Running: 0
00:37:30   Paused: 0
00:37:30   Stopped: 0
00:37:30  Images: 27
00:37:30  Server Version: 19.03.2
00:37:30  Storage Driver: overlay2
00:37:30   Backing Filesystem: extfs
00:37:30   Supports d_type: true
00:37:30   Native Overlay Diff: true
00:37:30  Logging Driver: json-file
00:37:30  Cgroup Driver: cgroupfs
00:37:30  Plugins:
00:37:30   Volume: local
00:37:30   Network: bridge host ipvlan macvlan null overlay
00:37:30   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
00:37:30  Swarm: inactive
00:37:30  Runtimes: runc
00:37:30  Default Runtime: runc
00:37:30  Init Binary: docker-init
00:37:30  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:37:30  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
00:37:30  init version: fec3683
00:37:30  Security Options:
00:37:30   apparmor
00:37:30   seccomp
00:37:30    Profile: default
00:37:30  Kernel Version: 4.15.0-1048-aws
00:37:30  Operating System: Ubuntu 18.04.3 LTS
00:37:30  OSType: linux
00:37:30  Architecture: x86_64
00:37:30  CPUs: 2
00:37:30  Total Memory: 7.501GiB
00:37:30  Name: ip-10-100-60-201
00:37:30  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
00:37:30  Docker Root Dir: /var/lib/docker
00:37:30  Debug Mode: false
00:37:30  Username: dockerbuildbot
00:37:30  Registry: https://index.docker.io/v1/
00:37:30  Labels:
00:37:30  Experimental: true
00:37:30  Insecure Registries:
00:37:30   127.0.0.0/8
00:37:30  Live Restore Enabled: true
00:37:30 
00:37:30 WARNING: No swap limit support
[Pipeline] sh
00:37:30 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
00:37:30 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
00:37:30 #2 [internal] load .dockerignore
00:37:30 #2 transferring context: 100B done
00:37:30 #2 DONE 0.0s
00:37:30 
00:37:30 #1 [internal] load build definition from Dockerfile.e2e
00:37:30 #1 transferring dockerfile: 1.58kB done
00:37:30 #1 DONE 0.0s
00:37:30 
00:37:30 #3 [internal] load metadata for docker.io/library/golang:1.12.9
00:37:31 #3 DONE 0.1s
00:37:31 
00:37:31 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:4d75d32fe0773f2d74295...
00:37:31 #4 DONE 0.0s
00:37:31 
00:37:31 #10 [internal] load build context
00:37:31 #10 transferring context: 40.43MB 1.0s done
00:37:31 #10 DONE 1.0s
00:37:31 
00:37:31 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
00:37:31 #7 CACHED
00:37:31 
00:37:31 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
00:37:31 #8 CACHED
00:37:31 
00:37:31 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
00:37:31 #9 CACHED
00:37:31 
00:37:31 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
00:37:31 #11 CACHED
00:37:31 
00:37:31 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
00:37:31 #5 CACHED
00:37:31 
00:37:31 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
00:37:31 #6 CACHED
00:37:31 
00:37:31 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
00:37:31 #12 CACHED
00:37:31 
00:37:31 #13 [9/11] COPY . .
00:37:33 #13 DONE 1.5s
00:37:33 
00:37:33 #14 [10/11] RUN ./scripts/build/binary
00:37:34 #14 0.788 Building statically linked build/docker-linux-amd64
00:38:55 #14 DONE 69.5s
00:38:55 
00:38:55 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
00:38:55 #15 0.709 Building statically linked build/plugins-linux-amd64/docker-helloworld
00:38:55 #15 2.578 Building statically linked build/plugins-linux-amd64/docker-badmeta
00:38:55 #15 4.279 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
00:38:55 #15 DONE 6.3s
00:38:55 
00:38:55 #16 exporting to image
00:38:55 #16 exporting layers
00:38:55 #16 exporting layers 2.0s done
00:38:55 #16 writing image sha256:b7e093147253b1caea14d1477b2582442b5e607fea3e7f2c4b26bfddfc1ecffb done
00:38:55 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
00:38:55 #16 DONE 2.0s
00:38:55 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
00:38:55 Creating network "cliendtoendsuite_default" with the default driver
00:38:55 Building notary-server
00:38:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:38:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:38:55  ---> 16b632e954ca
00:38:55 Step 3/3 : COPY ./notary/ /fixtures/
00:38:55  ---> 9eb0f5ffed8f
00:38:55 Successfully built 9eb0f5ffed8f
00:38:55 Successfully tagged cliendtoendsuite_notary-server:latest
00:38:55 Building evil-notary-server
00:38:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:38:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:38:55  ---> 16b632e954ca
00:38:55 Step 3/3 : COPY ./notary-evil/ /fixtures/
00:38:55  ---> e36b3847b781
00:38:55 Successfully built e36b3847b781
00:38:55 Successfully tagged cliendtoendsuite_evil-notary-server:latest
00:38:55 Creating cliendtoendsuite_engine_1 ... 
00:38:55 Creating cliendtoendsuite_registry_1 ... 
00:38:55 Creating cliendtoendsuite_notary-server_1 ... 
00:38:55 Creating cliendtoendsuite_evil-notary-server_1 ... 
00:38:56 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.24.0.5:2375
00:38:56 Client:
00:38:56  Version:           19.03.0-dev
00:38:56  API version:       1.40
00:38:56  Go version:        go1.12.9
00:38:56  Git commit:        
00:38:56  Built:             Tue Sep 24 00:37:34 2019
00:38:56  OS/Arch:           linux/amd64
00:38:56  Experimental:      false
00:38:56 
00:38:56 Server: Docker Engine - Community
00:38:56  Engine:
00:38:56   Version:          19.03.2
00:38:56   API version:      1.40 (minimum version 1.12)
00:38:56   Go version:       go1.12.8
00:38:56   Git commit:       6a30dfca03
00:38:56   Built:            Thu Aug 29 05:32:56 2019
00:38:56   OS/Arch:          linux/amd64
00:38:56   Experimental:     false
00:38:56  containerd:
00:38:56   Version:          v1.2.6
00:38:56   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:38:56  runc:
00:38:56   Version:          1.0.0-rc8
00:38:56   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:38:56  docker-init:
00:38:56   Version:          0.18.0
00:38:56   GitCommit:        fec3683
00:38:56 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
00:38:56 88286f41530e: Pulling fs layer
00:38:57 88286f41530e: Verifying Checksum
00:38:57 88286f41530e: Download complete
00:38:57 88286f41530e: Pull complete
00:38:57 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:38:57 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:38:57 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:38:57 The push refers to repository [registry:5000/alpine]
00:38:57 5bef08742407: Preparing
00:38:57 5bef08742407: Pushed
00:38:57 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
00:38:57 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
00:38:57 03b1be98f3f9: Pulling fs layer
00:38:57 03b1be98f3f9: Verifying Checksum
00:38:57 03b1be98f3f9: Download complete
00:38:57 03b1be98f3f9: Pull complete
00:38:57 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:38:57 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:38:57 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:38:58 The push refers to repository [registry:5000/busybox]
00:38:58 6a749002dd6a: Preparing
00:38:58 6a749002dd6a: Pushed
00:38:58 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
00:38:58 Swarm initialized: current node (rxkxzjyp357pvmoub7ptjtir9) is now a manager.
00:38:58 
00:38:58 To add a worker to this swarm, run the following command:
00:38:58 
00:38:58     docker swarm join --token SWMTKN-1-2euyayrq9xpce0j0lwvilelonaq3b8fmgd91xuj2xj204s27vk-0zjla1wyzf0r0p2ood9fsjkju 172.24.0.5:2377
00:38:58 
00:38:58 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
00:38:58 
00:39:25 ✓  e2e/cli-plugins (2.452s)
00:39:25 ∅  e2e/cli-plugins/plugins/badmeta
00:39:25 ∅  e2e/cli-plugins/plugins/nopersistentprerun
00:39:25 ✓  e2e/context (53ms)
00:39:30 ✓  e2e/container (7.898s)
00:39:35 ✓  e2e/plugin (3.734s)
00:39:36 ✓  e2e/stack (613ms)
00:39:37 ✓  e2e/image (11.563s)
00:39:37 ∅  e2e/internal/fixtures
00:39:37 ∅  e2e/plugin/basic
00:39:37 ✓  e2e/system (79ms)
00:39:40 ✓  e2e/trust (2.127s)
00:39:40 
00:39:40 === Skipped
00:39:40 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
00:39:40     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
00:39:40 
00:39:40 === SKIP: e2e/image TestBuildIidFileSquash (0.03s)
00:39:40     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
00:39:40 
00:39:40 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
00:39:40     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
00:39:40         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
00:39:40 
00:39:40 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
00:39:40     --- SKIP: TestRemove/Kubernetes (0.00s)
00:39:40         remove_test.go:22: !environment.KubernetesEnabled()
00:39:40 
00:39:40 
00:39:40 DONE 87 tests, 4 skipped in 41.088s
00:39:40 Stopping cliendtoendsuite_registry_1           ... 
00:39:40 Stopping cliendtoendsuite_evil-notary-server_1 ... 
00:39:40 Stopping cliendtoendsuite_notary-server_1      ... 
00:39:40 Stopping cliendtoendsuite_engine_1             ... 
00:39:42 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
00:39:42 Removing cliendtoendsuite_evil-notary-server_1 ... 
00:39:42 Removing cliendtoendsuite_notary-server_1      ... 
00:39:42 Removing cliendtoendsuite_engine_1             ... 
00:39:42 
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
00:39:42 Removing image cliendtoendsuite_notary-server
00:39:42 Removing image cliendtoendsuite_evil-notary-server
00:39:42 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e2
00:39:44 Creating network "cliendtoendsuite_default" with the default driver
00:39:44 Building notary-server
00:39:44 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:39:44 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:39:44  ---> 16b632e954ca
00:39:44 Step 3/3 : COPY ./notary/ /fixtures/
00:39:44  ---> 627eba0bd087
00:39:44 Successfully built 627eba0bd087
00:39:44 Successfully tagged cliendtoendsuite_notary-server:latest
00:39:44 Building evil-notary-server
00:39:44 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:39:44 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:39:44  ---> 16b632e954ca
00:39:44 Step 3/3 : COPY ./notary-evil/ /fixtures/
00:39:45  ---> 103b8010fa83
00:39:45 Successfully built 103b8010fa83
00:39:45 Successfully tagged cliendtoendsuite_evil-notary-server:latest
00:39:45 Creating cliendtoendsuite_registry_1 ... 
00:39:45 Creating cliendtoendsuite_evil-notary-server_1 ... 
00:39:45 Creating cliendtoendsuite_engine_1             ... 
00:39:45 Creating cliendtoendsuite_notary-server_1      ... 
00:39:48 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.25.0.4:2375
00:39:48 Client:
00:39:48  Version:           19.03.0-dev
00:39:48  API version:       1.40
00:39:48  Go version:        go1.12.9
00:39:48  Git commit:        
00:39:48  Built:             Tue Sep 24 00:37:34 2019
00:39:48  OS/Arch:           linux/amd64
00:39:48  Experimental:      false
00:39:48 
00:39:48 Server: Docker Engine - Community
00:39:48  Engine:
00:39:48   Version:          19.03.2
00:39:48   API version:      1.40 (minimum version 1.12)
00:39:48   Go version:       go1.12.8
00:39:48   Git commit:       6a30dfca03
00:39:48   Built:            Thu Aug 29 05:32:56 2019
00:39:48   OS/Arch:          linux/amd64
00:39:48   Experimental:     true
00:39:48  containerd:
00:39:48   Version:          v1.2.6
00:39:48   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:39:48  runc:
00:39:48   Version:          1.0.0-rc8
00:39:48   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:39:48  docker-init:
00:39:48   Version:          0.18.0
00:39:48   GitCommit:        fec3683
00:39:48 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
00:39:48 88286f41530e: Pulling fs layer
00:39:48 88286f41530e: Download complete
00:39:48 88286f41530e: Pull complete
00:39:48 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:39:48 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:39:48 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:39:48 The push refers to repository [registry:5000/alpine]
00:39:48 5bef08742407: Preparing
00:39:49 5bef08742407: Pushed
00:39:49 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
00:39:49 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
00:39:49 03b1be98f3f9: Pulling fs layer
00:39:49 03b1be98f3f9: Verifying Checksum
00:39:49 03b1be98f3f9: Download complete
00:39:49 03b1be98f3f9: Pull complete
00:39:49 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:39:49 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:39:49 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:39:49 The push refers to repository [registry:5000/busybox]
00:39:49 6a749002dd6a: Preparing
00:39:49 6a749002dd6a: Pushed
00:39:49 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
00:39:50 Swarm initialized: current node (buzq10q4dj2c02h62im1ecphe) is now a manager.
00:39:50 
00:39:50 To add a worker to this swarm, run the following command:
00:39:50 
00:39:50     docker swarm join --token SWMTKN-1-2d6jot7nn2aev6hirra53qfqq9wxkexner0us0qa42mz61l06t-efetly21btcgif4y5nv4fst37 172.25.0.4:2377
00:39:50 
00:39:50 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
00:39:50 
00:40:17 ✓  e2e/cli-plugins (2.468s)
00:40:17 ∅  e2e/cli-plugins/plugins/badmeta
00:40:17 ∅  e2e/cli-plugins/plugins/nopersistentprerun
00:40:17 ✓  e2e/context (61ms)
00:40:23 ✓  e2e/container (8.222s)
00:40:26 ✓  e2e/plugin (3.104s)
00:40:27 ✓  e2e/stack (625ms)
00:40:28 ✓  e2e/system (68ms)
00:40:33 ✓  e2e/trust (3.659s)
00:40:33 ✓  e2e/image (15.829s)
00:40:33 ∅  e2e/internal/fixtures
00:40:33 ∅  e2e/plugin/basic
00:40:33 
00:40:33 === Skipped
00:40:33 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
00:40:33     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
00:40:33 
00:40:33 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
00:40:33     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
00:40:33         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
00:40:33 
00:40:33 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
00:40:33     --- SKIP: TestRemove/Kubernetes (0.00s)
00:40:33         remove_test.go:22: !environment.KubernetesEnabled()
00:40:33 
00:40:33 
00:40:33 DONE 87 tests, 3 skipped in 42.865s
00:40:33 Stopping cliendtoendsuite_notary-server_1      ... 
00:40:33 Stopping cliendtoendsuite_engine_1             ... 
00:40:33 Stopping cliendtoendsuite_registry_1           ... 
00:40:33 Stopping cliendtoendsuite_evil-notary-server_1 ... 
00:40:35 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
00:40:35 Removing cliendtoendsuite_engine_1             ... 
00:40:35 Removing cliendtoendsuite_registry_1           ... 
00:40:35 Removing cliendtoendsuite_evil-notary-server_1 ... 
00:40:35 
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
00:40:35 Removing image cliendtoendsuite_notary-server
00:40:35 Removing image cliendtoendsuite_evil-notary-server
00:40:36 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.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-e2eclie2e2
00:40:37 Creating network "cliendtoendsuite_default" with the default driver
00:40:38 Building notary-server
00:40:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:40:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:40:38  ---> 16b632e954ca
00:40:38 Step 3/3 : COPY ./notary/ /fixtures/
00:40:38  ---> 91c0241c8706
00:40:38 Successfully built 91c0241c8706
00:40:38 Successfully tagged cliendtoendsuite_notary-server:latest
00:40:38 Building engine
00:40:38 Step 1/6 : FROM docker:test-dind
00:40:38  ---> 5768e15eefd1
00:40:38 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
00:40:38  ---> Using cache
00:40:38  ---> 77621385e611
00:40:38 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
00:40:38  ---> Using cache
00:40:38  ---> 7891f1fe86e5
00:40:38 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
00:40:38  ---> Using cache
00:40:38  ---> d1ca81db22ea
00:40:38 Step 5/6 : EXPOSE 22
00:40:38  ---> Using cache
00:40:38  ---> 5798d0b2c7da
00:40:38 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
00:40:38  ---> Using cache
00:40:38  ---> c47d873a224f
00:40:38 Successfully built c47d873a224f
00:40:38 Successfully tagged docker:stable-dind
00:40:38 Building evil-notary-server
00:40:38 Step 1/3 : ARG NOTARY_VERSION=0.5.0
00:40:38 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
00:40:38  ---> 16b632e954ca
00:40:38 Step 3/3 : COPY ./notary-evil/ /fixtures/
00:40:38  ---> f5474a5013a2
00:40:38 Successfully built f5474a5013a2
00:40:38 Successfully tagged cliendtoendsuite_evil-notary-server:latest
00:40:38 Creating cliendtoendsuite_registry_1 ... 
00:40:38 Creating cliendtoendsuite_engine_1   ... 
00:40:38 Creating cliendtoendsuite_notary-server_1 ... 
00:40:38 Creating cliendtoendsuite_evil-notary-server_1 ... 
00:40:42 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at ssh://penguin@172.26.0.2
00:40:42 Client:
00:40:42  Version:           19.03.0-dev
00:40:42  API version:       1.40
00:40:42  Go version:        go1.12.9
00:40:42  Git commit:        
00:40:42  Built:             Tue Sep 24 00:37:34 2019
00:40:42  OS/Arch:           linux/amd64
00:40:42  Experimental:      false
00:40:42 
00:40:42 Server: Docker Engine - Community
00:40:42  Engine:
00:40:42   Version:          19.03.2
00:40:42   API version:      1.40 (minimum version 1.12)
00:40:42   Go version:       go1.12.8
00:40:42   Git commit:       6a30dfca03
00:40:42   Built:            Thu Aug 29 05:32:56 2019
00:40:42   OS/Arch:          linux/amd64
00:40:42   Experimental:     true
00:40:42  containerd:
00:40:42   Version:          v1.2.6
00:40:42   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
00:40:42  runc:
00:40:42   Version:          1.0.0-rc8
00:40:42   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
00:40:42  docker-init:
00:40:42   Version:          0.18.0
00:40:42   GitCommit:        fec3683
00:40:42 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
00:40:42 88286f41530e: Pulling fs layer
00:40:43 88286f41530e: Verifying Checksum
00:40:43 88286f41530e: Download complete
00:40:43 88286f41530e: Pull complete
00:40:43 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:40:43 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:40:43 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
00:40:43 The push refers to repository [registry:5000/alpine]
00:40:43 5bef08742407: Preparing
00:40:44 5bef08742407: Pushed
00:40:44 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
00:40:44 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
00:40:44 03b1be98f3f9: Pulling fs layer
00:40:44 03b1be98f3f9: Verifying Checksum
00:40:44 03b1be98f3f9: Download complete
00:40:44 03b1be98f3f9: Pull complete
00:40:44 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:40:44 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:40:44 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
00:40:45 The push refers to repository [registry:5000/busybox]
00:40:45 6a749002dd6a: Preparing
00:40:45 6a749002dd6a: Pushed
00:40:45 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
00:40:46 Swarm initialized: current node (85ju219egvwjwtiw6pzgnkrv8) is now a manager.
00:40:46 
00:40:46 To add a worker to this swarm, run the following command:
00:40:46 
00:40:46     docker swarm join --token SWMTKN-1-5wzz2pj6l0sj2t94ktp5154x1oqqdpqj04fbnjn8ktcfxxp8w2-84b4gqr7ih542651y4ob7uuyh 172.26.0.2:2377
00:40:46 
00:40:46 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
00:40:46 
00:41:25 ✓  e2e/cli-plugins (13.639s)
00:41:25 ∅  e2e/cli-plugins/plugins/badmeta
00:41:25 ∅  e2e/cli-plugins/plugins/nopersistentprerun
00:41:25 ✓  e2e/context (42ms)
00:41:28 ✓  e2e/container (17.548s)
00:41:33 ✓  e2e/plugin (4.276s)
00:41:36 ✓  e2e/stack (2.313s)
00:41:36 ✓  e2e/system (228ms)
00:41:44 ✓  e2e/trust (6.671s)
00:41:51 ✓  e2e/image (26.756s)
00:41:51 ∅  e2e/internal/fixtures
00:41:51 ∅  e2e/plugin/basic
00:41:51 
00:41:51 === Skipped
00:41:51 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
00:41:51     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
00:41:51 
00:41:51 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
00:41:51     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
00:41:51         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
00:41:51 
00:41:51 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
00:41:51     --- SKIP: TestRemove/Kubernetes (0.00s)
00:41:51         remove_test.go:22: !environment.KubernetesEnabled()
00:41:51 
00:41:51 
00:41:51 DONE 87 tests, 3 skipped in 64.985s
00:41:51 Stopping cliendtoendsuite_notary-server_1      ... 
00:41:51 Stopping cliendtoendsuite_registry_1           ... 
00:41:51 Stopping cliendtoendsuite_evil-notary-server_1 ... 
00:41:51 Stopping cliendtoendsuite_engine_1             ... 
00:41:53 
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_notary-server_1      ... 
00:41:53 Removing cliendtoendsuite_registry_1           ... 
00:41:53 Removing cliendtoendsuite_evil-notary-server_1 ... 
00:41:53 Removing cliendtoendsuite_engine_1             ... 
00:41:53 
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
00:41:53 Removing image cliendtoendsuite_notary-server
00:41:53 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