Skip to content
Success

Console Output

Pull request #2469 opened
09:50:20 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0cfe29431c348d92323f176b702b199709f18a45+d25e657341e2425e746c29aa7b1950032396fb12 (ec0d6113c3a954b1c0b924c1b9413ec1c6be6da6)
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-2469@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-01a3c5a1b314932af) in /home/ubuntu/workspace/cli_PR-2469
[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-2469@tmp/b1516024-cd1f-4fa0-9419-5cb58cbfb0e4/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
09:50:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:50:23 chowning workspace
[Pipeline] sh
09:50:23 + pwd
09:50:23 + id -u
09:50:23 + id -g
09:50:23 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2469:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:50:24 Removing all docker containers
[Pipeline] sh
09:50:24 + docker container ls -aq
[Pipeline] echo
09:50:24 Docker containers have been removed
[Pipeline] echo
09:50:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:50:24 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
09:50:24 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
09:50:24 Using the ‘stage’ step without a block argument is deprecated
09:50:24 Entering stage Git Checkout
09:50:24 Proceeding
[Pipeline] checkout
09:50:24 using credential docker-jenkins-github-credentials
09:50:24 Cloning the remote Git repository
09:50:24 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2469 # 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/2469/head:refs/remotes/origin/PR-2469 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
09:50:27 Fetching without tags
09:50:27 Merging remotes/origin/19.03 commit d25e657341e2425e746c29aa7b1950032396fb12 into PR head commit 0cfe29431c348d92323f176b702b199709f18a45
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2469/head:refs/remotes/origin/PR-2469 # 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/2469/head:refs/remotes/origin/PR-2469 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0cfe29431c348d92323f176b702b199709f18a45 # timeout=10
09:50:27 Merge succeeded, producing 0cfe29431c348d92323f176b702b199709f18a45
09:50:27 Checking out Revision 0cfe29431c348d92323f176b702b199709f18a45 (PR-2469)
09:50:28 Commit message: "service update: fix service create example"
09:50:28 First time build. Skipping changelog.
[Pipeline] stage
09:50:28 Using the ‘stage’ step without a block argument is deprecated
09:50:28 Entering stage Run end-to-end test suite
09:50:28 Proceeding
[Pipeline] sh
 > git merge d25e657341e2425e746c29aa7b1950032396fb12 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0cfe29431c348d92323f176b702b199709f18a45 # timeout=10
09:50:29 + docker version
09:50:29 Client: Docker Engine - Community
09:50:29  Version:           19.03.8
09:50:29  API version:       1.40
09:50:29  Go version:        go1.12.17
09:50:29  Git commit:        afacb8b7f0
09:50:29  Built:             Wed Mar 11 01:25:46 2020
09:50:29  OS/Arch:           linux/amd64
09:50:29  Experimental:      false
09:50:29 
09:50:29 Server: Docker Engine - Community
09:50:29  Engine:
09:50:29   Version:          19.03.8
09:50:29   API version:      1.40 (minimum version 1.12)
09:50:29   Go version:       go1.12.17
09:50:29   Git commit:       afacb8b7f0
09:50:29   Built:            Wed Mar 11 01:24:19 2020
09:50:29   OS/Arch:          linux/amd64
09:50:29   Experimental:     true
09:50:29  containerd:
09:50:29   Version:          1.2.13
09:50:29   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
09:50:29  runc:
09:50:29   Version:          1.0.0-rc10
09:50:29   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:50:29  docker-init:
09:50:29   Version:          0.18.0
09:50:29   GitCommit:        fec3683
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac
09:50:29 + docker info
09:50:29 Client:
09:50:29  Debug Mode: false
09:50:29 
09:50:29 Server:
09:50:29  Containers: 0
09:50:29   Running: 0
09:50:29   Paused: 0
09:50:29   Stopped: 0
09:50:29  Images: 5
09:50:29  Server Version: 19.03.8
09:50:29  Storage Driver: overlay2
09:50:29   Backing Filesystem: <unknown>
09:50:29   Supports d_type: true
09:50:29   Native Overlay Diff: true
09:50:29  Logging Driver: json-file
09:50:29  Cgroup Driver: cgroupfs
09:50:29  Plugins:
09:50:29   Volume: local
09:50:29   Network: bridge host ipvlan macvlan null overlay
09:50:29   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:50:29  Swarm: inactive
09:50:29  Runtimes: runc
09:50:29  Default Runtime: runc
09:50:29  Init Binary: docker-init
09:50:29  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
09:50:29  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:50:29  init version: fec3683
09:50:29  Security Options:
09:50:29   apparmor
09:50:29   seccomp
09:50:29    Profile: default
09:50:29  Kernel Version: 4.15.0-1065-aws
09:50:29  Operating System: Ubuntu 18.04.4 LTS
09:50:29  OSType: linux
09:50:29  Architecture: x86_64
09:50:29  CPUs: 2
09:50:29  Total Memory: 7.501GiB
09:50:29  Name: ip-10-100-81-202
09:50:29  ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP
09:50:29  Docker Root Dir: /var/lib/docker
09:50:29  Debug Mode: false
09:50:29  Username: dockerbuildbot
09:50:29  Registry: https://index.docker.io/v1/
09:50:29  Labels:
09:50:29  Experimental: true
09:50:29  Insecure Registries:
09:50:29   127.0.0.0/8
09:50:29  Live Restore Enabled: true
09:50:29 
09:50:29 WARNING: No swap limit support
[Pipeline] sh
09:50:30 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
09:50:30 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
09:50:30 #2 [internal] load .dockerignore
09:50:30 #2 transferring context: 100B done
09:50:30 #2 DONE 0.0s
09:50:30 
09:50:30 #1 [internal] load build definition from Dockerfile.e2e
09:50:30 #1 transferring dockerfile: 1.58kB done
09:50:30 #1 DONE 0.0s
09:50:30 
09:50:30 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
09:50:30 #3 DONE 0.2s
09:50:30 
09:50:30 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864...
09:50:30 #4 DONE 0.0s
09:50:30 
09:50:30 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
09:50:30 #5 CACHED
09:50:30 
09:50:30 #10 [internal] load build context
09:50:32 #10 transferring context: 40.51MB 1.5s done
09:50:32 #10 DONE 1.5s
09:50:32 
09:50:32 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
09:50:32 #6 1.063   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09:50:32 #6 1.063                                  Dload  Upload   Total   Spent    Left  Speed
09:50:32 #6 1.063 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   638  100   638    0     0   4400      0 --:--:-- --:--:-- --:--:--  4369
09:50:32 #6 1.339 
100 10.3M  100 10.3M    0     0  38.2M      0 --:--:-- --:--:-- --:--:-- 38.2M
09:50:32 #6 DONE 1.7s
09:50:32 
09:50:32 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
09:50:33 #7 DONE 1.0s
09:50:33 
09:50:33 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
09:50:34 #8 DONE 1.0s
09:50:34 
09:50:34 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
09:50:34 #9 DONE 0.0s
09:50:34 
09:50:34 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
09:50:34 #11 DONE 0.1s
09:50:34 
09:50:34 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
09:50:34 #12 0.627 Updating certificates in /etc/ssl/certs...
09:50:35 #12 1.144 1 added, 0 removed; done.
09:50:35 #12 1.144 Running hooks in /etc/ca-certificates/update.d...
09:50:35 #12 1.145 done.
09:50:35 #12 DONE 1.3s
09:50:35 
09:50:35 #13 [9/11] COPY . .
09:50:36 #13 DONE 0.6s
09:50:36 
09:50:36 #14 [10/11] RUN ./scripts/build/binary
09:50:36 #14 0.556 Building statically linked build/docker-linux-amd64
09:51:44 #14 DONE 65.3s
09:51:44 
09:51:44 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
09:51:44 #15 0.625 Building statically linked build/plugins-linux-amd64/docker-helloworld
09:51:44 #15 2.351 Building statically linked build/plugins-linux-amd64/docker-badmeta
09:51:45 #15 3.889 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
09:51:47 #15 DONE 5.7s
09:51:47 
09:51:47 #16 exporting to image
09:51:47 #16 exporting layers
09:51:49 #16 exporting layers 2.2s done
09:51:49 #16 writing image sha256:1d73629ecc42dd162a53c7bbfb41ec70b6439249a54b40b04d54595618596c7e done
09:51:49 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
09:51:49 #16 DONE 2.2s
09:51:49 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
09:51:50 Creating network "cliendtoendsuite_default" with the default driver
09:51:50 Building notary-server
09:51:50 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:51:50 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:51:50 server-0.5.0: Pulling from library/notary
09:51:50 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
09:51:50 Status: Downloaded newer image for notary:server-0.5.0
09:51:50  ---> 16b632e954ca
09:51:50 Step 3/3 : COPY ./notary/ /fixtures/
09:51:51  ---> c88ecd155162
09:51:51 Successfully built c88ecd155162
09:51:51 Successfully tagged cliendtoendsuite_notary-server:latest
09:51:51 Building evil-notary-server
09:51:51 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:51:51 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:51:51  ---> 16b632e954ca
09:51:51 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:51:51  ---> fa611f210801
09:51:51 Successfully built fa611f210801
09:51:51 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:51:51 Creating cliendtoendsuite_registry_1 ... 
09:51:51 Creating cliendtoendsuite_engine_1   ... 
09:51:51 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:51:51 Creating cliendtoendsuite_notary-server_1      ... 
09:51:55 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.21.0.5:2375
09:51:55 Client:
09:51:55  Version:           19.03.0-dev
09:51:55  API version:       1.40
09:51:55  Go version:        go1.13.10
09:51:55  Git commit:        
09:51:55  Built:             Tue Apr 28 09:50:36 2020
09:51:55  OS/Arch:           linux/amd64
09:51:55  Experimental:      false
09:51:55 
09:51:55 Server: Docker Engine - Community
09:51:55  Engine:
09:51:55   Version:          19.03.8
09:51:55   API version:      1.40 (minimum version 1.12)
09:51:55   Go version:       go1.12.17
09:51:55   Git commit:       afacb8b7f0
09:51:55   Built:            Wed Mar 11 01:30:32 2020
09:51:55   OS/Arch:          linux/amd64
09:51:55   Experimental:     false
09:51:55  containerd:
09:51:55   Version:          v1.2.13
09:51:55   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
09:51:55  runc:
09:51:55   Version:          1.0.0-rc10
09:51:55   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:51:55  docker-init:
09:51:55   Version:          0.18.0
09:51:55   GitCommit:        fec3683
09:51:55 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:51:55 88286f41530e: Pulling fs layer
09:51:55 88286f41530e: Verifying Checksum
09:51:55 88286f41530e: Download complete
09:51:55 88286f41530e: Pull complete
09:51:55 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:51:55 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:51:55 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:51:55 The push refers to repository [registry:5000/alpine]
09:51:55 5bef08742407: Preparing
09:51:56 5bef08742407: Pushed
09:51:56 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:51:56 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:51:56 03b1be98f3f9: Pulling fs layer
09:51:56 03b1be98f3f9: Verifying Checksum
09:51:56 03b1be98f3f9: Download complete
09:51:56 03b1be98f3f9: Pull complete
09:51:56 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:51:56 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:51:56 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:51:56 The push refers to repository [registry:5000/busybox]
09:51:56 6a749002dd6a: Preparing
09:51:57 6a749002dd6a: Pushed
09:51:57 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:51:57 Swarm initialized: current node (syk0juuqjq8mz6k4soxw5zmh7) is now a manager.
09:51:57 
09:51:57 To add a worker to this swarm, run the following command:
09:51:57 
09:51:57     docker swarm join --token SWMTKN-1-0iyovdt59qwcmdwemwin344q67k8lr8pitwv7y98p3jwvab25k-54k0cyngg9qseuddh5eehmo0u 172.21.0.5:2377
09:51:57 
09:51:57 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:51:57 
09:52:24 ✓  e2e/cli-plugins (2.832s)
09:52:24 ∅  e2e/cli-plugins/plugins/badmeta
09:52:24 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:52:24 ✓  e2e/context (57ms)
09:52:27 ✓  e2e/container (7.406s)
09:52:32 ✓  e2e/plugin (3.597s)
09:52:33 ✓  e2e/stack (539ms)
09:52:33 ✓  e2e/system (78ms)
09:52:34 ✓  e2e/image (11.177s)
09:52:34 ∅  e2e/internal/fixtures
09:52:34 ∅  e2e/plugin/basic
09:52:36 ✓  e2e/trust (2.067s)
09:52:36 
09:52:36 === Skipped
09:52:36 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:52:36     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:52:36 
09:52:36 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
09:52:36     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
09:52:36 
09:52:36 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:52:36     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:52:36         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:52:36 
09:52:36 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:52:36     --- SKIP: TestRemove/Kubernetes (0.00s)
09:52:36         remove_test.go:22: !environment.KubernetesEnabled()
09:52:36 
09:52:36 
09:52:36 DONE 88 tests, 4 skipped in 38.640s
09:52:36 Stopping cliendtoendsuite_engine_1             ... 
09:52:36 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:52:36 Stopping cliendtoendsuite_notary-server_1      ... 
09:52:36 Stopping cliendtoendsuite_registry_1           ... 
09:52:38 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
09:52:38 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:52:38 Removing cliendtoendsuite_notary-server_1      ... 
09:52:38 Removing cliendtoendsuite_registry_1           ... 
09:52:38 
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
09:52:38 Removing image cliendtoendsuite_notary-server
09:52:38 Removing image cliendtoendsuite_evil-notary-server
09:52:38 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
09:52:40 Creating network "cliendtoendsuite_default" with the default driver
09:52:40 Building evil-notary-server
09:52:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:52:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:52:40  ---> 16b632e954ca
09:52:40 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:52:40  ---> 968ca2c86ae8
09:52:40 Successfully built 968ca2c86ae8
09:52:40 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:52:40 Building notary-server
09:52:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:52:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:52:40  ---> 16b632e954ca
09:52:40 Step 3/3 : COPY ./notary/ /fixtures/
09:52:40  ---> 84c696e89a8f
09:52:40 Successfully built 84c696e89a8f
09:52:40 Successfully tagged cliendtoendsuite_notary-server:latest
09:52:40 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:52:40 Creating cliendtoendsuite_notary-server_1      ... 
09:52:40 Creating cliendtoendsuite_registry_1           ... 
09:52:40 Creating cliendtoendsuite_engine_1             ... 
09:52:45 
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
09:52:45 Client:
09:52:45  Version:           19.03.0-dev
09:52:45  API version:       1.40
09:52:45  Go version:        go1.13.10
09:52:45  Git commit:        
09:52:45  Built:             Tue Apr 28 09:50:36 2020
09:52:45  OS/Arch:           linux/amd64
09:52:45  Experimental:      false
09:52:45 
09:52:45 Server: Docker Engine - Community
09:52:45  Engine:
09:52:45   Version:          19.03.8
09:52:45   API version:      1.40 (minimum version 1.12)
09:52:45   Go version:       go1.12.17
09:52:45   Git commit:       afacb8b7f0
09:52:45   Built:            Wed Mar 11 01:30:32 2020
09:52:45   OS/Arch:          linux/amd64
09:52:45   Experimental:     true
09:52:45  containerd:
09:52:45   Version:          v1.2.13
09:52:45   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
09:52:45  runc:
09:52:45   Version:          1.0.0-rc10
09:52:45   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:52:45  docker-init:
09:52:45   Version:          0.18.0
09:52:45   GitCommit:        fec3683
09:52:45 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:52:45 88286f41530e: Pulling fs layer
09:52:45 88286f41530e: Verifying Checksum
09:52:45 88286f41530e: Download complete
09:52:46 88286f41530e: Pull complete
09:52:46 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:52:46 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:52:46 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:52:46 The push refers to repository [registry:5000/alpine]
09:52:46 5bef08742407: Preparing
09:52:46 5bef08742407: Pushed
09:52:46 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:52:46 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:52:46 03b1be98f3f9: Pulling fs layer
09:52:46 03b1be98f3f9: Download complete
09:52:46 03b1be98f3f9: Pull complete
09:52:46 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:52:46 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:52:46 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:52:46 The push refers to repository [registry:5000/busybox]
09:52:46 6a749002dd6a: Preparing
09:52:47 6a749002dd6a: Pushed
09:52:47 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:52:47 Swarm initialized: current node (nmrld925mml6pcmqf9a80q9ke) is now a manager.
09:52:47 
09:52:47 To add a worker to this swarm, run the following command:
09:52:47 
09:52:47     docker swarm join --token SWMTKN-1-37u9o6l4s4td0x1uj2o72fjb18lej456580nu7lnbiaj813i9i-7pvz7w473neegcv74l3qxfuy8 172.22.0.3:2377
09:52:47 
09:52:47 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:52:47 
09:53:14 ✓  e2e/cli-plugins (2.818s)
09:53:14 ∅  e2e/cli-plugins/plugins/badmeta
09:53:14 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:53:14 ✓  e2e/context (57ms)
09:53:17 ✓  e2e/container (7.282s)
09:53:21 ✓  e2e/plugin (2.8s)
09:53:22 ✓  e2e/stack (568ms)
09:53:22 ✓  e2e/system (69ms)
09:53:26 ✓  e2e/trust (3.368s)
09:53:27 ✓  e2e/image (13.902s)
09:53:27 ∅  e2e/internal/fixtures
09:53:27 ∅  e2e/plugin/basic
09:53:27 
09:53:27 === Skipped
09:53:27 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:53:27     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:53:27 
09:53:27 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:53:27     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:53:27         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:53:27 
09:53:27 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:53:27     --- SKIP: TestRemove/Kubernetes (0.00s)
09:53:27         remove_test.go:22: !environment.KubernetesEnabled()
09:53:27 
09:53:27 
09:53:27 DONE 88 tests, 3 skipped in 39.484s
09:53:27 Stopping cliendtoendsuite_notary-server_1      ... 
09:53:27 Stopping cliendtoendsuite_engine_1             ... 
09:53:27 Stopping cliendtoendsuite_registry_1           ... 
09:53:27 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:53:29 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
09:53:29 Removing cliendtoendsuite_engine_1             ... 
09:53:29 Removing cliendtoendsuite_registry_1           ... 
09:53:29 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:53:29 
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
09:53:29 Removing image cliendtoendsuite_notary-server
09:53:29 Removing image cliendtoendsuite_evil-notary-server
09:53:29 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
09:53:31 Creating network "cliendtoendsuite_default" with the default driver
09:53:31 Building engine
09:53:31 Step 1/6 : FROM docker:test-dind
09:53:31 test-dind: Pulling from library/docker
09:53:31 Digest: sha256:09515aa8806183adcd89911c23ecbac74b713d89b4832a0f0551b460ea1c20a1
09:53:31 Status: Downloaded newer image for docker:test-dind
09:53:31  ---> 7799c84f00cd
09:53:31 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
09:53:31  ---> Running in 36b1a111287c
09:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
09:53:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
09:53:33 (1/4) Installing openssh-server-common (8.1_p1-r0)
09:53:33 (2/4) Installing openssh-server (8.1_p1-r0)
09:53:33 (3/4) Installing linux-pam (1.3.1-r1)
09:53:33 (4/4) Installing shadow (4.7-r1)
09:53:33 Executing busybox-1.31.1-r9.trigger
09:53:33 OK: 29 MiB in 49 packages
09:53:33 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
09:53:33 Removing intermediate container 36b1a111287c
09:53:33  ---> cdbaf8603f0e
09:53:33 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
09:53:33  ---> Running in fc4835b8c2cf
09:53:34 Removing intermediate container fc4835b8c2cf
09:53:34  ---> a8964d01f6e7
09:53:34 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
09:53:34  ---> fac1300af1b1
09:53:34 Step 5/6 : EXPOSE 22
09:53:35  ---> Running in 26c35e8c3dd8
09:53:35 Removing intermediate container 26c35e8c3dd8
09:53:35  ---> b79136721609
09:53:35 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
09:53:35  ---> Running in c7c341618bf1
09:53:35 Removing intermediate container c7c341618bf1
09:53:35  ---> 5aa2183db7a1
09:53:35 Successfully built 5aa2183db7a1
09:53:35 Successfully tagged docker:stable-dind
09:53:35 Building evil-notary-server
09:53:35 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:53:35 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:53:35  ---> 16b632e954ca
09:53:35 Step 3/3 : COPY ./notary-evil/ /fixtures/
09:53:35  ---> 71c5dfcfdafa
09:53:35 Successfully built 71c5dfcfdafa
09:53:35 Successfully tagged cliendtoendsuite_evil-notary-server:latest
09:53:35 Building notary-server
09:53:35 Step 1/3 : ARG NOTARY_VERSION=0.5.0
09:53:35 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
09:53:35  ---> 16b632e954ca
09:53:35 Step 3/3 : COPY ./notary/ /fixtures/
09:53:35  ---> 8d0ea3286606
09:53:35 Successfully built 8d0ea3286606
09:53:35 Successfully tagged cliendtoendsuite_notary-server:latest
09:53:35 Creating cliendtoendsuite_engine_1 ... 
09:53:35 Creating cliendtoendsuite_registry_1 ... 
09:53:35 Creating cliendtoendsuite_evil-notary-server_1 ... 
09:53:35 Creating cliendtoendsuite_notary-server_1      ... 
09:53:40 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.4
09:53:41 Client:
09:53:41  Version:           19.03.0-dev
09:53:41  API version:       1.40
09:53:41  Go version:        go1.13.10
09:53:41  Git commit:        
09:53:41  Built:             Tue Apr 28 09:50:36 2020
09:53:41  OS/Arch:           linux/amd64
09:53:41  Experimental:      false
09:53:41 
09:53:41 Server: Docker Engine - Community
09:53:41  Engine:
09:53:41   Version:          19.03.8
09:53:41   API version:      1.40 (minimum version 1.12)
09:53:41   Go version:       go1.12.17
09:53:41   Git commit:       afacb8b7f0
09:53:41   Built:            Wed Mar 11 01:30:32 2020
09:53:41   OS/Arch:          linux/amd64
09:53:41   Experimental:     true
09:53:41  containerd:
09:53:41   Version:          v1.2.13
09:53:41   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
09:53:41  runc:
09:53:41   Version:          1.0.0-rc10
09:53:41   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
09:53:41  docker-init:
09:53:41   Version:          0.18.0
09:53:41   GitCommit:        fec3683
09:53:41 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
09:53:41 88286f41530e: Pulling fs layer
09:53:41 88286f41530e: Verifying Checksum
09:53:41 88286f41530e: Download complete
09:53:41 88286f41530e: Pull complete
09:53:41 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:41 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:41 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
09:53:42 The push refers to repository [registry:5000/alpine]
09:53:42 5bef08742407: Preparing
09:53:42 5bef08742407: Pushed
09:53:42 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
09:53:42 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
09:53:42 03b1be98f3f9: Pulling fs layer
09:53:42 03b1be98f3f9: Verifying Checksum
09:53:42 03b1be98f3f9: Download complete
09:53:42 03b1be98f3f9: Pull complete
09:53:42 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:42 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:42 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
09:53:43 The push refers to repository [registry:5000/busybox]
09:53:43 6a749002dd6a: Preparing
09:53:43 6a749002dd6a: Pushed
09:53:43 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
09:53:44 Swarm initialized: current node (0f84twps43zotk0tx7bfqx2gz) is now a manager.
09:53:44 
09:53:44 To add a worker to this swarm, run the following command:
09:53:44 
09:53:44     docker swarm join --token SWMTKN-1-0t5h561w2x8pvuxp3lraw4ns88hzsno7anpuixzzws29a3mzkn-4tvm64xloj9g1uqnm5flvgiw7 172.23.0.4:2377
09:53:44 
09:53:44 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
09:53:44 
09:54:23 ✓  e2e/cli-plugins (13.496s)
09:54:23 ∅  e2e/cli-plugins/plugins/badmeta
09:54:23 ∅  e2e/cli-plugins/plugins/nopersistentprerun
09:54:23 ✓  e2e/context (37ms)
09:54:24 ✓  e2e/container (17.619s)
09:54:29 ✓  e2e/plugin (4.256s)
09:54:32 ✓  e2e/stack (2.132s)
09:54:32 ✓  e2e/system (273ms)
09:54:40 ✓  e2e/trust (6.452s)
09:54:46 ✓  e2e/image (24.892s)
09:54:46 ∅  e2e/internal/fixtures
09:54:46 ∅  e2e/plugin/basic
09:54:46 
09:54:46 === Skipped
09:54:46 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
09:54:46     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
09:54:46 
09:54:46 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
09:54:46     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
09:54:46         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
09:54:46 
09:54:46 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
09:54:46     --- SKIP: TestRemove/Kubernetes (0.00s)
09:54:46         remove_test.go:22: !environment.KubernetesEnabled()
09:54:46 
09:54:46 
09:54:46 DONE 88 tests, 3 skipped in 60.881s
09:54:46 Stopping cliendtoendsuite_notary-server_1      ... 
09:54:46 Stopping cliendtoendsuite_evil-notary-server_1 ... 
09:54:46 Stopping cliendtoendsuite_registry_1           ... 
09:54:46 Stopping cliendtoendsuite_engine_1             ... 
09:54:47 
Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
09:54:47 Removing cliendtoendsuite_evil-notary-server_1 ... 
09:54:47 Removing cliendtoendsuite_registry_1           ... 
09:54:47 Removing cliendtoendsuite_engine_1             ... 
09:54:47 
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
09:54:47 Removing image cliendtoendsuite_notary-server
09:54:47 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