Skip to content
Success

Console Output

Pull request #2311 opened
15:54:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 399229738a27bf0357469826b0f634155c5b596b+5908cdf87c249a88c1d7351ee62196ac7e66f6c1 (4148faf898ea848ad786a572168499098d1f3cc8)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2311@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # 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/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
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)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0748ac80bf6c42de9) in /home/ubuntu/workspace/cli_PR-2311
[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-2311@tmp/dea7ae46-ef00-4227-9fef-57957d4886d3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
15:54:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:54:31 chowning workspace
[Pipeline] sh
15:54:31 + uname -m
[Pipeline] sh
15:54:32 + pwd
15:54:32 + id -u
15:54:32 + id -g
15:54:32 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2311:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
15:54:33 Removing all docker containers
[Pipeline] sh
15:54:33 + docker container ls -aq
[Pipeline] echo
15:54:33 Docker containers have been removed
[Pipeline] echo
15:54:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:54:33 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
15:54:33 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
15:54:33 Using the ‘stage’ step without a block argument is deprecated
15:54:33 Entering stage Git Checkout
15:54:33 Proceeding
[Pipeline] checkout
15:54:33 using credential docker-jenkins-github-credentials
15:54:33 Cloning the remote Git repository
15:54:33 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2311 # 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/2311/head:refs/remotes/origin/PR-2311 +refs/heads/19.03:refs/remotes/origin/19.03
15:54:36 Fetching without tags
15:54:36 Merging remotes/origin/19.03 commit 5908cdf87c249a88c1d7351ee62196ac7e66f6c1 into PR head commit 399229738a27bf0357469826b0f634155c5b596b
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2311/head:refs/remotes/origin/PR-2311 # 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/2311/head:refs/remotes/origin/PR-2311 +refs/heads/19.03:refs/remotes/origin/19.03
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 399229738a27bf0357469826b0f634155c5b596b
15:54:36 Merge succeeded, producing 399229738a27bf0357469826b0f634155c5b596b
15:54:36 Checking out Revision 399229738a27bf0357469826b0f634155c5b596b (PR-2311)
15:54:37 Commit message: "docs: document dockerignore update"
15:54:37 First time build. Skipping changelog.
 > git merge 5908cdf87c249a88c1d7351ee62196ac7e66f6c1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 399229738a27bf0357469826b0f634155c5b596b
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] stage
15:54:38 Using the ‘stage’ step without a block argument is deprecated
15:54:38 Entering stage Run end-to-end test suite
15:54:38 Proceeding
[Pipeline] sh
15:54:38 + docker version
15:54:38 Client: Docker Engine - Community
15:54:38  Version:           19.03.2
15:54:38  API version:       1.40
15:54:38  Go version:        go1.12.8
15:54:38  Git commit:        6a30dfc
15:54:38  Built:             Thu Aug 29 05:29:11 2019
15:54:38  OS/Arch:           linux/amd64
15:54:38  Experimental:      false
15:54:38 
15:54:38 Server: Docker Engine - Community
15:54:38  Engine:
15:54:38   Version:          19.03.2
15:54:38   API version:      1.40 (minimum version 1.12)
15:54:38   Go version:       go1.12.8
15:54:38   Git commit:       6a30dfc
15:54:38   Built:            Thu Aug 29 05:27:45 2019
15:54:38   OS/Arch:          linux/amd64
15:54:38   Experimental:     true
15:54:38  containerd:
15:54:38   Version:          1.2.6
15:54:38   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:54:38  runc:
15:54:38   Version:          1.0.0-rc8
15:54:38   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
15:54:38  docker-init:
15:54:38   Version:          0.18.0
15:54:38   GitCommit:        fec3683
[Pipeline] sh
15:54:38 + docker info
15:54:38 Client:
15:54:38  Debug Mode: false
15:54:38 
15:54:38 Server:
15:54:38  Containers: 0
15:54:38   Running: 0
15:54:38   Paused: 0
15:54:38   Stopped: 0
15:54:38  Images: 7
15:54:38  Server Version: 19.03.2
15:54:38  Storage Driver: overlay2
15:54:38   Backing Filesystem: extfs
15:54:38   Supports d_type: true
15:54:38   Native Overlay Diff: true
15:54:38  Logging Driver: json-file
15:54:38  Cgroup Driver: cgroupfs
15:54:38  Plugins:
15:54:38   Volume: local
15:54:38   Network: bridge host ipvlan macvlan null overlay
15:54:38   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:54:38  Swarm: inactive
15:54:38  Runtimes: runc
15:54:38  Default Runtime: runc
15:54:38  Init Binary: docker-init
15:54:38  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
15:54:38  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
15:54:38  init version: fec3683
15:54:38  Security Options:
15:54:38   apparmor
15:54:38   seccomp
15:54:38    Profile: default
15:54:38  Kernel Version: 4.15.0-1048-aws
15:54:38  Operating System: Ubuntu 18.04.3 LTS
15:54:38  OSType: linux
15:54:38  Architecture: x86_64
15:54:38  CPUs: 2
15:54:38  Total Memory: 7.501GiB
15:54:38  Name: ip-10-100-83-140
15:54:38  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
15:54:38  Docker Root Dir: /var/lib/docker
15:54:38  Debug Mode: false
15:54:38  Username: dockerbuildbot
15:54:38  Registry: https://index.docker.io/v1/
15:54:38  Labels:
15:54:38  Experimental: true
15:54:38  Insecure Registries:
15:54:38   127.0.0.0/8
15:54:38  Live Restore Enabled: true
15:54:38 
15:54:38 WARNING: No swap limit support
[Pipeline] sh
15:54:39 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
15:54:39 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
15:54:39 #2 [internal] load .dockerignore
15:54:39 #2 transferring context: 100B done
15:54:39 #2 DONE 0.0s
15:54:39 
15:54:39 #1 [internal] load build definition from Dockerfile.e2e
15:54:39 #1 transferring dockerfile: 1.58kB done
15:54:39 #1 DONE 0.0s
15:54:39 
15:54:39 #3 [internal] load metadata for docker.io/library/golang:1.12.16
15:54:39 #3 DONE 0.1s
15:54:39 
15:54:39 #4 [1/11] FROM docker.io/library/golang:1.12.16@sha256:2af961eaeceeafc5853b...
15:54:39 #4 DONE 0.0s
15:54:39 
15:54:39 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
15:54:39 #5 CACHED
15:54:39 
15:54:39 #10 [internal] load build context
15:54:41 #10 transferring context: 40.52MB 1.8s done
15:54:41 #10 DONE 1.8s
15:54:41 
15:54:41 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
15:54:41 #6 1.494   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:54:41 #6 1.494                                  Dload  Upload   Total   Spent    Left  Speed
15:54:41 #6 1.494 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4570      0 --:--:-- --:--:-- --:--:--  4570
15:54:41 #6 1.745 
100 10.3M  100 10.3M    0     0  40.1M      0 --:--:-- --:--:-- --:--:-- 40.1M
15:54:41 #6 DONE 2.2s
15:54:41 
15:54:41 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
15:54:43 #7 DONE 1.3s
15:54:43 
15:54:43 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
15:54:44 #8 DONE 1.1s
15:54:44 
15:54:44 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
15:54:44 #9 DONE 0.0s
15:54:44 
15:54:44 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
15:54:44 #11 DONE 0.0s
15:54:44 
15:54:44 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
15:54:44 #12 0.635 Updating certificates in /etc/ssl/certs...
15:54:45 #12 1.137 1 added, 0 removed; done.
15:54:45 #12 1.137 Running hooks in /etc/ca-certificates/update.d...
15:54:45 #12 1.138 done.
15:54:45 #12 DONE 1.2s
15:54:45 
15:54:45 #13 [9/11] COPY . .
15:54:46 #13 DONE 0.7s
15:54:46 
15:54:46 #14 [10/11] RUN ./scripts/build/binary
15:54:46 #14 0.630 Building statically linked build/docker-linux-amd64
15:56:08 #14 DONE 75.8s
15:56:08 
15:56:08 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
15:56:08 #15 0.702 Building statically linked build/plugins-linux-amd64/docker-helloworld
15:56:08 #15 2.739 Building statically linked build/plugins-linux-amd64/docker-badmeta
15:56:08 #15 4.573 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
15:56:08 #15 DONE 6.9s
15:56:08 
15:56:08 #16 exporting to image
15:56:08 #16 exporting layers
15:56:11 #16 exporting layers 2.3s done
15:56:11 #16 writing image sha256:32035eb3816e2b50d5c1aa2f0755c4e9540ecee9dcbadb8a5d5a223a26edbbcd done
15:56:11 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
15:56:11 #16 DONE 2.3s
15:56:11 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-e2eclie2e1
15:56:12 Creating network "cliendtoendsuite_default" with the default driver
15:56:12 Building notary-server
15:56:12 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:56:12 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:56:12 server-0.5.0: Pulling from library/notary
15:56:12 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
15:56:12 Status: Downloaded newer image for notary:server-0.5.0
15:56:12  ---> 16b632e954ca
15:56:12 Step 3/3 : COPY ./notary/ /fixtures/
15:56:13  ---> ffe84dfa83c0
15:56:13 Successfully built ffe84dfa83c0
15:56:13 Successfully tagged cliendtoendsuite_notary-server:latest
15:56:13 Building evil-notary-server
15:56:13 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:56:13 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:56:13  ---> 16b632e954ca
15:56:13 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:56:13  ---> 681a97c27ad3
15:56:13 Successfully built 681a97c27ad3
15:56:13 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:56:13 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:56:13 Creating cliendtoendsuite_registry_1           ... 
15:56:13 Creating cliendtoendsuite_engine_1             ... 
15:56:13 Creating cliendtoendsuite_notary-server_1      ... 
15:56:18 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.21.0.5:2375
15:56:18 Client:
15:56:18  Version:           19.03.0-dev
15:56:18  API version:       1.40
15:56:18  Go version:        go1.12.16
15:56:18  Git commit:        
15:56:18  Built:             Thu Feb  6 15:54:46 2020
15:56:18  OS/Arch:           linux/amd64
15:56:18  Experimental:      false
15:56:18 
15:56:18 Server: Docker Engine - Community
15:56:18  Engine:
15:56:18   Version:          19.03.6-rc1
15:56:18   API version:      1.40 (minimum version 1.12)
15:56:18   Go version:       go1.12.15
15:56:18   Git commit:       77739a9875
15:56:18   Built:            Fri Jan 24 01:21:48 2020
15:56:18   OS/Arch:          linux/amd64
15:56:18   Experimental:     false
15:56:18  containerd:
15:56:18   Version:          v1.2.11
15:56:18   GitCommit:        f772c10a585ced6be8f86e8c58c2b998412dd963
15:56:18  runc:
15:56:18   Version:          1.0.0-rc9
15:56:18   GitCommit:        d736ef14f0288d6993a1845745d6756cfc9ddd5a
15:56:18  docker-init:
15:56:18   Version:          0.18.0
15:56:18   GitCommit:        fec3683
15:56:18 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:56:18 88286f41530e: Pulling fs layer
15:56:18 88286f41530e: Verifying Checksum
15:56:18 88286f41530e: Download complete
15:56:18 88286f41530e: Pull complete
15:56:18 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:56:18 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:56:18 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:56:18 The push refers to repository [registry:5000/alpine]
15:56:18 5bef08742407: Preparing
15:56:19 5bef08742407: Pushed
15:56:19 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:56:19 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:56:19 03b1be98f3f9: Pulling fs layer
15:56:19 03b1be98f3f9: Verifying Checksum
15:56:19 03b1be98f3f9: Download complete
15:56:19 03b1be98f3f9: Pull complete
15:56:19 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:56:19 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:56:19 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:56:19 The push refers to repository [registry:5000/busybox]
15:56:19 6a749002dd6a: Preparing
15:56:19 6a749002dd6a: Pushed
15:56:19 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:56:20 Swarm initialized: current node (o5wt6kp2svy0u753q9bxpt3vy) is now a manager.
15:56:20 
15:56:20 To add a worker to this swarm, run the following command:
15:56:20 
15:56:20     docker swarm join --token SWMTKN-1-1fifgzark6qffuv7sf7l8evrf1gi9k5wf3ua9vc9yiho4c1l75-10hk2ekfssmymapwiychq6e8n 172.21.0.5:2377
15:56:20 
15:56:20 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:56:20 
15:56:47 ✓  e2e/cli-plugins (3.001s)
15:56:47 ∅  e2e/cli-plugins/plugins/badmeta
15:56:47 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:56:47 ✓  e2e/context (63ms)
15:56:53 ✓  e2e/container (8.258s)
15:56:58 ✓  e2e/plugin (3.807s)
15:56:59 ✓  e2e/stack (620ms)
15:57:00 ✓  e2e/system (73ms)
15:57:00 ✓  e2e/image (11.928s)
15:57:00 ∅  e2e/internal/fixtures
15:57:00 ∅  e2e/plugin/basic
15:57:03 ✓  e2e/trust (2.237s)
15:57:03 
15:57:03 === Skipped
15:57:03 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:57:03     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:57:03 
15:57:03 === SKIP: e2e/image TestBuildIidFileSquash (0.06s)
15:57:03     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
15:57:03 
15:57:03 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:57:03     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:57:03         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:57:03 
15:57:03 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:57:03     --- SKIP: TestRemove/Kubernetes (0.00s)
15:57:03         remove_test.go:22: !environment.KubernetesEnabled()
15:57:03 
15:57:03 
15:57:03 DONE 88 tests, 4 skipped in 42.281s
15:57:03 Stopping cliendtoendsuite_registry_1           ... 
15:57:03 Stopping cliendtoendsuite_engine_1             ... 
15:57:03 Stopping cliendtoendsuite_notary-server_1      ... 
15:57:03 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:57: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_registry_1           ... 
15:57:04 Removing cliendtoendsuite_engine_1             ... 
15:57:04 Removing cliendtoendsuite_notary-server_1      ... 
15:57:04 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:57:04 
Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
15:57:04 Removing image cliendtoendsuite_notary-server
15:57:04 Removing image cliendtoendsuite_evil-notary-server
15:57:04 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-e2eclie2e1
15:57:06 Creating network "cliendtoendsuite_default" with the default driver
15:57:06 Building evil-notary-server
15:57:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:57:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:57:06  ---> 16b632e954ca
15:57:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:57:06  ---> ff705932a70d
15:57:06 Successfully built ff705932a70d
15:57:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:57:06 Building notary-server
15:57:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:57:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:57:06  ---> 16b632e954ca
15:57:06 Step 3/3 : COPY ./notary/ /fixtures/
15:57:06  ---> 8af9bc8d6bb3
15:57:06 Successfully built 8af9bc8d6bb3
15:57:07 Successfully tagged cliendtoendsuite_notary-server:latest
15:57:07 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:57:07 Creating cliendtoendsuite_engine_1             ... 
15:57:07 Creating cliendtoendsuite_notary-server_1      ... 
15:57:07 Creating cliendtoendsuite_registry_1           ... 
15:57:12 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.22.0.3:2375
15:57:12 Client:
15:57:12  Version:           19.03.0-dev
15:57:12  API version:       1.40
15:57:12  Go version:        go1.12.16
15:57:12  Git commit:        
15:57:12  Built:             Thu Feb  6 15:54:46 2020
15:57:12  OS/Arch:           linux/amd64
15:57:12  Experimental:      false
15:57:12 
15:57:12 Server: Docker Engine - Community
15:57:12  Engine:
15:57:12   Version:          19.03.6-rc1
15:57:12   API version:      1.40 (minimum version 1.12)
15:57:12   Go version:       go1.12.15
15:57:12   Git commit:       77739a9875
15:57:12   Built:            Fri Jan 24 01:21:48 2020
15:57:12   OS/Arch:          linux/amd64
15:57:12   Experimental:     true
15:57:12  containerd:
15:57:12   Version:          v1.2.11
15:57:12   GitCommit:        f772c10a585ced6be8f86e8c58c2b998412dd963
15:57:12  runc:
15:57:12   Version:          1.0.0-rc9
15:57:12   GitCommit:        d736ef14f0288d6993a1845745d6756cfc9ddd5a
15:57:12  docker-init:
15:57:12   Version:          0.18.0
15:57:12   GitCommit:        fec3683
15:57:12 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:57:12 88286f41530e: Pulling fs layer
15:57:12 88286f41530e: Download complete
15:57:12 88286f41530e: Pull complete
15:57:12 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:57:12 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:57:12 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:57:12 The push refers to repository [registry:5000/alpine]
15:57:12 5bef08742407: Preparing
15:57:13 5bef08742407: Pushed
15:57:13 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:57:13 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:57:13 03b1be98f3f9: Pulling fs layer
15:57:13 03b1be98f3f9: Verifying Checksum
15:57:13 03b1be98f3f9: Download complete
15:57:13 03b1be98f3f9: Pull complete
15:57:13 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:57:13 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:57:13 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:57:13 The push refers to repository [registry:5000/busybox]
15:57:13 6a749002dd6a: Preparing
15:57:14 6a749002dd6a: Pushed
15:57:14 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:57:14 Swarm initialized: current node (hgxsctsl9ewqn7p3urqbq45ux) is now a manager.
15:57:14 
15:57:14 To add a worker to this swarm, run the following command:
15:57:14 
15:57:14     docker swarm join --token SWMTKN-1-1l2gvxykbm2li7z4wz7bu496lh80uq3g75v0hai5msrbdpi54b-5gbug7eyleczrr7m2pmdw90p2 172.22.0.3:2377
15:57:14 
15:57:14 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:57:14 
15:57:41 ✓  e2e/cli-plugins (2.925s)
15:57:41 ∅  e2e/cli-plugins/plugins/badmeta
15:57:41 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:57:41 ✓  e2e/context (55ms)
15:57:48 ✓  e2e/container (8.154s)
15:57:52 ✓  e2e/plugin (3.619s)
15:57:53 ✓  e2e/stack (658ms)
15:57:54 ✓  e2e/system (91ms)
15:57:57 ✓  e2e/image (14.499s)
15:57:57 ∅  e2e/internal/fixtures
15:57:57 ∅  e2e/plugin/basic
15:57:57 ✓  e2e/trust (3.097s)
15:57:57 
15:57:57 === Skipped
15:57:57 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:57:57     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:57:57 
15:57:57 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:57:57     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:57:57         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:57:57 
15:57:57 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:57:57     --- SKIP: TestRemove/Kubernetes (0.00s)
15:57:57         remove_test.go:22: !environment.KubernetesEnabled()
15:57:57 
15:57:57 
15:57:57 DONE 88 tests, 3 skipped in 43.279s
15:57:58 Stopping cliendtoendsuite_registry_1           ... 
15:57:58 Stopping cliendtoendsuite_notary-server_1      ... 
15:57:58 Stopping cliendtoendsuite_engine_1             ... 
15:57:58 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:58:00 
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           ... 
15:58:00 Removing cliendtoendsuite_notary-server_1      ... 
15:58:00 Removing cliendtoendsuite_engine_1             ... 
15:58:00 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:58:00 
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
15:58:00 Removing image cliendtoendsuite_notary-server
15:58:00 Removing image cliendtoendsuite_evil-notary-server
15:58:00 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-e2eclie2e1
15:58:02 Creating network "cliendtoendsuite_default" with the default driver
15:58:02 Building notary-server
15:58:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:58:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:58:02  ---> 16b632e954ca
15:58:02 Step 3/3 : COPY ./notary/ /fixtures/
15:58:02  ---> 5e7018f6e38e
15:58:02 Successfully built 5e7018f6e38e
15:58:02 Successfully tagged cliendtoendsuite_notary-server:latest
15:58:02 Building evil-notary-server
15:58:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
15:58:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
15:58:02  ---> 16b632e954ca
15:58:02 Step 3/3 : COPY ./notary-evil/ /fixtures/
15:58:02  ---> 3b1041fc1d5e
15:58:02 Successfully built 3b1041fc1d5e
15:58:02 Successfully tagged cliendtoendsuite_evil-notary-server:latest
15:58:02 Building engine
15:58:02 Step 1/6 : FROM docker:test-dind
15:58:03 test-dind: Pulling from library/docker
15:58:04 Digest: sha256:7f81bbb44543583be6408b63dc1ddd53bb4f288cf630afbb27efc7957477186e
15:58:04 Status: Downloaded newer image for docker:test-dind
15:58:04  ---> 10251e5bf539
15:58:04 Step 2/6 : RUN apk --no-cache add shadow openssh-server &&   groupadd -f docker &&   useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin &&   usermod -aG docker penguin &&   ssh-keygen -A
15:58:04  ---> Running in f289d1a742a4
15:58:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
15:58:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
15:58:06 (1/4) Installing openssh-server-common (8.1_p1-r0)
15:58:06 (2/4) Installing openssh-server (8.1_p1-r0)
15:58:06 (3/4) Installing linux-pam (1.3.1-r1)
15:58:06 (4/4) Installing shadow (4.7-r1)
15:58:06 Executing busybox-1.31.1-r9.trigger
15:58:06 OK: 35 MiB in 50 packages
15:58:06 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
15:58:07 Removing intermediate container f289d1a742a4
15:58:07  ---> fc05c81c08d3
15:58:07 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
15:58:07  ---> Running in d36aad54f30d
15:58:08 Removing intermediate container d36aad54f30d
15:58:08  ---> 0232173022e4
15:58:08 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
15:58:08  ---> 7e94e2ee0346
15:58:08 Step 5/6 : EXPOSE 22
15:58:08  ---> Running in d4ee2aa01225
15:58:08 Removing intermediate container d4ee2aa01225
15:58:08  ---> a3b1b3441899
15:58:08 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
15:58:09  ---> Running in cf06cd778c23
15:58:09 Removing intermediate container cf06cd778c23
15:58:09  ---> ffbc1c6d8802
15:58:09 Successfully built ffbc1c6d8802
15:58:09 Successfully tagged docker:stable-dind
15:58:09 Creating cliendtoendsuite_registry_1 ... 
15:58:09 Creating cliendtoendsuite_evil-notary-server_1 ... 
15:58:09 Creating cliendtoendsuite_notary-server_1      ... 
15:58:09 Creating cliendtoendsuite_engine_1             ... 
15:58:14 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.5
15:58:14 Client:
15:58:14  Version:           19.03.0-dev
15:58:14  API version:       1.40
15:58:14  Go version:        go1.12.16
15:58:14  Git commit:        
15:58:14  Built:             Thu Feb  6 15:54:46 2020
15:58:14  OS/Arch:           linux/amd64
15:58:14  Experimental:      false
15:58:14 
15:58:14 Server: Docker Engine - Community
15:58:14  Engine:
15:58:14   Version:          19.03.6-rc1
15:58:14   API version:      1.40 (minimum version 1.12)
15:58:14   Go version:       go1.12.15
15:58:14   Git commit:       77739a9875
15:58:14   Built:            Fri Jan 24 01:21:48 2020
15:58:14   OS/Arch:          linux/amd64
15:58:14   Experimental:     true
15:58:14  containerd:
15:58:14   Version:          v1.2.11
15:58:14   GitCommit:        f772c10a585ced6be8f86e8c58c2b998412dd963
15:58:14  runc:
15:58:14   Version:          1.0.0-rc9
15:58:14   GitCommit:        d736ef14f0288d6993a1845745d6756cfc9ddd5a
15:58:14  docker-init:
15:58:14   Version:          0.18.0
15:58:14   GitCommit:        fec3683
15:58:15 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
15:58:15 88286f41530e: Pulling fs layer
15:58:15 88286f41530e: Download complete
15:58:15 88286f41530e: Pull complete
15:58:15 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:58:15 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:58:15 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
15:58:15 The push refers to repository [registry:5000/alpine]
15:58:15 5bef08742407: Preparing
15:58:16 5bef08742407: Pushed
15:58:16 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
15:58:16 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
15:58:16 03b1be98f3f9: Pulling fs layer
15:58:16 03b1be98f3f9: Verifying Checksum
15:58:16 03b1be98f3f9: Download complete
15:58:16 03b1be98f3f9: Pull complete
15:58:16 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:58:16 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:58:16 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
15:58:17 The push refers to repository [registry:5000/busybox]
15:58:17 6a749002dd6a: Preparing
15:58:17 6a749002dd6a: Pushed
15:58:17 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
15:58:18 Swarm initialized: current node (5av8e9nltn6ilo4cm5qhje4av) is now a manager.
15:58:18 
15:58:18 To add a worker to this swarm, run the following command:
15:58:18 
15:58:18     docker swarm join --token SWMTKN-1-32xk5rl6lskjmsauuqojpefxk65yjsx6pkqtj8xndct9igo5l8-6708eiw0eq6u7du9o6p2h6ud4 172.23.0.5:2377
15:58:18 
15:58:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
15:58:18 
15:58:57 ✓  e2e/cli-plugins (14.014s)
15:58:57 ∅  e2e/cli-plugins/plugins/badmeta
15:58:57 ∅  e2e/cli-plugins/plugins/nopersistentprerun
15:58:57 ✓  e2e/context (32ms)
15:59:01 ✓  e2e/container (18.315s)
15:59:06 ✓  e2e/plugin (4.471s)
15:59:09 ✓  e2e/stack (2.032s)
15:59:10 ✓  e2e/system (263ms)
15:59:18 ✓  e2e/trust (6.524s)
15:59:24 ✓  e2e/image (26.771s)
15:59:24 ∅  e2e/internal/fixtures
15:59:24 ∅  e2e/plugin/basic
15:59:24 
15:59:24 === Skipped
15:59:24 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
15:59:24     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
15:59:24 
15:59:24 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
15:59:24     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
15:59:24         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
15:59:24 
15:59:24 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
15:59:24     --- SKIP: TestRemove/Kubernetes (0.00s)
15:59:24         remove_test.go:22: !environment.KubernetesEnabled()
15:59:24 
15:59:24 
15:59:24 DONE 88 tests, 3 skipped in 65.545s
15:59:24 Stopping cliendtoendsuite_engine_1             ... 
15:59:24 Stopping cliendtoendsuite_registry_1           ... 
15:59:24 Stopping cliendtoendsuite_notary-server_1      ... 
15:59:24 Stopping cliendtoendsuite_evil-notary-server_1 ... 
15:59:26 
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_engine_1             ... 
15:59:26 Removing cliendtoendsuite_registry_1           ... 
15:59:26 Removing cliendtoendsuite_notary-server_1      ... 
15:59:26 Removing cliendtoendsuite_evil-notary-server_1 ... 
15:59:26 
Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
15:59:26 Removing image cliendtoendsuite_notary-server
15:59:26 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