Skip to content
Failed

Console Output

Pull request #2220 updated
16:36:41 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 663a18d479f27596ec59f17b4136e3d5b944e7b1+c8e27296b74e7e283c7f215f4ab8930e28929dcc (9bd11a8b791318fe31c6473dd196c5befe05d74b)
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 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02030f0bc28abb170) in /home/ubuntu/workspace/cli_PR-2220
[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-2220@tmp/68529482-18c0-4e65-981f-a317b1ba8174/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
16:36:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:36:45 chowning workspace
[Pipeline] sh
16:36:46 + uname -m
[Pipeline] sh
16:36:46 + pwd
16:36:46 + id -u
16:36:46 + id -g
16:36:46 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2220:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:36:47 Removing all docker containers
[Pipeline] sh
16:36:47 + docker container ls -aq
[Pipeline] echo
16:36:47 Docker containers have been removed
[Pipeline] echo
16:36:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:36:47 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
16:36:47 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
16:36:47 Using the ‘stage’ step without a block argument is deprecated
16:36:47 Entering stage Git Checkout
16:36:47 Proceeding
[Pipeline] checkout
16:36:47 using credential docker-jenkins-github-credentials
16:36:47 Cloning the remote Git repository
16:36:47 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2220 # 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/2220/head:refs/remotes/origin/PR-2220 +refs/heads/master:refs/remotes/origin/master
16:36:51 Fetching without tags
16:36:51 Merging remotes/origin/master commit c8e27296b74e7e283c7f215f4ab8930e28929dcc into PR head commit 663a18d479f27596ec59f17b4136e3d5b944e7b1
16:36:51 Merge succeeded, producing 663a18d479f27596ec59f17b4136e3d5b944e7b1
16:36:51 Checking out Revision 663a18d479f27596ec59f17b4136e3d5b944e7b1 (PR-2220)
16:36:51 Commit message: "implement docker push -a/--all-tags"
16:36:51 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2220/head:refs/remotes/origin/PR-2220 # 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/2220/head:refs/remotes/origin/PR-2220 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 663a18d479f27596ec59f17b4136e3d5b944e7b1
 > git merge c8e27296b74e7e283c7f215f4ab8930e28929dcc # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 663a18d479f27596ec59f17b4136e3d5b944e7b1
 > git rev-list --no-walk ece40a16529d168d137dc7eed66b5d7cc1ad1343 # timeout=10
[Pipeline] stage
16:36:52 Using the ‘stage’ step without a block argument is deprecated
16:36:52 Entering stage Run end-to-end test suite
16:36:52 Proceeding
[Pipeline] sh
16:36:53 + docker version
16:36:53 Client: Docker Engine - Community
16:36:53  Version:           19.03.2
16:36:53  API version:       1.40
16:36:53  Go version:        go1.12.8
16:36:53  Git commit:        6a30dfc
16:36:53  Built:             Thu Aug 29 05:29:11 2019
16:36:53  OS/Arch:           linux/amd64
16:36:53  Experimental:      false
16:36:53 
16:36:53 Server: Docker Engine - Community
16:36:53  Engine:
16:36:53   Version:          19.03.2
16:36:53   API version:      1.40 (minimum version 1.12)
16:36:53   Go version:       go1.12.8
16:36:53   Git commit:       6a30dfc
16:36:53   Built:            Thu Aug 29 05:27:45 2019
16:36:53   OS/Arch:          linux/amd64
16:36:53   Experimental:     true
16:36:53  containerd:
16:36:53   Version:          1.2.6
16:36:53   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:36:53  runc:
16:36:53   Version:          1.0.0-rc8
16:36:53   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
16:36:53  docker-init:
16:36:53   Version:          0.18.0
16:36:53   GitCommit:        fec3683
[Pipeline] sh
16:36:53 + docker info
16:36:53 Client:
16:36:53  Debug Mode: false
16:36:53 
16:36:53 Server:
16:36:53  Containers: 0
16:36:53   Running: 0
16:36:53   Paused: 0
16:36:53   Stopped: 0
16:36:53  Images: 61
16:36:53  Server Version: 19.03.2
16:36:53  Storage Driver: overlay2
16:36:53   Backing Filesystem: extfs
16:36:53   Supports d_type: true
16:36:53   Native Overlay Diff: true
16:36:53  Logging Driver: json-file
16:36:53  Cgroup Driver: cgroupfs
16:36:53  Plugins:
16:36:53   Volume: local
16:36:53   Network: bridge host ipvlan macvlan null overlay
16:36:53   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:36:53  Swarm: inactive
16:36:53  Runtimes: runc
16:36:53  Default Runtime: runc
16:36:53  Init Binary: docker-init
16:36:53  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
16:36:53  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
16:36:53  init version: fec3683
16:36:53  Security Options:
16:36:53   apparmor
16:36:53   seccomp
16:36:53    Profile: default
16:36:53  Kernel Version: 4.15.0-1048-aws
16:36:53  Operating System: Ubuntu 18.04.3 LTS
16:36:53  OSType: linux
16:36:53  Architecture: x86_64
16:36:53  CPUs: 2
16:36:53  Total Memory: 7.501GiB
16:36:53  Name: ip-10-100-56-193
16:36:53  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
16:36:53  Docker Root Dir: /var/lib/docker
16:36:53  Debug Mode: false
16:36:53  Username: dockerbuildbot
16:36:53  Registry: https://index.docker.io/v1/
16:36:53  Labels:
16:36:53  Experimental: true
16:36:53  Insecure Registries:
16:36:53   127.0.0.0/8
16:36:53  Live Restore Enabled: true
16:36:53 
16:36:53 WARNING: No swap limit support
[Pipeline] sh
16:36:54 + E2E_UNIQUE_ID=clie2e9 IMAGE_TAG=clie2e9 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
16:36:54 docker build -t docker-cli-e2eclie2e9 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
16:36:54 #2 [internal] load .dockerignore
16:36:54 #2 transferring context: 100B done
16:36:54 #2 DONE 0.0s
16:36:54 
16:36:54 #1 [internal] load build definition from Dockerfile.e2e
16:36:54 #1 transferring dockerfile: 1.58kB done
16:36:54 #1 DONE 0.0s
16:36:54 
16:36:54 #3 [internal] load metadata for docker.io/library/golang:1.12.14
16:36:54 #3 DONE 0.1s
16:36:54 
16:36:54 #4 [1/11] FROM docker.io/library/golang:1.12.14@sha256:4a33c36eb7662b859708...
16:36:54 #4 DONE 0.0s
16:36:54 
16:36:54 #10 [internal] load build context
16:36:55 #10 transferring context: 42.64MB 0.9s done
16:36:55 #10 DONE 0.9s
16:36:55 
16:36:55 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
16:36:55 #7 CACHED
16:36:55 
16:36:55 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
16:36:55 #8 CACHED
16:36:55 
16:36:55 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
16:36:55 #5 CACHED
16:36:55 
16:36:55 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
16:36:55 #9 CACHED
16:36:55 
16:36:55 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
16:36:55 #11 CACHED
16:36:55 
16:36:55 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
16:36:55 #6 CACHED
16:36:55 
16:36:55 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
16:36:55 #12 CACHED
16:36:55 
16:36:55 #13 [9/11] COPY . .
16:36:56 #13 DONE 1.0s
16:36:56 
16:36:56 #14 [10/11] RUN ./scripts/build/binary
16:36:56 #14 0.852 Building statically linked build/docker-linux-amd64
16:38:18 #14 DONE 77.8s
16:38:18 
16:38:18 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
16:38:18 #15 0.695 Building statically linked build/plugins-linux-amd64/docker-helloworld
16:38:18 #15 2.038 Building statically linked build/plugins-linux-amd64/docker-badmeta
16:38:18 #15 3.127 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
16:38:18 #15 DONE 4.7s
16:38:18 
16:38:18 #16 exporting to image
16:38:18 #16 exporting layers
16:38:20 #16 exporting layers 1.9s done
16:38:20 #16 writing image sha256:bb735353e0498157648ceb6401fd39a21334d1adc60efab1af0d17c9872e4aa2 done
16:38:20 #16 naming to docker.io/library/docker-cli-e2eclie2e9 done
16:38:20 #16 DONE 2.0s
16:38:20 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-e2eclie2e9
16:38:22 Creating network "cliendtoendsuite_default" with the default driver
16:38:22 Building notary-server
16:38:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:38:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:38:22  ---> 16b632e954ca
16:38:22 Step 3/3 : COPY ./notary/ /fixtures/
16:38:22  ---> a0fb830d69c9
16:38:22 Successfully built a0fb830d69c9
16:38:22 Successfully tagged cliendtoendsuite_notary-server:latest
16:38:22 Building evil-notary-server
16:38:22 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:38:22 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:38:22  ---> 16b632e954ca
16:38:22 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:38:22  ---> 10ea56f4c1ec
16:38:22 Successfully built 10ea56f4c1ec
16:38:22 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:38:22 Creating cliendtoendsuite_registry_1 ... 
16:38:22 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:38:22 Creating cliendtoendsuite_engine_1             ... 
16:38:22 Creating cliendtoendsuite_notary-server_1      ... 
16:38:27 
Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at tcp://172.24.0.5:2375
16:38:27 Cannot connect to the Docker daemon at tcp://172.24.0.5:2375. Is the docker daemon running?
16:38:28 Client:
16:38:28  Version:           19.09.0-dev
16:38:28  API version:       1.40 (downgraded from 1.41)
16:38:28  Go version:        go1.12.14
16:38:28  Git commit:        
16:38:28  Built:             Wed Jan 15 16:36:56 2020
16:38:28  OS/Arch:           linux/amd64
16:38:28  Experimental:      false
16:38:28 
16:38:28 Server: Docker Engine - Community
16:38:28  Engine:
16:38:28   Version:          19.03.5
16:38:28   API version:      1.40 (minimum version 1.12)
16:38:28   Go version:       go1.12.12
16:38:28   Git commit:       633a0ea838
16:38:28   Built:            Wed Nov 13 07:28:45 2019
16:38:28   OS/Arch:          linux/amd64
16:38:28   Experimental:     false
16:38:28  containerd:
16:38:28   Version:          v1.2.10
16:38:28   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:38:28  runc:
16:38:28   Version:          1.0.0-rc8+dev
16:38:28   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:38:28  docker-init:
16:38:28   Version:          0.18.0
16:38:28   GitCommit:        fec3683
16:38:28 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:38:28 88286f41530e: Pulling fs layer
16:38:29 88286f41530e: Verifying Checksum
16:38:29 88286f41530e: Download complete
16:38:29 88286f41530e: Pull complete
16:38:29 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:38:29 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:38:29 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:38:29 The push refers to repository [registry:5000/alpine]
16:38:29 5bef08742407: Preparing
16:38:29 5bef08742407: Pushed
16:38:29 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:38:29 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:38:29 03b1be98f3f9: Pulling fs layer
16:38:29 03b1be98f3f9: Verifying Checksum
16:38:29 03b1be98f3f9: Download complete
16:38:29 03b1be98f3f9: Pull complete
16:38:29 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:38:29 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:38:29 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:38:30 The push refers to repository [registry:5000/busybox]
16:38:30 6a749002dd6a: Preparing
16:38:30 6a749002dd6a: Pushed
16:38:30 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:38:31 Swarm initialized: current node (6reyt5kp8no01o33mtrn5vyr3) is now a manager.
16:38:31 
16:38:31 To add a worker to this swarm, run the following command:
16:38:31 
16:38:31     docker swarm join --token SWMTKN-1-1tq3uq86dtlpja01eds3uw4x214yx6fa8xhsly2rw6b3j5a593-2q1plgllvpti8xyas86g8sps6 172.24.0.5:2377
16:38:31 
16:38:31 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:38:31 
16:38:49 ✓  e2e/cli-plugins (2.494s)
16:38:49 ∅  e2e/cli-plugins/plugins/badmeta
16:38:49 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:38:49 ✓  e2e/context (68ms)
16:38:49 ✓  e2e/global (114ms)
16:38:54 ✓  e2e/container (8.29s)
16:38:59 ✓  e2e/plugin (3.627s)
16:39:00 ✓  e2e/stack (618ms)
16:39:00 ✓  e2e/image (11.486s)
16:39:00 ∅  e2e/internal/fixtures
16:39:00 ∅  e2e/plugin/basic
16:39:01 ✓  e2e/system (109ms)
16:39:03 ✓  e2e/trust (2.284s)
16:39:03 
16:39:03 === Skipped
16:39:03 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:39:03     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:39:03 
16:39:03 === SKIP: e2e/image TestBuildIidFileSquash (0.05s)
16:39:03     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
16:39:03 
16:39:03 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:39:03     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:39:03         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:39:03 
16:39:03 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:39:03     --- SKIP: TestRemove/Kubernetes (0.00s)
16:39:03         remove_test.go:22: !environment.KubernetesEnabled()
16:39:03 
16:39:03 
16:39:03 DONE 89 tests, 4 skipped in 32.919s
16:39:04 Stopping cliendtoendsuite_engine_1             ... 
16:39:04 Stopping cliendtoendsuite_notary-server_1      ... 
16:39:04 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:39:04 Stopping cliendtoendsuite_registry_1           ... 
16:39:06 
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             ... 
16:39:06 Removing cliendtoendsuite_notary-server_1      ... 
16:39:06 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:39:06 Removing cliendtoendsuite_registry_1           ... 
16:39:06 
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
16:39:06 Removing image cliendtoendsuite_notary-server
16:39:06 Removing image cliendtoendsuite_evil-notary-server
16:39:06 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-e2eclie2e9
16:39:07 Creating network "cliendtoendsuite_default" with the default driver
16:39:08 Building notary-server
16:39:08 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:39:08 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:39:08  ---> 16b632e954ca
16:39:08 Step 3/3 : COPY ./notary/ /fixtures/
16:39:08  ---> 188f9f68ef92
16:39:08 Successfully built 188f9f68ef92
16:39:08 Successfully tagged cliendtoendsuite_notary-server:latest
16:39:08 Building evil-notary-server
16:39:08 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:39:08 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:39:08  ---> 16b632e954ca
16:39:08 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:39:08  ---> 275fbdc125de
16:39:08 Successfully built 275fbdc125de
16:39:08 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:39:08 Creating cliendtoendsuite_notary-server_1 ... 
16:39:08 Creating cliendtoendsuite_registry_1      ... 
16:39:08 Creating cliendtoendsuite_engine_1        ... 
16:39:08 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:39:13 
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.25.0.5:2375
16:39:13 Client:
16:39:13  Version:           19.09.0-dev
16:39:13  API version:       1.40 (downgraded from 1.41)
16:39:13  Go version:        go1.12.14
16:39:13  Git commit:        
16:39:13  Built:             Wed Jan 15 16:36:56 2020
16:39:13  OS/Arch:           linux/amd64
16:39:13  Experimental:      false
16:39:13 
16:39:13 Server: Docker Engine - Community
16:39:13  Engine:
16:39:13   Version:          19.03.5
16:39:13   API version:      1.40 (minimum version 1.12)
16:39:13   Go version:       go1.12.12
16:39:13   Git commit:       633a0ea838
16:39:13   Built:            Wed Nov 13 07:28:45 2019
16:39:13   OS/Arch:          linux/amd64
16:39:13   Experimental:     true
16:39:13  containerd:
16:39:13   Version:          v1.2.10
16:39:13   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:39:13  runc:
16:39:13   Version:          1.0.0-rc8+dev
16:39:13   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:39:13  docker-init:
16:39:13   Version:          0.18.0
16:39:13   GitCommit:        fec3683
16:39:13 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:39:13 88286f41530e: Pulling fs layer
16:39:14 88286f41530e: Download complete
16:39:14 88286f41530e: Pull complete
16:39:14 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:39:14 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:39:14 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:39:14 The push refers to repository [registry:5000/alpine]
16:39:14 5bef08742407: Preparing
16:39:14 5bef08742407: Pushed
16:39:14 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:39:14 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:39:14 03b1be98f3f9: Pulling fs layer
16:39:14 03b1be98f3f9: Verifying Checksum
16:39:14 03b1be98f3f9: Download complete
16:39:14 03b1be98f3f9: Pull complete
16:39:14 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:39:14 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:39:14 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:39:14 The push refers to repository [registry:5000/busybox]
16:39:14 6a749002dd6a: Preparing
16:39:15 6a749002dd6a: Pushed
16:39:15 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:39:15 Swarm initialized: current node (xups19do6yjhdz6afxhzgp05o) is now a manager.
16:39:15 
16:39:15 To add a worker to this swarm, run the following command:
16:39:15 
16:39:15     docker swarm join --token SWMTKN-1-2mxus0buywu73y9nsreqk8eikkufpgousli37l9ubal9ftk109-4tws0eh70ubhxhsfft64ou43l 172.25.0.5:2377
16:39:15 
16:39:15 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:39:15 
16:39:33 ✓  e2e/cli-plugins (2.513s)
16:39:33 ∅  e2e/cli-plugins/plugins/badmeta
16:39:33 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:39:33 ✓  e2e/context (28ms)
16:39:33 ✓  e2e/global (111ms)
16:39:39 ✓  e2e/container (8.066s)
16:39:42 ✓  e2e/plugin (3.099s)
16:39:43 ✓  e2e/stack (567ms)
16:39:44 ✓  e2e/system (63ms)
16:39:48 ✓  e2e/trust (3.536s)
16:39:48 ✓  e2e/image (14.858s)
16:39:48 ∅  e2e/internal/fixtures
16:39:48 ∅  e2e/plugin/basic
16:39:48 
16:39:48 === Skipped
16:39:48 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:39:48     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:39:48 
16:39:48 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:39:48     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:39:48         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:39:48 
16:39:48 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:39:48     --- SKIP: TestRemove/Kubernetes (0.00s)
16:39:48         remove_test.go:22: !environment.KubernetesEnabled()
16:39:48 
16:39:48 
16:39:48 DONE 89 tests, 3 skipped in 32.950s
16:39:49 Stopping cliendtoendsuite_engine_1             ... 
16:39:49 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:39:49 Stopping cliendtoendsuite_registry_1           ... 
16:39:49 Stopping cliendtoendsuite_notary-server_1      ... 
16:39:51 
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             ... 
16:39:51 Removing cliendtoendsuite_evil-notary-server_1 ... 
16:39:51 Removing cliendtoendsuite_registry_1           ... 
16:39:51 Removing cliendtoendsuite_notary-server_1      ... 
16:39:51 
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
16:39:51 Removing image cliendtoendsuite_notary-server
16:39:51 Removing image cliendtoendsuite_evil-notary-server
16:39:51 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-e2eclie2e9
16:39:53 Creating network "cliendtoendsuite_default" with the default driver
16:39:53 Building engine
16:39:53 Step 1/6 : FROM docker:test-dind
16:39:53  ---> f3cf5d4fc09c
16:39:53 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
16:39:53  ---> Using cache
16:39:53  ---> e4c3eb7c881a
16:39:53 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
16:39:53  ---> Using cache
16:39:53  ---> 7730ec6e523a
16:39:53 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
16:39:53  ---> Using cache
16:39:53  ---> d284432b9192
16:39:53 Step 5/6 : EXPOSE 22
16:39:53  ---> Using cache
16:39:53  ---> 6b052eca5eb3
16:39:53 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
16:39:53  ---> Using cache
16:39:53  ---> 4e26e5bc7a1e
16:39:53 Successfully built 4e26e5bc7a1e
16:39:53 Successfully tagged docker:stable-dind
16:39:53 Building evil-notary-server
16:39:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:39:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:39:53  ---> 16b632e954ca
16:39:53 Step 3/3 : COPY ./notary-evil/ /fixtures/
16:39:53  ---> f4c310541e1d
16:39:53 Successfully built f4c310541e1d
16:39:53 Successfully tagged cliendtoendsuite_evil-notary-server:latest
16:39:53 Building notary-server
16:39:53 Step 1/3 : ARG NOTARY_VERSION=0.5.0
16:39:53 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
16:39:53  ---> 16b632e954ca
16:39:53 Step 3/3 : COPY ./notary/ /fixtures/
16:39:54  ---> 7882a415dab6
16:39:54 Successfully built 7882a415dab6
16:39:54 Successfully tagged cliendtoendsuite_notary-server:latest
16:39:54 Creating cliendtoendsuite_registry_1 ... 
16:39:54 Creating cliendtoendsuite_notary-server_1 ... 
16:39:54 Creating cliendtoendsuite_engine_1        ... 
16:39:54 Creating cliendtoendsuite_evil-notary-server_1 ... 
16:39:58 
Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.26.0.2
16:39:59 Client:
16:39:59  Version:           19.09.0-dev
16:39:59  API version:       1.40 (downgraded from 1.41)
16:39:59  Go version:        go1.12.14
16:39:59  Git commit:        
16:39:59  Built:             Wed Jan 15 16:36:56 2020
16:39:59  OS/Arch:           linux/amd64
16:39:59  Experimental:      false
16:39:59 
16:39:59 Server: Docker Engine - Community
16:39:59  Engine:
16:39:59   Version:          19.03.5
16:39:59   API version:      1.40 (minimum version 1.12)
16:39:59   Go version:       go1.12.12
16:39:59   Git commit:       633a0ea838
16:39:59   Built:            Wed Nov 13 07:28:45 2019
16:39:59   OS/Arch:          linux/amd64
16:39:59   Experimental:     true
16:39:59  containerd:
16:39:59   Version:          v1.2.10
16:39:59   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
16:39:59  runc:
16:39:59   Version:          1.0.0-rc8+dev
16:39:59   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
16:39:59  docker-init:
16:39:59   Version:          0.18.0
16:39:59   GitCommit:        fec3683
16:40:00 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
16:40:00 88286f41530e: Pulling fs layer
16:40:00 88286f41530e: Verifying Checksum
16:40:00 88286f41530e: Download complete
16:40:00 88286f41530e: Pull complete
16:40:00 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:40:00 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:40:00 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
16:40:00 The push refers to repository [registry:5000/alpine]
16:40:00 5bef08742407: Preparing
16:40:01 5bef08742407: Pushed
16:40:01 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
16:40:01 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
16:40:01 03b1be98f3f9: Pulling fs layer
16:40:01 03b1be98f3f9: Verifying Checksum
16:40:01 03b1be98f3f9: Download complete
16:40:01 03b1be98f3f9: Pull complete
16:40:01 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:40:01 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:40:01 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
16:40:02 The push refers to repository [registry:5000/busybox]
16:40:02 6a749002dd6a: Preparing
16:40:02 6a749002dd6a: Pushed
16:40:02 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
16:40:03 Swarm initialized: current node (vp0f064h82n6yaqodto46751v) is now a manager.
16:40:03 
16:40:03 To add a worker to this swarm, run the following command:
16:40:03 
16:40:03     docker swarm join --token SWMTKN-1-3js4cfrrfx8ko0i80jfhcgqdt05xw90d1kf08hb5io7ko5kvel-c3mgxfgn00odrr8es07xdpfwh 172.26.0.2:2377
16:40:03 
16:40:03 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
16:40:03 
16:40:29 ✓  e2e/cli-plugins (11.456s)
16:40:29 ∅  e2e/cli-plugins/plugins/badmeta
16:40:29 ∅  e2e/cli-plugins/plugins/nopersistentprerun
16:40:29 ✓  e2e/context (37ms)
16:40:29 ✓  e2e/global (90ms)
16:40:47 ✓  e2e/container (27.047s)
16:40:47 ✖  e2e/image (16.381s)
16:40:47 ∅  e2e/internal/fixtures
16:40:49 ✓  e2e/stack (2.19s)
16:40:50 ✓  e2e/system (225ms)
16:40:50 ✓  e2e/plugin (4.822s)
16:40:50 ∅  e2e/plugin/basic
16:40:57 ✓  e2e/trust (5.868s)
16:40:57 
16:40:57 === Skipped
16:40:57 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
16:40:57     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
16:40:57 
16:40:57 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
16:40:57     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
16:40:57         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
16:40:57 
16:40:57 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
16:40:57     --- SKIP: TestRemove/Kubernetes (0.00s)
16:40:57         remove_test.go:22: !environment.KubernetesEnabled()
16:40:57 
16:40:57 
16:40:57 === Failed
16:40:57 === FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (0.38s)
16:40:57     push_test.go:134: assertion failed: 
16:40:57         Command:  docker pull registry:5000/alpine:3.6
16:40:57         ExitCode: 1
16:40:57         Error:    exit status 1
16:40:57         Stdout:   
16:40:57         Stderr:   error during connect: Post http://docker/v1.40/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.26.0.2 -- docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=
16:40:57         
16:40:57         
16:40:57         Failures:
16:40:57         ExitCode was 1 expected 0
16:40:57         Expected no error
16:40:57 
16:40:57 
16:40:57 DONE 89 tests, 3 skipped, 1 failure in 53.266s
16:40:57 Stopping cliendtoendsuite_evil-notary-server_1 ... 
16:40:57 Stopping cliendtoendsuite_engine_1             ... 
16:40:57 Stopping cliendtoendsuite_notary-server_1      ... 
16:40:57 Stopping cliendtoendsuite_registry_1           ... 
16:40:58 
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_evil-notary-server_1 ... 
16:40:58 Removing cliendtoendsuite_engine_1             ... 
16:40:58 Removing cliendtoendsuite_notary-server_1      ... 
16:40:58 Removing cliendtoendsuite_registry_1           ... 
16:40:59 
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
16:40:59 Removing image cliendtoendsuite_notary-server
16:40:59 Removing image cliendtoendsuite_evil-notary-server
16:40:59 docker.Makefile:156: recipe for target 'test-e2e-connhelper-ssh' failed
16:40:59 make: *** [test-e2e-connhelper-ssh] Error 1
[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

ERROR: script returned exit code 2
Finished: FAILURE