Skip to content
Success

Console Output

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

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

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

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
14:55:08 Removing image cliendtoendsuite_notary-server
14:55:08 Removing image cliendtoendsuite_evil-notary-server
14:55:08 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-e2eclie2e2
14:55:09 Creating network "cliendtoendsuite_default" with the default driver
14:55:10 Building notary-server
14:55:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:55:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:55:10  ---> 16b632e954ca
14:55:10 Step 3/3 : COPY ./notary/ /fixtures/
14:55:10  ---> d7be6f90e8f8
14:55:10 Successfully built d7be6f90e8f8
14:55:10 Successfully tagged cliendtoendsuite_notary-server:latest
14:55:10 Building evil-notary-server
14:55:10 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:55:10 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:55:10  ---> 16b632e954ca
14:55:10 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:55:10  ---> e0038d5624a8
14:55:10 Successfully built e0038d5624a8
14:55:10 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:55:10 Creating cliendtoendsuite_registry_1 ... 
14:55:10 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:55:10 Creating cliendtoendsuite_notary-server_1      ... 
14:55:10 Creating cliendtoendsuite_engine_1             ... 
14:55:14 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at tcp://172.28.0.5:2375
14:55:14 Client:
14:55:14  Version:           19.09.0-dev
14:55:14  API version:       1.40 (downgraded from 1.41)
14:55:14  Go version:        go1.12.12
14:55:14  Git commit:        
14:55:14  Built:             Thu Oct 24 14:52:54 2019
14:55:14  OS/Arch:           linux/amd64
14:55:14  Experimental:      false
14:55:14 
14:55:14 Server: Docker Engine - Community
14:55:14  Engine:
14:55:14   Version:          19.03.4
14:55:14   API version:      1.40 (minimum version 1.12)
14:55:14   Go version:       go1.12.10
14:55:14   Git commit:       9013bf583a
14:55:14   Built:            Fri Oct 18 15:55:51 2019
14:55:14   OS/Arch:          linux/amd64
14:55:14   Experimental:     true
14:55:14  containerd:
14:55:14   Version:          v1.2.10
14:55:14   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:55:14  runc:
14:55:14   Version:          1.0.0-rc8+dev
14:55:14   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:55:14  docker-init:
14:55:14   Version:          0.18.0
14:55:14   GitCommit:        fec3683
14:55:14 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:55:14 88286f41530e: Pulling fs layer
14:55:14 88286f41530e: Verifying Checksum
14:55:14 88286f41530e: Download complete
14:55:14 88286f41530e: Pull complete
14:55:14 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:55:14 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:55:14 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:55:14 The push refers to repository [registry:5000/alpine]
14:55:14 5bef08742407: Preparing
14:55:15 5bef08742407: Pushed
14:55:15 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:55:15 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:55:15 03b1be98f3f9: Pulling fs layer
14:55:15 03b1be98f3f9: Verifying Checksum
14:55:15 03b1be98f3f9: Download complete
14:55:15 03b1be98f3f9: Pull complete
14:55:15 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:55:15 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:55:15 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:55:15 The push refers to repository [registry:5000/busybox]
14:55:15 6a749002dd6a: Preparing
14:55:15 6a749002dd6a: Pushed
14:55:15 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:55:16 Swarm initialized: current node (w5196rmudrtecw3r8fcnxb1dq) is now a manager.
14:55:16 
14:55:16 To add a worker to this swarm, run the following command:
14:55:16 
14:55:16     docker swarm join --token SWMTKN-1-54zv70rm5icgtu8mhpyzxibg4fw3swqwawhl1iubzuew00chbx-8hglg42ykj3gah3xawpjf88eb 172.28.0.5:2377
14:55:16 
14:55:16 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:55:16 
14:55:43 ✓  e2e/cli-plugins (2.436s)
14:55:43 ∅  e2e/cli-plugins/plugins/badmeta
14:55:43 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:55:43 ✓  e2e/context (44ms)
14:55:51 ✓  e2e/container (8.716s)
14:55:55 ✓  e2e/plugin (3.601s)
14:55:56 ✓  e2e/stack (589ms)
14:55:56 ✓  e2e/system (66ms)
14:56:00 ✓  e2e/image (15.438s)
14:56:00 ∅  e2e/internal/fixtures
14:56:00 ∅  e2e/plugin/basic
14:56:00 ✓  e2e/trust (3.139s)
14:56:00 
14:56:00 === Skipped
14:56:00 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:56:00     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:56:00 
14:56:00 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:56:00     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:56:00         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:56:00 
14:56:00 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:56:00     --- SKIP: TestRemove/Kubernetes (0.00s)
14:56:00         remove_test.go:22: !environment.KubernetesEnabled()
14:56:00 
14:56:00 
14:56:00 DONE 88 tests, 3 skipped in 44.398s
14:56:01 Stopping cliendtoendsuite_engine_1             ... 
14:56:01 Stopping cliendtoendsuite_notary-server_1      ... 
14:56:01 Stopping cliendtoendsuite_registry_1           ... 
14:56:01 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:56:03 
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_engine_1             ... 
14:56:03 Removing cliendtoendsuite_notary-server_1      ... 
14:56:03 Removing cliendtoendsuite_registry_1           ... 
14:56:03 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:56:03 
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
14:56:03 Removing image cliendtoendsuite_notary-server
14:56:03 Removing image cliendtoendsuite_evil-notary-server
14:56:03 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-e2eclie2e2
14:56:05 Creating network "cliendtoendsuite_default" with the default driver
14:56:05 Building evil-notary-server
14:56:05 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:56:05 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:56:05  ---> 16b632e954ca
14:56:05 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:56:06  ---> d4ff6d0f9bbd
14:56:06 Successfully built d4ff6d0f9bbd
14:56:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:56:06 Building notary-server
14:56:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:56:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:56:06  ---> 16b632e954ca
14:56:06 Step 3/3 : COPY ./notary/ /fixtures/
14:56:06  ---> f129ac3b8e1b
14:56:06 Successfully built f129ac3b8e1b
14:56:06 Successfully tagged cliendtoendsuite_notary-server:latest
14:56:06 Building engine
14:56:06 Step 1/6 : FROM docker:test-dind
14:56:06  ---> eaed9efc02d2
14:56: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
14:56:06  ---> Using cache
14:56:06  ---> 7fe4feb4e867
14:56:06 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:56:06  ---> Using cache
14:56:06  ---> acc2f655b579
14:56:06 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:56:06  ---> Using cache
14:56:06  ---> 253cf04f25f4
14:56:06 Step 5/6 : EXPOSE 22
14:56:06  ---> Using cache
14:56:06  ---> 613b3608a761
14:56:06 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:56:06  ---> Using cache
14:56:06  ---> 6b85e802b331
14:56:06 Successfully built 6b85e802b331
14:56:06 Successfully tagged docker:stable-dind
14:56:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:56:06 Creating cliendtoendsuite_notary-server_1      ... 
14:56:06 Creating cliendtoendsuite_engine_1             ... 
14:56:06 Creating cliendtoendsuite_registry_1           ... 
14:56:09 
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 ssh://penguin@172.29.0.4
14:56:10 Client:
14:56:10  Version:           19.09.0-dev
14:56:10  API version:       1.40 (downgraded from 1.41)
14:56:10  Go version:        go1.12.12
14:56:10  Git commit:        
14:56:10  Built:             Thu Oct 24 14:52:54 2019
14:56:10  OS/Arch:           linux/amd64
14:56:10  Experimental:      false
14:56:10 
14:56:10 Server: Docker Engine - Community
14:56:10  Engine:
14:56:10   Version:          19.03.4
14:56:10   API version:      1.40 (minimum version 1.12)
14:56:10   Go version:       go1.12.10
14:56:10   Git commit:       9013bf583a
14:56:10   Built:            Fri Oct 18 15:55:51 2019
14:56:10   OS/Arch:          linux/amd64
14:56:10   Experimental:     true
14:56:10  containerd:
14:56:10   Version:          v1.2.10
14:56:10   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:56:10  runc:
14:56:10   Version:          1.0.0-rc8+dev
14:56:10   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:56:10  docker-init:
14:56:10   Version:          0.18.0
14:56:10   GitCommit:        fec3683
14:56:10 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:56:10 88286f41530e: Pulling fs layer
14:56:10 88286f41530e: Verifying Checksum
14:56:10 88286f41530e: Download complete
14:56:10 88286f41530e: Pull complete
14:56:10 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:56:10 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:56:10 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:56:11 The push refers to repository [registry:5000/alpine]
14:56:11 5bef08742407: Preparing
14:56:11 5bef08742407: Pushed
14:56:11 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:56:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:56:12 03b1be98f3f9: Pulling fs layer
14:56:12 03b1be98f3f9: Verifying Checksum
14:56:12 03b1be98f3f9: Download complete
14:56:12 03b1be98f3f9: Pull complete
14:56:12 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:56:12 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:56:12 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:56:12 The push refers to repository [registry:5000/busybox]
14:56:12 6a749002dd6a: Preparing
14:56:13 6a749002dd6a: Pushed
14:56:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:56:14 Swarm initialized: current node (fmxauaiw0v0bi0j9551unjdtv) is now a manager.
14:56:14 
14:56:14 To add a worker to this swarm, run the following command:
14:56:14 
14:56:14     docker swarm join --token SWMTKN-1-5qd3bsls5q9t5p5qzekzhlv8serc57p91o6cmiq98p8uh6os4u-03rpmifvmo3zjq8t3cmcp2hvt 172.29.0.4:2377
14:56:14 
14:56:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:56:14 
14:56:52 ✓  e2e/cli-plugins (13.717s)
14:56:52 ∅  e2e/cli-plugins/plugins/badmeta
14:56:52 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:56:52 ✓  e2e/context (30ms)
14:56:59 ✓  e2e/container (19.088s)
14:57:04 ✓  e2e/plugin (4.453s)
14:57:06 ✓  e2e/stack (2.348s)
14:57:07 ✓  e2e/system (256ms)
14:57:15 ✓  e2e/trust (6.637s)
14:57:20 ✓  e2e/image (26.607s)
14:57:20 ∅  e2e/internal/fixtures
14:57:20 ∅  e2e/plugin/basic
14:57:20 
14:57:20 === Skipped
14:57:20 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:57:20     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:57:20 
14:57:20 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:57:20     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:57:20         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:57:20 
14:57:20 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:57:20     --- SKIP: TestRemove/Kubernetes (0.00s)
14:57:20         remove_test.go:22: !environment.KubernetesEnabled()
14:57:20 
14:57:20 
14:57:20 DONE 88 tests, 3 skipped in 65.837s
14:57:20 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:57:20 Stopping cliendtoendsuite_engine_1             ... 
14:57:20 Stopping cliendtoendsuite_registry_1           ... 
14:57:20 Stopping cliendtoendsuite_notary-server_1      ... 
14:57:22 
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_evil-notary-server_1 ... 
14:57:22 Removing cliendtoendsuite_engine_1             ... 
14:57:22 Removing cliendtoendsuite_registry_1           ... 
14:57:22 Removing cliendtoendsuite_notary-server_1      ... 
14:57:22 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
14:57:22 Removing image cliendtoendsuite_notary-server
14:57: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