Skip to content
Success

Console Output

Pull request #2456 updated
20:51:44 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 676d6ce43572a7e44e8018e54c6987733a3cb958+05ad944d13755a7e0a44cef3e4330992fd278853 (672547d991ac96eee273e9a1be085dc929b6cd5a)
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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --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"
 > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-00d88b0bd4b4bd272) in /home/ubuntu/workspace/cli_PR-2456
[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-2456@tmp/0e6b6c73-6f73-4d12-8875-039aaf643168/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
20:51:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:51:47 chowning workspace
[Pipeline] sh
20:51:47 + pwd
20:51:47 + id -u
20:51:47 + id -g
20:51:47 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2456:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
20:51:48 Removing all docker containers
[Pipeline] sh
20:51:49 + docker container ls -aq
[Pipeline] echo
20:51:49 Docker containers have been removed
[Pipeline] echo
20:51:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:51:49 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:51:49 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:51:49 Using the ‘stage’ step without a block argument is deprecated
20:51:49 Entering stage Git Checkout
20:51:49 Proceeding
[Pipeline] checkout
20:51:49 using credential docker-jenkins-github-credentials
20:51:49 Cloning the remote Git repository
20:51:49 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2456 # 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/2456/head:refs/remotes/origin/PR-2456 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
20:51:52 Fetching without tags
20:51:52 Merging remotes/origin/19.03 commit 05ad944d13755a7e0a44cef3e4330992fd278853 into PR head commit 676d6ce43572a7e44e8018e54c6987733a3cb958
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2456/head:refs/remotes/origin/PR-2456 # 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/2456/head:refs/remotes/origin/PR-2456 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 676d6ce43572a7e44e8018e54c6987733a3cb958 # timeout=10
20:51:52 Merge succeeded, producing 676d6ce43572a7e44e8018e54c6987733a3cb958
20:51:52 Checking out Revision 676d6ce43572a7e44e8018e54c6987733a3cb958 (PR-2456)
20:51:53 Commit message: "bump gotest.tools v3.0.1 for compatibility with Go 1.14"
20:51:53 First time build. Skipping changelog.
 > git merge 05ad944d13755a7e0a44cef3e4330992fd278853 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 676d6ce43572a7e44e8018e54c6987733a3cb958 # timeout=10
 > git rev-list --no-walk 8c3f20cf7c4b83a03189a2f2566ce792462164e7 # timeout=10
[Pipeline] stage
20:51:53 Using the ‘stage’ step without a block argument is deprecated
20:51:53 Entering stage Run end-to-end test suite
20:51:53 Proceeding
[Pipeline] sh
20:51:54 + docker version
20:51:54 Client: Docker Engine - Community
20:51:54  Version:           19.03.8
20:51:54  API version:       1.40
20:51:54  Go version:        go1.12.17
20:51:54  Git commit:        afacb8b7f0
20:51:54  Built:             Wed Mar 11 01:25:46 2020
20:51:54  OS/Arch:           linux/amd64
20:51:54  Experimental:      false
20:51:54 
20:51:54 Server: Docker Engine - Community
20:51:54  Engine:
20:51:54   Version:          19.03.8
20:51:54   API version:      1.40 (minimum version 1.12)
20:51:54   Go version:       go1.12.17
20:51:54   Git commit:       afacb8b7f0
20:51:54   Built:            Wed Mar 11 01:24:19 2020
20:51:54   OS/Arch:          linux/amd64
20:51:54   Experimental:     true
20:51:54  containerd:
20:51:54   Version:          1.2.13
20:51:54   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:51:54  runc:
20:51:54   Version:          1.0.0-rc10
20:51:54   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:51:54  docker-init:
20:51:54   Version:          0.18.0
20:51:54   GitCommit:        fec3683
[Pipeline] sh
20:51:54 + docker info
20:51:54 Client:
20:51:54  Debug Mode: false
20:51:54 
20:51:54 Server:
20:51:54  Containers: 0
20:51:54   Running: 0
20:51:54   Paused: 0
20:51:54   Stopped: 0
20:51:54  Images: 11
20:51:54  Server Version: 19.03.8
20:51:54  Storage Driver: overlay2
20:51:54   Backing Filesystem: <unknown>
20:51:54   Supports d_type: true
20:51:54   Native Overlay Diff: true
20:51:54  Logging Driver: json-file
20:51:54  Cgroup Driver: cgroupfs
20:51:54  Plugins:
20:51:54   Volume: local
20:51:54   Network: bridge host ipvlan macvlan null overlay
20:51:54   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:51:54  Swarm: inactive
20:51:54  Runtimes: runc
20:51:54  Default Runtime: runc
20:51:54  Init Binary: docker-init
20:51:54  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:51:54  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:51:54  init version: fec3683
20:51:54  Security Options:
20:51:54   apparmor
20:51:54   seccomp
20:51:54    Profile: default
20:51:54  Kernel Version: 4.15.0-1065-aws
20:51:54  Operating System: Ubuntu 18.04.4 LTS
20:51:54  OSType: linux
20:51:54  Architecture: x86_64
20:51:54  CPUs: 2
20:51:54  Total Memory: 15.38GiB
20:51:54  Name: ip-10-100-45-190
20:51:54  ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP
20:51:54  Docker Root Dir: /var/lib/docker
20:51:54  Debug Mode: false
20:51:54  Username: dockerbuildbot
20:51:54  Registry: https://index.docker.io/v1/
20:51:54  Labels:
20:51:54  Experimental: true
20:51:54  Insecure Registries:
20:51:54   127.0.0.0/8
20:51:54  Live Restore Enabled: true
20:51:54 
20:51:54 WARNING: No swap limit support
[Pipeline] sh
20:51:54 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
20:51:54 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:51:54 #2 [internal] load .dockerignore
20:51:54 #2 transferring context: 100B done
20:51:54 #2 DONE 0.0s
20:51:54 
20:51:54 #1 [internal] load build definition from Dockerfile.e2e
20:51:54 #1 transferring dockerfile: 1.58kB done
20:51:54 #1 DONE 0.0s
20:51:54 
20:51:54 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
20:51:55 #3 DONE 0.1s
20:51:55 
20:51:55 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:ceecc19a0e4d6...
20:51:55 #4 DONE 0.0s
20:51:55 
20:51:55 #10 [internal] load build context
20:51:56 #10 transferring context: 40.51MB 0.8s done
20:51:56 #10 DONE 0.9s
20:51:56 
20:51:56 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
20:51:56 #8 CACHED
20:51:56 
20:51:56 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
20:51:56 #11 CACHED
20:51:56 
20:51:56 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
20:51:56 #5 CACHED
20:51:56 
20:51:56 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
20:51:56 #9 CACHED
20:51:56 
20:51:56 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
20:51:56 #6 CACHED
20:51:56 
20:51:56 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
20:51:56 #7 CACHED
20:51:56 
20:51:56 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
20:51:56 #12 CACHED
20:51:56 
20:51:56 #13 [9/11] COPY . .
20:51:57 #13 DONE 0.9s
20:51:57 
20:51:57 #14 [10/11] RUN ./scripts/build/binary
20:51:57 #14 0.594 Building statically linked build/docker-linux-amd64
20:53:05 #14 DONE 67.8s
20:53:05 
20:53:05 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
20:53:05 #15 0.652 Building statically linked build/plugins-linux-amd64/docker-helloworld
20:53:07 #15 2.459 Building statically linked build/plugins-linux-amd64/docker-badmeta
20:53:09 #15 4.067 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
20:53:10 #15 DONE 6.0s
20:53:10 
20:53:10 #16 exporting to image
20:53:10 #16 exporting layers
20:53:12 #16 exporting layers 2.1s done
20:53:12 #16 writing image sha256:c0b723dbc9b43ce9f378220855a9d5ee1fbf8847926147a362a96f60df58cddf done
20:53:12 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
20:53:12 #16 DONE 2.1s
20:53:12 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
20:53:14 Creating network "cliendtoendsuite_default" with the default driver
20:53:14 Building notary-server
20:53:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:53:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:53:14  ---> 16b632e954ca
20:53:14 Step 3/3 : COPY ./notary/ /fixtures/
20:53:14  ---> f5068b2b7102
20:53:14 Successfully built f5068b2b7102
20:53:14 Successfully tagged cliendtoendsuite_notary-server:latest
20:53:14 Building evil-notary-server
20:53:14 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:53:14 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:53:14  ---> 16b632e954ca
20:53:14 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:53:14  ---> a0ed711208e8
20:53:14 Successfully built a0ed711208e8
20:53:14 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:53:14 Creating cliendtoendsuite_registry_1 ... 
20:53:14 Creating cliendtoendsuite_notary-server_1 ... 
20:53:14 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:53:14 Creating cliendtoendsuite_engine_1             ... 
20:53:19 
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 tcp://172.21.0.4:2375
20:53:19 Client:
20:53:19  Version:           19.03.0-dev
20:53:19  API version:       1.40
20:53:19  Go version:        go1.13.10
20:53:19  Git commit:        
20:53:19  Built:             Mon Apr 20 20:51:57 2020
20:53:19  OS/Arch:           linux/amd64
20:53:19  Experimental:      false
20:53:19 
20:53:19 Server: Docker Engine - Community
20:53:19  Engine:
20:53:19   Version:          19.03.8
20:53:19   API version:      1.40 (minimum version 1.12)
20:53:19   Go version:       go1.12.17
20:53:19   Git commit:       afacb8b7f0
20:53:19   Built:            Wed Mar 11 01:30:32 2020
20:53:19   OS/Arch:          linux/amd64
20:53:19   Experimental:     false
20:53:19  containerd:
20:53:19   Version:          v1.2.13
20:53:19   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:53:19  runc:
20:53:19   Version:          1.0.0-rc10
20:53:19   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:53:19  docker-init:
20:53:19   Version:          0.18.0
20:53:19   GitCommit:        fec3683
20:53:19 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:53:19 88286f41530e: Pulling fs layer
20:53:19 88286f41530e: Download complete
20:53:20 88286f41530e: Pull complete
20:53:20 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:53:20 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:53:20 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:53:20 The push refers to repository [registry:5000/alpine]
20:53:20 5bef08742407: Preparing
20:53:20 5bef08742407: Pushed
20:53:20 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:53:20 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:53:20 03b1be98f3f9: Pulling fs layer
20:53:20 03b1be98f3f9: Verifying Checksum
20:53:20 03b1be98f3f9: Download complete
20:53:20 03b1be98f3f9: Pull complete
20:53:20 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:53:20 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:53:20 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:53:20 The push refers to repository [registry:5000/busybox]
20:53:20 6a749002dd6a: Preparing
20:53:20 6a749002dd6a: Pushed
20:53:20 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:53:21 Swarm initialized: current node (zj0nd0oykrer3bk3rkcfynz6n) is now a manager.
20:53:21 
20:53:21 To add a worker to this swarm, run the following command:
20:53:21 
20:53:21     docker swarm join --token SWMTKN-1-0nqfh02x4m3zshqqcsli0a03vtumbfdjgwhjwtkqt42av8vebd-dvm3afcf759q7xzcp7bbiflku 172.21.0.4:2377
20:53:21 
20:53:21 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:53:21 
20:53:48 ✓  e2e/cli-plugins (2.93s)
20:53:48 ∅  e2e/cli-plugins/plugins/badmeta
20:53:48 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:53:48 ✓  e2e/context (60ms)
20:53:52 ✓  e2e/container (7.363s)
20:53:57 ✓  e2e/plugin (3.727s)
20:53:58 ✓  e2e/stack (780ms)
20:53:58 ✓  e2e/system (106ms)
20:53:59 ✓  e2e/image (11.818s)
20:53:59 ∅  e2e/internal/fixtures
20:53:59 ∅  e2e/plugin/basic
20:54:01 ✓  e2e/trust (2.17s)
20:54:01 
20:54:01 === Skipped
20:54:01 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:54:01     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:54:01 
20:54:01 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
20:54:01     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
20:54:01 
20:54:01 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:54:01     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:54:01         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:54:01 
20:54:01 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:54:01     --- SKIP: TestRemove/Kubernetes (0.00s)
20:54:01         remove_test.go:22: !environment.KubernetesEnabled()
20:54:01 
20:54:01 
20:54:01 DONE 88 tests, 4 skipped in 40.210s
20:54:02 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:54:02 Stopping cliendtoendsuite_engine_1             ... 
20:54:02 Stopping cliendtoendsuite_notary-server_1      ... 
20:54:02 Stopping cliendtoendsuite_registry_1           ... 
20:54:04 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_evil-notary-server_1 ... 
20:54:04 Removing cliendtoendsuite_engine_1             ... 
20:54:04 Removing cliendtoendsuite_notary-server_1      ... 
20:54:04 Removing cliendtoendsuite_registry_1           ... 
20:54:04 
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
20:54:04 Removing image cliendtoendsuite_notary-server
20:54:04 Removing image cliendtoendsuite_evil-notary-server
20:54: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-e2eclie2e2
20:54:05 Creating network "cliendtoendsuite_default" with the default driver
20:54:05 Building evil-notary-server
20:54:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:54:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:54:06  ---> 16b632e954ca
20:54:06 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:54:06  ---> 2584cb658f2b
20:54:06 Successfully built 2584cb658f2b
20:54:06 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:54:06 Building notary-server
20:54:06 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:54:06 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:54:06  ---> 16b632e954ca
20:54:06 Step 3/3 : COPY ./notary/ /fixtures/
20:54:06  ---> b11522467204
20:54:06 Successfully built b11522467204
20:54:06 Successfully tagged cliendtoendsuite_notary-server:latest
20:54:06 Creating cliendtoendsuite_engine_1 ... 
20:54:06 Creating cliendtoendsuite_registry_1 ... 
20:54:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:54:06 Creating cliendtoendsuite_notary-server_1      ... 
20:54:11 
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 tcp://172.22.0.2:2375
20:54:11 Client:
20:54:11  Version:           19.03.0-dev
20:54:11  API version:       1.40
20:54:11  Go version:        go1.13.10
20:54:11  Git commit:        
20:54:11  Built:             Mon Apr 20 20:51:57 2020
20:54:11  OS/Arch:           linux/amd64
20:54:11  Experimental:      false
20:54:11 
20:54:11 Server: Docker Engine - Community
20:54:11  Engine:
20:54:11   Version:          19.03.8
20:54:11   API version:      1.40 (minimum version 1.12)
20:54:11   Go version:       go1.12.17
20:54:11   Git commit:       afacb8b7f0
20:54:11   Built:            Wed Mar 11 01:30:32 2020
20:54:11   OS/Arch:          linux/amd64
20:54:11   Experimental:     true
20:54:11  containerd:
20:54:11   Version:          v1.2.13
20:54:11   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:54:11  runc:
20:54:11   Version:          1.0.0-rc10
20:54:11   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:54:11  docker-init:
20:54:11   Version:          0.18.0
20:54:11   GitCommit:        fec3683
20:54:11 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:54:12 88286f41530e: Pulling fs layer
20:54:12 88286f41530e: Download complete
20:54:12 88286f41530e: Pull complete
20:54:12 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:54:12 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:54:12 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:54:12 The push refers to repository [registry:5000/alpine]
20:54:12 5bef08742407: Preparing
20:54:12 5bef08742407: Pushed
20:54:12 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:54:12 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:54:12 03b1be98f3f9: Pulling fs layer
20:54:12 03b1be98f3f9: Verifying Checksum
20:54:12 03b1be98f3f9: Download complete
20:54:12 03b1be98f3f9: Pull complete
20:54:12 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:54:12 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:54:12 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:54:13 The push refers to repository [registry:5000/busybox]
20:54:13 6a749002dd6a: Preparing
20:54:13 6a749002dd6a: Pushed
20:54:13 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:54:13 Swarm initialized: current node (93mqaikliuhl9dlq7flw5zgdo) is now a manager.
20:54:13 
20:54:13 To add a worker to this swarm, run the following command:
20:54:13 
20:54:13     docker swarm join --token SWMTKN-1-4xla01btmqy9djl08jcqyc1jj1rtgn63tyc18hh0pm0dui63y7-1vohosfegegdk6dfakqxspddi 172.22.0.2:2377
20:54:13 
20:54:13 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:54:13 
20:54:40 ✓  e2e/cli-plugins (2.975s)
20:54:40 ∅  e2e/cli-plugins/plugins/badmeta
20:54:40 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:54:40 ✓  e2e/context (48ms)
20:54:44 ✓  e2e/container (7.488s)
20:54:48 ✓  e2e/plugin (2.928s)
20:54:49 ✓  e2e/stack (615ms)
20:54:49 ✓  e2e/system (51ms)
20:54:53 ✓  e2e/trust (3.4s)
20:54:54 ✓  e2e/image (14.304s)
20:54:54 ∅  e2e/internal/fixtures
20:54:54 ∅  e2e/plugin/basic
20:54:54 
20:54:54 === Skipped
20:54:54 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:54:54     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:54:54 
20:54:54 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:54:54     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:54:54         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:54:54 
20:54:54 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:54:54     --- SKIP: TestRemove/Kubernetes (0.00s)
20:54:54         remove_test.go:22: !environment.KubernetesEnabled()
20:54:54 
20:54:54 
20:54:54 DONE 88 tests, 3 skipped in 40.625s
20:54:54 Stopping cliendtoendsuite_registry_1           ... 
20:54:54 Stopping cliendtoendsuite_notary-server_1      ... 
20:54:54 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:54:54 Stopping cliendtoendsuite_engine_1             ... 
20:54:56 
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           ... 
20:54:56 Removing cliendtoendsuite_notary-server_1      ... 
20:54:56 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:54:56 Removing cliendtoendsuite_engine_1             ... 
20:54:56 
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
20:54:56 Removing image cliendtoendsuite_notary-server
20:54:56 Removing image cliendtoendsuite_evil-notary-server
20:54:57 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 -e TEST_CONNHELPER=ssh docker-cli-e2eclie2e2
20:54:58 Creating network "cliendtoendsuite_default" with the default driver
20:54:58 Building notary-server
20:54:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:54:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:54:58  ---> 16b632e954ca
20:54:58 Step 3/3 : COPY ./notary/ /fixtures/
20:54:58  ---> 83270f0b9f4a
20:54:58 Successfully built 83270f0b9f4a
20:54:58 Successfully tagged cliendtoendsuite_notary-server:latest
20:54:58 Building evil-notary-server
20:54:58 Step 1/3 : ARG NOTARY_VERSION=0.5.0
20:54:58 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
20:54:58  ---> 16b632e954ca
20:54:58 Step 3/3 : COPY ./notary-evil/ /fixtures/
20:54:58  ---> 843ad18902b7
20:54:58 Successfully built 843ad18902b7
20:54:58 Successfully tagged cliendtoendsuite_evil-notary-server:latest
20:54:58 Building engine
20:54:59 Step 1/6 : FROM docker:test-dind
20:54:59  ---> a6e51fd179fb
20:54:59 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
20:54:59  ---> Using cache
20:54:59  ---> 26d8adc1e249
20:54:59 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
20:54:59  ---> Using cache
20:54:59  ---> 53695a887d80
20:54:59 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
20:54:59  ---> Using cache
20:54:59  ---> 1021e95043d8
20:54:59 Step 5/6 : EXPOSE 22
20:54:59  ---> Using cache
20:54:59  ---> b15c2bb29908
20:54:59 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
20:54:59  ---> Using cache
20:54:59  ---> f66e72ba08d1
20:54:59 Successfully built f66e72ba08d1
20:54:59 Successfully tagged docker:stable-dind
20:54:59 Creating cliendtoendsuite_notary-server_1 ... 
20:54:59 Creating cliendtoendsuite_registry_1      ... 
20:54:59 Creating cliendtoendsuite_evil-notary-server_1 ... 
20:54:59 Creating cliendtoendsuite_engine_1             ... 
20:55:04 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done
Waiting for docker daemon to become available at ssh://penguin@172.23.0.5
20:55:04 Client:
20:55:04  Version:           19.03.0-dev
20:55:04  API version:       1.40
20:55:04  Go version:        go1.13.10
20:55:04  Git commit:        
20:55:04  Built:             Mon Apr 20 20:51:57 2020
20:55:04  OS/Arch:           linux/amd64
20:55:04  Experimental:      false
20:55:04 
20:55:04 Server: Docker Engine - Community
20:55:04  Engine:
20:55:04   Version:          19.03.8
20:55:04   API version:      1.40 (minimum version 1.12)
20:55:04   Go version:       go1.12.17
20:55:04   Git commit:       afacb8b7f0
20:55:04   Built:            Wed Mar 11 01:30:32 2020
20:55:04   OS/Arch:          linux/amd64
20:55:04   Experimental:     true
20:55:04  containerd:
20:55:04   Version:          v1.2.13
20:55:04   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:55:04  runc:
20:55:04   Version:          1.0.0-rc10
20:55:04   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:55:04  docker-init:
20:55:04   Version:          0.18.0
20:55:04   GitCommit:        fec3683
20:55:04 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
20:55:05 88286f41530e: Pulling fs layer
20:55:05 88286f41530e: Verifying Checksum
20:55:05 88286f41530e: Download complete
20:55:05 88286f41530e: Pull complete
20:55:05 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:55:05 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:55:05 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
20:55:05 The push refers to repository [registry:5000/alpine]
20:55:05 5bef08742407: Preparing
20:55:05 5bef08742407: Pushed
20:55:05 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
20:55:06 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
20:55:06 03b1be98f3f9: Pulling fs layer
20:55:06 03b1be98f3f9: Verifying Checksum
20:55:06 03b1be98f3f9: Download complete
20:55:06 03b1be98f3f9: Pull complete
20:55:06 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:55:06 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:55:06 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
20:55:07 The push refers to repository [registry:5000/busybox]
20:55:07 6a749002dd6a: Preparing
20:55:07 6a749002dd6a: Pushed
20:55:07 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
20:55:08 Swarm initialized: current node (y28jmae7hmbmw3nsi6rrnkl6n) is now a manager.
20:55:08 
20:55:08 To add a worker to this swarm, run the following command:
20:55:08 
20:55:08     docker swarm join --token SWMTKN-1-5kmocne51thjq0bv7t9rz4xiqvyu2lhvwzkhng4x8i5kip145d-615semyozhhlbvhesht6ykr5s 172.23.0.5:2377
20:55:08 
20:55:08 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
20:55:08 
20:55:46 ✓  e2e/cli-plugins (13.871s)
20:55:46 ∅  e2e/cli-plugins/plugins/badmeta
20:55:46 ∅  e2e/cli-plugins/plugins/nopersistentprerun
20:55:46 ✓  e2e/context (45ms)
20:55:48 ✓  e2e/container (17.601s)
20:55:54 ✓  e2e/plugin (4.17s)
20:55:56 ✓  e2e/stack (2.112s)
20:55:57 ✓  e2e/system (280ms)
20:56:05 ✓  e2e/trust (6.572s)
20:56:10 ✓  e2e/image (25.321s)
20:56:10 ∅  e2e/internal/fixtures
20:56:10 ∅  e2e/plugin/basic
20:56:10 
20:56:10 === Skipped
20:56:10 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
20:56:10     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
20:56:10 
20:56:10 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
20:56:10     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
20:56:10         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
20:56:10 
20:56:10 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
20:56:10     --- SKIP: TestRemove/Kubernetes (0.00s)
20:56:10         remove_test.go:22: !environment.KubernetesEnabled()
20:56:10 
20:56:10 
20:56:10 DONE 88 tests, 3 skipped in 62.446s
20:56:11 Stopping cliendtoendsuite_engine_1             ... 
20:56:11 Stopping cliendtoendsuite_registry_1           ... 
20:56:11 Stopping cliendtoendsuite_evil-notary-server_1 ... 
20:56:11 Stopping cliendtoendsuite_notary-server_1      ... 
20:56:13 
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             ... 
20:56:13 Removing cliendtoendsuite_registry_1           ... 
20:56:13 Removing cliendtoendsuite_evil-notary-server_1 ... 
20:56:13 Removing cliendtoendsuite_notary-server_1      ... 
20:56:13 
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
20:56:13 Removing image cliendtoendsuite_notary-server
20:56:13 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