Skip to content
Success

Console Output

Pull request #2456 updated
21:03:43 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from d13a525c92e6e816fd202f874f684fd256a987ad+05ad944d13755a7e0a44cef3e4330992fd278853 (23eb0a6679791015a84babf050fe6b00bc9e8cad)
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/1a95ca99-e2f3-4e0b-baad-0bd05b46004e/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
21:03:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:03:46 chowning workspace
[Pipeline] sh
21:03:46 + pwd
21:03:46 + id -u
21:03:46 + id -g
21:03:46 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2456:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:03:47 Removing all docker containers
[Pipeline] sh
21:03:47 + docker container ls -aq
[Pipeline] echo
21:03:47 Docker containers have been removed
[Pipeline] echo
21:03:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:03:47 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
21:03:47 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
21:03:47 Using the ‘stage’ step without a block argument is deprecated
21:03:47 Entering stage Git Checkout
21:03:47 Proceeding
[Pipeline] checkout
21:03:48 using credential docker-jenkins-github-credentials
21:03:48 Cloning the remote Git repository
21:03:48 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
21:03:50 Fetching without tags
21:03:50 Merging remotes/origin/19.03 commit 05ad944d13755a7e0a44cef3e4330992fd278853 into PR head commit d13a525c92e6e816fd202f874f684fd256a987ad
 > 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 d13a525c92e6e816fd202f874f684fd256a987ad # timeout=10
21:03:51 Merge succeeded, producing d13a525c92e6e816fd202f874f684fd256a987ad
21:03:51 Checking out Revision d13a525c92e6e816fd202f874f684fd256a987ad (PR-2456)
21:03:51 Commit message: "bump gotest.tools v3.0.1 for compatibility with Go 1.14"
21:03:51 First time build. Skipping changelog.
[Pipeline] stage
21:03:52 Using the ‘stage’ step without a block argument is deprecated
21:03:52 Entering stage Run end-to-end test suite
21:03:52 Proceeding
[Pipeline] sh
 > git merge 05ad944d13755a7e0a44cef3e4330992fd278853 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d13a525c92e6e816fd202f874f684fd256a987ad # timeout=10
 > git rev-list --no-walk 676d6ce43572a7e44e8018e54c6987733a3cb958 # timeout=10
21:03:52 + docker version
21:03:52 Client: Docker Engine - Community
21:03:52  Version:           19.03.8
21:03:52  API version:       1.40
21:03:52  Go version:        go1.12.17
21:03:52  Git commit:        afacb8b7f0
21:03:52  Built:             Wed Mar 11 01:25:46 2020
21:03:52  OS/Arch:           linux/amd64
21:03:52  Experimental:      false
21:03:52 
21:03:52 Server: Docker Engine - Community
21:03:52  Engine:
21:03:52   Version:          19.03.8
21:03:52   API version:      1.40 (minimum version 1.12)
21:03:52   Go version:       go1.12.17
21:03:52   Git commit:       afacb8b7f0
21:03:52   Built:            Wed Mar 11 01:24:19 2020
21:03:52   OS/Arch:          linux/amd64
21:03:52   Experimental:     true
21:03:52  containerd:
21:03:52   Version:          1.2.13
21:03:52   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
21:03:52  runc:
21:03:52   Version:          1.0.0-rc10
21:03:52   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
21:03:52  docker-init:
21:03:52   Version:          0.18.0
21:03:52   GitCommit:        fec3683
[Pipeline] sh
21:03:52 + docker info
21:03:52 Client:
21:03:52  Debug Mode: false
21:03:52 
21:03:52 Server:
21:03:52  Containers: 0
21:03:52   Running: 0
21:03:52   Paused: 0
21:03:52   Stopped: 0
21:03:52  Images: 12
21:03:52  Server Version: 19.03.8
21:03:52  Storage Driver: overlay2
21:03:52   Backing Filesystem: <unknown>
21:03:52   Supports d_type: true
21:03:52   Native Overlay Diff: true
21:03:52  Logging Driver: json-file
21:03:52  Cgroup Driver: cgroupfs
21:03:52  Plugins:
21:03:52   Volume: local
21:03:52   Network: bridge host ipvlan macvlan null overlay
21:03:52   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
21:03:52  Swarm: inactive
21:03:52  Runtimes: runc
21:03:52  Default Runtime: runc
21:03:52  Init Binary: docker-init
21:03:52  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
21:03:52  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
21:03:52  init version: fec3683
21:03:52  Security Options:
21:03:52   apparmor
21:03:52   seccomp
21:03:52    Profile: default
21:03:52  Kernel Version: 4.15.0-1065-aws
21:03:52  Operating System: Ubuntu 18.04.4 LTS
21:03:52  OSType: linux
21:03:52  Architecture: x86_64
21:03:52  CPUs: 2
21:03:52  Total Memory: 15.38GiB
21:03:52  Name: ip-10-100-45-190
21:03:52  ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP
21:03:52  Docker Root Dir: /var/lib/docker
21:03:52  Debug Mode: false
21:03:52  Username: dockerbuildbot
21:03:52  Registry: https://index.docker.io/v1/
21:03:52  Labels:
21:03:52  Experimental: true
21:03:52  Insecure Registries:
21:03:52   127.0.0.0/8
21:03:52  Live Restore Enabled: true
21:03:52 
21:03:52 WARNING: No swap limit support
[Pipeline] sh
21:03:53 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
21:03:53 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
21:03:53 #2 [internal] load .dockerignore
21:03:53 #2 transferring context: 100B done
21:03:53 #2 DONE 0.0s
21:03:53 
21:03:53 #1 [internal] load build definition from Dockerfile.e2e
21:03:53 #1 transferring dockerfile: 1.58kB done
21:03:53 #1 DONE 0.0s
21:03:53 
21:03:53 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
21:03:53 #3 DONE 0.1s
21:03:53 
21:03:53 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:ceecc19a0e4d6...
21:03:53 #4 DONE 0.0s
21:03:53 
21:03:53 #10 [internal] load build context
21:03:54 #10 transferring context: 40.51MB 0.9s done
21:03:54 #10 DONE 0.9s
21:03:54 
21:03:54 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
21:03:54 #8 CACHED
21:03:54 
21:03:54 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
21:03:54 #9 CACHED
21:03:54 
21:03:54 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
21:03:54 #11 CACHED
21:03:54 
21:03:54 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
21:03:54 #5 CACHED
21:03:54 
21:03:54 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
21:03:54 #6 CACHED
21:03:54 
21:03:54 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
21:03:54 #7 CACHED
21:03:54 
21:03:54 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
21:03:54 #12 CACHED
21:03:54 
21:03:54 #13 [9/11] COPY . .
21:03:55 #13 DONE 0.9s
21:03:55 
21:03:55 #14 [10/11] RUN ./scripts/build/binary
21:03:55 #14 0.598 Building statically linked build/docker-linux-amd64
21:05:03 #14 DONE 67.2s
21:05:03 
21:05:03 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
21:05:03 #15 0.632 Building statically linked build/plugins-linux-amd64/docker-helloworld
21:05:04 #15 2.405 Building statically linked build/plugins-linux-amd64/docker-badmeta
21:05:06 #15 3.982 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
21:05:08 #15 DONE 5.8s
21:05:08 
21:05:08 #16 exporting to image
21:05:08 #16 exporting layers
21:05:10 #16 exporting layers 2.1s done
21:05:10 #16 writing image sha256:1d95b0534388311bee70fa4a5cad3940ad748a660966608b8384e3c52aa33542 done
21:05:10 #16 naming to docker.io/library/docker-cli-e2eclie2e3 done
21:05:10 #16 DONE 2.2s
21:05:10 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-e2eclie2e3
21:05:11 Creating network "cliendtoendsuite_default" with the default driver
21:05:11 Building notary-server
21:05:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:05:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:05:11  ---> 16b632e954ca
21:05:11 Step 3/3 : COPY ./notary/ /fixtures/
21:05:11  ---> d76cd97253a5
21:05:11 Successfully built d76cd97253a5
21:05:11 Successfully tagged cliendtoendsuite_notary-server:latest
21:05:11 Building evil-notary-server
21:05:11 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:05:11 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:05:11  ---> 16b632e954ca
21:05:11 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:05:11  ---> e8007d862fb6
21:05:11 Successfully built e8007d862fb6
21:05:11 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:05:11 Creating cliendtoendsuite_registry_1 ... 
21:05:11 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:05:11 Creating cliendtoendsuite_notary-server_1      ... 
21:05:11 Creating cliendtoendsuite_engine_1             ... 
21:05:16 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.24.0.5:2375
21:05:16 Client:
21:05:16  Version:           19.03.0-dev
21:05:16  API version:       1.40
21:05:16  Go version:        go1.13.10
21:05:16  Git commit:        
21:05:16  Built:             Mon Apr 20 21:03:55 2020
21:05:16  OS/Arch:           linux/amd64
21:05:16  Experimental:      false
21:05:16 
21:05:16 Server: Docker Engine - Community
21:05:16  Engine:
21:05:16   Version:          19.03.8
21:05:16   API version:      1.40 (minimum version 1.12)
21:05:16   Go version:       go1.12.17
21:05:16   Git commit:       afacb8b7f0
21:05:16   Built:            Wed Mar 11 01:30:32 2020
21:05:16   OS/Arch:          linux/amd64
21:05:16   Experimental:     false
21:05:16  containerd:
21:05:16   Version:          v1.2.13
21:05:16   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
21:05:16  runc:
21:05:16   Version:          1.0.0-rc10
21:05:16   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
21:05:16  docker-init:
21:05:16   Version:          0.18.0
21:05:16   GitCommit:        fec3683
21:05:17 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
21:05:17 88286f41530e: Pulling fs layer
21:05:17 88286f41530e: Verifying Checksum
21:05:17 88286f41530e: Download complete
21:05:17 88286f41530e: Pull complete
21:05:17 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:05:17 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:05:17 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
21:05:17 The push refers to repository [registry:5000/alpine]
21:05:17 5bef08742407: Preparing
21:05:17 5bef08742407: Pushed
21:05:17 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
21:05:17 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
21:05:18 03b1be98f3f9: Pulling fs layer
21:05:18 03b1be98f3f9: Verifying Checksum
21:05:18 03b1be98f3f9: Download complete
21:05:18 03b1be98f3f9: Pull complete
21:05:18 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:05:18 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:05:18 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
21:05:18 The push refers to repository [registry:5000/busybox]
21:05:18 6a749002dd6a: Preparing
21:05:18 6a749002dd6a: Pushed
21:05:18 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
21:05:18 Swarm initialized: current node (p6f0mzdzlt71ew5obtxbgdfnt) is now a manager.
21:05:18 
21:05:18 To add a worker to this swarm, run the following command:
21:05:18 
21:05:18     docker swarm join --token SWMTKN-1-14182my89buo4e7orerusnyq2fiurfni9mlviblo38bx1guh5x-ek5x5gj43escv8rqlybgc8l28 172.24.0.5:2377
21:05:18 
21:05:18 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
21:05:18 
21:05:45 ✓  e2e/cli-plugins (3.056s)
21:05:45 ∅  e2e/cli-plugins/plugins/badmeta
21:05:45 ∅  e2e/cli-plugins/plugins/nopersistentprerun
21:05:45 ✓  e2e/context (42ms)
21:05:49 ✓  e2e/container (7.329s)
21:05:53 ✓  e2e/plugin (3.785s)
21:05:55 ✓  e2e/stack (628ms)
21:05:55 ✓  e2e/system (65ms)
21:05:57 ✓  e2e/image (11.673s)
21:05:57 ∅  e2e/internal/fixtures
21:05:57 ∅  e2e/plugin/basic
21:05:59 ✓  e2e/trust (2.239s)
21:05:59 
21:05:59 === Skipped
21:05:59 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
21:05:59     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
21:05:59 
21:05:59 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
21:05:59     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
21:05:59 
21:05:59 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
21:05:59     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
21:05:59         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
21:05:59 
21:05:59 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
21:05:59     --- SKIP: TestRemove/Kubernetes (0.00s)
21:05:59         remove_test.go:22: !environment.KubernetesEnabled()
21:05:59 
21:05:59 
21:05:59 DONE 88 tests, 4 skipped in 39.750s
21:05:59 Stopping cliendtoendsuite_engine_1             ... 
21:05:59 Stopping cliendtoendsuite_notary-server_1      ... 
21:05:59 Stopping cliendtoendsuite_evil-notary-server_1 ... 
21:05:59 Stopping cliendtoendsuite_registry_1           ... 
21:06:01 
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             ... 
21:06:01 Removing cliendtoendsuite_notary-server_1      ... 
21:06:01 Removing cliendtoendsuite_evil-notary-server_1 ... 
21:06:01 Removing cliendtoendsuite_registry_1           ... 
21:06:01 
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
21:06:01 Removing image cliendtoendsuite_notary-server
21:06:01 Removing image cliendtoendsuite_evil-notary-server
21:06:01 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-e2eclie2e3
21:06:02 Creating network "cliendtoendsuite_default" with the default driver
21:06:02 Building notary-server
21:06:02 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:06:02 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:06:02  ---> 16b632e954ca
21:06:02 Step 3/3 : COPY ./notary/ /fixtures/
21:06:03  ---> 13b6309706de
21:06:03 Successfully built 13b6309706de
21:06:03 Successfully tagged cliendtoendsuite_notary-server:latest
21:06:03 Building evil-notary-server
21:06:03 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:06:03 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:06:03  ---> 16b632e954ca
21:06:03 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:06:03  ---> abe343c8a1c9
21:06:03 Successfully built abe343c8a1c9
21:06:03 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:06:03 Creating cliendtoendsuite_notary-server_1 ... 
21:06:03 Creating cliendtoendsuite_registry_1      ... 
21:06:03 Creating cliendtoendsuite_engine_1        ... 
21:06:03 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:06:08 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

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

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_engine_1             ... done

Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
21:06:53 Removing image cliendtoendsuite_notary-server
21:06:53 Removing image cliendtoendsuite_evil-notary-server
21:06:53 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-e2eclie2e3
21:06:55 Creating network "cliendtoendsuite_default" with the default driver
21:06:55 Building engine
21:06:55 Step 1/6 : FROM docker:test-dind
21:06:55  ---> a6e51fd179fb
21:06:55 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
21:06:55  ---> Using cache
21:06:55  ---> 26d8adc1e249
21:06:55 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
21:06:55  ---> Using cache
21:06:55  ---> 53695a887d80
21:06:55 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
21:06:55  ---> Using cache
21:06:55  ---> 1021e95043d8
21:06:55 Step 5/6 : EXPOSE 22
21:06:55  ---> Using cache
21:06:55  ---> b15c2bb29908
21:06:55 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
21:06:55  ---> Using cache
21:06:55  ---> f66e72ba08d1
21:06:55 Successfully built f66e72ba08d1
21:06:55 Successfully tagged docker:stable-dind
21:06:55 Building evil-notary-server
21:06:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:06:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:06:55  ---> 16b632e954ca
21:06:55 Step 3/3 : COPY ./notary-evil/ /fixtures/
21:06:55  ---> aae3fa1b3e93
21:06:55 Successfully built aae3fa1b3e93
21:06:55 Successfully tagged cliendtoendsuite_evil-notary-server:latest
21:06:55 Building notary-server
21:06:55 Step 1/3 : ARG NOTARY_VERSION=0.5.0
21:06:55 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
21:06:55  ---> 16b632e954ca
21:06:55 Step 3/3 : COPY ./notary/ /fixtures/
21:06:55  ---> 1835f6d7e6ad
21:06:55 Successfully built 1835f6d7e6ad
21:06:55 Successfully tagged cliendtoendsuite_notary-server:latest
21:06:55 Creating cliendtoendsuite_engine_1 ... 
21:06:55 Creating cliendtoendsuite_registry_1 ... 
21:06:55 Creating cliendtoendsuite_notary-server_1 ... 
21:06:55 Creating cliendtoendsuite_evil-notary-server_1 ... 
21:07:00 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done

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

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
21:08:09 Removing image cliendtoendsuite_notary-server
21:08:09 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