Skip to content
Success

Console Output

Pull request #1936 updated
13:24:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from dd87cd9feb56733605f43cdf32f98d9a4e768148+79578882a1c86447f0fec0602e3602b4129241f2 (4452e1d81fbcf2758f94c069103accb24823f2ed)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > 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 --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-095efe7e0a438d14d) in /home/ubuntu/workspace/cli_PR-1936
[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-1936@tmp/aeb2d13f-f55a-48bb-9d77-effdffe882b2/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
13:25:03 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:25:03 chowning workspace
[Pipeline] sh
13:25:03 + uname -m
[Pipeline] sh
13:25:03 + pwd
13:25:03 + id -u
13:25:03 + id -g
13:25:03 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1936:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:25:04 Removing all docker containers
[Pipeline] sh
13:25:05 + docker container ls -aq
13:25:05 + docker container rm -vf e69f1eb315fe
13:25:06 e69f1eb315fe
[Pipeline] echo
13:25:06 Docker containers have been removed
[Pipeline] echo
13:25:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:25:06 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
13:25:06 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
13:25:06 Using the ‘stage’ step without a block argument is deprecated
13:25:06 Entering stage Git Checkout
13:25:06 Proceeding
[Pipeline] checkout
13:25:06 using credential docker-jenkins-github-credentials
13:25:06 Cloning the remote Git repository
13:25:06 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1936 # 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/1936/head:refs/remotes/origin/PR-1936 +refs/heads/master:refs/remotes/origin/master
13:25:09 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1936/head:refs/remotes/origin/PR-1936 # 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/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/1936/head:refs/remotes/origin/PR-1936 +refs/heads/master:refs/remotes/origin/master
13:25:09 Merging remotes/origin/master commit 79578882a1c86447f0fec0602e3602b4129241f2 into PR head commit dd87cd9feb56733605f43cdf32f98d9a4e768148
13:25:10 Merge succeeded, producing dd87cd9feb56733605f43cdf32f98d9a4e768148
13:25:10 Checking out Revision dd87cd9feb56733605f43cdf32f98d9a4e768148 (PR-1936)
13:25:10 Commit message: "bump github.com/dgrijalva/jwt-go v3.2.0, docker/licencing 7c3de6a4f59e9e70764ea6f6901cf17b88059789"
13:25:10 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd87cd9feb56733605f43cdf32f98d9a4e768148
 > git merge 79578882a1c86447f0fec0602e3602b4129241f2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd87cd9feb56733605f43cdf32f98d9a4e768148
 > git rev-list --no-walk 7e1b696c7608abe28c26ae1179a5ce241dbe4b5f # timeout=10
[Pipeline] stage
13:25:11 Using the ‘stage’ step without a block argument is deprecated
13:25:11 Entering stage Run end-to-end test suite
13:25:11 Proceeding
[Pipeline] sh
13:25:11 + docker version
13:25:11 Client: Docker Engine - Community
13:25:11  Version:           19.03.2
13:25:11  API version:       1.40
13:25:11  Go version:        go1.12.8
13:25:11  Git commit:        6a30dfc
13:25:11  Built:             Thu Aug 29 05:29:11 2019
13:25:11  OS/Arch:           linux/amd64
13:25:11  Experimental:      false
13:25:11 
13:25:11 Server: Docker Engine - Community
13:25:11  Engine:
13:25:11   Version:          19.03.2
13:25:11   API version:      1.40 (minimum version 1.12)
13:25:11   Go version:       go1.12.8
13:25:11   Git commit:       6a30dfc
13:25:11   Built:            Thu Aug 29 05:27:45 2019
13:25:11   OS/Arch:          linux/amd64
13:25:11   Experimental:     true
13:25:11  containerd:
13:25:11   Version:          1.2.6
13:25:11   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:25:11  runc:
13:25:11   Version:          1.0.0-rc8
13:25:11   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
13:25:11  docker-init:
13:25:11   Version:          0.18.0
13:25:11   GitCommit:        fec3683
[Pipeline] sh
13:25:11 + docker info
13:25:12 Client:
13:25:12  Debug Mode: false
13:25:12 
13:25:12 Server:
13:25:12  Containers: 0
13:25:12   Running: 0
13:25:12   Paused: 0
13:25:12   Stopped: 0
13:25:12  Images: 11
13:25:12  Server Version: 19.03.2
13:25:12  Storage Driver: overlay2
13:25:12   Backing Filesystem: extfs
13:25:12   Supports d_type: true
13:25:12   Native Overlay Diff: true
13:25:12  Logging Driver: json-file
13:25:12  Cgroup Driver: cgroupfs
13:25:12  Plugins:
13:25:12   Volume: local
13:25:12   Network: bridge host ipvlan macvlan null overlay
13:25:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:25:12  Swarm: inactive
13:25:12  Runtimes: runc
13:25:12  Default Runtime: runc
13:25:12  Init Binary: docker-init
13:25:12  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
13:25:12  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
13:25:12  init version: fec3683
13:25:12  Security Options:
13:25:12   apparmor
13:25:12   seccomp
13:25:12    Profile: default
13:25:12  Kernel Version: 4.15.0-1048-aws
13:25:12  Operating System: Ubuntu 18.04.3 LTS
13:25:12  OSType: linux
13:25:12  Architecture: x86_64
13:25:12  CPUs: 2
13:25:12  Total Memory: 7.583GiB
13:25:12  Name: ip-10-100-82-75
13:25:12  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
13:25:12  Docker Root Dir: /var/lib/docker
13:25:12  Debug Mode: false
13:25:12  Username: dockerbuildbot
13:25:12  Registry: https://index.docker.io/v1/
13:25:12  Labels:
13:25:12  Experimental: true
13:25:12  Insecure Registries:
13:25:12   127.0.0.0/8
13:25:12  Live Restore Enabled: true
13:25:12 
13:25:12 WARNING: No swap limit support
[Pipeline] sh
13:25:12 + E2E_UNIQUE_ID=clie2e2 IMAGE_TAG=clie2e2 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
13:25:12 docker build -t docker-cli-e2eclie2e2 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
13:25:12 #2 [internal] load .dockerignore
13:25:12 #2 transferring context: 100B done
13:25:12 #2 DONE 0.0s
13:25:12 
13:25:12 #1 [internal] load build definition from Dockerfile.e2e
13:25:12 #1 transferring dockerfile: 1.58kB done
13:25:12 #1 DONE 0.0s
13:25:12 
13:25:12 #3 [internal] load metadata for docker.io/library/golang:1.12.12
13:25:12 #3 DONE 0.1s
13:25:12 
13:25:12 #4 [1/11] FROM docker.io/library/golang:1.12.12@sha256:f80dfc88ee2af04de5e4...
13:25:12 #4 DONE 0.0s
13:25:12 
13:25:12 #10 [internal] load build context
13:25:13 #10 transferring context: 44.01MB 1.1s done
13:25:13 #10 DONE 1.1s
13:25:13 
13:25:13 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
13:25:13 #11 CACHED
13:25:13 
13:25:13 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
13:25:13 #8 CACHED
13:25:13 
13:25:13 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
13:25:13 #6 CACHED
13:25:13 
13:25:13 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
13:25:13 #7 CACHED
13:25:13 
13:25:13 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
13:25:13 #5 CACHED
13:25:13 
13:25:13 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
13:25:13 #9 CACHED
13:25:13 
13:25:13 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
13:25:13 #12 CACHED
13:25:13 
13:25:13 #13 [9/11] COPY . .
13:25:15 #13 DONE 1.7s
13:25:15 
13:25:15 #14 [10/11] RUN ./scripts/build/binary
13:25:16 #14 0.782 Building statically linked build/docker-linux-amd64
13:26:52 #14 DONE 83.4s
13:26:52 
13:26:52 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
13:26:52 #15 0.709 Building statically linked build/plugins-linux-amd64/docker-helloworld
13:26:52 #15 2.725 Building statically linked build/plugins-linux-amd64/docker-badmeta
13:26:52 #15 4.534 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
13:26:52 #15 DONE 6.9s
13:26:52 
13:26:52 #16 exporting to image
13:26:52 #16 exporting layers
13:26:52 #16 exporting layers 2.2s done
13:26:52 #16 writing image sha256:4c21cad9ef626c32595cc7a4ec3bbc551eed492fa1ba7973c2794c38f58e761e done
13:26:52 #16 naming to docker.io/library/docker-cli-e2eclie2e2 done
13:26:52 #16 DONE 2.2s
13:26:52 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e2
13:26:52 Creating network "cliendtoendsuite_default" with the default driver
13:26:52 Building notary-server
13:26:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:52  ---> 16b632e954ca
13:26:52 Step 3/3 : COPY ./notary/ /fixtures/
13:26:52  ---> 3dc1a59bb928
13:26:52 Successfully built 3dc1a59bb928
13:26:52 Successfully tagged cliendtoendsuite_notary-server:latest
13:26:52 Building evil-notary-server
13:26:52 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:26:52 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:26:52  ---> 16b632e954ca
13:26:52 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:26:52  ---> e60f5cdca2b4
13:26:52 Successfully built e60f5cdca2b4
13:26:52 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:26:52 Creating cliendtoendsuite_registry_1 ... 
13:26:52 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:26:52 Creating cliendtoendsuite_notary-server_1      ... 
13:26:52 Creating cliendtoendsuite_engine_1             ... 
13:26:54 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.21.0.5:2375
13:26:55 Client:
13:26:55  Version:           19.09.0-dev
13:26:55  API version:       1.40 (downgraded from 1.41)
13:26:55  Go version:        go1.12.12
13:26:55  Git commit:        
13:26:55  Built:             Tue Dec 10 13:25:16 2019
13:26:55  OS/Arch:           linux/amd64
13:26:55  Experimental:      false
13:26:55 
13:26:55 Server: Docker Engine - Community
13:26:55  Engine:
13:26:55   Version:          19.03.5
13:26:55   API version:      1.40 (minimum version 1.12)
13:26:55   Go version:       go1.12.12
13:26:55   Git commit:       633a0ea838
13:26:55   Built:            Wed Nov 13 07:28:45 2019
13:26:55   OS/Arch:          linux/amd64
13:26:55   Experimental:     false
13:26:55  containerd:
13:26:55   Version:          v1.2.10
13:26:55   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:26:55  runc:
13:26:55   Version:          1.0.0-rc8+dev
13:26:55   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:26:55  docker-init:
13:26:55   Version:          0.18.0
13:26:55   GitCommit:        fec3683
13:26:55 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:26:55 88286f41530e: Pulling fs layer
13:26:56 88286f41530e: Download complete
13:26:56 88286f41530e: Pull complete
13:26:56 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:56 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:56 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:26:56 The push refers to repository [registry:5000/alpine]
13:26:56 5bef08742407: Preparing
13:26:56 5bef08742407: Pushed
13:26:56 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:26:56 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:26:56 03b1be98f3f9: Pulling fs layer
13:26:56 03b1be98f3f9: Download complete
13:26:56 03b1be98f3f9: Pull complete
13:26:56 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:56 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:56 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:26:56 The push refers to repository [registry:5000/busybox]
13:26:56 6a749002dd6a: Preparing
13:26:57 6a749002dd6a: Pushed
13:26:57 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:26:57 Swarm initialized: current node (gfeb9tng9zv7m6de4uv5gwb5w) is now a manager.
13:26:57 
13:26:57 To add a worker to this swarm, run the following command:
13:26:57 
13:26:57     docker swarm join --token SWMTKN-1-26he4w1gl5g3nc20px9v53v568aejdtwsn5wpkdu1stdjx5vx2-3trrp0gh278skbspxmrd4v4mo 172.21.0.5:2377
13:26:57 
13:26:57 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:26:57 
13:27:29 ✓  e2e/cli-plugins (2.768s)
13:27:29 ∅  e2e/cli-plugins/plugins/badmeta
13:27:29 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:27:29 ✓  e2e/context (57ms)
13:27:31 ✓  e2e/container (8.006s)
13:27:36 ✓  e2e/plugin (3.727s)
13:27:38 ✓  e2e/stack (573ms)
13:27:38 ✓  e2e/image (11.878s)
13:27:38 ∅  e2e/internal/fixtures (2ms)
13:27:38 ∅  e2e/plugin/basic
13:27:38 ✓  e2e/system (88ms)
13:27:41 ✓  e2e/trust (2.229s)
13:27:41 
13:27:41 === Skipped
13:27:41 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:27:41     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:27:41 
13:27:41 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
13:27:41     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
13:27:41 
13:27:41 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:41     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:27:41         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:27:41 
13:27:41 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:27:41     --- SKIP: TestRemove/Kubernetes (0.00s)
13:27:41         remove_test.go:22: !environment.KubernetesEnabled()
13:27:41 
13:27:41 
13:27:41 DONE 88 tests, 4 skipped in 43.614s
13:27:41 Stopping cliendtoendsuite_engine_1             ... 
13:27:41 Stopping cliendtoendsuite_notary-server_1      ... 
13:27:41 Stopping cliendtoendsuite_registry_1           ... 
13:27:41 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:27:43 
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             ... 
13:27:43 Removing cliendtoendsuite_notary-server_1      ... 
13:27:43 Removing cliendtoendsuite_registry_1           ... 
13:27:43 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:27:43 
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
13:27:43 Removing image cliendtoendsuite_notary-server
13:27:43 Removing image cliendtoendsuite_evil-notary-server
13:27:44 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e DOCKERD_EXPERIMENTAL=1 docker-cli-e2eclie2e2
13:27:45 Creating network "cliendtoendsuite_default" with the default driver
13:27:45 Building evil-notary-server
13:27:45 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:27:45 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:27:45  ---> 16b632e954ca
13:27:45 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:27:45  ---> fd2d4824846e
13:27:45 Successfully built fd2d4824846e
13:27:45 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:27:45 Building notary-server
13:27:45 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:27:45 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:27:45  ---> 16b632e954ca
13:27:45 Step 3/3 : COPY ./notary/ /fixtures/
13:27:46  ---> 5e800d648597
13:27:46 Successfully built 5e800d648597
13:27:46 Successfully tagged cliendtoendsuite_notary-server:latest
13:27:46 Creating cliendtoendsuite_engine_1 ... 
13:27:46 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:27:46 Creating cliendtoendsuite_notary-server_1      ... 
13:27:46 Creating cliendtoendsuite_registry_1           ... 
13:27:51 
Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done
Waiting for docker daemon to become available at tcp://172.22.0.2:2375
13:27:51 Client:
13:27:51  Version:           19.09.0-dev
13:27:51  API version:       1.40 (downgraded from 1.41)
13:27:51  Go version:        go1.12.12
13:27:51  Git commit:        
13:27:51  Built:             Tue Dec 10 13:25:16 2019
13:27:51  OS/Arch:           linux/amd64
13:27:51  Experimental:      false
13:27:51 
13:27:51 Server: Docker Engine - Community
13:27:51  Engine:
13:27:51   Version:          19.03.5
13:27:51   API version:      1.40 (minimum version 1.12)
13:27:51   Go version:       go1.12.12
13:27:51   Git commit:       633a0ea838
13:27:51   Built:            Wed Nov 13 07:28:45 2019
13:27:51   OS/Arch:          linux/amd64
13:27:51   Experimental:     true
13:27:51  containerd:
13:27:51   Version:          v1.2.10
13:27:51   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:27:51  runc:
13:27:51   Version:          1.0.0-rc8+dev
13:27:51   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:27:51  docker-init:
13:27:51   Version:          0.18.0
13:27:51   GitCommit:        fec3683
13:27:51 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:27:51 88286f41530e: Pulling fs layer
13:27:51 88286f41530e: Verifying Checksum
13:27:51 88286f41530e: Download complete
13:27:51 88286f41530e: Pull complete
13:27:51 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:51 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:51 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:27:51 The push refers to repository [registry:5000/alpine]
13:27:52 5bef08742407: Preparing
13:27:52 5bef08742407: Pushed
13:27:52 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:27:52 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:27:52 03b1be98f3f9: Pulling fs layer
13:27:52 03b1be98f3f9: Download complete
13:27:52 03b1be98f3f9: Pull complete
13:27:52 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:52 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:52 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:27:52 The push refers to repository [registry:5000/busybox]
13:27:52 6a749002dd6a: Preparing
13:27:52 6a749002dd6a: Pushed
13:27:52 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:27:53 Swarm initialized: current node (6eqn61br6cc9yxb66ezqusghr) is now a manager.
13:27:53 
13:27:53 To add a worker to this swarm, run the following command:
13:27:53 
13:27:53     docker swarm join --token SWMTKN-1-4epwx25aobnum0ci0l2tgzpfja312me876bjh8lcd9ddp6hqzn-2x61hepareqyirqvjlt1cbnw0 172.22.0.2:2377
13:27:53 
13:27:53 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:27:53 
13:28:20 ✓  e2e/cli-plugins (2.497s)
13:28:20 ∅  e2e/cli-plugins/plugins/badmeta
13:28:20 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:28:20 ✓  e2e/context (36ms)
13:28:25 ✓  e2e/container (8.252s)
13:28:29 ✓  e2e/plugin (3.394s)
13:28:31 ✓  e2e/stack (577ms)
13:28:32 ✓  e2e/system (73ms)
13:28:35 ✓  e2e/image (14.891s)
13:28:35 ∅  e2e/internal/fixtures
13:28:35 ∅  e2e/plugin/basic
13:28:35 ✓  e2e/trust (3.29s)
13:28:35 
13:28:35 === Skipped
13:28:35 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:28:35     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:28:35 
13:28:35 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:28:35     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:28:35         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:28:35 
13:28:35 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:28:35     --- SKIP: TestRemove/Kubernetes (0.00s)
13:28:35         remove_test.go:22: !environment.KubernetesEnabled()
13:28:35 
13:28:35 
13:28:35 DONE 88 tests, 3 skipped in 42.147s
13:28:36 Stopping cliendtoendsuite_registry_1           ... 
13:28:36 Stopping cliendtoendsuite_notary-server_1      ... 
13:28:36 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:28:36 Stopping cliendtoendsuite_engine_1             ... 
13:28:38 
Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... 
13:28:38 Removing cliendtoendsuite_notary-server_1      ... 
13:28:38 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:28:38 Removing cliendtoendsuite_engine_1             ... 
13:28:38 
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
13:28:38 Removing image cliendtoendsuite_notary-server
13:28:38 Removing image cliendtoendsuite_evil-notary-server
13:28:39 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.09.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
13:28:40 Creating network "cliendtoendsuite_default" with the default driver
13:28:40 Building notary-server
13:28:40 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:40 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:40  ---> 16b632e954ca
13:28:40 Step 3/3 : COPY ./notary/ /fixtures/
13:28:41  ---> f3dfe6c2da94
13:28:41 Successfully built f3dfe6c2da94
13:28:41 Successfully tagged cliendtoendsuite_notary-server:latest
13:28:41 Building evil-notary-server
13:28:41 Step 1/3 : ARG NOTARY_VERSION=0.5.0
13:28:41 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
13:28:41  ---> 16b632e954ca
13:28:41 Step 3/3 : COPY ./notary-evil/ /fixtures/
13:28:41  ---> 1255d71c57d1
13:28:41 Successfully built 1255d71c57d1
13:28:41 Successfully tagged cliendtoendsuite_evil-notary-server:latest
13:28:41 Building engine
13:28:41 Step 1/6 : FROM docker:test-dind
13:28:41  ---> a4b37e66ffc7
13:28:41 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
13:28:41  ---> Using cache
13:28:41  ---> 390d9d2a0ceb
13:28:41 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
13:28:41  ---> Using cache
13:28:41  ---> 2bcd7bc2b223
13:28:41 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
13:28:41  ---> Using cache
13:28:41  ---> dcb993e19f5e
13:28:41 Step 5/6 : EXPOSE 22
13:28:41  ---> Using cache
13:28:41  ---> a049c88fad15
13:28:41 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
13:28:41  ---> Using cache
13:28:41  ---> 8abc5c74a124
13:28:41 Successfully built 8abc5c74a124
13:28:41 Successfully tagged docker:stable-dind
13:28:41 Creating cliendtoendsuite_engine_1 ... 
13:28:41 Creating cliendtoendsuite_notary-server_1 ... 
13:28:41 Creating cliendtoendsuite_evil-notary-server_1 ... 
13:28:41 Creating cliendtoendsuite_registry_1           ... 
13:28:46 
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
13:28:47 Client:
13:28:47  Version:           19.09.0-dev
13:28:47  API version:       1.40 (downgraded from 1.41)
13:28:47  Go version:        go1.12.12
13:28:47  Git commit:        
13:28:47  Built:             Tue Dec 10 13:25:16 2019
13:28:47  OS/Arch:           linux/amd64
13:28:47  Experimental:      false
13:28:47 
13:28:47 Server: Docker Engine - Community
13:28:47  Engine:
13:28:47   Version:          19.03.5
13:28:47   API version:      1.40 (minimum version 1.12)
13:28:47   Go version:       go1.12.12
13:28:47   Git commit:       633a0ea838
13:28:47   Built:            Wed Nov 13 07:28:45 2019
13:28:47   OS/Arch:          linux/amd64
13:28:47   Experimental:     true
13:28:47  containerd:
13:28:47   Version:          v1.2.10
13:28:47   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
13:28:47  runc:
13:28:47   Version:          1.0.0-rc8+dev
13:28:47   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
13:28:47  docker-init:
13:28:47   Version:          0.18.0
13:28:47   GitCommit:        fec3683
13:28:48 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
13:28:48 88286f41530e: Pulling fs layer
13:28:48 88286f41530e: Verifying Checksum
13:28:48 88286f41530e: Download complete
13:28:48 88286f41530e: Pull complete
13:28:48 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:28:48 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:28:48 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
13:28:48 The push refers to repository [registry:5000/alpine]
13:28:48 5bef08742407: Preparing
13:28:49 5bef08742407: Pushed
13:28:49 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
13:28:49 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
13:28:49 03b1be98f3f9: Pulling fs layer
13:28:49 03b1be98f3f9: Verifying Checksum
13:28:49 03b1be98f3f9: Download complete
13:28:49 03b1be98f3f9: Pull complete
13:28:49 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:28:49 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:28:49 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
13:28:49 The push refers to repository [registry:5000/busybox]
13:28:49 6a749002dd6a: Preparing
13:28:50 6a749002dd6a: Pushed
13:28:50 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
13:28:51 Swarm initialized: current node (lg2v2gy1gy9qmx49p6z74kaxg) is now a manager.
13:28:51 
13:28:51 To add a worker to this swarm, run the following command:
13:28:51 
13:28:51     docker swarm join --token SWMTKN-1-1n0wlh7mibsicgutwlfn0pow0lxh5pv8fdca9migfuk8cstftx-8eswvsd60d6nx0uohu63ovlth 172.23.0.5:2377
13:28:51 
13:28:51 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
13:28:51 
13:29:37 ✓  e2e/cli-plugins (14.821s)
13:29:37 ∅  e2e/cli-plugins/plugins/badmeta
13:29:37 ∅  e2e/cli-plugins/plugins/nopersistentprerun
13:29:37 ✓  e2e/context (45ms)
13:29:37 ✓  e2e/container (18.939s)
13:29:42 ✓  e2e/plugin (4.441s)
13:29:44 ✓  e2e/stack (2.337s)
13:29:45 ✓  e2e/system (256ms)
13:29:53 ✓  e2e/trust (6.787s)
13:29:58 ✓  e2e/image (26.035s)
13:29:58 ∅  e2e/internal/fixtures
13:29:58 ∅  e2e/plugin/basic
13:29:58 
13:29:58 === Skipped
13:29:58 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
13:29:58     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
13:29:58 
13:29:58 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
13:29:58     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
13:29:58         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
13:29:58 
13:29:58 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
13:29:58     --- SKIP: TestRemove/Kubernetes (0.00s)
13:29:58         remove_test.go:22: !environment.KubernetesEnabled()
13:29:58 
13:29:58 
13:29:58 DONE 88 tests, 3 skipped in 66.909s
13:29:58 Stopping cliendtoendsuite_engine_1             ... 
13:29:58 Stopping cliendtoendsuite_registry_1           ... 
13:29:58 Stopping cliendtoendsuite_evil-notary-server_1 ... 
13:29:58 Stopping cliendtoendsuite_notary-server_1      ... 
13:30:00 
Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
13:30:00 Removing cliendtoendsuite_registry_1           ... 
13:30:00 Removing cliendtoendsuite_evil-notary-server_1 ... 
13:30:00 Removing cliendtoendsuite_notary-server_1      ... 
13:30:00 
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
13:30:00 Removing image cliendtoendsuite_notary-server
13:30:00 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