Skip to content
Failed

Console Output

Pull request #2132 opened
17:02:11 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from aa0d80e2c52f6395d267043624518dd9ab624304+3e07fa728a3025cf4205e3dd071da703c34cf45f (8f116c3809fcaf4d64e1e5217b44be1a275e684f)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2132@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --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)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0fd0f139c624a1223) in /home/ubuntu/workspace/cli_PR-2132
[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-2132@tmp/3e43913e-0978-4fd7-8886-568dc04cbcd8/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
17:02:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:02:14 chowning workspace
[Pipeline] sh
17:02:14 + uname -m
[Pipeline] sh
17:02:15 + pwd
17:02:15 + id -u
17:02:15 + id -g
17:02:15 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2132:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
17:02:16 Removing all docker containers
[Pipeline] sh
17:02:16 + docker container ls -aq
[Pipeline] echo
17:02:16 Docker containers have been removed
[Pipeline] echo
17:02:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:02:16 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
17:02:16 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
17:02:16 Using the ‘stage’ step without a block argument is deprecated
17:02:16 Entering stage Git Checkout
17:02:16 Proceeding
[Pipeline] checkout
17:02:16 using credential docker-jenkins-github-credentials
17:02:16 Cloning the remote Git repository
17:02:16 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2132 # 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/2132/head:refs/remotes/origin/PR-2132 +refs/heads/master:refs/remotes/origin/master
17:02:19 Fetching without tags
17:02:19 Merging remotes/origin/master commit 3e07fa728a3025cf4205e3dd071da703c34cf45f into PR head commit aa0d80e2c52f6395d267043624518dd9ab624304
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2132/head:refs/remotes/origin/PR-2132 # 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/2132/head:refs/remotes/origin/PR-2132 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa0d80e2c52f6395d267043624518dd9ab624304
17:02:20 Merge succeeded, producing aa0d80e2c52f6395d267043624518dd9ab624304
17:02:20 Checking out Revision aa0d80e2c52f6395d267043624518dd9ab624304 (PR-2132)
17:02:20 Commit message: "connhelper: add ssh multiplexing"
17:02:20 First time build. Skipping changelog.
 > git merge 3e07fa728a3025cf4205e3dd071da703c34cf45f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa0d80e2c52f6395d267043624518dd9ab624304
[Pipeline] stage
17:02:21 Using the ‘stage’ step without a block argument is deprecated
17:02:21 Entering stage Run end-to-end test suite
17:02:21 Proceeding
[Pipeline] sh
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
17:02:21 + docker version
17:02:21 Client: Docker Engine - Community
17:02:21  Version:           19.03.2
17:02:21  API version:       1.40
17:02:21  Go version:        go1.12.8
17:02:21  Git commit:        6a30dfc
17:02:21  Built:             Thu Aug 29 05:29:11 2019
17:02:21  OS/Arch:           linux/amd64
17:02:21  Experimental:      false
17:02:21 
17:02:21 Server: Docker Engine - Community
17:02:21  Engine:
17:02:21   Version:          19.03.2
17:02:21   API version:      1.40 (minimum version 1.12)
17:02:21   Go version:       go1.12.8
17:02:21   Git commit:       6a30dfc
17:02:21   Built:            Thu Aug 29 05:27:45 2019
17:02:21   OS/Arch:          linux/amd64
17:02:21   Experimental:     true
17:02:21  containerd:
17:02:21   Version:          1.2.6
17:02:21   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:02:21  runc:
17:02:21   Version:          1.0.0-rc8
17:02:21   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
17:02:21  docker-init:
17:02:21   Version:          0.18.0
17:02:21   GitCommit:        fec3683
[Pipeline] sh
17:02:22 + docker info
17:02:22 Client:
17:02:22  Debug Mode: false
17:02:22 
17:02:22 Server:
17:02:22  Containers: 0
17:02:22   Running: 0
17:02:22   Paused: 0
17:02:22   Stopped: 0
17:02:22  Images: 2
17:02:22  Server Version: 19.03.2
17:02:22  Storage Driver: overlay2
17:02:22   Backing Filesystem: extfs
17:02:22   Supports d_type: true
17:02:22   Native Overlay Diff: true
17:02:22  Logging Driver: json-file
17:02:22  Cgroup Driver: cgroupfs
17:02:22  Plugins:
17:02:22   Volume: local
17:02:22   Network: bridge host ipvlan macvlan null overlay
17:02:22   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:02:22  Swarm: inactive
17:02:22  Runtimes: runc
17:02:22  Default Runtime: runc
17:02:22  Init Binary: docker-init
17:02:22  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
17:02:22  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
17:02:22  init version: fec3683
17:02:22  Security Options:
17:02:22   apparmor
17:02:22   seccomp
17:02:22    Profile: default
17:02:22  Kernel Version: 4.15.0-1048-aws
17:02:22  Operating System: Ubuntu 18.04.3 LTS
17:02:22  OSType: linux
17:02:22  Architecture: x86_64
17:02:22  CPUs: 2
17:02:22  Total Memory: 7.501GiB
17:02:22  Name: ip-10-100-117-2
17:02:22  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
17:02:22  Docker Root Dir: /var/lib/docker
17:02:22  Debug Mode: false
17:02:22  Username: dockerbuildbot
17:02:22  Registry: https://index.docker.io/v1/
17:02:22  Labels:
17:02:22  Experimental: true
17:02:22  Insecure Registries:
17:02:22   127.0.0.0/8
17:02:22  Live Restore Enabled: true
17:02:22 
17:02:22 WARNING: No swap limit support
[Pipeline] sh
17:02:22 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
17:02:22 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
17:02:22 #2 [internal] load .dockerignore
17:02:22 #2 transferring context: 100B done
17:02:22 #2 DONE 0.0s
17:02:22 
17:02:22 #1 [internal] load build definition from Dockerfile.e2e
17:02:22 #1 transferring dockerfile: 1.58kB done
17:02:22 #1 DONE 0.0s
17:02:22 
17:02:22 #3 [internal] load metadata for docker.io/library/golang:1.12.10
17:02:23 #3 DONE 0.4s
17:02:23 
17:02:23 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
17:02:23 #4 resolve docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 done
17:02:23 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0B / 7.80MB 0.0s
17:02:23 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0B / 10.00MB 0.0s
17:02:23 #4 sha256:085cf568ca7daf05b444dacb76b52fce078d3ebef8042b6a24dcc0fa6cd39c25 2.16kB / 2.16kB done
17:02:23 #4 sha256:e699a540de350a0993ce3a3f8238161e5c26bbf728bffe1dc1f75952a987ea30 1.79kB / 1.79kB done
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 0B / 50.38MB 0.0s
17:02:23 #4 sha256:f945ea07f224dc92201c943215f00e7a75df6e090b6874d49176259e973e035a 5.46kB / 5.46kB done
17:02:23 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 1.06MB / 7.80MB 0.2s
17:02:23 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 2.42MB / 10.00MB 0.2s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 9.24MB / 50.38MB 0.2s
17:02:23 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 16.82MB / 50.38MB 0.3s
17:02:23 #4 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.3s done
17:02:23 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 9.21MB / 10.00MB 0.4s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 25.90MB / 50.38MB 0.4s
17:02:23 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 2.40MB / 51.77MB 0.4s
17:02:23 #4 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.4s done
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 33.68MB / 50.38MB 0.5s
17:02:23 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 11.57MB / 51.77MB 0.5s
17:02:23 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 0B / 68.52MB 0.5s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 44.98MB / 50.38MB 0.7s
17:02:23 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 19.04MB / 51.77MB 0.7s
17:02:23 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 10.81MB / 68.52MB 0.7s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 47.75MB / 50.38MB 0.8s
17:02:23 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 22.64MB / 51.77MB 0.8s
17:02:23 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 15.75MB / 68.52MB 0.8s
17:02:23 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 0.9s
17:02:23 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 27.85MB / 51.77MB 0.9s
17:02:23 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 24.49MB / 68.52MB 0.9s
17:02:24 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 38.80MB / 51.77MB 1.0s
17:02:24 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 31.21MB / 68.52MB 1.0s
17:02:24 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 50.93MB / 51.77MB 1.2s
17:02:24 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 48.17MB / 68.52MB 1.2s
17:02:24 #4 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.2s done
17:02:24 #4 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 1.3s done
17:02:24 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 58.65MB / 68.52MB 1.3s
17:02:24 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 0B / 125B 1.3s
17:02:24 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0B / 127.96MB 1.3s
17:02:24 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd
17:02:24 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.6s
17:02:24 #4 sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd 125B / 125B 1.5s done
17:02:24 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 10.25MB / 127.96MB 1.6s
17:02:24 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 16.76MB / 127.96MB 1.7s
17:02:24 #4 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 1.7s done
17:02:24 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 29.54MB / 127.96MB 1.9s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 46.53MB / 127.96MB 2.1s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 54.08MB / 127.96MB 2.2s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 73.23MB / 127.96MB 2.5s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 82.62MB / 127.96MB 2.6s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 89.80MB / 127.96MB 2.7s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 99.82MB / 127.96MB 2.8s
17:02:25 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 107.87MB / 127.96MB 2.9s
17:02:26 #4 ...
17:02:26 
17:02:26 #10 [internal] load build context
17:02:26 #10 transferring context: 42.37MB 3.1s done
17:02:26 #10 DONE 3.2s
17:02:26 
17:02:26 #4 [1/11] FROM docker.io/library/golang:1.12.10@sha256:085cf568ca7daf05b444...
17:02:26 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 124.48MB / 127.96MB 3.1s
17:02:26 #4 sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 127.96MB / 127.96MB 3.7s done
17:02:27 #4 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 3.2s done
17:02:27 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.1s
17:02:27 #4 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.3s done
17:02:28 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.1s
17:02:28 #4 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.2s done
17:02:28 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf
17:02:30 #4 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 1.9s done
17:02:30 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664
17:02:32 #4 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 2.0s done
17:02:32 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 0.1s
17:02:36 #4 extracting sha256:33b8ad332cc67897d366a0a3866b708551b9cfb66ff0637664579cbf2e865b75 4.2s done
17:02:37 #4 extracting sha256:aa30e10913dbe58ba0cd45afce4dc735d91bb8bc3bdc5d794f91ab3b378892dd done
17:02:37 #4 DONE 14.3s
17:02:37 
17:02:37 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
17:02:37 #5 0.801 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
17:02:38 #5 0.889 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [98.2 kB]
17:02:38 #5 1.052 Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
17:02:38 #5 1.056 Get:4 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
17:02:38 #5 1.146 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
17:02:38 #5 1.329 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
17:02:39 #5 2.462 Fetched 8212 kB in 2s (4943 kB/s)
17:02:40 #5 2.462 Reading package lists...
17:02:40 #5 3.042 Reading package lists...
17:02:40 #5 3.611 Building dependency tree...
17:02:40 #5 3.711 Reading state information...
17:02:41 #5 3.806 curl is already the newest version (7.64.0-4).
17:02:41 #5 3.806 The following additional packages will be installed:
17:02:41 #5 3.806   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:02:41 #5 3.807   libalgorithm-merge-perl libfakeroot patch xz-utils
17:02:41 #5 3.808 Suggested packages:
17:02:41 #5 3.808   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
17:02:41 #5 3.808   diffutils-doc
17:02:41 #5 3.808 Recommended packages:
17:02:41 #5 3.808   xauth
17:02:41 #5 3.872 The following NEW packages will be installed:
17:02:41 #5 3.872   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
17:02:41 #5 3.873   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
17:02:41 #5 3.874 The following packages will be upgraded:
17:02:41 #5 3.874   openssh-client openssl
17:02:41 #5 4.146 2 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
17:02:41 #5 4.146 Need to get 3968 kB of archives.
17:02:41 #5 4.146 After this operation, 3603 kB of additional disk space will be used.
17:02:41 #5 4.146 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
17:02:41 #5 4.147 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 openssh-client amd64 1:7.9p1-10+deb10u1 [782 kB]
17:02:41 #5 4.149 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
17:02:41 #5 4.156 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
17:02:41 #5 4.156 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
17:02:41 #5 4.163 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u1 [843 kB]
17:02:41 #5 4.182 Get:7 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
17:02:41 #5 4.183 Get:8 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
17:02:41 #5 4.183 Get:9 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
17:02:41 #5 4.184 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
17:02:41 #5 4.185 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
17:02:41 #5 4.186 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
17:02:41 #5 4.300 debconf: delaying package configuration, since apt-utils is not installed
17:02:41 #5 4.324 Fetched 3968 kB in 0s (13.4 MB/s)
17:02:41 #5 4.347 Selecting previously unselected package bzip2.
17:02:41 #5 4.347 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
17:02:41 #5 4.354 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
17:02:41 #5 4.359 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:02:41 #5 4.421 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u1_amd64.deb ...
17:02:41 #5 4.441 Unpacking openssh-client (1:7.9p1-10+deb10u1) over (1:7.9p1-10) ...
17:02:41 #5 4.659 Selecting previously unselected package xz-utils.
17:02:41 #5 4.661 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
17:02:41 #5 4.665 Unpacking xz-utils (5.2.4-1) ...
17:02:41 #5 4.709 Selecting previously unselected package patch.
17:02:42 #5 4.711 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
17:02:42 #5 4.715 Unpacking patch (2.7.6-3+deb10u1) ...
17:02:42 #5 4.754 Selecting previously unselected package dpkg-dev.
17:02:42 #5 4.756 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
17:02:42 #5 4.760 Unpacking dpkg-dev (1.19.7) ...
17:02:42 #5 4.862 Selecting previously unselected package build-essential.
17:02:42 #5 4.864 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
17:02:42 #5 4.868 Unpacking build-essential (12.6) ...
17:02:42 #5 4.905 Selecting previously unselected package libfakeroot:amd64.
17:02:42 #5 4.907 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
17:02:42 #5 4.915 Unpacking libfakeroot:amd64 (1.23-1) ...
17:02:42 #5 4.949 Selecting previously unselected package fakeroot.
17:02:42 #5 4.951 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
17:02:42 #5 4.955 Unpacking fakeroot (1.23-1) ...
17:02:42 #5 4.991 Selecting previously unselected package libalgorithm-diff-perl.
17:02:42 #5 4.993 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:02:42 #5 4.998 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:02:42 #5 5.030 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:02:42 #5 5.032 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
17:02:42 #5 5.036 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:02:42 #5 5.062 Selecting previously unselected package libalgorithm-merge-perl.
17:02:42 #5 5.063 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
17:02:42 #5 5.068 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:02:42 #5 5.102 Preparing to unpack .../11-openssl_1.1.1d-0+deb10u1_amd64.deb ...
17:02:42 #5 5.114 Unpacking openssl (1.1.1d-0+deb10u1) over (1.1.1c-1) ...
17:02:42 #5 5.434 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:02:42 #5 5.445 Setting up openssh-client (1:7.9p1-10+deb10u1) ...
17:02:42 #5 5.476 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:02:42 #5 5.488 Setting up libfakeroot:amd64 (1.23-1) ...
17:02:42 #5 5.503 Setting up fakeroot (1.23-1) ...
17:02:42 #5 5.513 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:02:42 #5 5.525 Setting up xz-utils (5.2.4-1) ...
17:02:42 #5 5.536 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:02:42 #5 5.545 Setting up patch (2.7.6-3+deb10u1) ...
17:02:42 #5 5.556 Setting up openssl (1.1.1d-0+deb10u1) ...
17:02:42 #5 5.573 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
17:02:42 #5 5.586 Setting up libalgorithm-merge-perl (0.08-3) ...
17:02:42 #5 5.599 Setting up dpkg-dev (1.19.7) ...
17:02:42 #5 5.619 Setting up build-essential (12.6) ...
17:02:42 #5 5.631 Processing triggers for libc-bin (2.28-10) ...
17:02:45 #5 DONE 8.3s
17:02:45 
17:02:45 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
17:02:46 #6 0.822   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
17:02:46 #6 0.822                                  Dload  Upload   Total   Spent    Left  Speed
17:02:46 #6 0.823 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   6108      0 --:--:-- --:--:-- --:--:--  6108
17:02:46 #6 1.039 
100 10.3M  100 10.3M    0     0  47.9M      0 --:--:-- --:--:-- --:--:-- 47.9M
17:02:46 #6 DONE 1.2s
17:02:46 
17:02:46 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
17:02:48 #7 DONE 1.1s
17:02:48 
17:02:48 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
17:02:49 #8 DONE 1.1s
17:02:49 
17:02:49 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
17:02:49 #9 DONE 0.1s
17:02:49 
17:02:49 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
17:02:49 #11 DONE 0.1s
17:02:49 
17:02:49 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
17:02:50 #12 0.847 Updating certificates in /etc/ssl/certs...
17:02:50 #12 1.338 1 added, 0 removed; done.
17:02:50 #12 1.339 Running hooks in /etc/ca-certificates/update.d...
17:02:50 #12 1.340 done.
17:02:50 #12 DONE 1.4s
17:02:50 
17:02:50 #13 [9/11] COPY . .
17:02:51 #13 DONE 0.8s
17:02:51 
17:02:51 #14 [10/11] RUN ./scripts/build/binary
17:02:52 #14 0.816 Building statically linked build/docker-linux-amd64
17:04:13 #14 DONE 69.3s
17:04:13 
17:04:13 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
17:04:13 #15 0.832 Building statically linked build/plugins-linux-amd64/docker-helloworld
17:04:13 #15 2.705 Building statically linked build/plugins-linux-amd64/docker-badmeta
17:04:13 #15 4.398 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
17:04:13 #15 DONE 6.5s
17:04:13 
17:04:13 #16 exporting to image
17:04:13 #16 exporting layers
17:04:13 #16 exporting layers 2.1s done
17:04:13 #16 writing image sha256:46f8db149cdfbacef99eeb6dc16bf80cf11e4bc7664f8de423f02bfe6e2d42e4 done
17:04:13 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
17:04:13 #16 DONE 2.2s
17:04:13 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-e2eclie2e1
17:04:13 Creating network "cliendtoendsuite_default" with the default driver
17:04:13 Pulling registry (registry:2)...
17:04:13 2: Pulling from library/registry
17:04:13 Digest: sha256:8004747f1e8cd820a148fb7499d71a76d45ff66bac6a29129bfdbfdc0154d146
17:04:13 Status: Downloaded newer image for registry:2
17:04:13 Pulling engine (docker:stable-dind)...
17:04:13 stable-dind: Pulling from library/docker
17:04:16 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
17:04:16 Status: Downloaded newer image for docker:stable-dind
17:04:16 Building notary-server
17:04:16 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:04:16 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:04:16 server-0.5.0: Pulling from library/notary
17:04:17 Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
17:04:17 Status: Downloaded newer image for notary:server-0.5.0
17:04:17  ---> 16b632e954ca
17:04:17 Step 3/3 : COPY ./notary/ /fixtures/
17:04:19  ---> 7efcae11d487
17:04:19 Successfully built 7efcae11d487
17:04:19 Successfully tagged cliendtoendsuite_notary-server:latest
17:04:19 Building evil-notary-server
17:04:19 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:04:19 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:04:19  ---> 16b632e954ca
17:04:19 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:04:19  ---> a5e44b46f6ac
17:04:19 Successfully built a5e44b46f6ac
17:04:19 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:04:19 Creating cliendtoendsuite_registry_1 ... 
17:04:19 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:04:19 Creating cliendtoendsuite_notary-server_1      ... 
17:04:19 Creating cliendtoendsuite_engine_1             ... 
17:04:23 
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 tcp://172.18.0.3:2375
17:04:23 Client:
17:04:23  Version:           19.09.0-dev
17:04:23  API version:       1.40 (downgraded from 1.41)
17:04:23  Go version:        go1.12.10
17:04:23  Git commit:        
17:04:23  Built:             Thu Oct 10 17:02:51 2019
17:04:23  OS/Arch:           linux/amd64
17:04:23  Experimental:      false
17:04:23 
17:04:23 Server: Docker Engine - Community
17:04:23  Engine:
17:04:23   Version:          19.03.3
17:04:23   API version:      1.40 (minimum version 1.12)
17:04:23   Go version:       go1.12.10
17:04:23   Git commit:       a872fc2f86
17:04:23   Built:            Tue Oct  8 01:01:20 2019
17:04:23   OS/Arch:          linux/amd64
17:04:23   Experimental:     false
17:04:23  containerd:
17:04:23   Version:          v1.2.10
17:04:23   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:04:23  runc:
17:04:23   Version:          1.0.0-rc8+dev
17:04:23   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:04:23  docker-init:
17:04:23   Version:          0.18.0
17:04:23   GitCommit:        fec3683
17:04:23 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:04:23 88286f41530e: Pulling fs layer
17:04:23 88286f41530e: Download complete
17:04:24 88286f41530e: Pull complete
17:04:24 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:04:24 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:04:24 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:04:24 The push refers to repository [registry:5000/alpine]
17:04:24 5bef08742407: Preparing
17:04:24 5bef08742407: Pushed
17:04:24 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:04:24 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:04:24 03b1be98f3f9: Pulling fs layer
17:04:24 03b1be98f3f9: Verifying Checksum
17:04:24 03b1be98f3f9: Download complete
17:04:25 03b1be98f3f9: Pull complete
17:04:25 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:04:25 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:04:25 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:04:25 The push refers to repository [registry:5000/busybox]
17:04:25 6a749002dd6a: Preparing
17:04:25 6a749002dd6a: Pushed
17:04:25 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:04:26 Swarm initialized: current node (r3zrjw6ycp5gppobfv4nlo8x0) is now a manager.
17:04:26 
17:04:26 To add a worker to this swarm, run the following command:
17:04:26 
17:04:26     docker swarm join --token SWMTKN-1-0jn2u9l5abtb4yqj0624mu0zjq8zdqigolj8w41cydl33d8f82-835pvt06jqbclpsbpfgefb0hr 172.18.0.3:2377
17:04:26 
17:04:26 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:04:26 
17:04:52 ✓  e2e/cli-plugins (2.477s)
17:04:52 ∅  e2e/cli-plugins/plugins/badmeta
17:04:52 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:04:52 ✓  e2e/context (57ms)
17:04:55 ✓  e2e/container (8.596s)
17:05:01 ✓  e2e/plugin (3.844s)
17:05:01 ✓  e2e/image (11.444s)
17:05:01 ∅  e2e/internal/fixtures
17:05:01 ∅  e2e/plugin/basic
17:05:02 ✓  e2e/stack (622ms)
17:05:02 ✓  e2e/system (82ms)
17:05:04 ✓  e2e/trust (2.177s)
17:05:04 
17:05:04 === Skipped
17:05:04 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:05:04     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:05:04 
17:05:04 === SKIP: e2e/image TestBuildIidFileSquash (0.04s)
17:05:04     build_test.go:112: !experimentalBuild: running against a non-experimental daemon
17:05:04 
17:05:04 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:05:04     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:05:04         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:05:04 
17:05:04 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:05:04     --- SKIP: TestRemove/Kubernetes (0.00s)
17:05:04         remove_test.go:22: !environment.KubernetesEnabled()
17:05:04 
17:05:04 
17:05:04 DONE 88 tests, 4 skipped in 38.725s
17:05:05 Stopping cliendtoendsuite_engine_1             ... 
17:05:05 Stopping cliendtoendsuite_registry_1           ... 
17:05:05 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:05:05 Stopping cliendtoendsuite_notary-server_1      ... 
17:05:07 
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_engine_1             ... 
17:05:07 Removing cliendtoendsuite_registry_1           ... 
17:05:07 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:05:07 Removing cliendtoendsuite_notary-server_1      ... 
17:05:07 
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
17:05:07 Removing image cliendtoendsuite_notary-server
17:05:07 Removing image cliendtoendsuite_evil-notary-server
17:05:07 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-e2eclie2e1
17:05:09 Creating network "cliendtoendsuite_default" with the default driver
17:05:09 Building evil-notary-server
17:05:09 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:05:09 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:05:09  ---> 16b632e954ca
17:05:09 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:05:09  ---> 6f8141a89131
17:05:09 Successfully built 6f8141a89131
17:05:09 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:05:09 Building notary-server
17:05:09 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:05:09 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:05:09  ---> 16b632e954ca
17:05:09 Step 3/3 : COPY ./notary/ /fixtures/
17:05:10  ---> 7752b961714e
17:05:10 Successfully built 7752b961714e
17:05:10 Successfully tagged cliendtoendsuite_notary-server:latest
17:05:10 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:05:10 Creating cliendtoendsuite_notary-server_1      ... 
17:05:10 Creating cliendtoendsuite_engine_1             ... 
17:05:10 Creating cliendtoendsuite_registry_1           ... 
17:05:13 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.19.0.5:2375
17:05:13 Client:
17:05:13  Version:           19.09.0-dev
17:05:13  API version:       1.40 (downgraded from 1.41)
17:05:13  Go version:        go1.12.10
17:05:13  Git commit:        
17:05:13  Built:             Thu Oct 10 17:02:51 2019
17:05:13  OS/Arch:           linux/amd64
17:05:13  Experimental:      false
17:05:13 
17:05:13 Server: Docker Engine - Community
17:05:13  Engine:
17:05:13   Version:          19.03.3
17:05:13   API version:      1.40 (minimum version 1.12)
17:05:13   Go version:       go1.12.10
17:05:13   Git commit:       a872fc2f86
17:05:13   Built:            Tue Oct  8 01:01:20 2019
17:05:13   OS/Arch:          linux/amd64
17:05:13   Experimental:     true
17:05:13  containerd:
17:05:13   Version:          v1.2.10
17:05:13   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
17:05:13  runc:
17:05:13   Version:          1.0.0-rc8+dev
17:05:13   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
17:05:13  docker-init:
17:05:13   Version:          0.18.0
17:05:13   GitCommit:        fec3683
17:05:14 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
17:05:14 88286f41530e: Pulling fs layer
17:05:14 88286f41530e: Verifying Checksum
17:05:14 88286f41530e: Download complete
17:05:14 88286f41530e: Pull complete
17:05:14 Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:05:14 Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:05:14 docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
17:05:14 The push refers to repository [registry:5000/alpine]
17:05:14 5bef08742407: Preparing
17:05:14 5bef08742407: Pushed
17:05:14 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
17:05:15 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
17:05:15 03b1be98f3f9: Pulling fs layer
17:05:15 03b1be98f3f9: Verifying Checksum
17:05:15 03b1be98f3f9: Download complete
17:05:15 03b1be98f3f9: Pull complete
17:05:15 Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:05:15 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:05:15 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
17:05:15 The push refers to repository [registry:5000/busybox]
17:05:15 6a749002dd6a: Preparing
17:05:15 6a749002dd6a: Pushed
17:05:15 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
17:05:16 Swarm initialized: current node (gpcg8sddhf111b4ut90k2uts4) is now a manager.
17:05:16 
17:05:16 To add a worker to this swarm, run the following command:
17:05:16 
17:05:16     docker swarm join --token SWMTKN-1-4khy4rtzi7ikh64r2afo8qdur2urnejljve4djg396obp8n9dr-crolhw1qmtegon1wcup82vboh 172.19.0.5:2377
17:05:16 
17:05:16 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.
17:05:16 
17:05:42 ✓  e2e/cli-plugins (2.307s)
17:05:42 ∅  e2e/cli-plugins/plugins/badmeta
17:05:42 ∅  e2e/cli-plugins/plugins/nopersistentprerun
17:05:42 ✓  e2e/context (41ms)
17:05:46 ✓  e2e/container (8.462s)
17:05:51 ✓  e2e/plugin (3.738s)
17:05:52 ✓  e2e/stack (587ms)
17:05:52 ✓  e2e/system (67ms)
17:05:54 ✓  e2e/image (14.327s)
17:05:54 ∅  e2e/internal/fixtures
17:05:54 ∅  e2e/plugin/basic
17:05:56 ✓  e2e/trust (2.792s)
17:05:56 
17:05:56 === Skipped
17:05:56 === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
17:05:56     dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set
17:05:56 
17:05:56 === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
17:05:56     --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
17:05:56         deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.
17:05:56 
17:05:56 === SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
17:05:56     --- SKIP: TestRemove/Kubernetes (0.00s)
17:05:56         remove_test.go:22: !environment.KubernetesEnabled()
17:05:56 
17:05:56 
17:05:56 DONE 88 tests, 3 skipped in 39.763s
17:05:56 Stopping cliendtoendsuite_notary-server_1      ... 
17:05:56 Stopping cliendtoendsuite_engine_1             ... 
17:05:56 Stopping cliendtoendsuite_registry_1           ... 
17:05:56 Stopping cliendtoendsuite_evil-notary-server_1 ... 
17:05:58 
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_notary-server_1      ... 
17:05:58 Removing cliendtoendsuite_engine_1             ... 
17:05:58 Removing cliendtoendsuite_registry_1           ... 
17:05:58 Removing cliendtoendsuite_evil-notary-server_1 ... 
17:05:58 
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
17:05:58 Removing image cliendtoendsuite_notary-server
17:05:58 Removing image cliendtoendsuite_evil-notary-server
17:05:59 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-e2eclie2e1
17:06:00 Creating network "cliendtoendsuite_default" with the default driver
17:06:00 Building notary-server
17:06:00 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:06:00 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:06:00  ---> 16b632e954ca
17:06:00 Step 3/3 : COPY ./notary/ /fixtures/
17:06:00  ---> fa14248d9007
17:06:00 Successfully built fa14248d9007
17:06:00 Successfully tagged cliendtoendsuite_notary-server:latest
17:06:00 Building evil-notary-server
17:06:01 Step 1/3 : ARG NOTARY_VERSION=0.5.0
17:06:01 Step 2/3 : FROM notary:server-${NOTARY_VERSION}
17:06:01  ---> 16b632e954ca
17:06:01 Step 3/3 : COPY ./notary-evil/ /fixtures/
17:06:01  ---> 842834460307
17:06:01 Successfully built 842834460307
17:06:01 Successfully tagged cliendtoendsuite_evil-notary-server:latest
17:06:01 Building engine
17:06:01 Step 1/6 : FROM docker:test-dind
17:06:01 test-dind: Pulling from library/docker
17:06:01 Digest: sha256:5d11c2a1300b7438e21cbb5b2bd704e663b70534abe90c9072081dfb18e144de
17:06:01 Status: Downloaded newer image for docker:test-dind
17:06:01  ---> 0891431bfc89
17:06:01 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
17:06:01  ---> Running in 85e0df51a9cb
17:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
17:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
17:06:03 (1/5) Installing openssh-keygen (8.0_p1-r0)
17:06:03 (2/5) Installing openssh-server-common (8.0_p1-r0)
17:06:03 (3/5) Installing openssh-server (8.0_p1-r0)
17:06:03 (4/5) Installing linux-pam (1.3.0-r1)
17:06:03 (5/5) Installing shadow (4.6-r2)
17:06:03 Executing busybox-1.30.1-r2.trigger
17:06:03 OK: 24 MiB in 45 packages
17:06:03 Creating mailbox file: No such file or directory
17:06:03 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
17:06:04 Removing intermediate container 85e0df51a9cb
17:06:04  ---> 8020b179e6fc
17:06:04 Step 3/6 : RUN  ln -s /usr/local/bin/docker /usr/bin/docker
17:06:04  ---> Running in 79d4d1b33322
17:06:06 Removing intermediate container 79d4d1b33322
17:06:06  ---> 0ad58ca67e8f
17:06:06 Step 4/6 : COPY ./connhelper-ssh/entrypoint.sh /
17:06:06  ---> 41bfdd6a0cd5
17:06:06 Step 5/6 : EXPOSE 22
17:06:06  ---> Running in efa07c951f47
17:06:06 Removing intermediate container efa07c951f47
17:06:06  ---> 3c30988079aa
17:06:06 Step 6/6 : ENTRYPOINT ["/entrypoint.sh"]
17:06:06  ---> Running in 7b47ec28cfe8
17:06:06 Removing intermediate container 7b47ec28cfe8
17:06:06  ---> 5d65e0facde0
17:06:06 Successfully built 5d65e0facde0
17:06:06 Successfully tagged docker:stable-dind
17:06:06 Creating cliendtoendsuite_notary-server_1 ... 
17:06:06 Creating cliendtoendsuite_engine_1        ... 
17:06:06 Creating cliendtoendsuite_evil-notary-server_1 ... 
17:06:06 Creating cliendtoendsuite_registry_1           ... 
17:06:09 
Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done

Creating cliendtoendsuite_engine_1             ... done
Waiting for docker daemon to become available at ssh://penguin@172.20.0.5
17:06:10 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vOHrm6JK5tTK1Tne: No such file or directory
17:06:10 
17:06:11 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.cm7RfjcaV23z4Ojg: No such file or directory
17:06:11 
17:06:12 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.8JSOYIvhtt3iz3FU: No such file or directory
17:06:12 
17:06:13 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.BBYf3zxEisZ1R45N: No such file or directory
17:06:13 
17:06:13 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ARaqCS6pOm8bc5wG: No such file or directory
17:06:13 
17:06:14 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.xVAyOY7cFqHTUhQ7: No such file or directory
17:06:14 
17:06:15 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.VrRWc7yDG1DTUAhK: No such file or directory
17:06:15 
17:06:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.iOex25hGIFgIMCL1: No such file or directory
17:06:16 
17:06:17 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.szIzJwqPHIAPYe6O: No such file or directory
17:06:17 
17:06:18 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.8dhN7BsJpQDJoWuz: No such file or directory
17:06:18 
17:06:19 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.d6PLOhMdELgpSYef: No such file or directory
17:06:19 
17:06:19 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.TlFRHllVXNNMXgVL: No such file or directory
17:06:19 
17:06:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZGfqjyO87D4VIW2J: No such file or directory
17:06:20 
17:06:21 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Stq4JfNZaYXIWWu9: No such file or directory
17:06:21 
17:06:22 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.opKyfW2uM60wPNQF: No such file or directory
17:06:22 
17:06:23 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.EGWcjZx0jFfOmwkN: No such file or directory
17:06:23 
17:06:24 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.nh7dOc133cl0eOUh: No such file or directory
17:06:24 
17:06:24 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.DcnnLpi3vyCCLZwi: No such file or directory
17:06:24 
17:06:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vCGnzywfIviIWCcN: No such file or directory
17:06:25 
17:06:26 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.mOJYGXqAAQAm44Eg: No such file or directory
17:06:26 
17:06:27 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.imp9QkBAwVyobbDW: No such file or directory
17:06:27 
17:06:28 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vLP9XFhA2FDuPnqs: No such file or directory
17:06:28 
17:06:29 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.EdGutnwviglI21Cu: No such file or directory
17:06:29 
17:06:30 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.t7XjaJYAbxHF6im4: No such file or directory
17:06:30 
17:06:30 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.rjav8l0z0T1czZQS: No such file or directory
17:06:30 
17:06:31 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.TwPxDC03npq5jpYJ: No such file or directory
17:06:31 
17:06:32 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ErsdGS2aySNae14X: No such file or directory
17:06:32 
17:06:33 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.IBHDMLmHdDcDaNgT: No such file or directory
17:06:33 
17:06:34 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.WJId0Q4r1kIrge2D: No such file or directory
17:06:34 
17:06:35 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.zupK04m7GHRvt16r: No such file or directory
17:06:35 
17:06:35 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.AbI7SwabsFI8ylZO: No such file or directory
17:06:35 
17:06:36 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.bVQzomkkvRnO7X9L: No such file or directory
17:06:36 
17:06:37 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.kQhSeRoQYd7m61C3: No such file or directory
17:06:37 
17:06:38 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.LSGp6f64JoXjIzQE: No such file or directory
17:06:38 
17:06:39 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.fpQWeLxvHGNWn2sg: No such file or directory
17:06:39 
17:06:40 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.CNhdIBZToCR0POYQ: No such file or directory
17:06:40 
17:06:40 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.49cTYaTSjNiSc93G: No such file or directory
17:06:40 
17:06:41 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.UkS9dgajb6DvvXXF: No such file or directory
17:06:41 
17:06:42 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Jp0r0UnZw2bQMix6: No such file or directory
17:06:42 
17:06:43 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.17bbahZJmf4zgDnP: No such file or directory
17:06:43 
17:06:44 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.hWyrQSFcRU7HVGfC: No such file or directory
17:06:44 
17:06:44 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Lv3k8JQVJxvns4rI: No such file or directory
17:06:44 
17:06:45 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.P5XnrbOb84qScS25: No such file or directory
17:06:45 
17:06:46 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.0mYIBuQVP6v36aJd: No such file or directory
17:06:46 
17:06:47 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.PfW55S3dEZ0hRhVU: No such file or directory
17:06:47 
17:06:48 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.OsbLF37WRYByvPJx: No such file or directory
17:06:48 
17:06:49 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.xWVtgqF4uzj1Jq0P: No such file or directory
17:06:49 
17:06:50 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.viVKUYfM0rRbp2ii: No such file or directory
17:06:50 
17:06:50 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.U1DOzVysegzzleqH: No such file or directory
17:06:50 
17:06:51 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.uxu8DT3O6Y4a4Wdm: No such file or directory
17:06:51 
17:06:52 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.NH9POvxWbqrTPtdK: No such file or directory
17:06:52 
17:06:53 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.BEEuLcKnB05yL1jb: No such file or directory
17:06:53 
17:06:54 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.99kAiht4mLOBLpfM: No such file or directory
17:06:54 
17:06:55 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.j3jQLDc7kbQ4Atvn: No such file or directory
17:06:55 
17:06:55 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GaHFq9yXAl0pw7xX: No such file or directory
17:06:55 
17:06:56 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.izcg9jc5eCKiANLH: No such file or directory
17:06:56 
17:06:57 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.methgubo97Ztc2JG: No such file or directory
17:06:57 
17:06:58 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.veTtqOgtkOSszmVE: No such file or directory
17:06:58 
17:06:59 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.xZuJs5cdn5cVyscn: No such file or directory
17:06:59 
17:06:59 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Rrv58GqqwfUYY5Nf: No such file or directory
17:06:59 
17:07:00 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.d2v5G0pDdaE5elIQ: No such file or directory
17:07:00 
17:07:01 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.7xedhysIF59XNhEj: No such file or directory
17:07:01 
17:07:02 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.3awkNrbIVbDGYL5q: No such file or directory
17:07:02 
17:07:03 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.oFRbv8IoCxsFDtiF: No such file or directory
17:07:03 
17:07:04 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.IgTcQENXXf0DV0RW: No such file or directory
17:07:04 
17:07:05 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.B1XXKsekfWpzUM3U: No such file or directory
17:07:05 
17:07:06 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.OqsZLfegDtWMsjGM: No such file or directory
17:07:06 
17:07:06 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.TynmFUIE0CC1MD5b: No such file or directory
17:07:06 
17:07:07 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.EKMWOgnvtrylbMkK: No such file or directory
17:07:07 
17:07:08 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.2xr8e2b4jHEPkdc6: No such file or directory
17:07:08 
17:07:09 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.LIxastcq0SkycRd7: No such file or directory
17:07:09 
17:07:09 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.nzeTQWFx7otBjAEI: No such file or directory
17:07:09 
17:07:10 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.rC0YoaLxrVo022rw: No such file or directory
17:07:10 
17:07:11 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.U18XjcxDXVmwuTZd: No such file or directory
17:07:11 
17:07:12 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.uC9dOSWOCmSFhb8A: No such file or directory
17:07:12 
17:07:13 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.zEUjGkR1V7uuDrLr: No such file or directory
17:07:13 
17:07:14 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.nDH4PqQ4i5bHyOg4: No such file or directory
17:07:14 
17:07:15 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.He6ekNVQfzPiE9o9: No such file or directory
17:07:15 
17:07:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.s1bWF3JLrRxHsW5b: No such file or directory
17:07:16 
17:07:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.SCILePtUGww7ETJb: No such file or directory
17:07:16 
17:07:17 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.kAiUEpTtP1oaG7Mq: No such file or directory
17:07:17 
17:07:18 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.bI0dI9SJwgfbn4zc: No such file or directory
17:07:18 
17:07:19 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Wh0VEtuaUT5dphKs: No such file or directory
17:07:19 
17:07:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.sH2GKLldy3fLJjFV: No such file or directory
17:07:20 
17:07:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.WJxcFlMHWRBBBwUX: No such file or directory
17:07:20 
17:07:21 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GQLJq1IDtnkUBfBH: No such file or directory
17:07:21 
17:07:22 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.G6DFwxU1Qw0CRuUA: No such file or directory
17:07:22 
17:07:23 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.fVW4Ocx5biTnz6Xi: No such file or directory
17:07:23 
17:07:24 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.khlZUd6JxktQS7b8: No such file or directory
17:07:24 
17:07:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.OSm584mqgPqjuueJ: No such file or directory
17:07:25 
17:07:26 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZqBsog8eymgWBSwT: No such file or directory
17:07:26 
17:07:27 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vKP8RmN9iabu3i1x: No such file or directory
17:07:27 
17:07:27 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.V8bXy6xs8ZnfNnP3: No such file or directory
17:07:27 
17:07:28 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GYYEmsF5Q5uGLqzV: No such file or directory
17:07:28 
17:07:29 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZPP9iD8Jh8aMMrBQ: No such file or directory
17:07:29 
17:07:30 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.8PXiLiTpIJsjE9PZ: No such file or directory
17:07:30 
17:07:31 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ha3JgRXJAKAtcpA8: No such file or directory
17:07:31 
17:07:31 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.wgfY8shvBF8sBEw6: No such file or directory
17:07:31 
17:07:32 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.FBrk2wznflkKunER: No such file or directory
17:07:32 
17:07:33 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.f4pJnui2R5pTg791: No such file or directory
17:07:33 
17:07:34 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.uhGYyFo0l7WAddUT: No such file or directory
17:07:34 
17:07:35 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.gOvGyC13szi93MXA: No such file or directory
17:07:35 
17:07:36 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.QGDoEqEHumBgUzfl: No such file or directory
17:07:36 
17:07:37 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.wXFiAvREwUzQmgoh: No such file or directory
17:07:37 
17:07:37 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.4PsUABK3JspxHTZb: No such file or directory
17:07:37 
17:07:38 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.CpSnu5Nw4DJdi6Ae: No such file or directory
17:07:38 
17:07:39 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vJp9YbzfjpIKLxl7: No such file or directory
17:07:39 
17:07:40 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.r9srYc2iLgboTFW5: No such file or directory
17:07:40 
17:07:41 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.nMwq5v7QG2DAHDlA: No such file or directory
17:07:41 
17:07:42 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.XjTerGgjpWRvgjjx: No such file or directory
17:07:42 
17:07:42 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.qDgcxmjcHuRG5bDQ: No such file or directory
17:07:42 
17:07:43 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.a5j0pJ3DAriZTrAL: No such file or directory
17:07:43 
17:07:44 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.iMANIEkA6XuVQFsA: No such file or directory
17:07:44 
17:07:45 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.JCWNIbk06yOWqeqh: No such file or directory
17:07:45 
17:07:45 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Em3dScVYz78m9GNm: No such file or directory
17:07:45 
17:07:46 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GuNRTWMb08hBAI9R: No such file or directory
17:07:46 
17:07:47 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.9scJueHCpzD5wf1j: No such file or directory
17:07:47 
17:07:48 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.NLno32KtGX85UaaR: No such file or directory
17:07:48 
17:07:49 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.qpWOg3QxYX95H9r2: No such file or directory
17:07:49 
17:07:50 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.2pV8CToAuyc4cHoZ: No such file or directory
17:07:50 
17:07:51 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.iBWaxp0IEP0aNB4X: No such file or directory
17:07:51 
17:07:51 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.LKhq3HTAnCoOZ2CT: No such file or directory
17:07:51 
17:07:52 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.2TNwtAtzzJGetgAi: No such file or directory
17:07:52 
17:07:53 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.QCUFHYNgTLCtdtGo: No such file or directory
17:07:53 
17:07:54 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Q5gMJRdrwmf4qm9s: No such file or directory
17:07:54 
17:07:55 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.o3q13n3em9Q67pdr: No such file or directory
17:07:55 
17:07:56 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.mM5yffrxt4BWT13W: No such file or directory
17:07:56 
17:07:56 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.TWT1rQAXfu2bokak: No such file or directory
17:07:56 
17:07:57 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.aJ0a2giwPgwaMdKN: No such file or directory
17:07:57 
17:07:58 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.BeOxWZw279P4Tk4K: No such file or directory
17:07:58 
17:07:59 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Tj6FKSPVcqhSHHDl: No such file or directory
17:07:59 
17:08:00 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZMpdH9ANiJLDPuE7: No such file or directory
17:08:00 
17:08:01 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.DaTb4PPXV6FAqppa: No such file or directory
17:08:01 
17:08:01 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.XMsfSkdwZ4937dOI: No such file or directory
17:08:01 
17:08:02 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.t1OHyWOaI7v47SdZ: No such file or directory
17:08:02 
17:08:03 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ExFQHIdYk5DpCBuZ: No such file or directory
17:08:03 
17:08:04 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.33lLk2x04RW0CDE7: No such file or directory
17:08:04 
17:08:05 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GngmY1PCKlqcWWAO: No such file or directory
17:08:05 
17:08:06 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.fVFf112teszLvSCV: No such file or directory
17:08:06 
17:08:07 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.cmmg9uj0tx8CxLar: No such file or directory
17:08:07 
17:08:07 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.i3osSSGGc4dnshM1: No such file or directory
17:08:07 
17:08:08 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.CvN0gFioEXGRXzjS: No such file or directory
17:08:08 
17:08:09 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.WaGfGn02LUEzdQU6: No such file or directory
17:08:09 
17:08:10 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.xaTdLd24RPesjic7: No such file or directory
17:08:10 
17:08:11 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.26kjeG8g4MR7zfuM: No such file or directory
17:08:11 
17:08:11 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Hw6NTm8xgf3cvTfG: No such file or directory
17:08:11 
17:08:12 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.s88ELjtnGtovwG1z: No such file or directory
17:08:12 
17:08:13 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.NeHZ11f7jQ1naFRs: No such file or directory
17:08:13 
17:08:14 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZjcBcwIszmjEfizP: No such file or directory
17:08:14 
17:08:15 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.638IdGGLQTCT3yTm: No such file or directory
17:08:15 
17:08:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.XNTq0wwhvK1I5Fcj: No such file or directory
17:08:16 
17:08:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.4dqMNZBzIm4GPWB1: No such file or directory
17:08:16 
17:08:17 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.9gAnyq1Gp0qC9ndT: No such file or directory
17:08:17 
17:08:18 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ARMZen2GzsciLDRP: No such file or directory
17:08:18 
17:08:19 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.nTvbStnG2sbLWPbm: No such file or directory
17:08:19 
17:08:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.V4EmbAcH9EV6ErhY: No such file or directory
17:08:20 
17:08:21 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZFAD3tUIluG6QyHd: No such file or directory
17:08:21 
17:08:21 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZG0g0JHrEKcHXK3s: No such file or directory
17:08:21 
17:08:22 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.XfdPWhIMKIuMVzqM: No such file or directory
17:08:22 
17:08:23 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.UAV4ezynHKJB2huE: No such file or directory
17:08:23 
17:08:24 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.50PyRzTnKwhwCuOn: No such file or directory
17:08:24 
17:08:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.1VgAzZLSxZ04vdzN: No such file or directory
17:08:25 
17:08:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.m4ZEiFBBXpuusogf: No such file or directory
17:08:25 
17:08:26 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.yx1DH1ixLtsHsJUo: No such file or directory
17:08:26 
17:08:27 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.85J2CfsflEjgqP28: No such file or directory
17:08:27 
17:08:28 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.qkKF58kMX9vPurPP: No such file or directory
17:08:28 
17:08:29 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.amMD5SbC9cSQwLYy: No such file or directory
17:08:29 
17:08:30 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.yEN5BEGSoNlq6HCO: No such file or directory
17:08:30 
17:08:31 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Nyoy0jjc6M2EZKro: No such file or directory
17:08:31 
17:08:31 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.bv2M5Yqj0QqM02cP: No such file or directory
17:08:31 
17:08:32 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.oM3QMG7JpVebxP5m: No such file or directory
17:08:32 
17:08:33 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.hfoZC0Mt7iBMGjX5: No such file or directory
17:08:33 
17:08:34 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.B0FPiK3AQMJUeOd4: No such file or directory
17:08:34 
17:08:35 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vDKKOItH33rwCveG: No such file or directory
17:08:35 
17:08:36 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.xaW8s0WpjXGIRk2c: No such file or directory
17:08:36 
17:08:37 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vfKVvvAajqh7IvsD: No such file or directory
17:08:37 
17:08:37 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.A6j9Nb9SfjoitMqa: No such file or directory
17:08:37 
17:08:38 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.MsVyAEj3zS9fEydP: No such file or directory
17:08:38 
17:08:39 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.FeZFipLNqcnxaoUe: No such file or directory
17:08:39 
17:08:40 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.WT0l4cf02wPTKB3N: No such file or directory
17:08:40 
17:08:41 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.lGmriHz9xDufFsdq: No such file or directory
17:08:41 
17:08:42 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.rk9RAt3j5GZ9LNqS: No such file or directory
17:08:42 
17:08:43 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.AeAq8baJt8ptcKIL: No such file or directory
17:08:43 
17:08:43 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.G9E0I0zgqn4JplRn: No such file or directory
17:08:43 
17:08:44 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.FtdNfb1aTwlMBbxY: No such file or directory
17:08:44 
17:08:45 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.wJ7E8RdY4oDvTduV: No such file or directory
17:08:45 
17:08:46 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ZpfAnoI4DsaCZSKe: No such file or directory
17:08:46 
17:08:46 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.ITEa8Hrv2aAb6tbt: No such file or directory
17:08:46 
17:08:47 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.9mVYROPQD7CLKIai: No such file or directory
17:08:47 
17:08:48 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.SMlmZoFCGyXiPMe3: No such file or directory
17:08:48 
17:08:49 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vbJksGFnW3vcUw7j: No such file or directory
17:08:49 
17:08:50 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.r5C8M1lKfgjHBGiH: No such file or directory
17:08:50 
17:08:50 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.DONDMf2p9bolGBDw: No such file or directory
17:08:50 
17:08:51 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.3u45qbHOa0kgyolI: No such file or directory
17:08:51 
17:08:52 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.GNUztyIWMfH0G3nz: No such file or directory
17:08:52 
17:08:53 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.gvViRAdvDTcoNDLE: No such file or directory
17:08:53 
17:08:54 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.a9Ji1LskB9mdUyBs: No such file or directory
17:08:54 
17:08:55 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.gwF28ao2pqncN0BW: No such file or directory
17:08:55 
17:08:55 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vCMJH3WrE0lnZiGQ: No such file or directory
17:08:55 
17:08:56 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.kkt1q0w05csfZ11H: No such file or directory
17:08:56 
17:08:57 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.rORkjKAFq4KMARkh: No such file or directory
17:08:57 
17:08:58 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.gmFZXw20ueHr80hx: No such file or directory
17:08:58 
17:08:59 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.m0A8yhccmJ67M5mU: No such file or directory
17:08:59 
17:09:00 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.PuY5EzaGX7zMZaYh: No such file or directory
17:09:00 
17:09:00 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.dBw7OX9oUcp9GaRY: No such file or directory
17:09:00 
17:09:01 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.sSRJAvP5i4vcATRf: No such file or directory
17:09:01 
17:09:02 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.UWJQG3G3c4N9t67E: No such file or directory
17:09:02 
17:09:03 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.JCPH8d8EBeiw5iFd: No such file or directory
17:09:03 
17:09:04 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.RPGIymmGdGQ4J7gg: No such file or directory
17:09:04 
17:09:05 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.XMV0QHyGefcosgpE: No such file or directory
17:09:05 
17:09:05 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.6R1XWlTn6cr1sOmI: No such file or directory
17:09:05 
17:09:06 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Cx0DhqmROpiDTMaR: No such file or directory
17:09:06 
17:09:07 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.TSVAgnKW5kT6krzz: No such file or directory
17:09:07 
17:09:08 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.J2kBVAAJPzghkKh2: No such file or directory
17:09:08 
17:09:09 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.fNcrPKKM1Iyps7yS: No such file or directory
17:09:09 
17:09:10 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.jz45J8aS9Lc72OM9: No such file or directory
17:09:10 
17:09:10 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.hxxmWKjyqjc8RUJV: No such file or directory
17:09:10 
17:09:11 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.LECHz0r2HuMYzYxi: No such file or directory
17:09:11 
17:09:12 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.UlCAJTO1UeDjk6Q1: No such file or directory
17:09:12 
17:09:13 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.MJwfyUzvDnVeNu4v: No such file or directory
17:09:13 
17:09:14 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.UjbNtY8eMUgX9lps: No such file or directory
17:09:14 
17:09:14 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.d9qvYm1B3b19aya9: No such file or directory
17:09:14 
17:09:15 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.WG3drkURXhOb7qbe: No such file or directory
17:09:15 
17:09:16 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.LMP5LjJDXUZzwCi6: No such file or directory
17:09:16 
17:09:17 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.RIz0ULWab0WPJK1T: No such file or directory
17:09:17 
17:09:18 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.QwcoTLsqHHSDVAfe: No such file or directory
17:09:18 
17:09:19 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Mssh4mXRpE3QpkWL: No such file or directory
17:09:19 
17:09:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.pZy8jQo9jKl6447C: No such file or directory
17:09:20 
17:09:20 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.sRnwcLNElTHAG4nH: No such file or directory
17:09:20 
17:09:21 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.AZlWsXMgD8KtvZuW: No such file or directory
17:09:21 
17:09:22 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.g0nW5uvImovGLjK4: No such file or directory
17:09:22 
17:09:23 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.DlEU0byIr1PBN7Q7: No such file or directory
17:09:23 
17:09:24 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.59Wadn6tpQ4Y97Fb: No such file or directory
17:09:24 
17:09:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.Qb0Xy5wxHSu9TOKa: No such file or directory
17:09:25 
17:09:25 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.MQJEbvwz80J2HZyQ: No such file or directory
17:09:25 
17:09:26 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.vza8fiDczV7iDGwS: No such file or directory
17:09:26 
17:09:27 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.dwgLKh6PGizt0zSg: No such file or directory
17:09:27 
17:09:28 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.lo1hkkNXGbUOkXrL: No such file or directory
17:09:28 
17:09:29 error during connect: Get http://docker/v1.24/version: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 172.20.0.5 -- 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=unix_listener: cannot bind to path /root/.docker/penguin@172.20.0.5:22.YkgkWKJzlmiGLKM0: No such file or directory
17:09:29 
17:09:30 docker.Makefile:156: recipe for target 'test-e2e-connhelper-ssh' failed
17:09:30 make: *** [test-e2e-connhelper-ssh] Error 124
[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