Skip to content
Success

Console Output

Pull request #2435 opened
14:45:14 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 19ccd4f5d449455a6b1ff7216187e942f1be442d+d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 (41c1ed270615165d6d6bbf230fe9f87aef32fd3c)
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 241f6703d31895690d4cb6f158f753615abe74ac
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-2435@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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
Commit message: "Merge pull request #21 from docker/use-multiarch-busybox"
First time build. Skipping changelog.
 > git --version # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-085939ddce795b31f) in /home/ubuntu/workspace/cli_PR-2435
[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-2435@tmp/4f50ab19-f9e1-412a-a066-3719f3440e6b/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:45:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:45:17 chowning workspace
[Pipeline] sh
14:45:17 + pwd
14:45:17 + id -u
14:45:17 + id -g
14:45:17 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2435:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:45:19 Removing all docker containers
[Pipeline] sh
14:45:19 + docker container ls -aq
[Pipeline] echo
14:45:19 Docker containers have been removed
[Pipeline] echo
14:45:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:45:19 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
14:45:19 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
14:45:19 Using the ‘stage’ step without a block argument is deprecated
14:45:19 Entering stage Git Checkout
14:45:19 Proceeding
[Pipeline] checkout
14:45:19 using credential docker-jenkins-github-credentials
14:45:19 Cloning the remote Git repository
14:45:19 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2435 # 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/2435/head:refs/remotes/origin/PR-2435 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
14:45:22 Fetching without tags
14:45:22 Merging remotes/origin/19.03 commit d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 into PR head commit 19ccd4f5d449455a6b1ff7216187e942f1be442d
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2435/head:refs/remotes/origin/PR-2435 # 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/2435/head:refs/remotes/origin/PR-2435 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ccd4f5d449455a6b1ff7216187e942f1be442d # timeout=10
14:45:22 Merge succeeded, producing 19ccd4f5d449455a6b1ff7216187e942f1be442d
14:45:22 Checking out Revision 19ccd4f5d449455a6b1ff7216187e942f1be442d (PR-2435)
14:45:23 Commit message: "CI: update notary test certificates"
14:45:23 First time build. Skipping changelog.
[Pipeline] stage
14:45:23 Using the ‘stage’ step without a block argument is deprecated
14:45:23 Entering stage Run end-to-end test suite
14:45:23 Proceeding
[Pipeline] sh
 > git merge d7f5f70c39f4b52a8be2625ae85e6b9d2a8e5166 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19ccd4f5d449455a6b1ff7216187e942f1be442d # timeout=10
14:45:23 + docker version
14:45:23 Client: Docker Engine - Community
14:45:23  Version:           19.03.5
14:45:23  API version:       1.40
14:45:23  Go version:        go1.12.12
14:45:23  Git commit:        633a0ea838
14:45:23  Built:             Wed Nov 13 07:29:52 2019
14:45:23  OS/Arch:           linux/amd64
14:45:23  Experimental:      false
14:45:23 
14:45:23 Server: Docker Engine - Community
14:45:23  Engine:
14:45:23   Version:          19.03.5
14:45:23   API version:      1.40 (minimum version 1.12)
14:45:23   Go version:       go1.12.12
14:45:23   Git commit:       633a0ea838
14:45:23   Built:            Wed Nov 13 07:28:22 2019
14:45:23   OS/Arch:          linux/amd64
14:45:23   Experimental:     true
14:45:23  containerd:
14:45:23   Version:          1.2.10
14:45:23   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
14:45:23  runc:
14:45:23   Version:          1.0.0-rc8+dev
14:45:23   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:45:23  docker-init:
14:45:23   Version:          0.18.0
14:45:23   GitCommit:        fec3683
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac
14:45:24 + docker info
14:45:24 Client:
14:45:24  Debug Mode: false
14:45:24 
14:45:24 Server:
14:45:24  Containers: 0
14:45:24   Running: 0
14:45:24   Paused: 0
14:45:24   Stopped: 0
14:45:24  Images: 14
14:45:24  Server Version: 19.03.5
14:45:24  Storage Driver: overlay2
14:45:24   Backing Filesystem: extfs
14:45:24   Supports d_type: true
14:45:24   Native Overlay Diff: true
14:45:24  Logging Driver: json-file
14:45:24  Cgroup Driver: cgroupfs
14:45:24  Plugins:
14:45:24   Volume: local
14:45:24   Network: bridge host ipvlan macvlan null overlay
14:45:24   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:45:24  Swarm: inactive
14:45:24  Runtimes: runc
14:45:24  Default Runtime: runc
14:45:24  Init Binary: docker-init
14:45:24  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
14:45:24  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
14:45:24  init version: fec3683
14:45:24  Security Options:
14:45:24   apparmor
14:45:24   seccomp
14:45:24    Profile: default
14:45:24  Kernel Version: 4.15.0-1058-aws
14:45:24  Operating System: Ubuntu 18.04.4 LTS
14:45:24  OSType: linux
14:45:24  Architecture: x86_64
14:45:24  CPUs: 2
14:45:24  Total Memory: 7.501GiB
14:45:24  Name: ip-10-100-97-72
14:45:24  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
14:45:24  Docker Root Dir: /var/lib/docker
14:45:24  Debug Mode: false
14:45:24  Username: dockerbuildbot
14:45:24  Registry: https://index.docker.io/v1/
14:45:24  Labels:
14:45:24  Experimental: true
14:45:24  Insecure Registries:
14:45:24   127.0.0.0/8
14:45:24  Live Restore Enabled: true
14:45:24 
14:45:24 WARNING: No swap limit support
[Pipeline] sh
14:45:24 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
14:45:24 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
14:45:24 #2 [internal] load .dockerignore
14:45:24 #2 transferring context: 100B done
14:45:24 #2 DONE 0.0s
14:45:24 
14:45:24 #1 [internal] load build definition from Dockerfile.e2e
14:45:24 #1 transferring dockerfile: 1.58kB done
14:45:24 #1 DONE 0.0s
14:45:24 
14:45:24 #3 [internal] load metadata for docker.io/library/golang:1.13.9-buster
14:45:24 #3 DONE 0.1s
14:45:24 
14:45:24 #4 [1/11] FROM docker.io/library/golang:1.13.9-buster@sha256:a6dee8d27e0c9c...
14:45:24 #4 DONE 0.0s
14:45:24 
14:45:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
14:45:24 #5 CACHED
14:45:24 
14:45:24 #10 [internal] load build context
14:45:26 #10 transferring context: 40.50MB 1.5s done
14:45:26 #10 DONE 1.5s
14:45:26 
14:45:26 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
14:45:26 #6 1.339   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
14:45:26 #6 1.339                                  Dload  Upload   Total   Spent    Left  Speed
14:45:26 #6 1.339 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   4225      0 --:--:-- --:--:-- --:--:--  4225
14:45:26 #6 1.602 
100 10.3M  100 10.3M    0     0  39.0M      0 --:--:-- --:--:-- --:--:-- 39.0M
14:45:26 #6 DONE 2.2s
14:45:26 
14:45:26 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
14:45:27 #7 DONE 1.0s
14:45:27 
14:45:27 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
14:45:28 #8 DONE 1.0s
14:45:28 
14:45:28 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
14:45:28 #9 DONE 0.0s
14:45:28 
14:45:28 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
14:45:28 #11 DONE 0.1s
14:45:28 
14:45:28 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
14:45:29 #12 0.861 Updating certificates in /etc/ssl/certs...
14:45:30 #12 1.362 1 added, 0 removed; done.
14:45:30 #12 1.362 Running hooks in /etc/ca-certificates/update.d...
14:45:30 #12 1.363 done.
14:45:30 #12 DONE 1.5s
14:45:30 
14:45:30 #13 [9/11] COPY . .
14:45:30 #13 DONE 0.6s
14:45:30 
14:45:30 #14 [10/11] RUN ./scripts/build/binary
14:45:31 #14 0.764 Building statically linked build/docker-linux-amd64
14:46:39 #14 DONE 68.4s
14:46:39 
14:46:39 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
14:46:40 #15 0.647 Building statically linked build/plugins-linux-amd64/docker-helloworld
14:46:42 #15 2.497 Building statically linked build/plugins-linux-amd64/docker-badmeta
14:46:43 #15 4.130 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
14:46:45 #15 DONE 6.0s
14:46:45 
14:46:45 #16 exporting to image
14:46:45 #16 exporting layers
14:46:47 #16 exporting layers 2.3s done
14:46:47 #16 writing image sha256:e430038eae2c4d43c51b1f375508bcf4c9535a43228406dbd3bef73a3b318342 done
14:46:47 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
14:46:47 #16 DONE 2.3s
14:46:47 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
14:46:48 Creating network "cliendtoendsuite_default" with the default driver
14:46:49 Building notary-server
14:46:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:46:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:46:49 server-0.5.0: Pulling from library/notary
14:46:49 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
14:46:49 Status: Downloaded newer image for notary:server-0.5.0
14:46:49  ---> 16b632e954ca
14:46:49 Step 3/3 : COPY ./notary/ /fixtures/
14:46:49  ---> 39d9cef9fc7b
14:46:49 Successfully built 39d9cef9fc7b
14:46:49 Successfully tagged cliendtoendsuite_notary-server:latest
14:46:49 Building evil-notary-server
14:46:49 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:46:49 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:46:49  ---> 16b632e954ca
14:46:49 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:46:49  ---> 350baaaf766a
14:46:49 Successfully built 350baaaf766a
14:46:49 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:46:49 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:46:49 Creating cliendtoendsuite_registry_1           ... 
14:46:49 Creating cliendtoendsuite_notary-server_1      ... 
14:46:49 Creating cliendtoendsuite_engine_1             ... 
14:46:53 
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://192.168.128.5:2375
14:46:53 Client:
14:46:53  Version:           19.03.0-dev
14:46:53  API version:       1.40
14:46:53  Go version:        go1.13.9
14:46:53  Git commit:        
14:46:53  Built:             Fri Apr 10 14:45:31 2020
14:46:53  OS/Arch:           linux/amd64
14:46:53  Experimental:      false
14:46:53 
14:46:53 Server: Docker Engine - Community
14:46:53  Engine:
14:46:53   Version:          19.03.8
14:46:53   API version:      1.40 (minimum version 1.12)
14:46:53   Go version:       go1.12.17
14:46:53   Git commit:       afacb8b7f0
14:46:53   Built:            Wed Mar 11 01:30:32 2020
14:46:53   OS/Arch:          linux/amd64
14:46:53   Experimental:     false
14:46:53  containerd:
14:46:53   Version:          v1.2.13
14:46:53   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
14:46:53  runc:
14:46:53   Version:          1.0.0-rc10
14:46:53   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
14:46:53  docker-init:
14:46:53   Version:          0.18.0
14:46:53   GitCommit:        fec3683
14:46:53 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:46:53 88286f41530e: Pulling fs layer
14:46:53 88286f41530e: Verifying Checksum
14:46:53 88286f41530e: Download complete
14:46:53 88286f41530e: Pull complete
14:46:53 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:46:53 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:46:53 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:46:53 The push refers to repository [registry:5000/alpine]
14:46:53 5bef08742407: Preparing
14:46:54 5bef08742407: Pushed
14:46:54 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:46:54 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:46:54 03b1be98f3f9: Pulling fs layer
14:46:54 03b1be98f3f9: Verifying Checksum
14:46:54 03b1be98f3f9: Download complete
14:46:54 03b1be98f3f9: Pull complete
14:46:54 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:46:54 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:46:54 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:46:54 The push refers to repository [registry:5000/busybox]
14:46:54 6a749002dd6a: Preparing
14:46:54 6a749002dd6a: Pushed
14:46:54 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:46:55 Swarm initialized: current node (p7m7p82ma6kodtz6z14kha09y) is now a manager.
14:46:55 
14:46:55 To add a worker to this swarm, run the following command:
14:46:55 
14:46:55     docker swarm join --token SWMTKN-1-1xhhwuhfrp98dvwqn3g4xwt734behsh3vhzxywwbi45asxvyny-5sok2l2xvx2yz0yxgzf9ulcvl 192.168.128.5:2377
14:46:55 
14:46:55 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:46:55 
14:47:21 ✓  e2e/cli-plugins (2.703s)
14:47:21 ∅  e2e/cli-plugins/plugins/badmeta
14:47:21 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:47:21 ✓  e2e/context (54ms)
14:47:27 ✓  e2e/container (8.404s)
14:47:32 ✓  e2e/plugin (3.865s)
14:47:32 ✓  e2e/image (11.198s)
14:47:32 ∅  e2e/internal/fixtures
14:47:32 ∅  e2e/plugin/basic
14:47:33 ✓  e2e/stack (718ms)
14:47:33 ✓  e2e/system (124ms)
14:47:36 ✓  e2e/trust (2.262s)
14:47:36 
14:47:36 === Skipped
14:47:36 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:47:36     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:47:36 
14:47:36 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
14:47:36     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
14:47:36 
14:47:36 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:47:36     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:47:36         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:47:36 
14:47:36 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:47:36     --- SKIP: TestRemove/Kubernetes (0.00s)
14:47:36         remove_test.go:22: !environment.KubernetesEnabled()
14:47:36 
14:47:36 
14:47:36 DONE 88 tests, 4 skipped in 40.833s
14:47:36 Stopping cliendtoendsuite_engine_1             ... 
14:47:36 Stopping cliendtoendsuite_notary-server_1      ... 
14:47:36 Stopping cliendtoendsuite_registry_1           ... 
14:47:36 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:47:39 
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:47:39 Removing cliendtoendsuite_notary-server_1      ... 
14:47:39 Removing cliendtoendsuite_registry_1           ... 
14:47:39 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:47:39 
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
14:47:39 Removing image cliendtoendsuite_notary-server
14:47:39 Removing image cliendtoendsuite_evil-notary-server
14:47:39 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
14:47:41 Creating network "cliendtoendsuite_default" with the default driver
14:47:41 Building notary-server
14:47:41 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:47:41 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:47:41  ---> 16b632e954ca
14:47:41 Step 3/3 : COPY ./notary/ /fixtures/
14:47:41  ---> 4f4e53fc5460
14:47:41 Successfully built 4f4e53fc5460
14:47:41 Successfully tagged cliendtoendsuite_notary-server:latest
14:47:41 Building evil-notary-server
14:47:41 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:47:41 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:47:41  ---> 16b632e954ca
14:47:41 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:47:42  ---> 4f67cd045abb
14:47:42 Successfully built 4f67cd045abb
14:47:42 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:47:42 Creating cliendtoendsuite_engine_1 ... 
14:47:42 Creating cliendtoendsuite_registry_1 ... 
14:47:42 Creating cliendtoendsuite_notary-server_1 ... 
14:47:42 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:47:45 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://192.168.144.2:2375
14:47:45 Client:
14:47:45  Version:           19.03.0-dev
14:47:45  API version:       1.40
14:47:45  Go version:        go1.13.9
14:47:45  Git commit:        
14:47:45  Built:             Fri Apr 10 14:45:31 2020
14:47:45  OS/Arch:           linux/amd64
14:47:45  Experimental:      false
14:47:45 
14:47:45 Server: Docker Engine - Community
14:47:45  Engine:
14:47:45   Version:          19.03.8
14:47:45   API version:      1.40 (minimum version 1.12)
14:47:45   Go version:       go1.12.17
14:47:45   Git commit:       afacb8b7f0
14:47:45   Built:            Wed Mar 11 01:30:32 2020
14:47:45   OS/Arch:          linux/amd64
14:47:45   Experimental:     true
14:47:45  containerd:
14:47:45   Version:          v1.2.13
14:47:45   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
14:47:45  runc:
14:47:45   Version:          1.0.0-rc10
14:47:45   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
14:47:45  docker-init:
14:47:45   Version:          0.18.0
14:47:45   GitCommit:        fec3683
14:47:45 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:47:45 88286f41530e: Pulling fs layer
14:47:45 88286f41530e: Download complete
14:47:45 88286f41530e: Pull complete
14:47:45 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:47:45 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:47:45 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:47:45 The push refers to repository [registry:5000/alpine]
14:47:45 5bef08742407: Preparing
14:47:46 5bef08742407: Pushed
14:47:46 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:47:46 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:47:46 03b1be98f3f9: Pulling fs layer
14:47:46 03b1be98f3f9: Verifying Checksum
14:47:46 03b1be98f3f9: Download complete
14:47:46 03b1be98f3f9: Pull complete
14:47:46 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:47:46 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:47:46 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:47:46 The push refers to repository [registry:5000/busybox]
14:47:46 6a749002dd6a: Preparing
14:47:46 6a749002dd6a: Pushed
14:47:46 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:47:47 Swarm initialized: current node (9ny0z8ibjysuu9wq25lwz6mg1) is now a manager.
14:47:47 
14:47:47 To add a worker to this swarm, run the following command:
14:47:47 
14:47:47     docker swarm join --token SWMTKN-1-62r0nwso7t4dcm78v0ssscca448y8e8dl533yib96gz5ro158l-c0e2s0atasu20bajurjayku09 192.168.144.2:2377
14:47:47 
14:47:47 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:47:47 
14:48:14 ✓  e2e/cli-plugins (2.733s)
14:48:14 ∅  e2e/cli-plugins/plugins/badmeta
14:48:14 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:48:14 ✓  e2e/context (58ms)
14:48:19 ✓  e2e/container (8.352s)
14:48:23 ✓  e2e/plugin (3.357s)
14:48:24 ✓  e2e/stack (571ms)
14:48:24 ✓  e2e/system (78ms)
14:48:29 ✓  e2e/image (15.021s)
14:48:29 ∅  e2e/internal/fixtures
14:48:29 ∅  e2e/plugin/basic
14:48:29 ✓  e2e/trust (3.357s)
14:48:29 
14:48:29 === Skipped
14:48:29 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:48:29     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:48:29 
14:48:29 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:48:29     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:48:29         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:48:29 
14:48:29 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:48:29     --- SKIP: TestRemove/Kubernetes (0.00s)
14:48:29         remove_test.go:22: !environment.KubernetesEnabled()
14:48:29 
14:48:29 
14:48:29 DONE 88 tests, 3 skipped in 41.475s
14:48:29 Stopping cliendtoendsuite_registry_1           ... 
14:48:29 Stopping cliendtoendsuite_notary-server_1      ... 
14:48:29 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:48:29 Stopping cliendtoendsuite_engine_1             ... 
14:48:31 
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           ... 
14:48:31 Removing cliendtoendsuite_notary-server_1      ... 
14:48:31 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:48:31 Removing cliendtoendsuite_engine_1             ... 
14:48:31 
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:48:31 Removing image cliendtoendsuite_notary-server
14:48:31 Removing image cliendtoendsuite_evil-notary-server
14:48:31 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
14:48:33 Creating network "cliendtoendsuite_default" with the default driver
14:48:33 Building notary-server
14:48:33 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:48:33 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:48:33  ---> 16b632e954ca
14:48:33 Step 3/3 : COPY ./notary/ /fixtures/
14:48:33  ---> 42a76f90c9fc
14:48:33 Successfully built 42a76f90c9fc
14:48:33 Successfully tagged cliendtoendsuite_notary-server:latest
14:48:33 Building engine
14:48:33 Step 1/6 : FROM docker:test-dind
14:48:33 test-dind: Pulling from library/docker
14:48:33 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
14:48:33 Status: Downloaded newer image for docker:test-dind
14:48:33  ---> a6e51fd179fb
14:48:33 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:48:33  ---> Running in c01e540e7f5a
14:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
14:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
14:48:34 (1/4) Installing openssh-server-common (8.1_p1-r0)
14:48:34 (2/4) Installing openssh-server (8.1_p1-r0)
14:48:34 (3/4) Installing linux-pam (1.3.1-r1)
14:48:34 (4/4) Installing shadow (4.7-r1)
14:48:34 Executing busybox-1.31.1-r9.trigger
14:48:34 OK: 29 MiB in 49 packages
14:48:35 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:48:35 Removing intermediate container c01e540e7f5a
14:48:35  ---> cb5a199d7003
14:48:35 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
14:48:35  ---> Running in 404d81cef320
14:48:37 Removing intermediate container 404d81cef320
14:48:37  ---> 6fb5de150239
14:48:37 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
14:48:37  ---> b79246ed6aad
14:48:37 Step 5/6 : EXPOSE 22
14:48:37  ---> Running in 798faf373e4d
14:48:37 Removing intermediate container 798faf373e4d
14:48:37  ---> ecdadba21047
14:48:37 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
14:48:37  ---> Running in 9d749deb3444
14:48:37 Removing intermediate container 9d749deb3444
14:48:37  ---> bb357b5d094d
14:48:37 Successfully built bb357b5d094d
14:48:37 Successfully tagged docker:stable-dind
14:48:37 Building evil-notary-server
14:48:37 Step 1/3 : ARG NOTARY_VERSION=0.5.0
14:48:37 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
14:48:37  ---> 16b632e954ca
14:48:37 Step 3/3 : COPY ./notary-evil/ /fixtures/
14:48:37  ---> db94b384bfb7
14:48:37 Successfully built db94b384bfb7
14:48:37 Successfully tagged cliendtoendsuite_evil-notary-server:latest
14:48:37 Creating cliendtoendsuite_notary-server_1 ... 
14:48:37 Creating cliendtoendsuite_evil-notary-server_1 ... 
14:48:37 Creating cliendtoendsuite_registry_1           ... 
14:48:37 Creating cliendtoendsuite_engine_1             ... 
14:48:41 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at ssh://penguin@192.168.160.5
14:48:41 Client:
14:48:41  Version:           19.03.0-dev
14:48:41  API version:       1.40
14:48:41  Go version:        go1.13.9
14:48:41  Git commit:        
14:48:41  Built:             Fri Apr 10 14:45:31 2020
14:48:41  OS/Arch:           linux/amd64
14:48:41  Experimental:      false
14:48:41 
14:48:41 Server: Docker Engine - Community
14:48:41  Engine:
14:48:41   Version:          19.03.8
14:48:41   API version:      1.40 (minimum version 1.12)
14:48:41   Go version:       go1.12.17
14:48:41   Git commit:       afacb8b7f0
14:48:41   Built:            Wed Mar 11 01:30:32 2020
14:48:41   OS/Arch:          linux/amd64
14:48:41   Experimental:     true
14:48:41  containerd:
14:48:41   Version:          v1.2.13
14:48:41   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
14:48:41  runc:
14:48:41   Version:          1.0.0-rc10
14:48:41   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
14:48:41  docker-init:
14:48:41   Version:          0.18.0
14:48:41   GitCommit:        fec3683
14:48:42 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
14:48:42 88286f41530e: Pulling fs layer
14:48:42 88286f41530e: Verifying Checksum
14:48:42 88286f41530e: Download complete
14:48:42 88286f41530e: Pull complete
14:48:42 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:48:42 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:48:42 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
14:48:42 The push refers to repository [registry:5000/alpine]
14:48:42 5bef08742407: Preparing
14:48:43 5bef08742407: Pushed
14:48:43 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
14:48:43 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
14:48:43 03b1be98f3f9: Pulling fs layer
14:48:43 03b1be98f3f9: Download complete
14:48:43 03b1be98f3f9: Pull complete
14:48:43 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:48:43 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:48:43 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
14:48:43 The push refers to repository [registry:5000/busybox]
14:48:43 6a749002dd6a: Preparing
14:48:44 6a749002dd6a: Pushed
14:48:44 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
14:48:45 Swarm initialized: current node (q174svlhzn2w445so4v3ozgen) is now a manager.
14:48:45 
14:48:45 To add a worker to this swarm, run the following command:
14:48:45 
14:48:45     docker swarm join --token SWMTKN-1-2qgaz2oy4snr2qbcoiqe95bwiz5h9uezq88puritduq0h4pb8f-ef9xlgiag6e0icwq8fqdwt3s2 192.168.160.5:2377
14:48:45 
14:48:45 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
14:48:45 
14:49:23 ✓  e2e/cli-plugins (14.032s)
14:49:23 ∅  e2e/cli-plugins/plugins/badmeta
14:49:23 ∅  e2e/cli-plugins/plugins/nopersistentprerun
14:49:23 ✓  e2e/context (43ms)
14:49:27 ✓  e2e/container (19.44s)
14:49:34 ✓  e2e/plugin (4.455s)
14:49:36 ✓  e2e/stack (2.275s)
14:49:36 ✓  e2e/system (222ms)
14:49:45 ✓  e2e/trust (6.749s)
14:49:50 ✓  e2e/image (26.994s)
14:49:50 ∅  e2e/internal/fixtures
14:49:50 ∅  e2e/plugin/basic
14:49:50 
14:49:50 === Skipped
14:49:50 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
14:49:50     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
14:49:50 
14:49:50 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
14:49:50     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
14:49:50         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
14:49:50 
14:49:50 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
14:49:50     --- SKIP: TestRemove/Kubernetes (0.00s)
14:49:50         remove_test.go:22: !environment.KubernetesEnabled()
14:49:50 
14:49:50 
14:49:50 DONE 88 tests, 3 skipped in 64.788s
14:49:50 Stopping cliendtoendsuite_engine_1             ... 
14:49:50 Stopping cliendtoendsuite_evil-notary-server_1 ... 
14:49:50 Stopping cliendtoendsuite_notary-server_1      ... 
14:49:50 Stopping cliendtoendsuite_registry_1           ... 
14:49:52 
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             ... 
14:49:52 Removing cliendtoendsuite_evil-notary-server_1 ... 
14:49:52 Removing cliendtoendsuite_notary-server_1      ... 
14:49:52 Removing cliendtoendsuite_registry_1           ... 
14:49:52 
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
14:49:52 Removing image cliendtoendsuite_notary-server
14:49:52 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